@charset "UTF-8";

/*** Изменения в Bootstrap ***/

.modal-dialog {
  max-width: 100%;
  margin: 10px;
  min-width: 380px;
}

/*** Дизайн ***/

#pageVerticalBlock  { overflow: hidden; }

#pageVerticalBlock #filter {}

#pageVerticalBlock #filter .name {
    margin-bottom: 15px;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
    color: #454545;
}

#pageVerticalBlock #filter ul.values {
    padding: 0;
}

#pageVerticalBlock #filter ul.values li {
    /*height: 20px;*/
    margin-bottom: 12px;
    font-size: 14px;
    color: #888888;
}

#pageVerticalBlock #filter ul.values li label {
    width: 100%;
    margin: 0;
    font-weight: normal;
}

#pageVerticalBlock #filter ul.values li label .count {
    font-size: 0.6em;
    opacity: 0.6;
}

#pageVerticalBlock #filter #resetFilter {
    width: 100%;
}




/*******************************************************************************************************************
 * todo: далее не рефакторилось
 */

@media (max-width: 991px) {
  .container {
    width: auto; } }
.clear {
  clear: left; }

.clear-both {
  clear: both; }

span.required, .error {
  color: #ff0000; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

img {
  max-width: 100%; }

.image_hall_background {
  max-width: unset;
}

.captha a {
  background: url(../images/reload.png) no-repeat;
  display: inline-block;
  text-indent: -2000em;
  width: 26px;
  height: 26px;
  outline: none; }

.col-grey {
  background: #ececec; }

input[type="checkbox"] {
  position: absolute;
  left: -9999px;
  float: none; }

input[type="checkbox"] + label {
  display: inline-block;
  background: url(../images/checkbox.png) no-repeat;
  cursor: pointer;
  padding-left: 25px;
  height: 18px;
  min-height: 18px; }

input[type="checkbox"]:checked + label {
  background-position: 0 -17px; }

a, a:hover, a:focus {
  color: #f36c2b;
  outline: none; }

a.dashed, a.dashed:hover {
  text-decoration: none;
  border-bottom: 1px dashed #f36c2b; }

.form-control:focus {
  border-color: #E9B65E;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(233, 194, 110, 0.6);
  outline: 0 none; }

.strikethrough {
  font-size: 16px;
  text-decoration: line-through; }

.table > thead > tr > th {
  background: #f37334;
  color: #fff;
  font-weight: normal !important;
  border-bottom: none;
  padding: 8px 15px; }

.table tr td {
  padding: 8px 15px !important; }

.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
  background-color: #ebebeb; }

.center {
  text-align: center; }

.context {
  margin-bottom: 20px; }

.input-group input {
  border-right: none !important; }

.input-group-addon {
  color: #cccccc;
  font-size: 20px;
  background: #fff;
  padding: 5px 12px 6px 12px; }

.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
               supported by Chrome and Opera */ }

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #86807A;
  *background-color: #86807A;
  background-image: -moz-linear-gradient(top, #ADA49B, #86807A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ADA49B), to(#86807A));
  background-image: -webkit-linear-gradient(top, #ADA49B, #86807A);
  background-image: -o-linear-gradient(top, #ADA49B, #86807A);
  background-image: linear-gradient(to bottom, #ADA49B, #86807A);
  background-repeat: repeat-x;
  border-color: #86807A;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#ADA49B ', endColorstr= '#86807A ', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.btn-inverse:hover {
  color: #fff;
  -moz-box-shadow: inset 0 0 15px rgba(160, 188, 221, 0.8);
  -webkit-box-shadow: inset 0 0 15px rgba(160, 188, 221, 0.8);
  box-shadow: inset 0 0 15px rgba(160, 188, 221, 0.8); }

.btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: #86807A;
  *background-color: #003bb3; }

.btn-orange {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f36d2d;
}

.btn-orange:hover {
  color: #fff;
  -moz-box-shadow: inset 0 0 15px rgba(243, 200, 45, 0.8);
  -webkit-box-shadow: inset 0 0 15px rgba(243, 200, 45, 0.8);
  box-shadow: inset 0 0 15px rgba(243, 200, 45, 0.8); }

.btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.disabled, .btn-orange[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: #d45c23;
  outline: none; }

.btn-grey {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}

.btn-grey:hover {
  color: #fff;
  -moz-box-shadow: inset 0 0 15px rgba(200, 200, 200, 0.8);
  -webkit-box-shadow: inset 0 0 15px rgba(200, 200, 200, 0.8);
  box-shadow: inset 0 0 15px rgba(200, 200, 200, 0.8);
}

.btn-grey:focus, .btn-grey:active, .btn-grey.active, .btn-grey.disabled, .btn-grey[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: #aaaaaa;
  outline: none;
}

.btn-red {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
}

.btn-red:hover {
  color: #fff;
  -moz-box-shadow: inset 0 0 15px rgba(218, 160, 160, 0.8);
  -webkit-box-shadow: inset 0 0 15px rgba(218, 160, 160, 0.8);
  box-shadow: inset 0 0 15px rgba(218, 160, 160, 0.8);
}

.btn-red:focus, .btn-red:active, .btn-red.active, .btn-red.disabled, .btn-red[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: #d76663;
  outline: none;
}

.btn-blue {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
}

.btn-blue:hover {
  color: #fff;
  -moz-box-shadow: inset 0 0 15px rgb(175, 195, 203);
  -webkit-box-shadow: inset 0 0 15px rgba(175, 195, 203, 0.8);
  box-shadow: inset 0 0 15px rgba(175, 195, 203, 0.8);
}

.btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.disabled, .btn-blue[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: #a0c0ca;
  outline: none;
}

.btn-link {
  color: #f37031;
  text-decoration: underline; }

.btn-link:hover, .btn-link:focus {
  text-decoration: none;
  color: #f37031; }

.alert {
  border-radius: 0; }

.alert-danger {
  background: #ffb5b1;
  color: #9a100f; }

.nav-btn .btn-orange {
  position: relative; }

.nav-btn .btn-orange > span {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -18px;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f36d2d;
  z-index: 1;
  margin-left: -10px; }

.nav-btn .btn-orange:hover > span {
  border-top: 10px solid #f3793f; }

.nav-btn .btn-orange:active > span {
  border-top: 10px solid #d45c23; }

.modal-dialog {
  background: #363636;
  padding: 10px;
  color: #fefefe;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  margin-left: 0; }

.modal-content {
  max-width: 1000px;
  min-width: 320px;
  margin: auto;
  background: none;
  box-shadow: none;
  border: none; }

.modal-content .close-modal, .modal-header .close-modal {
  font-size: 45px;
  margin-top: -9px; }

.modal-header {
  border-bottom: 1px solid #4c4c4c; }

.modal-header h4 {
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  font-size: 24px; }

.modal-body {
  position: relative;
  padding: 5px 10px; }

.modal-body input[type="text"] {
  color: #666666; }

.modal-footer {
  border-top: 1px solid #4c4c4c; }

.bs-modal-lg .modal-dialog {
  width: 100%; }

.breadcrumbs {
  margin: 0 -15px 15px -15px;
  padding: 3px 0;
  background: none;
}

.breadcrumb > li + li:before { display: none; }

.breadcrumbs li:first-child a {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.breadcrumbs li span {
  background: url(../images/breadcrumbs.png) no-repeat 0 0;
  height: 23px;
  width: 14px;
  display: inline-block;
  position: relative;
  top: 7px;
  left: 0; }

.breadcrumbs li span:before {
  content: " ";
  width: 1px;
  height: 23px;
  position: absolute;
  background: #f37031;
  left: -1px; }

.breadcrumbs a {
  color: #fff;
  font-size: 13px;
  background-color: #f36d2d;
  padding: 3px 15px 0 15px;
  text-decoration: none;
  height: 23px;
  display: inline-block; }

@-moz-document url-prefix() {
  .breadcrumbs a { padding: 2px 15px 0 15px; } }
@media screen and (min-width: 0 \0 ) {
  .breadcrumbs a { padding: 2px 15px 0 15px; } }
.breadcrumbs li:last-child a {
  background-color: #ffffff;
  color: #363636;
  left: 0;
  position: relative; }

.breadcrumbs li:nth-last-child(2) span {
  background: url(../images/breadcrumbs-pre.png) no-repeat;
  left: 0; }

.breadcrumbs li:last-child span {
  background: url(../images/breadcrumbs-last.png) no-repeat;
  width: 11px;
  left: 0; }

.breadcrumbs li:last-child span:before {
  background: #fff; }

#pagination {
  text-align: center; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background: #f36c2b;
  border-color: #f36c2b; }

.pagination > li > a, .pagination > li > span {
  color: #f36c2b; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #f34b00; }

/* Рейтинг */
.vote-wrap {
  overflow: hidden;
  display: inline-block;
  padding-right: 1px;
}

.vote-block {
  position: relative;
}

.vote-hover {
  cursor: pointer;
}

.vote-stars {
  position: absolute;
  left: 0;
  top: 0;
}

.vote-active {
  position: absolute;
  left: 0;
  top: 0;
}

.vote-result {
  color: #ccc;
  font-size: 13px;
  text-align: right;
}

.vote-success {
  clear: both;
  color: #ccc;
  font-size: 12px;
  text-align: right;
}

#article .organisations-rating h3 a {
  text-decoration: none;
  line-height: 20px;
  font-size: 18px;
  color: #f36c2b; }

.organisations-rating td {
  padding-bottom: 10px; }

.organisations-rating .i {
  width: 170px; }

.organisations-rating .c {
  vertical-align: top;
  padding-right: 10px; }

.organisations-rating .r {
  width: 40px; }

.organisations-rating .r a {
  font-size: 20px;
  text-decoration: none;
  display: block;
  width: 60px;
  height: 60px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #F34B00;
  color: #fff;
  text-align: center;
  padding-top: 15px; }

#head {
  height: 80px;
  border-bottom: 1px solid #c9c9c7;
  -webkit-box-shadow: 0 1px 5px 0 rgba(56, 56, 56, 0.4);
  -moz-box-shadow: 0 1px 5px 0 rgba(56, 56, 56, 0.4);
  box-shadow: 0 1px 5px 0 rgba(56, 56, 56, 0.4);
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0 10px 0;
  margin-bottom: 15px;
  z-index: 1; }

#head .logo {
  color: #656566;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  white-space: nowrap; }

#head .logo img {
  margin-right: 10px; }

#head .counter-tickets {
  white-space: nowrap;
  text-align: center; }

#head .counter-tickets p {
  color: #363636;
  font-size: 12px;
  margin-bottom: 3px; }

#head .counter-tickets .number {
  display: inline-block;
  width: 31px;
  height: 34px;
  -webkit-border-radius: 3px/3px 3px 4px 4px;
  -moz-border-radius: 3px/3px 3px 4px 4px;
  border-radius: 3px/3px 3px 4px 4px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(56, 56, 56, 0.4);
  -moz-box-shadow: 0px 1px 5px 0px rgba(56, 56, 56, 0.4);
  box-shadow: 0px 1px 5px 0px rgba(56, 56, 56, 0.4);
  margin-right: 3px; }

#head .counter-tickets .number .in {
  display: inline-block;
  width: 30px;
  height: 32px;
  -webkit-border-radius: 3px/3px 3px 4px 4px;
  -moz-border-radius: 3px/3px 3px 4px 4px;
  border-radius: 3px/3px 3px 4px 4px;
  background-color: #464545;
  -webkit-box-shadow: 1px 2px #232323;
  -moz-box-shadow: 1px 2px #232323;
  box-shadow: 1px 2px #232323;
  font-family: "Roboto Slab", sans-serif;
  font-size: 22px;
  color: #fdfdfd;
  text-shadow: 0 1px 1px rgba(59, 78, 81, 0.75);
  text-align: center; }

#head .phone {
  color: #575759;
  font-weight: bold;
  font-size: 18px;
  padding: 25px 0 0 0;
  white-space: nowrap; }

#userlogin {
  padding: 18px 0 0 0;
  text-align: right;
}

#userlogin .btn {
  margin-right: 10px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

#userlogin .bonus {
  font-size: 12px;
}

#userlogin .btn-group .btn {
  margin-right: 0;
}

#userlogin .btn-user {
  max-width: 197px;
  overflow: hidden;
}

#userlogin .btn-inverse {
  border: 2px solid #fff; }

.projects-info-center {
  text-align: center;
  max-width: 170px; }

.projects-info-center b {
  font-size: 18px;
  color: #59595b; }

.projects-info-center p {
  font-size: 13px;
  margin-top: 5px; }

#footer {
  position: relative;
  margin-top: -420px;
  padding: 15px 0 0 0;
  height: 420px;
  clear: both;
  background: #252525;
  color: #ffffff;
}

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

#footer dl#copyright {
  color: #676767;
  font-size: 12px;
}
#footer dl#copyright dt { width: 40px; }
#footer dl#copyright dt img { width: 40px; }
#footer dl#copyright dd { margin-left: 50px; }
#footer dl#copyright dd span {
  color: #6f6f6f;
  font-size: 20px;
  font-weight: bold;
}

#footer dl#servers { color: #676767; }
#footer dl#servers dt { width: 40px; }
#footer dl#servers dt img { width: 40px; }
#footer dl#servers dd {
  margin-left: 50px;
  font-size: 12px;
}
#footer dl#servers dd a { color: #676767; }

#footer .bottom {
  border-top: 1px solid #464646;
  margin-top: 15px;
  padding-top: 15px; }

#footer .header {
  color: #6f6f6f;
  font-size: 18px;
  padding-bottom: 10px; }

