@font-face {
  font-family: "Sunday";
  src: url("/css/fonts/Sunday-Regular.eot");
  src: url("/css/fonts/Sunday-Regular.eot?#iefix") format("embedded-opentype"),
    url("/css/fonts/Sunday-Regular.woff2") format("woff2"),
    url("/css/fonts/Sunday-Regular.woff") format("woff"),
    url("/css/fonts/Sunday-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

ul {
  padding: 0 2%;
  list-style-position: inside;
}
td.price-table-dn-two p {
  margin: 1px 0 0;
  font-weight: 400;
}
td.price-table-dn-two img {
  display: block;
  float: left;
  padding: 3px 9px 0 0;
  height: unset;
}
td.price-table-dn-two {
  height: 5px;
  background: #fff;
}
html {
  text-shadow: 0.1px 0.1px 0 RGBA(255, 255, 255, 0.53);
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  margin: 0 auto;
  font-family: PT Sans;
  color: #fff;
}
header {
  display: block;
}

.main-title {
  max-width: 520px;
  margin: 0 auto;
}

.r2_what .main-title-text,
.r2_who .main-title-text,
.r2_when .main-title-text {
  font-family: "Sunday";
  font-size: 32px;
  line-height: 42px;
  margin-top: 4px;
  /*margin-bottom: 42px;*/
  color: #fff;
}
button {
  list-style: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
body {
  text-shadow: 0.1px 0.1px 0 RGBA(255, 255, 255, 0.53);
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  min-height: 100vh;
  margin: 0 auto;
  font-family: PT Sans;
  color: #fff;
  background: url("/img/waveb.jpg");
  min-width: 320px;
  display: flex;
  flex-direction: column;
}
.paymentfoot {
  min-width: 320px;
  max-width: 1100px;
  text-shadow: 0.1px 0.1px 0 RGBA(255, 255, 255, 0.53);
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  margin: 0 auto;
  font-family: PT Sans;
  color: #fff;
  /*   background:url('/img/waveb.jpg');*/
}

.paymentfoot .bank-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 50px 0 60px;
}

@media screen and (max-width: 520px) {
  .paymentfoot .bank-list {
    flex-flow: column;
    margin: 0;
  }

  .bank-item {
    padding: 15px;
  }

  .bank-item-logo.mir {
    margin: 0 auto;
  }
}

.bank-item .bank-item-logo i {
  font-size: 73px;
  margin-top: -5px;
}

.bank-item-logo.mir {
  background-image: url("/img/Mir.svg");
  height: 64px;
  width: 96px;
  background-repeat: no-repeat;
  background-position: center;
}

.bank-item-name {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

/* .row a {
  border-bottom: 1px dashed;
  letter-spacing: 1px;
} */
.hero {
  /*	background: url('/img/IMG_7031.jpg') no-repeat scroll center bottom / cover;*/
  position: relative;
  /*	padding: 0;*/
  clear: both;
  padding: 15% 0 10%;
}
.hero h1 {
  color: #fff;
  /* text-shadow: #b1b1b1 1px 0 2px, #b1b1b1 0 1px 2px, #b1b1b1 -1px 0 2px,
    #b1b1b1 0 -1px 2px; */
  font-size: 50px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hero h1 span {
  display: inline-block;
}
.hero p {
  letter-spacing: 1px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.hero img {
  position: relative;
  display: block;
  width: 100%;
}

.hero.payment-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.title {
  background: -moz-linear-gradient(
    top,
    rgba(0, 232, 232, 0.1) 0%,
    rgba(0, 205, 224, 0.65) 50%,
    rgba(0, 232, 232, 0.1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 232, 232, 0.1) 0%,
    rgba(0, 205, 224, 0.65) 50%,
    rgba(0, 232, 232, 0.1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 232, 232, 0.1) 0%,
    rgba(0, 205, 224, 0.65) 50%,
    rgba(0, 232, 232, 0.1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a00e8e8', endColorstr='#1a00e8e8',GradientType=0 );
}
.indent {
  margin: auto;
}
.banner_img {
  width: 100%;
  height: auto;
}
.wbag {
  vertical-align: top;
  width: 100%;
}

.topb {
  width: 100%;
  z-index: 100;
}
.temp p {
  margin: 35px 0 17px;
  padding: 0;
}
.temp {
  float: right;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}
.tel p {
  margin: 35px 0 17px;
  padding: 0;
}
.tel {
  display: inline-block;
  vertical-align: top;
}
.smm li {
  display: inline;
  padding: 0 7px;
  font-size: 1.45rem;
}
.smm a:hover {
  color: #009688;
}
.logo img {
  width: 200px;
  margin-top: 3px;
}
.logo {
  padding-right: 20px;
  display: inline-block;
  float: left;
}
.inline {
  display: inline-block;
}
.header1 p:nth-child(3) {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
.header1 p:nth-child(2) {
  float: right;
  text-align: right;
}
.header1 p {
}
.header1 {
  clear: both;
}
.hidebutton {
  display: none;
  border: 1px solid;
  background: #6e32e9;
  text-decoration: none;
  text-transform: uppercase;
}
.requery {
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
.restart {
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  width: 65%;
  padding: 2% 0;
  font-weight: bold;
}
.wrap_ticket small {
  text-transform: lowercase;
}
.freez {
  overflow-x: hidden;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.bord {
  padding-top: 1%;
  padding-bottom: 1%;
}
.popuppolicy {
  width: 30%;
  background: #fff9;
  color: #333;
  text-align: center;
  padding: 0.5%;
  position: fixed;
  bottom: 0;
  z-index: 200;
  font-size: 0.7rem;
}
.popuppolicy a {
  text-decoration: none;
}
.popuppolicy p {
  margin: 2%;
}
.textpolicy {
  color: #000;
}
.privatpolicy {
  color: #6b0bc5;
}
.acceptpolicy {
  background: #0084b9;
  color: #fff;
  padding: 2%;
  display: inline;
  width: 100%;
  border: none;
  cursor: pointer;
}
.displaynone {
  display: none;
}
[hidden] {
  display: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
.text-center,
.all_summa_mess,
.text_x {
  font-weight: 700;
}
.error_calcr p {
  margin: 0 0 5em;
  font-size: 15px;
}

.vector {
  margin: 25px 0;
}

.vector-arrow {
  background-image: url("/img/Vector.svg");
  height: 60px;
}

.vector-ticket {
  background-image: url("/img/Tiket-001.svg");
  height: 114px;
}

.vector-arrow,
.vector-ticket {
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px 0;
}

.btn-to-buy,
.btn-order-rule {
  width: 520px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
  line-height: 27px;
  transition: all 0.5s;
  border-radius: 30px;
}

@media screen and (max-width: 540px) {
  .btn-to-buy,
  .btn-order-rule {
    width: 90%;
  }
}

@media screen and (max-width: 380px) {
  .btn-to-buy,
  .btn-order-rule {
    width: 95%;
  }
}

.btn-to-buy {
  display: block;
  margin: 0 auto;
  background: #005c96;
  border: 1px solid #ffffff;
  color: #ffff;
  text-decoration: none;
  padding: 9px 0;
}

.btn-to-buy:hover {
  color: #005c96;
  background-color: white;
  text-decoration: none;
}

.btn-order-rule {
  border: 1px solid #005c96;
  box-sizing: border-box;
  background: #ffff;
  color: #005c96;
}

.btn-order-rule:hover {
  color: #fff;
  background-color: #005c96;
  border-color: #fff;
}
.back-btn {
  color: #000;
  background: #fedc32;
  line-height: 27px;
  border-radius: 20px;
  padding: 2px 22px;
  border: none;
  margin-top: 15px;
  transition: all 0.3s;
}

.back-btn:hover {
  background-color: #feef9a;
}

.pravila_header {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);
  padding: 5px;
  font-size: 14px;
  text-align: center;
}
.pravila_header ul {
  font-size: 18px;
  text-shadow: none;
  font-weight: bold;
  margin-left: -27px;
}
.pravila_header li:first-child {
  margin: 10px 0 0;
}
.pravila_header {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);
  padding: 5px;
}
.pickadate__holder {
  max-width: 340px;
  margin: 0 auto;
  z-index: 1;
}
.pickadate__calendar--wrap {
  position: relative;
}
.pickadate__holder--opened .pickadate__calendar--wrap {
  top: -1px;
  max-height: 25em;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
.pickadate__calendar {
  padding: 5px;
  line-height: 1.5;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.pickadate__calendar,
.pickadate__calendar table {
  color: #000000;
}
.pickadate__calendar--table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  margin-top: 1em;
}
.pickadate__weekday {
  width: 14.285714286%;
  padding-bottom: 0.5em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.pickadate__day--infocus:hover,
.pickadate__day--outfocus:hover,
.pickadate__month--prev:hover,
.pickadate__month--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.pickadate__month--next {
  right: 0;
}
.pickadate__month--nav {
  position: relative;
}
.pickadate__month--prev,
.pickadate__month--next {
  position: absolute;
  top: 0;
  padding: 0.5em;
  min-width: 16px;
  line-height: 28px;
}
.pickadate__month--wrap,
.pickadate__year--wrap {
  text-align: center;
}
.pickadate__month {
  font-weight: bold;
}
.pickadate__year {
}
.pickadate__month--selector,
.pickadate__year--selector {
  font-size: 0.8em;
  border: 1px solid #ccc;
  height: 32px;
}
.pickadate__month--selector {
  margin-bottom: 0.5em;
  width: 50%;
}
.pickadate__year--selector {
  width: 32%;
}
.pickadate__day {
  padding: 5px;
  font-weight: bold;
  background: white;
}
.pickadate__day--outfocus {
  color: #ccc;
  font-weight: bold;
}
.pickadate__day--today {
  color: #0089ec;
  position: relative;
}
.pickadate__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}
.pickadate__day--selected,
.pickadate__day--selected:hover {
  background: #0089ec;
  color: #fff;
}
.pickadate__day--highlighted,
.pickadate__day--highlighted:hover {
  border-color: #0089ec;
}
.pickadate__day--disabled,
.pickadate__day--disabled:hover {
  background: #f5f5f5;
  color: #ddd;
  cursor: default;
  font-weight: 100;
}
.pickadate__day--disabled:before {
  border-top-color: #aaa;
}
#date {
  display: none;
  width: 156px;
  height: 31px;
  border-radius: 4px;
  border: 1px solid rgb(200, 200, 200);
  color: rgb(92, 91, 90);
  padding: 0px 10px;
  font-size: 16px;
  font-weight: bold;
  outline: 0;
  cursor: pointer;
  margin-bottom: 15px;
}
.continue {
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding: 5px 39px;
  background: white;
  color: rgb(110, 110, 110);
  border-radius: 4px;
  border: 1px solid rgb(189, 189, 189);
  font-size: 14px;
}
.list-schedule {
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
.list-schedule th {
  padding: 5px 2px;
  border-right: 2px solid #000;
}
.list-schedule thead {
  min-width: 130px;
  color: black;
  font-size: 12px;
  text-transform: uppercase;
}
#tablebord {
  border: 3px solid #fff;
  border-collapse: collapse;
}
.thtable {
  width: 50%;
  display: block;
  float: left;
}
.thtable_l {
  width: 40%;
  display: block;
  float: left;
  color: red;
}
.thtable_r {
  width: 60%;
  display: block;
  float: right;
}
.minwidththtd {
  min-width: 130px;
}
.col2,
.col1 {
  width: 50%;
  display: block;
  float: left;
}
.list-schedule tbody tr {
}
.list-schedule tbody tr:nth-child(1) {
  background-color: #163f73;
}
.list-schedule tbody tr:nth-child(2) {
  background-color: #01588b;
}
.list-schedule tbody tr:nth-child(3) {
  background-color: #0278b5;
}
.list-schedule tbody tr:nth-child(4) {
  background-color: #;
}
.list-schedule tbody tr:nth-child(5) {
  background-color: #;
}
.list-schedule tbody tr:nth-child(6) {
  background-color: #;
}
.list-schedule tbody tr td {
  border: 3px solid #fff;
  margin: 0;
  word-wrap: break-word;
}
.list-schedule thead tr :last-child {
  border: none;
}
.col-vo {
  width: 80px;
}
.day-interval {
  background: #163f73;
  color: white;
  font-size: 16px;
  text-align: center;
}
.stock {
  background: rgb(95, 9, 160); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(95, 9, 160, 1) 0%,
    rgba(104, 0, 168, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(95, 9, 160, 1)),
    color-stop(100%, rgba(104, 0, 168, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(95, 9, 160, 1) 0%,
    rgba(104, 0, 168, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(95, 9, 160, 1) 0%,
    rgba(104, 0, 168, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(95, 9, 160, 1) 0%,
    rgba(104, 0, 168, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(95, 9, 160, 1) 0%,
    rgba(104, 0, 168, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f09a0', endColorstr='#6800a8',GradientType=0 ); /* IE6-9 */
  color: white;
  text-align: center;
}

.day-interval-tr {
  color: white;
}
.stock_tr {
  background: #8e2ccf;
}
.center {
  text-align: center;
}
#calendar {
  width: 100%;
}
.calculator_img {
  display: block;
  margin: 0 auto;
}
.img_error {
  display: block;
  margin: -75px auto 0;
}
.pay_description {
  width: 100%;
}

.pay_description p {
  font-size: 19px;
}
.switch_view h2 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ffffff;
}
.switch_view p {
  position: relative;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 0.5em;
}
.text-enclosing,
.text-enclosing2 {
  font-size: 18px;
  color: black;
}
.text-enclosing2 {
  font-size: 14px;
}
.all_summa_text {
  font-weight: bold;
  text-align: center;
  font-size: 17px;
  color: #000000;
}
.all_summa {
  font-weight: bold;
  text-align: center;
  height: 100%;
  font-size: 16px;
  color: #000000;
}
.but_continue {
  height: 100%;
  color: white;
}
.but_continue button {
  height: 100%;
  font-weight: bold;
  background: #00eb56;
  cursor: pointer;
  font-size: 12px;
  border: solid 1px #f5ede3;
  width: 100%;
  color: white;
  padding: 15px 0;
  border: dotted 1px rgba(0, 0, 0, 0.5);
}
.live-status {
  margin: 0 auto;
  width: 100%;
  padding: 0 0 2px 0;
}
.result-status {
  margin: 0 0 0 2px;
  display: table;
  width: 607px;
  height: 50px;
}
.one_price {
  width: 40%;
  font-weight: bold;
  float: left;
  text-align: center;
  line-height: 52px;
}
.table_form tr td input {
  background: #fff;
  padding: 4%;
  border-radius: 4px;
  position: relative;
  width: 90%;
  border: 0;
}
.number {
  float: right;
  width: 60%;
  font-weight: bold;
  line-height: -moz-block-height;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
}
.number input[type="text"] {
  text-align: center;
  line-height: 50px;
  border: 0px none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 18%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.minus {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-shadow: 0px 0px 0.5px #b70501;
  font-weight: bold;
  cursor: pointer;
  float: left;
  width: 39%;
  border: dotted 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.minus:hover {
  background: #f74542 none repeat scroll 0% 0%;
}
.plus {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-shadow: 0px 0px 0.5px #15a200;
  cursor: pointer;
  float: right;
  width: 39%;
  border: dotted 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.plus:hover {
  background: #04ea58 none repeat scroll 0% 0%;
}
.Р’Р·СЂРѕСЃР»С‹Р№:hover {
  box-shadow: 1px 1px 1px #fff;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.Р”РµС‚СЃРєРёР№:hover {
  box-shadow: 1px 1px 1px #fff;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.view-price {
  z-index: 1;
}
.view-price table {
  table-layout: fixed;
}
.view-price table tr {
  border-spacing: 1px 1px;
  background: #ddffcc;
}
.view-price table th {
  text-align: center;
  font-size: 14px;
  color: rgb(2, 16, 163);
  padding: 10px 0px;
}
.view-price table tr td {
  text-align: center;
  color: #52b4fc;
  padding: 10px 0px;
}
.h1_do {
  background: white;
  color: rgb(166, 166, 166);
  padding: 145px 50px;
  font-size: 22px;
}
.disable_block {
  z-index: 5;
  margin: 17% 0 0;
}
.error_calc {
  height: 368px;
  background: #b5cecb;
  background-image: url("/img/tinted.gif");
  z-index: 5;
  border: 2px solid #fff;
  border-radius: 5px;
  overflow: hidden;
}
.error_calcr {
  height: 345px;
  background: #b5cecb;
  background-image: url("/img/tinted.gif");
  z-index: 5;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
.error_calc h2 {
  margin-top: 115px;
}
.error_calcr h2 {
  margin-top: 115px;
}
input.calendar {
  padding: 0px 6px;
  width: 105px;
  height: 28px;
  border: 1px solid rgb(43, 132, 232);
  border-radius: 3px;
  color: rgb(65, 65, 65);
  font-size: 15px;
  font-weight: bold;
}
button.calendar:before {
  content: "Р’С‹Р±СЂР°С‚СЊ РґР°С‚Сѓ";
}
button.calendar {
  background: white;
  border: 1px solid rgb(195, 177, 177);
  padding: 6px 18px;
  border-radius: 3px;
  color: rgb(68, 68, 68);
  font-weight: bold;
  cursor: pointer;
}
button.calendar:hover {
  background: rgb(242, 236, 236);
}
div.calendar {
  top: 100px !important;
  left: 15px !important;
  background: white;
  padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid rgb(184, 184, 183);
}
div.calendar table caption {
  font-size: 17px;
  border-bottom: 1px solid rgb(168, 168, 168);
  padding-bottom: 3px;
  color: rgb(73, 72, 71);
}
div.calendar table td {
  text-align: center;
  padding: 3px 3px;
  color: rgb(116, 116, 116);
  cursor: pointer;
}
div.calendar table thead tr th {
  border-bottom: 1px dotted rgb(34, 154, 216);
  color: rgb(34, 154, 216);
  font-size: 14px;
}
div.calendar table td:hover {
  background: rgb(240, 240, 240);
  border-radius: 3px;
  color: black;
}
td.today {
  background: rgb(240, 240, 240);
  border-radius: 3px;
  color: black;
}
a.prev {
  cursor: pointer;
  background: rgb(236, 236, 236);
  padding: 0px 6px;
  float: left;
  border-radius: 12px;
  font-size: 16px;
}
a.next {
  cursor: pointer;
  background: rgb(236, 236, 236);
  padding: 0px 6px;
  float: right;
  border-radius: 12px;
  font-size: 16px;
}
span.year {
  margin-left: 5px;
}
.wrap_ticket {
  max-width: 1050px;
  margin: 0px auto 0;
  padding: 1%;
}
.wrap_ticket p {
  padding: 2%;
}
.wrap_ticket h2 {
  text-align: center;
  margin: 13px 0;
  font-size: 22px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);
  color: #fff;
}
.wrap_ticket h3 {
  text-align: center;
  text-shadow: none;
  padding: 25px 0 0;
  margin: 0;
}
.cit {
  margin: 0;
  text-align: center;
  color: white;
  font-size: 16px;
}
.ticket_table {
  width: 100%;
}
.wrap_ticket table thead {
}
.wrap_ticket table thead th {
  padding: 10px 0;
  text-align: left;
}
.all_summa_mess {
  text-transform: uppercase;
  padding-right: 10px !important;
}
.all_summa_mess span {
  margin-left: 20px;
}
.info_ticket {
  background: #ff9dc6 none repeat scroll 0% 0%;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 0px;
  font-weight: bold;
}
.text_x {
  color: #fff !important;
  padding: 0 0 20px !important;
  text-align: center;
  text-transform: uppercase;
}
.ticket_table tbody tr {
  height: 30px;
}
.table_form tbody tr {
  height: 45px;
}
.table_form tbody tr:nth-of-type(7),
.table_form tbody tr:nth-of-type(8) {
  text-align: right;
  font-size: 0.8rem;
  height: 70px;
  font-weight: 400;
}
.table_form {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 4px;
  padding: 2%;
}
.finish_table {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  padding: 2%;
}
.form {
  display: inline-block;
  width: 45%;
}
hr {
  width: 68%;
  color: rgb(255, 255, 255);
  vertical-align: middle;
  float: right;
}
input[placeholder] {
  font-size: 12px;
}
.rules {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  text-align: left;
}
.table_form a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.rules input {
  width: 16px !important;
}
.rules_online input {
  width: 16px !important;
}
.rules_online {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  text-align: right;
}
.to_back {
  padding: 15px 0;
  margin: 0;
}
.pay_td {
  text-align: center;
}
.table_form button {
  background: #6e32e9;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px;
  padding: 3% 0;
  cursor: pointer;
  width: 50%;
  border: none;
  text-align: center;
}
.cit2 {
  margin: 0px 0px 3px;
  font-size: 13px;
  font-weight: bold;
}
.bottom_message {
  font-weight: bold;
  font-size: 14px;
  margin: 5px auto;
  color: #fff;
}
.bottom_message a {
  font-weight: bold;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 70px;
  color: #fff;
  text-align: center;
  display: block;
}
.status_t {
  border-spacing: 0px;
  border-collapse: collapse;
  margin-bottom: 3px;
}
.status_t td {
  color: black !important;
  text-align: left !important;
  padding-left: 10px !important;
  border-color: black;
}
.print_a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.print_a:hover {
  text-decoration: none;
}
.loading_list {
  opacity: 0.5;
  pointer-events: none;
}
.loa {
  width: 150px;
}
#calculator form {
  position: relative;
  background: #fff;
  border: 5px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pravila {
  font-size: 0.9rem;
  padding: 0 4%;
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
.pravila p {
  text-align: left;
  padding: 0px;
}
.pravila_calc ul {
  color: #fff;
  padding: 0 5px;
  list-style-position: inside;
}
.pravila_calc li {
  padding: 0 10px;
}

.date-wrap {
  max-width: 150px;
  display: inline-block;
  vertical-align: top;
}
.div_spectarif {
  background: #eb7af3 none repeat scroll 0% 0% !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
  font-size: 14px;
  padding: 10px 20px;
  width: 179px;
  margin-bottom: 20px;
  text-align: center;
}
.datespectarif {
  text-align: right;
}
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
  max-width: 100%;
}
@media screen and (max-width: 620px) {
  img.mall-logo {
    width: 100px;
  }
}
button[disabled],
input[disabled] {
  cursor: default;
  color: #00eb56;
  display: none;
}
a {
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hero {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 0;
  margin: 0;
}
.hero h1 span {
  display: inline-block;
}
.row1 {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.container img {
  width: 20%;
  vertical-align: middle;
  display: inline-block;
}
.padding-top {
  padding-top: 5%;
}
.switch_view i {
  font-size: 90px;
}
.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight {
  visibility: visible;
}
.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.delay-1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.wp3 {
  background: url("../img/iphone-bg.png") no-repeat center center;
  background-position: 200px 10px;
  height: 100%;
}
.col-md-5 {
  display: inline-block;
  vertical-align: top;
}
.col-md-7 {
  display: inline-block;
  vertical-align: top;
}
.text-center {
  text-align: center;
}
.promofirst {
  padding: 1% 0 10%;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.info-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wbag_order .temp {
  float: none;
}
.info-wrapp p {
  padding-left: 10px;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
main {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
footer {
  background: url(/img/bg-footer-3.jpg);
  border-top: 5px solid #01cc34;
  /*position: fixed;*/
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex: 0 0 auto;
}
.footerblock {
  width: 100%;
  height: 100%;
}
.footer-block {
  display: inline-block;
  width: 22%;
  vertical-align: top;
  line-height: 170%;
}
.footer ul {
  list-style: none;
}
.footer-block-title,
.footer ul:nth-of-type(1) a {
  font-weight: 700;
}
.footer ul:nth-of-type(4) {
  width: auto;
  float: right;
  text-align: right;
}
.copyright {
  font-size: 0.7rem;
  text-align: center;
}
ul.smm {
  margin: 0;
}

.order_rules {
  color: black;
  font-family: PT Sans;
}

.bord_title {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.17em;
}

.bord p {
  line-height: 20px;
}

.modal-header.order_rules_header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  border: none;
}

.modal-header.order_rules_header button {
  position: relative;
  bottom: 3px;
  left: -4px;
}

.order_rules_title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #111111;
}

.order_rules_list_wrapper {
  color: black;
  padding: 27px;
}

.order_rules_list {
  font-family: PT Sans;
  text-align: left;
}

.order_rules_list li {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}

.order_rules_list li::marker {
  color: #0887be;
}

.order_rules_link {
  color: #0000ff;
  transition: all 0.5s;
  font-weight: 700;
}

.order_rules_link:hover {
  color: #7f7fff;
  text-decoration: none;
}

.selector-time-wrap a:hover {
  color: #fff;
  text-decoration: none;
}

.order_rules_list_footer {
  border: none;
}

.order_rules_list_footer button.btn.btn-secondary {
  background-color: #06de1a;
  border: none;
  border-radius: 20px;
  padding: 3px 27px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.btn-order-rule {
  line-height: 35px;
}

/* .order_buttons {
  margin-bottom: 25px;
}

.order_buttons .btn {
  max-width: 420px;
} */

.shedule {
  width: auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 992px) {
  .col-md-7 {
    width: 74%;
  }
  .col-md-5 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (max-width: 320px) {
  .number {
    float: none;
    width: 100%;
  }
  .one_price {
    float: none;
  }
  .list-schedule thead {
    font-size: 4px;
  }
  .text-enclosing2,
  .all_summa,
  .stock,
  .text-enclosing,
  .all_summa_text,
  .but_continue button,
  .table_form button,
  .center,
  .day-interval,
  .one_price,
  .number,
  input[placeholder] {
    font-size: 6px;
  }
  .form,
  .pravila {
    width: 100%;
  }
  .pravila {
    padding: 0;
  }
  .logo {
    height: 0px;
    padding: 0 0 0 5px;
  }
  .inner {
    padding: 10px 5px;
  }
  .hero {
    background-attachment: inherit;
  }
  .pickadate__calendar,
  .switch_view h2 {
    font-size: 12px;
  }
  .text-enclosing2,
  .all_summa,
  .stock,
  .text-enclosing,
  .all_summa_text,
  .but_continue button,
  .table_form button,
  .center,
  .day-interval,
  .one_price,
  .number,
  input[placeholder] {
    font-size: 8px;
  }
  .pickadate__day,
  .list-schedule thead {
    padding: 4px;
  }
  body,
  .all_summa {
    font-size: 12px;
  }
  h2::after {
    margin: 5px auto;
    border: solid 1px #3dc9b3;
  }
  .one_price::after {
    font: normal normal normal 4px/1 FontAwesome;
  }
  .wrap_ticket table,
  .table_form tbody tr:nth-of-type(7),
  .table_form tbody tr:nth-of-type(8) {
    font-size: 0.5rem;
  }
  .one_price::after {
    font: normal normal normal 4px/1 FontAwesome;
  }
  .switch_view i {
    font-size: 25px;
  }
  .form,
  .pravila {
    width: 100%;
  }
  .pravila {
    padding: 0;
  }
  .table_form tbody tr,
  .table_form tbody tr:nth-of-type(7),
  .table_form tbody tr:nth-of-type(8) {
    height: 30px;
  }
  .container img {
    display: none;
  }
  .row h2 {
    padding: 5%;
  }
  .row1 h3 {
    text-align: center;
  }
  .hero {
    background-attachment: unset;
  }
  .footer ul:nth-of-type(2) {
    text-align: right;
  }
  .footer-block {
    width: 45%;
    padding: 2%;
    line-height: normal;
  }
  .footer ul:nth-of-type(4) {
    width: 45%;
    float: none;
  }
  .smm span {
    display: block;
  }
  .hero h1 {
    font-size: 22px;
  }
  .hero p {
    font-size: 9px;
  }
  .container img {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .logo img {
    width: 60px;
  }
  .inner {
    padding-top: 50px;
  }
  .logo {
    height: 10px;
  }
  .pickadate__calendar,
  .switch_view h2 {
    font-size: 14px;
  }
  .hero {
    background-attachment: inherit;
  }
  .list-schedule thead {
    font-size: 7px;
  }
  .text-enclosing2,
  .stock,
  .all_summa,
  .text-enclosing,
  .all_summa_text,
  .but_continue button,
  .table_form button,
  .center,
  .day-interval,
  .one_price,
  .number,
  input[placeholder] {
    font-size: 10px;
  }
  .pickadate__day {
    padding: 6px;
  }
  h2::after {
    margin: 5px auto;
    border: solid 1px #3dc9b3;
  }
  .wrap_ticket table {
    font-size: 0.6rem;
  }
  .one_price::after {
    font: normal normal normal 5px/1 FontAwesome;
  }
  .form,
  .pravila {
    width: 100%;
  }
  .pravila {
    padding: 0;
  }
  .row h2 {
    padding: 5%;
  }
  .container img {
    display: none;
  }
  .hero h1 {
    font-size: 26px;
  }
  .inner {
    padding-top: 50px;
  }
  .hero {
    background-attachment: unset;
  }
  .row1 h3 {
    text-align: center;
  }
  .hero {
    background-attachment: unset;
  }
  .footer-block {
    width: 45%;
    padding: 2%;
    line-height: normal;
  }


  .footer ul:nth-of-type(2) {
    text-align: right;
  }
  .footer ul:nth-of-type(4) {
    width: 45%;
    float: none;
  }
  .footer-block .mall-logo {
    max-width: 68%;
    height: 100%;
  }

  .smm span {
    display: block;
  }
}
@media (max-width: 480px) {
  body,
  .all_summa {
    font-size: 13px;
  }
  .hero p {
    font-size: 14px;
  }
  .logo {
    padding-right: 0px;
    float: none;
    width: 100%;
    text-align: center;
  }
  .logo img {
    width: 130px;
    margin-top: 0;
    position: relative;
    bottom: 20px;
    right: 9px;
  }
  .temp,
  .tel {
    width: 100%;
    text-align: center;
    float: none;
  }
  .tel p,
  .temp p {
    margin: 10px 0;
  }
  .wbag div:nth-child(3) {
    margin: 20px 0;
  }
  .info-wrapp {
    padding-top: 30px;
  }
}
@media (max-width: 580px) and (min-width: 481px) {
  .tel,
  .temp {
    text-align: right;
    display: block;
    float: none;
  }
  .wbag div:nth-child(3) {
    margin-top: 20px;
  }
}
@media (max-width: 580px) and (min-width: 481px) {
  .logo img {
    width: 170px;
    margin-top: -15px;
  }
}
@media (max-width: 768px) and (min-width: 581px) {
  .logo img {
    width: 115px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .hero h1 {
    font-size: 37px;
  }
  .inner {
    padding-top: 50px;
  }
  .pickadate__calendar,
  .switch_view h2 {
    font-size: 14px;
  }
  .hero {
    background-attachment: inherit;
  }
  .list-schedule thead {
    font-size: 7px;
  }
  .text-enclosing2,
  .stock,
  .all_summa,
  .text-enclosing,
  .all_summa_text,
  .but_continue button,
  .center,
  .day-interval,
  .one_price,
  .number {
    font-size: 14px;
  }
  .pickadate__day {
    padding: 6px;
  }
  h2::after {
    margin: 5px auto;
    border: solid 1px #3dc9b3;
  }
  .wrap_ticket table {
    font-size: 0.9rem;
  }
  .one_price::after {
    font: normal normal normal 6px/1 FontAwesome;
  }
  .form,
  .pravila {
    margin: 0px auto;
    display: table;
    width: 80%;
  }
  .pravila {
    padding: 0;
  }
  .container img {
    display: none;
  }
  .row h2 {
    padding: 5%;
  }
  .row1 h3 {
    text-align: center;
  }
  body,
  h1,
  h2,
  h3 {
    font-size: 0.8rem;
  }
  .tel p,
  .temp p {
    margin: 25px 0;
  }
  .hero {
    background-attachment: unset;
    background-position: center center;
  }
}
@media (max-width: 1023px) and (min-width: 769px) {
  .row h2 {
    padding: 5%;
  }
  .hero h1 {
    font-size: 47px;
  }
  .hero p {
    font-size: 22px;
    line-height: initial;
    margin-bottom: 0;
  }
  .logo img {
    width: 145px;
  }
  .tel p,
  .temp p {
    margin: 35px 0;
  }
  .wp3 {
    background-position: 50px 0;
  }
  .row h2 {
    padding: 5%;
  }
}
@media (min-width: 1024px) {
  .indent {
    max-width: 1050px;
  }
  .hero {
    background-position: center center;
  }
  .hero h1 {
    font-size: 65px;
    line-height: 77px;
  }
  h2::after {
    content: " ";
    border: solid 2px #ffffff;
    display: block;
    width: 35px;
    margin: 25px auto;
  }
  .row1 {
    width: 79%;
  }
  .tel p,
  .temp p {
    margin: 47px 0;
  }
}
@media (max-width: 1200px) {
  .indent {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media (min-width: 1370px) {
  body {
    font-size: 1.1rem;
  }
  body {
    font-size: 1rem;
  }
  .hero {
    background-position: center center;
  }
  .hero h1 {
    font-size: 65px;
    line-height: 77px;
  }
  h2::after {
    content: " ";
    border: solid 2px #ffffff;
    display: block;
    width: 35px;
    margin: 25px auto;
  }
}
#buttons button {
  padding: 10px 20px;
  font-size: 16px;
  color: #000;
}

#buttons button.btn-dark {
  color: #ffffff;
}
@media (max-width: 600px) {
  .info-wrapp {
    flex-wrap: wrap;    
  }

  .info-wrapp>div {
    width: 50%;
    height: 80px;
    margin: 0 !important;
  }

  .info-wrapp>div>p {
    text-align: start;
    margin: 0;
  }
}

.r2_what,
.r2_when,
.r2_who,
.r2_widget {
  max-width: 1270px;
  /* //		padding: 20px 20px; */
  height: 606px;
  margin: 0 auto 0px;
  width: 90%;
  flex-grow: 1;
}
@media screen and (max-width: 520px) {
.r2_what,
.r2_when,
.r2_who,
.r2_widget {
  height: 100%;
}
}
.r2_what h2,
.r2_what h1,
.r2_when h2,
.r2_who h2 {
  color: #fff !important;
  padding: 0;
  margin: 0;
  text-align: center;
  text-shadow: 1px 1px 7px rgb(0, 111, 156);
}
/* .r2_button {
  background: #fff;
  color: #444;
  border: 1px #6e32e9 solid;
  border-bottom: solid;
  border-radius: 5px;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 7px;
} */
.r2_button.active {
  background: #6e32e9;

  border: 1px #6e32e9 solid;
  color: #fff;
}
.r2_button_wrap,
.r2_calendar {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 0;
}

.selector-time-wrap {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-right: none;
  border-left: none;
  width: 75%;
  margin: 0 auto;
}

.selector-time-item {
  transition: all 0.3s;
}

.selector-time-item:hover {
  transform: scale(1.2);
}
.selector-time-logo {
  height: 64px;
  width: 96px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .selector-time-logo {
    width: 55px;
    background-size: contain;
  }
}

.selector-time-logo.two-hours {
  background-image: url("/img/Time-01.svg");
}

.selector-time-logo.four-hours {
  background-image: url("/img/Time-02.svg");
}

.selector-time-logo.all-day {
  background-image: url("/img/Time-03.svg");
}

.datepicker-here {
  display: inline-block;
}
.datepicker--days-names {
  font-size: 20px;
}
.datepicker--day-name {
  color: #6e32e9;
}
.datepicker {
  border-color: #fff !important;
  width: 650px;
  height: 400px;
}
.datepicker--cell {
  font-size: 20px;
}
.r2_breadcrumbs {
  /* display: none; */
  color: #fff;
  text-align: left;
  padding: 15px;
  margin: 0 auto;
  box-sizing: border-box;
  height: 55px;
  width: 90%;
  max-width: 720px;
  border: 0px;
  /* //		border-bottom: 1px #999 solid; */
}
.r2_breadcrumbs .selector-time-logo {
  display: none;
}

.r2_breadcrumbs .selector-time-item,
.r2_breadcrumbs .selector-time-text {
  display: inherit;
  transform: none;
}
.r2_widget {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.widget_place {
  left: 50%;
  width: 90%;
  overflow: auto;
  max-width: 900px;
  margin: 0 auto;
  position: absolute;
  z-index: 9;
}
#widget_loading {
  font-family: "Sunday";
  font-size: 50px;
  color: white;
  /*color: #1976d2;*/
  position: absolute;
  height: 606px;
  text-align: center;
  vertical-align: middle;
}
.r2_breadcrumbs a {
  color: #fff;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
@media screen and (max-width: 480px) {
  .r2_breadcrumbs {
    width: 100%;
  }
  
  .r2_breadcrumbs a {
    padding-right: 0;
  }
}
.r2_breadcrumbs a:before {
  content: "→";
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
}
.r2_breadcrumbs a:hover {
  color: #6e32e9;
}
.r2_breadcrumbs a i {
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 16px;
}
.r2_breadcrumbs a:first-child:before {
  display: none;
}
.middle {
  border-radius: 0.4em;
  flex-grow: 1;

  /*	background:url('/img/waveb.jpg');*/
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.jumbotron {
background-color: #005c96;
}
hr.my-4 {
width: 100%;
}