@charset "UTF-8";
html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  background: url(../images/bg.jpg) 0 0 no-repeat;
  background-size: cover;
}

body.body-main {
  overflow: hidden;
}

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

.align-left {
  text-align: left;
}

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

.container-main {
  padding-top: 30px;
  padding-bottom: 140px;
  background: #fff;
}

.body-default .container-main {
  position: relative;
}

.breadcrumb {
  padding: 8px 0;
  background: #fff; }

.error-summary {
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  color: maroon;
  background: beige;
}

.required > label:after {
  content: " *";
  color: #ff0000;
}

/* Добавление продаж */
.sale__bonuses {
  min-width: 150px;
  vertical-align: middle !important;
}

.sale__success {
  display: inline-block;
  color: #449d44;
}

.sale__bonus {
  display: inline-block;
  margin: 0 0 0 5px;
}

.panel-body--bonuses {
  padding: 22px 15px;
}

.catalogs {
  position: relative;
  clear: both;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.alert.alert-info a {
  text-decoration: underline;
}

.taxes-notice {
  font-size: 17px;
}

.navbar {
  min-height: 110px;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  background: rgba(0,0,0,0.7);
  z-index:99;
}

.navbar-brand {
  height: auto;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
}

.navbar-brand img {
  max-width: 100%;
}

.navbar-collapse.in {
  background: rgba(255, 255, 255, 0.8);
}

.navbar-default .navbar-nav > li {
  margin: 0 4px;
}

.navbar-default .navbar-nav > li.active a {
  border-bottom: 2px solid #ea002b;
  color: #fff;
  background: #00979f;
}

.navbar-default .navbar-nav > li.active a:hover,
.navbar-default .navbar-nav > li.active a:focus,
.navbar-default .navbar-nav > li.active a:active,
.navbar-default .navbar-nav > li.active a:focus:active {
  color: #fff;
  background: #00979f;
}

.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  margin-top: 20px;
  padding: 10px 15px;
  color: #fff;
  border-bottom: 2px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus:active {
  border-bottom: 2px solid #fff;
  color: #eee;
  background: none;
}

.top-bar {
  float: right;
  width: 100%;
  height: 22px;
}

.top-bar__links {
  float: left;
  margin: 5px 0 0 0;
  text-align: right;
  color: #e4e4e4;
}

.top-bar__links li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
}

.top-bar__links li:last-child {
  padding-right: 0;
}

.top-bar__links li a {
  padding: 0;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.top-bar__links li a:hover {
  text-decoration: underline;
  color: #ea002b;
}

.top-bar__text-welcome {
  padding: 0 15px;
  font-size: 12px;
}

.top-bar__balance {
  padding: 0 15px;
  font-size: 12px;
}

.top-bar__balance a {
  color: #ea002b;
}

.login-bg {
  display: none;
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

.body-main .login-bg {
  display: block;
}

.login-form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border: 10px solid rgba(0, 124, 133, 0.75);
  border-radius: 20px;
  background: none;
  z-index: 30;
}

.panel-login {
  margin: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
}

.panel-login .panel-heading {
  padding: 15px 15px 10px 15px;
  border: none;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  background: none;
  color: #004c53;
}

.panel-login .panel-body {
  border-radius: 0 0 10px 10px;
}

.panel-login .btn-primary {
  padding: 5px 50px;
  font-size: 16px;
}

.panel-login .remember {
  float: right;
  margin: 5px 0 0 0;
}

.panel-login .form-group--submit {
  margin: 35px 0 10px 0;
}

.btn-primary {
  color: #fff;
  background: #007c85;
  border-color: #00606f;
}

.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary:active,
.btn-primary:focus {
  background-color: #00606f;
  border-color: #007c85;
  outline: none;
}

.payments-application .nav-tabs li a {
  margin-right: 0;
  border: 1px solid #ddd;
  border-radius: 0;
}

.payments-application .nav-tabs li a:hover {
  border: 1px solid #ddd;
}

.catalog-card-title {
  margin: 10px 0 20px 0 !important;
  font-size: 16px;
  line-height: 20px;
}

.catalog-cards--shop .catalog-cards__card {
  position: relative;
  min-height: 270px;
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.catalog-cards--shop .catalog-cards__description {
  height: 150px;
  overflow-y: hidden;
  padding-bottom: 10px;
}

.catalog-cards--shop .catalog-cards__image {
  height: 140px;
}

.catalog-cards--shop .catalog-cards__actions {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 0 15px;
  width: 100%;
}

.catalog-cards--shop .catalog-cards__info .add-to-cart {
  float: right;
}

.catalog-cards--shop .catalog-cards__info .add-to-cart .btn-add-product {
  padding: 6px 25px;
}

.catalog-cards--shop .catalog-cards__price {
  float: left;
  padding: 6px 0 0;
}

.shopping-cart-container {
  float: right;
  margin-top: -65px !important;
  width: 200px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  z-index: 20;
}

.body-main footer {
  position: fixed;
}

footer .footer-inner {
  padding: 30px 20px 10px 2px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.32);
  border-top: 1px solid rgba(105, 49, 49, 0.43);
}

footer .footer-inner a {
  color: #fff;
}

.footer__sp {
  display: inline-block;
  margin: 0 15px 0 0;
}

.footer__sp img {
  width: 130px;
}

.main_liga {
  background: rgba(0,0,0, 0.6);
  color: #fff;
  margin: 5% auto 0 auto;
  padding: 30px 0;
  width: 80%;
  text-align: center;
  z-index: 99;
  position: relative;
}

.main_liga .title {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: bold;
}

.main_liga .text {
  font-size: 30px;
  text-transform: uppercase;
}

.main_liga .white_border {
  background: #fff;
  height: 3px;
  margin: 0 auto 20px auto;
  width: 65%;
}

@media (max-width: 767px) {
  .main_liga .title {
    font-size: 46px;
  }
  .main_liga .text {
    font-size: 26px;
  }
}