#footer .menu {
  padding: 0;
  margin: 0; }

#footer .menu li {
  list-style: none;
  padding-bottom: 10px; }

#footer .menu li a {
  color: #fff;
  text-decoration: underline;
  font-size: 12px; }

#footer .menu li a:hover {
  text-decoration: none; }

#footer .service-icon {
  color: #525254;
  display: inline-block;
  line-height: 53px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  width: 166px; }

#footer .name {
  color: #525254;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 5px; }

#footer .line {
  padding: 10px 0; }

#footer .line-inner {
  height: 1px;
  width: 150px;
  background: #464646;
  float: right; }

#footer .all {
  color: #fff;
  border-bottom: 1px dashed #fff;
  text-decoration: none; }

#footer .all:hover {
  border-bottom: none; }

#footer .social-icons {
  color: #6f6f6f;
  line-height: 58px; }

#footer .social-icons a {
  display: inline-block;
  width: 58px;
  height: 58px;
  margin-right: 7px;
  text-decoration: none;
  outline: none; }

#footer .social-icons .vk {
  background: url(../images/social/vkontakte58x58.png) no-repeat; }

#footer .social-icons .odnoklassniki {
  background: url(../images/social/odnoklassniki58x58.png) no-repeat; }

#footer .social-icons .instagram {
  background: url(../images/social/instagram58x58.png) no-repeat; }

#footer .social-icons .facebook {
  background: url(../images/social/facebook58x58.png) no-repeat; }

#footer .social-icons .youtube {
  background: url(../images/social/youtube58x58.png) no-repeat; }

#scroll-top {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: fixed;
  background-color: #f9b595;
  text-decoration: none;
  bottom: 70px;
  right: 15px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 7px 10px 3px 10px;
  display: none;
  opacity: 0.6;
  height: 37px; }

@-moz-document url-prefix() {
  #scroll-top {
    padding: 5px 10px 3px 10px !important; } }
#scroll-top:hover {
  background: #f36c2b;
  opacity: 1; }

html, body, #wrap {
  height: 100%; }

body > #wrap {
  height: auto;
  min-height: 100%;
  background: url(../images/bg.jpg) repeat-x center 0; }

body {
  font-family: 'Roboto', sans-serif;
  min-width: 750px; }

#main {
  padding-bottom: 420px;
}

#content {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(56, 56, 56, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(56, 56, 56, 0.3);
  box-shadow: 0 1px 5px rgba(56, 56, 56, 0.3);
  margin: 0 -15px 40px -15px; }

.col-left {
  background: #ebebeb;
  -webkit-box-shadow: inset -1px 0 3px rgba(156, 153, 122, 0.2);
  -moz-box-shadow: inset -1px 0 3px rgba(156, 153, 122, 0.2);
  box-shadow: inset -1px 0 3px rgba(156, 153, 122, 0.2);
  padding: 20px 10px; }

.col-right {
  padding: 20px 10px;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0; }

.col-content {
  background: rgba(250, 247, 243, 0.95) !important; }

/* Yandex */
.event-list__yandex {
  padding: 20px 15px; }

.yandex-adaptive {
  width: 100% !important;
  height: 200px; }

.ya-site-form__input-text {
  color: #ccc !important; }

#article {
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(56, 56, 56, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(56, 56, 56, 0.3);
  box-shadow: 0 1px 5px rgba(56, 56, 56, 0.3);
  margin: 0 -15px 40px -15px; }

#article h1 {
  color: #000;
  font-family: "Roboto Slab", sans-serif;
  font-size: 24px;
  margin: 0 0 20px 0;
  font-weight: 500; }

#article h2 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0; }

#article h3 {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  margin-top: 0; }

#article h4 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0; }

#article h5 {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin-top: 0; }

#article h6 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0; }

#how-text .how-header {
  color: #DC4400;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 10px;
  text-align: right; }

#how-text .how-number {
  color: #DC4400;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 10px; }

#how-text .how-separator {
  background-color: #E8E8E8;
  height: 1px;
  margin: 0 auto 10px;
  width: 100%; }

#how-text .s {
  color: #5F5F5F;
  margin: 0 0 10px; }

#how-text .t {
  font-size: 18px;
  line-height: 24px;
  margin-right: 480px; }

#how-text .t2 {
  margin: 0; }

#how-text .i {
  float: right; }

#how-text .i img {
  border: 1px dashed #D5BEB4;
  max-width: 450px;
  padding: 7px; }

#how-text .c {
  font-size: 12px;
  line-height: 14px;
  margin: 15px 0 0;
  text-align: justify; }

#organisations .organisation-item {
  border: 2px solid #ececec;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.owl-carousel {
  position: relative; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ". ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.owl-nav > div {
  display: block;
  text-indent: -1000em;
  width: 11px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: 0 0; }

.owl-nav .owl-prev {
  background-image: url(../images/carousel-left.png);
  position: absolute;
  top: 85px;
  left: -8px; }

.owl-nav .owl-prev:hover {
  background-image: url(../images/carousel-left-active.png); }

.owl-nav .owl-next {
  background-image: url(../images/carousel-right.png);
  position: absolute;
  top: 85px;
  right: -8px; }

.owl-nav .owl-next:hover {
  background-image: url(../images/carousel-right-active.png); }

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .owl-it em .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

.owl-carousel .owl-item > div {
  margin: 0 10px; }

#organisation {
  margin: 0 -15px 0 -15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(56, 56, 56, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(56, 56, 56, 0.3);
  box-shadow: 0 1px 5px rgba(56, 56, 56, 0.3);
  margin-bottom: 40px; }

#organisation .head {
  margin: 0;
  padding-bottom: 5px;
  z-index: 1;
  position: relative; }

#organisation .head-in {
  background: #fff;
  -moz-box-shadow: 0 2px 4px rgba(56, 56, 56, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(56, 56, 56, 0.2);
  box-shadow: 0 2px 4px rgba(56, 56, 56, 0.2);
  padding: 15px 15px 10px 15px; }

#organisation .head .info .title {
  text-decoration: none !important; }

#organisation .head .info .i {
  width: 155px;
  padding-right: 15px;
  text-align: center;
}

#organisation .head .info .i img {
  border: 1px solid #ebebeb;
}

#organisation .head .info td {
  vertical-align: top; }

#organisation .head .in {
  -moz-box-shadow: 0 2px 4px rgba(56, 56, 56, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(56, 56, 56, 0.2);
  box-shadow: 0 2px 4px rgba(56, 56, 56, 0.2); }

#organisation .head h2 {
  color: #000;
  font-family: "Roboto Slab", sans-serif;
  font-size: 24px;
  margin: 0 0 5px 0; }

#organisation .head .s {
  font-size: 13px;
  color: #6f6f6f;
  margin-bottom: 8px; }

#organisation .head .social-button td {
  padding-right: 5px;
  vertical-align: middle; }

#organisation .head .social-button #google {
  padding-top: 5px; }

#organisation .contacts {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  font-size: 13px;
  padding: 10px 0;
  margin: 0 0 10px 0;
  font-family: 'Roboto Slab', sans-serif;
  color: #363636; }

#organisation .contacts .phones {
  white-space: nowrap;
  padding: 0;
  float: left;
  margin-right: 20px; }

#organisation .contacts .city {
  white-space: nowrap;
  padding: 0;
  float: left; }

#organisation .contacts .glyphicon {
  color: #6f6f6f; }

#organisation .params {
  color: #000;
  font-size: 13px; }

#organisation .params td {
  padding-bottom: 20px; }

#organisation .params strong {
  color: #000;
  font-size: 20px;
  font-weight: 400; }

#organisation .navigation {
  border-top: 1px solid #cccccc;
  padding-top: 20px; }

#organisation .rate {
  text-align: right; }

#organisation .nav-btn {
  text-align: right; }

#organisation .reviews {
  color: #888;
  font-size: 13px;
  text-decoration: underline;
}

#organisation .reviews:hover {
  text-decoration: none;
}

#organisation .body {
  margin: -5px 0 0 0;
  padding: 5px 0;
}

#organisation .body > .row {
  margin: 0; }

#organisation .description {
  color: #000;
  font-size: 13px; }

/* informs */
.informs-carousel {
  margin-bottom: 0;
  padding: 19px 20px 0 20px;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

#informsCarousel .item {
  padding: 10px 0; }

#informsCarousel .carousel-indicators {
  top: -15px;
  bottom: auto; }

/* rating */
.org-like {
  margin-right: 20px;
}
.org-like a {
  font-size: 18px;
  padding: 3px 0 3px 5px;
  text-decoration: none;
  cursor: pointer;
}
.org-like a.like { font-weight: bold; color: #179347; }
.org-like a.dislike { font-size: 14px; color: #b4b4b4; }

.organisation-rating {
  float: right; }

.organisation-rating a {
  text-decoration: none;
  color: #b7b7b7; }

.organisation-rating .active {
  color: #f7941d; }

.organisation-rating p {
  font-size: 13px;
  color: #c0c0c0; }

.organisation-rating .vote-hover {
  float: right; }

#organisation .organisation-reviews {
  padding-top: 20px; }

#organisation .organisation-reviews h1 {
  font-family: "Roboto Slab", sans-serif;
  color: #000;
  font-size: 24px;
  margin: 0 35px 15px 0; }

/* Отзывы */

#organisation .review-filter {
  margin-top: 20px;
  padding: 0; }

#organisation .review-filter li {
  list-style: none; }

#organisation .review-filter li div {
  background: url(../images/reviews.png) no-repeat; }

#organisation .review-filter li.icon-all div {
  background-position: 9px -62px;
}

#organisation .review-filter li.icon-positive div {
  background-position: 9px 5px;
}

#organisation .review-filter li.icon-negative div {
  background-position: 9px -29px;
}

#organisation .review-filter li.icon-negative div {
  border-bottom: none;
}

#organisation .review-filter div {
  border-bottom: 1px solid #dfdddc;
  color: #b7b7b7;
  font-size: 15px;
  padding: 12px 5px 12px 40px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}

#organisation .review-filter li.active div, #organisation .review-filter li div:hover {
  background-color: #fff;
  border-left: 3px solid #f37133;
  color: #000;
}

#organisation .btn-review {
  width: 100%;
}

#organisation .organisation-reviews .count {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #cbcbc9;
  -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(57, 75, 79, 0.2);
  -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(57, 75, 79, 0.2);
  box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(57, 75, 79, 0.2);
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 16px;
  padding: 3px 10px;
}

#organisation .reviews-list {
  padding: 20px 0;
}

#organisation .reviews-list .review {
  border: 1px solid #ececec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
}

#organisation .reviews-list .item .h .a {
  color: #000;
  font-size: 18px;
}

#organisation .reviews-list .item .e {
  color: #888;
  font-size: 13px;
  padding: 5px 0 0 0;
}

#organisation .reviews-list .item .c {
  padding: 10px 0 0 0;
}

#organisation .reviews-list .item .h .review-type {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

#organisation .reviews-list .item .h .review-positive {
  background: url(../images/like.png);
}

#organisation .reviews-list .item .h .review-negative {
  background: url(../images/dislike.png);
}

#organisation .reviews-list .item .h .d {
  color: #b7b7b7;
  font-size: 13px;
  float: right;
  display: block;
}

#organisation .reviews-list .answer {
  background: #ececec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  margin: 0 0 10px 60px;
  position: relative;
}

#organisation .reviews-list .answer-pre {
  width: 30px;
  height: 50px;
  border-bottom: 1px solid #cbcbca;
  border-left: 1px solid #cbcbca;
  float: left;
  margin-left: 20px;
}

#organisation .review-inform {
  font-size: 13px;
  color: #898989;
  text-align: center;
  margin: 10px 0;
}

.organisation__material {
  padding: 20px; }

#modalReview .modal-dialog {
  width: 100%; }

#modalReview .modal-content {
  max-width: 1000px; }

#modalReview h4 {
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  font-size: 24px; }

#modalReview .btn-type-reviews {
  margin-bottom: 15px; }

#modalReview .btn-type-reviews .btn {
  border: 2px solid #4f4f4f;
  margin-right: 10px;
  color: #888888; }

#modalReview .btn-type-reviews .btn-active {
  background: #f37133;
  color: #fff;
  border: 2px solid #f37133; }

#organisation .organisation-contacts h1 {
  color: #000;
  font-family: "Roboto Slab", sans-serif;
  font-size: 24px;
  margin: 0 0 15px 0; }

#organisation .organisation-contacts .col-xs-6 {
  padding-top: 20px; }

#organisation .organisation-contacts .icons {
  list-style: none;
  padding: 0; }

#organisation .organisation-contacts .icons li {
  margin-bottom: 20px; }

#organisation .organisation-contacts .icons li:last-of-type {
  margin: 0; }

#organisation .organisation-contacts .icons strong {
  color: #f37538;
  font-size: 16px;
  font-weight: normal;
  background: url(../images/organisation-contact-icons.png) no-repeat;
  padding: 4px 0 8px 38px; }

#organisation .organisation-contacts .icons .icon-work strong {
  background-position: 0 0; }

#organisation .organisation-contacts .icons .icon-address strong {
  background-position: 3px -37px; }

#organisation .organisation-contacts .icons .icon-phones strong {
  background-position: 0 -74px; }

#organisation .organisation-contacts .icons .icon-emails strong {
  background-position: 0 -105px; }

#organisation .organisation-contacts .icons .icon-site strong {
  background-position: 0 -136px; }

#organisation .organisation-contacts .icons p {
  font-size: 14px;
  color: #000;
  margin: 10px 0 0 0; }

#organisation .organisation-contacts .icons p a {
  color: #000; }

#organisation .organisation-contacts .social {
  margin-bottom: 30px;
  line-height: 30px;
  color: #6f6f6f;
  font-size: 14px; }

.organisation-contacts__social {
  margin-bottom: 10px; }

#informsCarousel .carousel-indicators li {
  border: 1px solid #6f6f6f; }

#informsCarousel .carousel-indicators .active {
  background-color: #6f6f6f; }

#gallery {
  max-width: 100% !important; }

#videos {
  max-width: 100% !important; }

#videos .ug-thumb-right {
  overflow: hidden;
  height: 50px; }

.box {
  -moz-border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(125, 125, 125, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(125, 125, 125, 0.3);
  box-shadow: 0 1px 2px rgba(125, 125, 125, 0.3); }

.box .header {
  background: #f36c2b;
  border-top: 1px solid #f2bca2;
  border-bottom: 1px solid #f2bca2;
  color: #fdfdfd;
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  padding: 8px 5px;
  text-align: center;
  text-transform: uppercase; }

.box .in {
  background: #fff;
  padding: 10px;
  margin-bottom: 15px; }

.top-list .item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  text-align: center;
  position: relative; }

.top-list .item img {
  width: 100%;
}

.top-list .item .title {
  background: rgba(0, 0, 0, 0.65);
  font-size: 13px;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  padding: 7px 0;
  text-align: left; }

.top-list .item:hover img {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  border: 2px solid rgba(243, 113, 51, 0.8); }

.top-list .item:hover .title {
  background-color: rgba(243, 113, 51, 0.8); }

.top-list .item .title p {
  margin: 0 7px; }

.top-list .item:last-child {
  border-bottom: none; }

.top-list .text-right {
  margin: 10px 10px 0 10px; }

.news-list .item {
  border-bottom: 1px solid #ececec;
  padding: 12px 0; }

.news-list .item:last-of-type {
  border-bottom: none !important; }

.news-list .item a {
  text-decoration: underline; }

.news-list .item a:hover {
  text-decoration: none; }

.news-list .item img {
  margin-bottom: 5px; }

.news-list .item .d {
  font-size: 12px;
  color: #888888;
  margin-bottom: 10px; }

.news-list .item .t {
  margin-bottom: 7px; }

.news-list .item .t a {
  color: #f36c2b;
  font-size: 15px; }

.news-list .item .i {
  font-size: 13px;
  color: #000;
  margin-bottom: 7px; }

.news-list .item .i p {
  margin: 0; }

.news-list .item .i a {
  color: #000; }

.news-list .item .m {
  font-size: 13px; }

.news-list .text-right {
  margin: 10px 10px 0 10px; }

.archive-list .i {
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
  padding-bottom: 20px; }

/* Список организаций, трансляций, мероприятий, шаблонов абонементов */

#elems-list .elem a {
  text-decoration: underline;
}

#elems-list .elem a:hover {
  text-decoration: none;
}

#elems-list .elem {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  font-size: 18px;
}

#elems-list .elem:last-of-type {
  border-bottom: none !important;
}

#elems-list .elem .i {
  width: 160px;
  padding-right: 10px;
  text-align: center;
  float: left;
}

#elems-list .elem .c {
  margin-left: 165px;
}

#elems-list .elem .r {
  float: right;
}

#elems-list .vote-hover {
  float: right;
}

#elems-list .elem h3 {
  margin: 0 0 7px 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
}

#elems-list .elem .r + h3 {
  margin: 0 100px 7px 0;
  min-height: 29px;
}

#elems-list .elem h3 a:hover {
  text-decoration: underline;
}

#elems-list .elem h3 .label {
  font-size: 13px;
  position: relative;
  top: -1px;
}

#elems-list .elem .more {
  font-size: 13px;
}

#elems-list .elem .b {
  margin: 10px 0 5px 0;
  color: #515151;
  font-size: 18px;
}

#elems-list .elem .b a {
  color: #515151; }

#elems-list .elem .b i {
  font-size: 22px;
  position: relative;
}

#elems-list .elem .sessions {
  font-size: 14px;
  margin: 0;
}

#elems-list .elem .sessions .col-xs-12 {
  padding: 0;
}

#elems-list .elem .sessions .session-column {
  width: 25%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

#elems-list .elem .sessions .session-column + .session-column {
  padding-left: 5px;
}

#elems-list .elem .sessions a {
  line-height: 28px;
}

/* Cписок чего либо (организаций, мероприятий, трансляций) */

#elems-list.type_1 {
  margin-top: 20px;
}

#elems-list.type_1 .elem {
  background: rgba(255, 255, 255, 0.95);
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 0px;
}

#elems-list.type_1 .elem .elem__body {
  padding: 10px;
}

#elems-list.type_1 .elem .c .city {
  color: #333;
  font-size: 14px;
}

#elems-list.type_1 .elem .d {
  font-size: 14px;
}

#elems-list.type_1 .elem .footer {
  background: #ececec;
  padding: 0 0;
}

#elems-list.type_1 .elem .footer .buy {
  float: right;
  display: block;
  color: #fff;
  padding: 13px 15px;
  background: #f47b43;
  text-decoration: none;
  font-size: 14px;
}

#elems-list.type_1 .elem .footer .buy:hover {
  color: #fff;
  -moz-box-shadow: inset 0 0 15px rgba(243, 200, 45, 0.8);
  -webkit-box-shadow: inset 0 0 15px rgba(243, 200, 45, 0.8);
  box-shadow: inset 0 0 15px rgba(243, 200, 45, 0.8);
}

#elems-list.type_1 .elem .footer .buy:focus,
#elems-list.type_1 .elem .footer .buy:active,
#elems-list.type_1 .elem .footer .buy.active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #d45c23;
}

#elems-list.type_1 .elem .footer .reviews {
  float: left;
  padding: 10px 15px;
}

#elems-list.type_1 .elem .footer .reviews .org-like {
  padding-right: 30px;
}

#elems-list.type_1 .elem .footer .reviews .org-like a {
  text-decoration: none;
}

#elems-list.type_1 .elem .footer .reviews .total {
  font-size: 13px;
  color: #888888;
  text-decoration: underline;
}

#elems-list.type_1 .elem .footer .reviews .total:hover {
  text-decoration: none;
}

/* Стили для организаций */

#elems-list.organisation .elem {
  border: 2px solid #ececec;
}

#elems-list.organisation .elem .c a {
  color: #333;
  text-decoration: none;
}

#elems-list.organisation .elem .c a:hover {
  text-decoration: underline;
}

/* Вывод информации о проводящем или площадке */

#elems-list .elem .conducts,
#event .conducts,
#session .conducts,
#collective-order-view .conducts,
#order-create .conducts {
  display: flex;
  margin-bottom: 7px;
  align-items: center;
}

#elems-list .elem .conducts .conducts__info,
#event .conducts .conducts__info,
#session .conducts .conducts__info,
#collective-order-view .conducts .conducts__info,
#order-create .conducts .conducts__info {
  width: calc(100% - 55px);
  height: 50px;
  margin-left: 5px;
}

#event .conducts .conducts__info,
#session .conducts .conducts__info,
#collective-order-view .conducts .conducts__info,
#order-create .conducts .conducts__info {
  color: #FFFFFF;
}

#elems-list .elem .conducts .conducts__info .conducts__label,
#elems-list .elem .conducts .conducts__info .conducts__address,
#event .conducts .conducts__info .conducts__label,
#event .conducts .conducts__info .conducts__address,
#session .conducts .conducts__info .conducts__label,
#session .conducts .conducts__info .conducts__address,
#collective-order-view .conducts .conducts__info .conducts__label,
#collective-order-view .conducts .conducts__info .conducts__address,
#order-create .conducts .conducts__info .conducts__label,
#order-create .conducts .conducts__info .conducts__address,
#collective-order-view .conducts .conducts__info .conducts__label,
#collective-order-view .conducts .conducts__info .conducts__address {
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}

/* ... */

#elems-list .show-all, #elems-list .show-near {
  border-bottom: 1px dashed #f36c2b;
  text-decoration: none !important; }

#elems-list .show-all:hover, #elems-list .show-near:hover {
  border-bottom: none; }

#event .head {
  padding-bottom: 0; }

#event .event-content {
  padding: 15px; }

.event-head {
  margin: 0;
  padding-bottom: 5px;
  z-index: 1;
  position: relative; }

.event-head .event-head-in {
  background: #252525;
  padding: 15px;
  -moz-box-shadow: 0 2px 4px rgba(56, 56, 56, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(56, 56, 56, 0.2);
  box-shadow: 0 2px 4px rgba(56, 56, 56, 0.2); }

.event-head a {
  text-decoration: underline; }

.event-head a:hover {
  text-decoration: none; }

.event-head .i {
  width: 160px;
  padding-right: 10px;
  text-align: center;
  float: left;
}

.event-head .c {
  margin-left: 175px; }

.event-head .r {
  float: right; }

.event-head .r .vote-hover {
  float: right; }

.event-head .r p {
  font-size: 13px;
  color: #c0c0c0;
  text-align: right; }

.event-head h1, .event-head h1 a {
  margin: 0 100px 7px 0;
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  font-size: 30px;
  text-decoration: none; }

.event-head h1 .label {
  font-size: 13px;
  position: relative;
  top: -3px; }

.event-head .b {
  margin: 0 0 10px 0;
  color: #787878;
  font-size: 18px;
}

.event-head .b a {
  color: #787878; }

.event-head .b i {
  font-size: 22px;
  position: relative; }

.event-head .sessions a {
  line-height: 25px; }

.event-head .d {
  font-size: 13px;
  color: #fff; }

.event-head .o {
  padding: 10px 0;
  font-size: 13px; }

#session .head {
  padding-bottom: 0; }

#session .session-content {
  padding: 15px;
  margin: -5px 0 0 0;
}


.order-action .rules { margin-top: 10px; }

.order-action .rules label {
  color: #848585;
  font-size: 12px;
  font-weight: normal;
}

.order-action .rules a {
  text-decoration: underline;
}

.order-action .rules a:hover {
  text-decoration: none;
}













#session .hows {
  font-size: 10px;
  padding: 7px 0; }

#session .hows a {
  border-bottom: 1px dashed #f36c2b;
  text-decoration: none;
  line-height: 18px; }

#session .hows a:hover {
  border-bottom: none; }

#session .notify-auth {
  font-size: 13px;
  color: #848585;
  padding-bottom: 10px; }

#session .notify-auth a {
  text-decoration: underline; }

#session .notify-auth a:hover {
  text-decoration: none; }

#session form .alert {
  font-size: 13px;
  padding: 7px;
  margin-bottom: 10px; }

#hall-map {
  margin-bottom: 35px; }

#session-order {
  margin-bottom: 25px; }

#session-order h4 {
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px; }

#session-order .places {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 10px; }

#session-order .places .elem {
  color: #8f8f8f;
  font-size: 15px;
  padding-bottom: 3px; }

#session-order .places .elem span {
  color: #252525;
  font-size: 15px;
  white-space: nowrap; }

#session-order .total {
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  color: #252525;
  padding-top: 10px; }

#session-order .total span {
  color: #f37233;
  font-family: "Roboto", sans-serif; }

.hall {
  position: relative; }

.hall * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.hall .r {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  box-shadow: 1px 1px 0 #e5e5e5;
  color: #fff; }

.hall .r i {
  line-height: inherit; }

.hall .o {
  position: absolute; }

.hall .o img {
  line-height: 0;
  margin-top: 0; }

.hall .fa-check {
  display: none; }

.hall .c99 > span {
  display: none; }

.hall .c99 > i {
  display: inline-block; }

.hall .disabled {
  background: #9e9a97; }

/* colors */
.color_choice, .hall .c99 {
  background: #348940; }

.color_buy, .hall .c1 {
  background: #9e9a97; }

.color_book, .hall .c2 {
  background: #9e9a97; }

.color_timebook, .hall .c8 {
  background: #F4A764; }

/* hall prices */
.hall-prices {
  background: #e9e2d9;
  padding: 12px 12px 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 15px 0; }

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

.hall-prices ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px; }

.hall-prices__color {
  display: inline-block;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 3px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 2px;
  box-shadow: 1px 1px 0 #e5e5e5;
  position: relative;
  top: -2px; }

.hall-prices__color i {
  line-height: inherit; }

.hall-prices__discount {
  color: #e60000;
  white-space: nowrap;
  margin-right: 5px; }

.hall-prices__original {
  color: #333;
  white-space: nowrap;
  text-decoration: line-through; }

/* hall viewer */
.mv-resize {
  position: absolute;
  top: 0;
  left: 0; }

.mv-minimap {
  position: absolute;
  z-index: 2;
  border: 1px solid #aaaaaa; }

.mv-minimap-wrap {
  position: relative;
  border: 1px solid #ccc; }

.mv-minimap-wrap img {
  cursor: pointer; }

.mv-minimap-cursor {
  cursor: url(../images/cursorHand.png), default;
  background: #000;
  opacity: 0.5;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0; }

.mv-minimap-cursor.dragging {
  background: #4CF1FE;
  cursor: url(../images/cursorDrag.png), move; }

.mv-resize.ui-draggable-dragging {
  cursor: url(../images/cursorDrag.png), move; }

.enter-ticket-block .et {
  width: 215px;
  float: left;
  background: #fff;
  -moz-box-shadow: 0 1px 4px rgba(37, 37, 37, 0.3);
  -webkit-box-shadow: 0 1px 4px rgba(37, 37, 37, 0.3);
  box-shadow: 0 1px 4px rgba(37, 37, 37, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 10px 10px 0;
  padding: 3px;
  position: relative; }

.enter-ticket-block .et-in {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #f47537; }

.et__info {
  height: 105px;
  vert-align: middle;
  text-align: center; }

.et__name {
  color: #f26b2b;
  font-family: "Roboto Slab", sans-serif;
  font-size: 15px;
  font-weight: bold; }

.et__price {
  color: #000;
  font-size: 16px; }

.et__price_discount {
  color: #e60000; }

.et__price_original {
  text-decoration: line-through; }

.et__counter {
  width: 75px;
  background: #f36c2b;
  padding: 0 8px; }

.et__border {
  width: 4px;
  height: 100%;
  min-height: 100%;
  position: absolute;
  right: 78px;
  top: 0;
  background: url(../images/ticket-border.png) repeat-y 0 -2px; }

#profile {
  background: #faf7f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(56, 56, 56, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(56, 56, 56, 0.3);
  box-shadow: 0 1px 5px rgba(56, 56, 56, 0.3);
  margin-bottom: 40px; }

#profile h1 {
  margin-bottom: 0;
  line-height: 26px;
  margin-top: 5px;
}

#profile .col-content {
  background: #faf7f3 !important;
}

.profile-menu {
  margin: 0 -15px;
}

.profile-menu__nav {
  -moz-box-shadow: 0 0 4px rgba(56, 56, 56, 0.3);
  -webkit-box-shadow: 0 0 4px rgba(56, 56, 56, 0.3);
  box-shadow: 0 0 4px rgba(56, 56, 56, 0.3);
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.profile-menu__item {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  border-right: 1px solid #ececec;
  background: #fff;
  height: 48px;
}

.profile-menu__item a {
  display: inline-block !important;
  color: #b5b5b5;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 49px;
  text-decoration: none;
  border-bottom: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.profile-menu__item span {
  font-size: 25px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.profile-menu__item_active > a, .profile-menu__item_active > a:hover, .profile-menu__item_active > a:focus {
  border: none !important;
  background: #f7f7f7;
  border-bottom: 3px solid #f37031 !important; }

.profile-menu__item_active > a, .profile-menu__item > a:hover {
  color: #575759; }

.profile-content {
  margin: 0 -15px;
  padding: 15px; }

.profile-content h1 {
  margin-bottom: 10px; }

.profile-content h2 {
  color: #000;
  font-family: "Roboto Slab", sans-serif;
  font-size: 26px;
  margin-top: 0; }

.profile-content label {
  color: #888888;
  font-weight: normal; }

.profile-table td {
  vertical-align: middle;
  color: #000; }

.profile-table td img {
  border: 1px solid #e8dee0;
  margin-right: 15px; }

.profile-table a {
  color: #000; }

.profile-table a .fa-trash {
  color: #b5b5b5;
  font-size: 26px; }

.profile-table a:hover .fa-trash {
  color: #575759; }

.social-user tr td {
  padding: 10px !important;
  border-bottom: 1px solid #eaeaea; }

td.social-user__icon {
  padding: 5px !important; }

.profile__save {
  padding: 15px 0;
  text-align: center; }

.big-balance {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f37334;
  padding: 3px; }

.big-balance .h {
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0; }

.big-balance .c {
  background: #fff;
  text-align: center;
  font-size: 60px; }

#organisation #order-create .head, #organisation #collective-order-view .head {
  padding-bottom: 0; }

#order-create .order-content, #collective-order-view .collective-order-content {
  min-height: 200px;
  padding: 15px;
  margin: -5px 0 0 0; }

#timer {
  float: right; }

#timer .i {
  color: #5c5c5c;
  font-size: 13px;
  padding-right: 10px; }

#timer span {
  color: #f37133;
  font-size: 38px;
  font-weight: 300;
  margin-right: 10px;
}

#orderAnytickets .t {
  color: #a8aeae;
  margin-bottom: 7px;
}

#orderAnytickets span { color: #fff; }

#order-create .payments .h:hover { border: none; }

#order-create .order-fields h4 { margin-left: -15px; }

#order-create .order-fields {
  padding: 0 30px;
}

#order-create .order-fields label {
  color: #888888;
  font-weight: normal;
}

#order-create .order-fields .required { color: #ff0000; }

#order-create .order-fields .help-block {
  margin-bottom: 0;
  font-size: 12px;
}

#order-create .order-fields .form-group { margin-bottom: 10px; }

#order-create .order-fields .form-group .alert.alert-warning {
  padding: 5px 6px 2px 6px;
  margin-bottom: 5px;
}

#order-create .order-action {
  padding-top: 12px;
}

#order-create .order-action .btn-cancel {
  color: #808080;
  text-decoration: underline;
  margin-right: 10px;
}

#order-create .order-action .btn-cancel:hover { text-decoration: none; }

/* Стоимость заказа и скидки */
.order-total {
  background: #363636;
  margin: 0 !important; }

.orderTotalLeft {
  background: #363636;
  color: #fff;
  text-align: right;
  padding: 10px 30px 10px 10px;
  min-height: 140px;
  margin-right: 200px;
}

.orderTotalPrices {
  float: right;
  min-width: 200px; }

.orderTotalPricesTotal {
  border-top: 1px solid #8f8f8f;
  padding: 10px 0 0 0;
  font-size: 20px;
  text-transform: uppercase; }

.orderTotalPricesTotal span {
  color: #f47a42; }

.orderTotalPricesTotal small, .orderTotalPricesTotal small span {
  font-size: 12px;
  text-transform: none;
  color: #ff0000; }

.orderTotalPricesRow {
  color: #8f8f8f;
  font-size: 16px;
  margin-bottom: 10px; }

.orderTotalPricesRow strong {
  font-weight: normal;
  color: #fff; }

.order-total__right {
  padding: 0;
  height: 140px;
  width: 200px;
  float: right;
}

.order-total__bonus-arrow {
  border-right: 30px solid transparent;
  border-top: 70px solid #f47a42;
  border-left: 30px solid #f47a42;
  border-bottom: 70px solid #f47a42;
  float: right;
  /*background: rgba(250, 247, 243, 0.95);*/
  min-height: 140px;
  margin-right: -29px;
}

.order-total__bonus {
  background: #f47a42;
  padding: 10px 0 0 40px;
  min-height: 140px;
  margin-right: 30px;
  text-align: center; }

.order-total__bonus strong {
  color: #fff;
  font-size: 58px;
  font-weight: bold;
  line-height: 56px; }

.order-total__bonus strong.small {
  font-size: 42px;
  line-height: 42px; }

.order-total__bonus-row {
  color: #9a441b;
  font-size: 15px;
  margin: 0 0 5px 0; }

.order-total__bonus-row a {
  color: #9a441b;
  font-size: 15px;
  text-decoration: none; }

.order-total__bonus-row a:hover {
  text-decoration: underline; }

#profile #order .col-content {
  background: #fff !important;
  min-height: 300px; }

#order .order-btns {
  padding-bottom: 10px; }

#order .qrcode {
  float: right;
  width: 120px; }

#order .qrcode p {
  color: #999999;
  font-size: 9px;
  text-align: center; }

/** Коллективные заявки **/
/* Контейнер */
.collective-order-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Заголовок */
.collective-order-content .collective-order-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.collective-order-content .collective-order-head div {
    padding: 3px 10px 3px 10px;
    /*border: 2px solid #eee;*/
    /*border-radius: 4px;*/
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
}

.collective-order-content .collective-order-head .elem-link {
    width: calc(50% - 62px);
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.collective-order-content .collective-order-head .elem-link a {
    font-size: 20px;
}
.collective-order-content .collective-order-head .elem-qr {
    text-align: center;
}
.collective-order-content .collective-order-head .elem-timer {
    width: calc(50% - 62px);
    text-align: right;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.collective-order-content .collective-order-head .elem-timer .timer-container {
    display: flex;
    justify-content: end;
}
.collective-order-content .collective-order-head .elem-timer .timer {
    font-size: 24px;
    font-weight: 600;
}

/* Тело */
.collective-order-content .collective-order-body {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /*align-items: center;*/
}

.collective-order-content .collective-order-body .collective-order-body-ticket {
    min-width: 250px;
    max-width: 350px;
    padding: 2px;
    margin-top: 5px;
    border: 2px solid #ececec;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.collective-order-content .collective-order-body .collective-order-body-ticket .number-ticket {
    position: absolute;
    z-index: 1;
    font-size: 100px;
    line-height: .7;
    font-weight: 1000;
    opacity: .12;
}
.collective-order-content .collective-order-body .collective-order-body-ticket span {
    z-index: 2;
    margin: 1px;
}
.collective-order-content .collective-order-body .collective-order-body-ticket .ticket-qr {
    height: 80px;
}

.collective-order-body-ticket span.ticket-status {
    font-size: 16px;
}

.collective-order-body-ticket span.ticket-block {
    font-size: 16px;
    font-weight: 600;
}

.collective-order-content .collective-order-body .collective-order-body-ticket.available:hover {
  border-color: #c7c7c9;
  cursor: pointer;
}

.collective-order-content .collective-order-body .collective-order-body-ticket.active {
  background-color: #fff;
  border-color: #f47a42 !important;
}

/* Подвал */
.collective-order-content .collective-order-footer {
  text-align: center;
  padding-top: 10px;
}
.collective-order-content .collective-order-footer #toOrderFormSubmit {
  font-size: 1.5em;
}

/* Подтверждение */
.tickets-container .ticket {
  width: 600px;
  border: 1px dotted #3E3E3E;
  border-collapse: separate;
  font-size: 11px;
  margin: 0 0 20px;
  color: #000;
}

.tickets-container .ticket td { padding: 5px; }

.tickets-container .ticket .barcode,
.tickets-container .ticket .control {
  width: 90px;
  vertical-align: top;
  position: relative;
  box-sizing: content-box;
}

/* Настраиваем отображение иконок Пушки и логотипа организации по низу */
.tickets-container .ticket .barcode .pushkincardIconContainer,
.tickets-container .ticket .barcode .lavrentevCardIconContainer,
.tickets-container .ticket .control .organisationLogo {
  width: 90px;
  margin-top: 5px;
}

.tickets-container .ticket .barcode .qsf.qsf-pushkincard,
.tickets-container .ticket .barcode .qsf.qsf-lavrentevCard {
  font-size: 6em;
}

.tickets-container .ticket .info { border-right: 1px dotted #3E3E3E; height: auto; }

.tickets-container .ticket .info th,
.tickets-container .ticket .info td {
  padding: 0;
}

.tickets-container .ticket .info th {
  padding: 0 5px 0 0;
  text-align: right;
}

.tickets-container .ticket .additionalInfo {
  font-size: 14px;
  background-color: #eeeeee;
  color: #333333;
  text-align: center;
}
.tickets-container .ticket .additionalInfo td {
  text-align: center;
}

.tickets-container .ticket .pushkin {
  font-size: 16px;
  font-weight: bold;
  background-color: #333333;
  color: white;
  text-align: center;
}

.tickets-container .ticket .lavrentevCard {
  font-size: 16px;
  font-weight: bold;
  background-color: rgba(0, 0, 51, 0.2);
  color: white;
  text-align: center;
}

.tickets-container .ticket .pushkin  td{ text-align: center; }

.tickets-container .ticket .info .pushkin td { padding: 5px; }

.tickets-container .ticket .code {
  font-size: 38px;
  line-height: 38px;
  padding: 5px 0 5px 5px;
}

/* Сокращённое подтверждение */
.short-tickets-container .ticket {
  width: 100%;
  border: 1px dotted #3E3E3E;
  border-collapse: separate;
  font-size: 11px;
  margin: 0 0 10px;
  color: #000;
}

.short-tickets-container .ticket td { padding: 5px; }

.short-tickets-container .ticket .barcode,
.short-tickets-container .ticket .control {
  width: 90px;
  vertical-align: top;
  position: relative;
  box-sizing: content-box;
}

/* Настраиваем отображение иконок Пушки и логотипа организации по низу */
.short-tickets-container .ticket .barcode .pushkincardIconContainer,
.short-tickets-container .ticket .barcode .lavrentevCardIconContainer,
.short-tickets-container .ticket .control .organisationLogo {
  width: 90px;
  margin-top: 5px;
}

.short-tickets-container .ticket .barcode .qsf.qsf-pushkincard,
.short-tickets-container .ticket .barcode .qsf.qsf-lavrentevCard {
  font-size: 2em;
}

.short-tickets-container .ticket .info { border-right: 1px dotted #3E3E3E; height: auto; }

.short-tickets-container .ticket .info th,
.short-tickets-container .ticket .info td {
  padding: 0;
}

.short-tickets-container .ticket .info th {
  padding: 0 5px 0 0;
  text-align: right;
}

.short-tickets-container .ticket .additionalInfo {
  font-size: 14px;
  background-color: #eeeeee;
  color: #333333;
  text-align: center;
}
.short-tickets-container .ticket .additionalInfo td {
  text-align: center;
}

.short-tickets-container .ticket .pushkin {
  font-size: 16px;
  font-weight: bold;
  background-color: black;
  color: white;
  text-align: center;
}

.short-tickets-container .ticket .pushkin td { text-align: center; }

.short-tickets-container .ticket .info .pushkin td { padding: 5px; }

.short-tickets-container .ticket .code {
  font-size: 38px;
  line-height: 38px;
  padding: 5px 0 5px 5px;
}

/* Окно с капчей */
#checkModal .captha td { padding: 20px 10px; }

#checkModal .message { color: #ff0000; }

#checkModal .modal-dialog { width: 100%; }

#checkModal .modal-content { max-width: 600px; }

/* Типы оплаты */
.order-payment_method__instruction {
  font-size: 13px;
  text-decoration: none !important;
  border-bottom: 1px solid #f37538; }

.order-payment_method__instruction:hover {
  border-bottom: none;
}

.showOtherPaymentTypes {
  cursor: pointer;
  color: #696969;
  font-size: 12px;
  text-align: left;
}
.showOtherPaymentTypes span{
  border-bottom: 1px dashed #696969;
}

.payments-types__item {
  width: 144px;
  height: 132px;
  margin: 12px 15px 0 0;
  display: inline-block;
}

.payments-type {
  width: 144px; height: 104px;
  padding: 5px;
  border: 2px solid #ececec;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}

.payments-type-disabled {
  width: 144px; height: 104px;
  padding: 5px;
  border: 2px solid #ececec;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-sizing: border-box;
  opacity: 0.5;
}

.payments-type_sbp {  background: url(../images/payment-system/sbp130х90.png) center center no-repeat; }
.payments-type_bankcard { background: url(../images/payment-system/bankcard130x90.png) center center no-repeat; }
.payments-type_pushkin-bankcard, .payments-type_pushkin-bankcard-for-cinema { background: url(../images/payment-system/pushkincard130x90.png) center center no-repeat; }
.payments-type_lavrentev-card { background: url(../images/payment-system/lavrentevcard130x90.png) center center no-repeat; }
.payments-type_bonus { background: url(../images/payment-system/bonus130х90.png) center center no-repeat; }

.payments-type:hover { border-color: #c7c7c9; }
.payments-type_selected { background-color: #fff !important; border-color: #f47a42 !important; }

.payments-types__item .payments-markup { text-align: center; font-size: 12px; line-height: 14px; }

.payments__hidden { display: none; }

.payments-type_more {
  background: #ececee;
  border: 2px solid #ececec;
  text-align: center;
  font-size: 12px;
  color: #999; }

.payments-type_more_big {
  padding: 10px 0 0 0;
  display: block;
  font-size: 22px;
  line-height: 22px; }

.payments-commission {
  text-align: center;
  padding: 3px 0 0 0;
  font-size: 13px;
  color: #636363; }

/* promocode, certificate */

#orderMoroshka, #orderPromocode, #orderCertificates { margin: 0 0 20px 0; }

#orderPromocodeHow, #orderCertificatesHow {
    font-size: 13px;
    text-decoration: none !important;
    border-bottom: 1px solid #f37538;
}

#orderPromocodeHow:hover, #orderCertificatesHow:hover { border-bottom: none; }

#orderPromocodeForm #orderPromocodeCode, #orderCertificatesForm #orderCertificatesCodes {
    width: calc(100% - 115px);
    display: inline;
}

#orderPromocodeForm #orderPromocodeActivate, #orderPromocodeForm #orderPromocodeDeactivate,
#orderCertificatesForm #orderCertificatesActivate, #orderCertificatesForm #orderCertificatesDeactivate {
  min-width: 110px;
}

#orderPromocodeForm button, #orderCertificatesForm button { margin-top: -3px; }

#orderPromocodeForm #orderPromocodeDeactivate,
#orderCertificatesForm #orderCertificatesDeactivate
{ display: none; }

#orderMoroshkaForm .alert,
#orderExemptionForm .alert,
#orderPromocodeForm .alert,
#orderLoyaltySystem .alert,
#orderCertificatesForm .alert
{
  padding: 5px 6px;
  margin: 5px 0 5px 0;
}

#orderMoroshkaForm #orderMoroshkaSuccess, #orderMoroshkaForm #orderMoroshkaWarning, #orderMoroshkaForm #orderMoroshkaError,
#orderExemptionForm #orderExemptionSuccess, #orderExemptionForm #orderExemptionWarning, #orderExemptionForm #orderExemptionError,
#orderPromocodeForm #orderPromocodeSuccess, #orderPromocodeForm #orderPromocodeWarning, #orderPromocodeForm #orderPromocodeError,
#orderLoyaltySystem #orderLoyaltySystemSuccess, #orderLoyaltySystem #orderLoyaltySystemWarning, #orderLoyaltySystem #orderLoyaltySystemError,
#orderLoyaltySystem #orderLoyaltySystemPointSuccess, #orderLoyaltySystem #orderLoyaltySystemPointWarning, #orderLoyaltySystem #orderLoyaltySystemPointError,
#orderCertificatesForm #orderCertificatesSuccess, #orderCertificatesForm #orderCertificatesWarning, #orderCertificatesForm #orderCertificatesError
{ display: none; }

/* exemption */

#orderExemption {
  margin: 0 0 20px 0;
}

/* loyalitet card */
.order-loyalty {
  margin: 0 0 20px 0; }

.order-loyalty .card {
  margin: 0; }

#orderLoyaltySystemBalanceNewPoints {
  padding: 10px 0 0 0;
  color: #848585;
}

#orderLoyaltySystemBalanceUse {
  color: #848585;
  font-weight: normal; }

#orderLoyaltySystemBalanceUse {
  padding: 10px 0 0 0; }

#orderLoyaltySystemBalanceUse .checkbox {
  min-height: 0;
  padding-top: 0;
  font-weight: normal; }

.loyalty-card {
  margin: 0 0 40px 0; }

.loyalty-card___title {
  font-size: 26px;
  text-align: center;
  margin: 0 0 20px 0; }

.loyalty-card__list {
  padding-bottom: 30px; }

.loyalty__header {
  padding: 0 0 30px 0; }

.loyalty-header__title {
  margin: 0 0 30px 0; }

.loyalty-header__card {
  width: 320px;
  float: left; }

.loyalty-header__info {
  margin-left: 350px; }

.loyalty-header__link {
  padding: 0 0 10px 0; }

.loyalty-header__link a {
  font-size: 18px; }

.loyalty-header__link i {
  margin-right: 5px; }

.card {
  cursor: pointer;
  /*transition effects */
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin: 0 auto 30px auto; }

.card_flipped {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.card__front,
.card__back {
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
  text-align: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 2px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 2px 5px rgba(0, 0, 0, 0.26);
  border-radius: 10px;
  padding: 20px; }

.card__front {
  background: #1194C8;
  background: radial-gradient(#40B4E3, #1194C8); }

/* FIX: lint not work */
.card_flipped .card__front .card__footer {
  display: none; }

.card_flipped.card_flip .card__front .card__footer {
  display: block !important; }

.card__back {
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 16px;
  text-align: left;
  line-height: 25px;
  background: #4bb0da;
  background: radial-gradient(#73c3e5, #4bb0da);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.card__front_bright {
  background: #f2840f;
  background: radial-gradient(#fcbb0f, #f2840f); }

.card__back_bright {
  background: #efa308;
  background: radial-gradient(#ffd200, #faad0f); }

.card__qr-code {
  float: right; }

.card__organisation {
  font: 18px/24px Roboto;
  margin: 0 50px 60px 0; }

.card__code {
  font: bold 20px/24px Roboto;
  letter-spacing: 3px;
  margin: 0 0 10px 0; }

.card__code_space {
  display: inline-block;
  width: 12px; }

.card__level {
  font: bold 18px/24px Roboto; }

.card__footer {
  bottom: 20px;
  font-size: 1em;
  line-height: 1.2em;
}

.card_mini .card__footer {
  width: 300px;
}

.card__data {
  font: 16px Roboto;
}

.card__data-value {
  font: 20px/24px Roboto;
}

.card__data-note {
  font: 14px/24px Roboto;
}

.card__btn {
  text-align: center;
  padding: 5px 0; }

.card__btn a {
  color: #fff;
  font: 18px/24px Roboto; }

.card__btn_line {
  border-right: 1px solid #fff; }

.card__buttons {
  border-top: 1px solid #fff; }

/* card mini */
.card_mini {
  width: 100%;
}

.card__code_mini {
  font: bold 15px/24px Roboto; }

/* loyalitet level */
.loyalty__level {
  list-style: none;
  text-align: center; }

.loyalty-level {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 80px;
  margin: 0 50px; }

.loyalty-level > a {
  display: inline-block; }

.loyalty-level > a:hover,
.loyalty-level > a:focus,
.loyalty-level > a:link {
  text-decoration: none !important; }

.loyalty-level > a::after {
  position: absolute;
  top: 35px;
  content: '';
  height: 4px;
  background: #edeff0;
  margin: 0;
  left: 71px;
  width: 113px; }

.loyalty-level_last > a::after {
  display: none; }

.loyalty-level__select {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  color: #ee8722;
  line-height: 100%;
  padding: 5px 6px;
  border-radius: 50%;
  z-index: 10; }

.loyalty-future_level__select {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 54px;
  background: rgba(224, 224, 224, 0.69);
  color: rgb(111, 185, 12);
  line-height: 100%;
  padding: 5px 6px;
  border-radius: 50%;
  z-index: 10; }

.loyalty-level_step-1 .loyalty-level__step,
.loyalty-level_step-1 > a::after {
  background: #c21b22; }

.loyalty-level_step-2 .loyalty-level__step,
.loyalty-level_step-2 > a::after {
  background: #ee8722; }

.loyalty-level_step-3 .loyalty-level__step,
.loyalty-level_step-3 > a::after {
  background: #eda81f; }

.loyalty-level_step-4 .loyalty-level__step,
.loyalty-level_step-4 > a::after {
  background: #adcf23; }

.loyalty-level_step-5 .loyalty-level__step,
.loyalty-level_step-5 > a::after {
  background: #6fb90c; }

.loyalty-level__step {
  display: block;
  width: 70px;
  height: 70px;
  color: #ffffff;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.loyalty-level__step i {
  font-size: 36px;
  position: relative;
  top: 13px; }

.loyalty-level__text {
  display: block;
  position: relative;
  left: calc(-50% + 35px);
  font-size: 14px;
  color: #333;
  padding: 5px 0 0 0;
  white-space: nowrap; }

.loyalty-level_active .loyalty-level__text {
  left: calc(-50% + 40px); }

.loyalty-level_disabled > a {
  opacity: 0.4; }

.loyalty-level_active .loyalty-level__step {
  width: 80px;
  height: 80px; }

.loyalty-level_active .loyalty-level__step i {
  font-size: 44px;
  position: relative;
  top: 16px; }

.loyalty-level_active {
  top: 5px; }

.loyalty-level_active > a::after {
  top: 40px;
  left: 80px;
  width: 100px; }

.loyalty-level > a:hover {
  opacity: 1; }

.loyalty-level_select .loyalty-level__select {
  display: block !important; }

.future_loyalty-level_select .loyalty-future_level__select {
  display: block !important; }

/* loyalty_level_privilege */
.privilege-container {
  padding: 20px 0; }

.privilege-container__title {
  font: 26px/30px Roboto;
  margin: 0 0 10px 0; }

.privilege {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 20px;
  position: relative; }

.privilege::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 8px;
  background: #f36f2f;
  border-radius: 5px 0 0 5px; }

.privilege_disabled {
  opacity: 0.7;
  cursor: pointer; }

.privilege__title {
  font: 18px/24px Roboto;
  margin: 0 0 5px 0; }

.privilege__description {
  padding: 5px 0 0 0; }

.privilege__description-btn a {
  color: #666;
  text-decoration: none;
  border-bottom: 1px dashed #666; }

.privilege__description-btn_close {
  padding: 5px 0 0 0; }

.privilege__request {
  float: right; }

.privilege__info {
  padding: 10px 0 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.privilege__birthday {
  font-size: 24px;
  padding: 0 10px 0 0;
  color: #f5773c; }

.privilege__validity {
  padding: 0 10px 0 0;
  text-align: center; }

.privilege__comment {
  padding: 0 10px 0 0; }

.privilege__comment i {
  font-size: 24px;
  color: #f5773c; }

/* select level */
.select-level__title {
  font: bold 26px Roboto;
  text-align: center;
  margin: 0 0 20px 0; }

.select-level__child {
  padding: 20px; }

.level-child__name {
  font: bold 18px Roboto;
  margin: 0 0 10px 0; }

.level-child__description {
  font: 16px/24px Roboto;
  margin: 0 0 20px 0; }
