html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
==========================================*/
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueCyr-Bold/helveticaneuecyr-bold.eot");
  src: url("../fonts/HelveticaNeueCyr-Bold/helveticaneuecyr-bold.eot") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Bold/helveticaneuecyr-bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold/helveticaneuecyr-bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold/helveticaneuecyr-bold.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Bold/helveticaneuecyr-bold.svg#HelveticaNeueCyrBold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueCyr-Medium/helveticaneuecyr-medium.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Medium/helveticaneuecyr-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueCyr-Light/helveticaneuecyr-light.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Light/helveticaneuecyr-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueCyr-Roman/helveticaneuecyr-roman.eot");
  src: url("../fonts/HelveticaNeueCyr-Roman/helveticaneuecyr-roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Roman/helveticaneuecyr-roman.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Roman/helveticaneuecyr-roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman/helveticaneuecyr-roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
}

body {
  font: 14px "HelveticaNeue";
  padding-top: 60px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  body {
    padding-top: 70px;
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 80px;
    font-size: 16px;
  }
}

.clr {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 30px;
  font-weight: bold;
}

h1 {
  font-size: 30px;
  font-weight: normal;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 26px;
  font-weight: normal;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

/*
==================================*/
a {
  color: #c7253a;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #c7253a;
}

img {
  max-width: 100%;
}

.color-red {
  color: #c7253a;
}

/*
==================================*/
.middle {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.navbar {
  padding: 0;
  min-height: 1px;
  display: block;
}

.navbar .navbar-nav {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar .navbar-nav > li > a {
  white-space: nowrap;
  display: block;
  color: #222;
  padding: 10px 15px;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #222;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .navbar .navbar-nav > li > a {
    font-size: 17px;
    padding: 5px;
    border: none;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-nav > li > a {
    font-size: 18px;
    padding: 10px;
  }
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active, .navbar .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #c7253a;
  text-decoration: none;
}

@media (min-width: 992px) {
  .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active, .navbar .navbar-nav > li > a:focus {
    color: #c7253a;
    background-color: transparent;
  }
}

.navbar .navbar-nav > .active > a {
  color: #fff;
  background-color: #c7253a;
  font-weight: bold;
}

@media (min-width: 992px) {
  .navbar .navbar-nav > .active > a {
    color: #c7253a;
    background-color: transparent;
  }
}

.navbar .navbar-collapse {
  clear: both;
}

.navbar-toggler {
  top: -35px;
  left: 15px;
  padding: 2px 7px;
  font-size: 0;
  position: absolute;
  clear: both;
  outline: none;
}

@media (min-width: 768px) {
  .navbar-toggler {
    top: -40px;
  }
}

.navbar-toggler span {
  display: block;
  width: 23px;
  height: 2px;
  margin: 5px 0;
  background: #222;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.open-nav .navbar-toggler span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}

.open-nav .navbar-toggler span:nth-child(2) {
  opacity: 0;
}

.open-nav .navbar-toggler span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
      -ms-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

.open-nav .logo {
  opacity: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .open-nav .logo {
    opacity: 1;
    z-index: 1000;
  }
}



.open-nav .langs {
  opacity: 1;
}

.btn {
  display: block;
  outline: none;
  height: 44px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

.btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-black {
  background-color: #000;
  color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-black:hover {
  background-color: #333;
  color: #fff;
}

.btn-gray {
  background-color: #333;
  color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 0;
          border-radius: 0;
  min-width: 254px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-gray:hover {
  background-color: #000;
  color: #fff;
}

.btn-gray2 {
  background-color: #43495a;
  color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  height: 54px;
}

.btn-gray2:hover {
  background-color: #000;
  color: #fff;
}

.btn-red {
  background-color: #c7253a;
  color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-red:hover {
  background-color: #a61729;
  color: #fff;
}

.btn-green {
  text-transform: uppercase;
  background-color: #27ae60;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  height: 44px;
}

.btn-new{height:55px;border-radius:15px;line-height:22px;display:inline-block;}

/*@media (min-width: 450px) {*/
/*  .btn-new{height:35px;}*/
/*}*/

@media (min-width: 1200px) {
  .btn-green {
    height: 56px;
    font-size: 20px;
  }
}

.btn-green:hover {
  background-color: #1c964f;
  color: #fff;
}

.btn-print {
  height: 65px;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .btn-print {
    font-size: 20px;
    padding-left: 35px;
    padding-right: 35px;
  }
}

.btn-print::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../images/icon-print.png) no-repeat;
  vertical-align: middle;
  margin-right: 15px;
}

.btn-ticket-more {
  -webkit-border-radius: 15px;
          border-radius: 15px;
  color: #fff;
  background-color: #c7253a;
  text-transform: uppercase;
  font-weight: bold;
  height: 35px;
  font-size: 15px;
  padding-left: 23px;
  padding-right: 23px;
}

@media (min-width: 992px) {
  .btn-ticket-more {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .btn-ticket-more {
    font-size: 15px;
    padding-left: 23px;
    padding-right: 23px;
  }
}

.btn-ticket-more:hover, .btn-ticket-more.active {
  background-color: #fff;
  color: #c7253a;
}

.btn-blue {
  background-color: #367fb1;
  color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}

.btn-blue:hover {
  color: #fff;
  background-color: #000;
}

a.btn {
  line-height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 180px;
  width: auto;
  display: inline-block;
}

.form label {
  display: block;
  text-transform: uppercase;
  margin: 0 0 3px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form select,
.form textarea {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  border: 1px solid #ddd;
  padding: 0 10px;
  height: 44px;
}

.form-tickets {
  position: relative;
}

.form-tickets label {
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
}

.form-tickets input[type="text"],
.form-tickets input[type="email"],
.form-tickets input[type="password"],
.form-tickets select,
.form-tickets textarea {
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.form-tickets input[type="text"][disabled],
.form-tickets input[type="email"][disabled],
.form-tickets input[type="password"][disabled],
.form-tickets select[disabled],
.form-tickets textarea[disabled] {
  opacity: .5;
}

.form-tickets .btn {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .form-tickets .btn {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .form-tickets .btn {
    margin-top: 15px;
  }
}

.form-tickets .form-group {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .form-tickets .form-group {
    margin-bottom: 0;
  }
}

.form-order {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}

.form-order input[type="text"],
.form-order input[type="email"],
.form-order input[type="password"],
.form-order select,
.form-order textarea {
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #c7253a;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 44px;
  margin-bottom: 25px;
}

.form-order textarea {
  height: 80px;
}

.form-contact input[type="text"],
.form-contact input[type="email"],
.form-contact input[type="password"],
.form-contact select,
.form-contact textarea {
  background-color: #f0f3f4;
  border-color: #f0f3f4;
  margin-bottom: 10px;
}

.form-contact textarea {
  height: 110px;
  padding-top: 10px;
}

.checkbox {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-height: 25px;
}

.checkbox input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.checkbox input:checked ~ span::after {
  opacity: 1;
}

.checkbox span {
  display: block;
  position: relative;
  padding-left: 30px;
}

.checkbox span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 21px;
  height: 21px;
  border: 3px solid #c7253a;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.checkbox span::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 6px;
  height: 11px;
  border: 2px solid #c7253a;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.select {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  width: 100%;
  font-weight: bold;
  height: 44px;
  text-transform: uppercase;
}

.add-calendar {
  padding-right: 40px;
  background: url(../images/icon-calendar.png) no-repeat 95% 50% #fff;
  cursor: pointer;
}

.add-pin {
  padding-right: 40px;
  background: url(../images/icon-pin.png) no-repeat 95% 50% #fff;
  cursor: pointer;
}

.add-user {
  padding-right: 40px;
  background: url(../images/icon-user.png) no-repeat 90% 50% #fff;
  cursor: pointer;
}

.need-return-ticket {
  font-size: 13px;
  overflow: visible;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .need-return-ticket {
    position: absolute;
    left: 0;
    top: 75px;
  }
}

.need-return-ticket span {
  padding-left: 20px;
}

.need-return-ticket span::before {
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  border: 2px solid  #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.need-return-ticket span::after {
  left: 1px;
  top: 2px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

/* placeholder
=====================================*/
:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}

:-moz-placeholder {
  color: #333;
  opacity: 1;
}

::-moz-placeholder {
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

/* helpers
=====================================*/
:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* header
=====================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .header .container {
    max-width: 100%;
    padding: 0;
  }
}

.header-phone {
  font-size: 15px;
}

@media (min-width: 1200px) {
  .header-phone {
    font-size: 18px;
  }
}

.header-phone a {
  color: #000;
  text-decoration: none;
}

.header-phone a:hover {
  text-decoration: none;
}

.logo {
  position: relative;
  z-index: 2;
}

.logo img {
  max-height: 40px;
}

@media (min-width: 992px) {
  .logo img {
    max-height: 60px;
  }
}

.langs {
  position: absolute;
  top: -30px;
  left: 80px;
  opacity: 1;
}

@media (max-width: 768px) {
    .logo {
      left: 50%;
    }
}
@media (max-width: 375.8px) {
    .logo {
      left: 0%;
    }
}
@media (min-width: 768px) {
  .langs {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    margin-right: 15px;
  }
}

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


/*.section-dark {*/
/*    background-color: #191f26;*/
/*    padding-top: 35px;*/
/*    padding-bottom: 35px;*/
/*    font-size: 18px;*/
/*}*/
/* изменил pagetitle h1 queries */
.marquee {
    width:100%;
    white-space:nowrap;
    overflow:hidden;
}
/*.section-marquee {*/
/*    background-color: #191f26;*/
/*    padding-bottom: 40px;*/
/*    font-size: 22px;*/
/*}*/
/*.section-marquee-ru {*/
/*    background-color: #191f26;*/
/*    padding-bottom: 70px;*/
/*    font-size: 22px;*/
/*}*/
.marquee span {
    color:#c7253a;
    font-size:25px;
    display:inline-block;
    padding-left:100%;
    -webkit-animation: marquee 15s infinite linear;
    animation: marquee 15s infinite linear;
    padding-top: 4px;
}
.marquee span.rumt {
    padding-top: 30px;
}
@-webkit-keyframes marquee {
    0%{-webkit-transform: translate(0, 0);}
    100%{-webkit-transform: translate(-100%, 0);}
}
@keyframes marquee{
    0%{transform: translate(0, 0);}
    100%{transform: translate(-100%, 0)}
}

/*
=====================================*/
.section-background {
  position: relative;
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  min-height: 340px;
  width: 100%;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .section-background {
    height: 480px;
  }
}

.section-background::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
}

.section-background .content {
  font-size: 16px;
}

@media (min-width: 768px) {
  .section-background .content {
    font-size: 20px;
  }
}

.section-background .content p + p {
  margin-top: 30px;
}

.bg-2::before {
  background: rgba(0, 0, 0, 0.7);
}

/*
=====================================*/
.main-title-1 {
  font-size: 30px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .main-title-1 {
    font-size: 45px;
  }
}

.main-title-2 {
  font-size: 16px;
}

@media (min-width: 768px) {
  .main-title-2 {
    font-size: 37px;
  }
}

.main-title-3 {
  font-size: 30px;
}

/*
=====================================*/
.section-form {
  background-color: #c7253a;
  padding-top: 30px;
  padding-bottom: 25px;
}

.w-3 {
  width: 100%;
}

@media (min-width: 768px) {
  .w-3 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .w-3 {
    width: 18%;
  }
}

.w-2 {
  width: 50%;
}

@media (min-width: 1200px) {
  .w-2 {
    width: 13%;
  }
}

.w-1 {
  width: 100%;
}

@media (min-width: 768px) {
  .w-1 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .w-1 {
    width: 25%;
  }
}

/*
=====================================*/
.title {
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .title {
    font-size: 30px;
  }
}

.title0 {
  font-size: 24px;
}

@media (min-width: 992px) {
  .title0 {
    font-size: 45px;
  }
}

.title2 {
  font-size: 18px;
}

@media (min-width: 992px) {
  .title2 {
    font-size: 25px;
  }
}

.home-header-image a {
	font-size: 17px;
	width: 200px;
	height: 54px;
	line-height: 54px;
	padding: 0 14px;
	color: #fff;
	background: #c7253a;
	border-radius: 3px;
	color: #fff !important;
	display: inline-block;
	text-align: center;
	max-width: 100%;
	text-decoration: none;
}
/*
=====================================*/
.section-dark {
  background-color: #191f26;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .section-dark {
    font-size: 27px;
  }
}

.section-dark img {
  margin-left: 15px;
}

.section-dark .btn {
  font-size: 21px;
  height: 60px;
  padding-top: 12px;
}

.section-dark .btn-text-small {
  font-size: 16px;
  padding-top: 14px;
}

@media (min-width: 768px) {
  .section-dark .btn-text-small {
    font-size: 18px;
  }
}

/*
=====================================*/
.advantage {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .advantage {
    margin-bottom: 55px;
  }
}

@media (min-width: 1200px) {
  .advantage {
    font-size: 22px;
  }
}

.advantage-icon {
  margin-right: 20px;
  width: 75px;
  height: 75px;
}

/*
=====================================*/
.section-directions {
  padding-top: 62px;
  padding-bottom: 62px;
}

.direction {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 40px;
  display: block;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.direction:hover {
  text-decoration: none;
  color: #333;
}

.direction:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@media (min-width: 1200px) {
  .direction {
    font-size: 22px;
  }
}

.direction img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 20px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.direction p {
  margin: 0 0 5px;
}

.direction-list {
  text-transform: uppercase;
}

.direction-list a {
  display: block;
  color: #c7253a;
  font-size: 15px;
  margin-top: 6px;
  text-decoration: underline;
}

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

/*
=====================================*/
.page-head {
  background-color: #b80c29;
  color: #fff;
  padding: 42px 0;
}

.pagetitle {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

@media (min-width: 768px) {
  .pagetitle {
    font-size: 30px;
  }
}

.container-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
=====================================*/
.ticket + .ticket {
  margin-top: 45px;
}

.ticket-head {
  background-color: #2c2c2c;
  padding: 10px 15px;
  -webkit-border-radius: 15px 15px 0 0;
          border-radius: 15px 15px 0 0;
  font-size: 18px;
  line-height: 1.1;
  min-height: 45px;
}

@media (min-width: 768px) {
  .ticket-head {
    padding: 12px 28px;
    font-size: 21px;
  }
}

.ticket-head-time {
  color: #fff;
  background: url(../images/icon-clock-white.png) no-repeat 10px 50% #000;
  font-size: 15px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  padding: 7px 10px 7px 30px;
  height: 35px;
}

.ticket-head-price {
  color: #fff;
  background: #30AD63;
  font-size: 15px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  padding: 7px 10px;
  height: 35px;
}

.ticket-body {
  -webkit-border-radius: 0 0 15px 15px;
          border-radius: 0 0 15px 15px;
  padding: 0 20px;
  background-color: #f0f0f0;
  position: relative;
  z-index: 2;
}

.ticket-body p {
  margin: 0;
}

.ticket-col-price {
  border-top: 2px dashed #919191;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .ticket-col-price {
    border-left: 2px dashed #919191;
    border-top: none;
  }
}

@media (min-width: 992px) {
  .ticket-col-price {
    padding-left: 50px;
  }
}

.ticket-col-price .btn {
  height: 40px;
  line-height: 27px;
}

.ticket-price {
  font-size: 20px;
  width: 100%;
  line-height: 1.2;
}

.ticket-price span {
  font-size: 25px;
  color: #c7253a;
}

.ticket-price span span {
  font-size: 35px;
}

.ticket-direction {
  font-size: 16px;
  padding: 30px 10px 20px 50px;
  background: url(../images/pin-large.png) no-repeat 0 30px;
  -webkit-background-size: 30px auto;
          background-size: 30px auto;
}

@media (min-width: 992px) {
  .ticket-direction {
    font-size: 18px;
    padding: 35px 20px 40px 90px;
    background: url(../images/pin-large.png) no-repeat 20px 35px;
    -webkit-background-size: auto auto;
            background-size: auto auto;
  }
}

.ticket-direction img {
  max-width: 32px;
  max-height: 20px;
  vertical-align: middle;
}

.ticket-location {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}

@media (min-width: 768px) {
  .ticket-location {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .ticket-location {
    font-size: 28px;
  }
}

.ticket-location-desc {
  font-size: 12px;
  color: #c7253a;
  font-weight: bold;
}

.ticket-address {
  margin-top: 25px;
}

.ticket-date {
  margin-top: 3px;
  padding-left: 22px;
  background: url(../images/icon-clock.png) no-repeat 0 4px;
}

.ticket-outer {
  margin-bottom: 20px;
}

.ticket-outer-head {
  background-color: #f2f2f2;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  border: 1px solid #b5b5b5;
  margin-bottom: 20px;
  padding: 11px 15px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .ticket-outer-head {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 20px;
  }
}

.ticket-outer .ticket {
  display: none;
}

.ticket-sale {
  padding: 20px 20px 13px;
  color: #fff;
  -webkit-border-radius: 0 0 15px 15px;
          border-radius: 0 0 15px 15px;
  margin-top: -10px;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
}

@media (min-width: 992px) {
  .ticket-sale {
    padding: 20px 40px 13px;
  }
}

.ticket-sale.has-sale {
  background-color: #27ae60;
}

.ticket-sale.no-sale {
  background-color: #939393;
}

.ticket-sale-other {
  font-weight: normal;
}

.ticket-sale .btn {
  height: 27px;
  padding: .1rem .5rem;
  white-space: nowrap;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .ticket-sale .btn {
    margin-top: 0;
  }
}

.ticket-sale .btn + .btn {
  margin-left: 5px;
}

@media (min-width: 768px) {
  .ticket-sale .btn + .btn {
    margin-left: 12px;
  }
}

/*
=====================================*/
.ticket-success {
  -webkit-border-radius: 15px;
          border-radius: 15px;
  padding: 120px 20px 20px 20px;
  font-size: 16px;
  background: url(../images/icon-success.png) no-repeat 50% 30px #27ae60;
  -webkit-background-size: 70px auto;
          background-size: 70px auto;
  min-height: 200px;
}

@media (min-width: 768px) {
  .ticket-success {
    padding: 20px 20px 20px 180px;
    background: url(../images/icon-success.png) no-repeat 40px 50% #27ae60;
    -webkit-background-size: 100px auto;
            background-size: 100px auto;
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .ticket-success {
    padding: 20px 20px 20px 280px;
    background: url(../images/icon-success.png) no-repeat 110px 50% #27ae60;
    -webkit-background-size: auto auto;
            background-size: auto auto;
  }
}

.ticket-success-title {
  font-size: 24px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .ticket-success-title {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .ticket-success-title {
    font-size: 34px;
  }
}

/*
====================================*/
.confirmation-data {
  color: #000;
}

@media (min-width: 1200px) {
  .confirmation-data {
    padding-left: 35px;
  }
}

.confirmation-data p {
  margin: 0;
  font-size: 17px;
}

/*
=====================================*/
.nav-tabs {
  border-bottom: 6px solid #c7253a;
  -webkit-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}

.nav-tabs li {
  width: 100%;
}

@media (min-width: 768px) {
  .nav-tabs li {
    width: 48%;
  }
}

.nav-tabs a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #c7253a;
  border: 4px solid #c7253a;
  position: relative;
  bottom: -6px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 1200px) {
  .nav-tabs a {
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
    padding: 14px 20px;
    font-size: 20px;
  }
}

.nav-tabs a:hover {
  text-decoration: none;
}

.nav-tabs a.active {
  color: #fff;
  background-color: #c7253a;
}

.tab-content {
  padding: 20px 0;
}

/*
=====================================*/
@media (min-width: 992px) {
  .question-block {
    padding-left: 30px;
  }
}

.question-text {
  font-size: 17px;
}

.block-head {
  border-bottom: 6px solid;
}

.block-head span {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  text-transform: uppercase;
  position: relative;
  bottom: -6px;
  line-height: 1;
  border: 4px solid;
}

@media (min-width: 1200px) {
  .block-head span {
    padding: 14px 30px;
    font-size: 20px;
  }
}

.block-head.dark {
  border-color: #2c2c2c;
}

.block-head.dark span {
  background-color: #2c2c2c;
  color: #fff;
  border-color: #2c2c2c;
}

/*
=====================================*/
.contact-item {
  margin-bottom: 20px;
  font-size: 16px;
  padding-left: 33px;
  background: url(../images/pin-large.png) no-repeat 0 3px;
  -webkit-background-size: 18px auto;
          background-size: 18px auto;
}

@media (min-width: 992px) {
  .contact-item {
    font-size: 18px;
  }
}

.contact-item p {
  margin: 0;
  text-transform: uppercase;
}

.contact-item a {
  font-size: 16px;
  color: #222;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}

/*
=====================================*/
.checkbox-agree {
  font-weight: normal;
  font-size: 12px;
}

.checkbox-agree a {
  color: #2c2c2c;
  text-decoration: underline;
}

.checkbox-agree a:hover {
  text-decoration: none;
}

.checkbox-agree span {
  padding-top: 5px;
}

/*
=====================================*/
.image-full img {
  width: 100%;
}

/*
===================================*/
.content {
  font-size: 16px;
}

@media (min-width: 768px) {
  .content {
    font-size: 18px;
  }
}

.content p {
  margin-bottom: 15px;
}

.content img {
  max-width: 100%;
}

.content ul,
.content ol {
  margin: 10px 0 20px 20px;
  padding: 0;
}

.content ul {
  list-style: disc;
}

.content ol {
  list-style: decimal;
}

.content li {
  margin: 0 0 10px 0;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}

.content table {
  width: 100%;
}

.content table td,
.content table th {
  padding: 10px;
  border: 1px solid #ddd;
}

blockquote {
  padding: 20px 30px;
  background-color: #f2f2f2;
  border-left: 4px solid #c7253a;
  font-size: 17px;
}

/* pagination
=====================================*/
.pagination {
  text-align: center;
  width: 100%;
  margin: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination li {
  display: inline-block;
}

.pagination li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #222;
  text-align: center;
}

.pagination li a:hover {
  background: #c7253a;
  text-decoration: none;
  color: #fff;
}

.pagination li.active a {
  background: #c7253a;
  color: #fff;
  text-decoration: none;
}

/*
====================================*/
.viber {
  width: 28px;
  height: 30px;
  display: inline-block;
  background: url(../images/icon-viber.png) no-repeat;
}

.wtsp {
  width: 28px;
  height: 30px;
  display: inline-block;
  background: url(../images/icon-wtsp.png) no-repeat;
}

.phone-item {
  margin-bottom: 10px;
}

.phone-item a {
  color: #fff;
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  text-decoration: none;
}

.phone-item a:hover {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .phone-item a {
    font-size: 19px;
  }
}

/* footer
=====================================*/
.footer {
  background-color: #191f26;
  color: #fff;
}

.footer-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .footer-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.map {
  width: 100%;
  height: 400px;
}

@media (min-width: 992px) {
  .map {
    width: 90%;
  }
}

.map-large {
  width: 100%;
  height: 305px;
}

.socials a {
  display: inline-block;
}

.socials a + a {
  margin-left: 10px;
}

.copy {
  border-top: 1px solid #4d535a;
}







/* Andy */
.modal-header span.modal-title {
  font-size: 22px;
  font-weight: bold;
}
.title.title0.mb-1 h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
}
.title.title0.mb-1 span {
    font-size: 20px;
    margin: 30px 0;
}
.title.title0.mb-1 p {
    font-size: 20px;
    margin: 30px 0;
}
.container.atentie {
    font-family: georgia,serif;
    font-size: 22px;
    font-style: italic;
}
a.atentie__mail {
    text-decoration:none;
    color: #0000FF;
}
a.atentie__contacte {
    color: #c7253a;
    text-decoration: underline;
}
.pagetitle {
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0px 0px 0px;
    line-height: 1;
    background-color: #b80c29;
    color: #fff;
    padding: 40px 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
span.input-personal {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
}

button[type="hidden"][name="no-pay"],
button[type="hidden"][name="no-book"] {
    visibility: hidden;
    display: none;
    opacity: 0;
}
button[type="submit"][name="pay"],
button[type="submit"][name="book"] {
    margin-bottom: 20px;
}


/* phones for category */
.category-phone {
  font-size: 15px;
  font: 18px "HelveticaNeue";
  line-height: 1.4;
  font-style: normal;
}

@media (min-width: 1200px) {
  .category-phone {
    font-size: 18px;
  }
}

.category-phone a {
  color: #000;
  text-decoration: none;
}

.category-phone a:hover {
  text-decoration: none;
}

.category-phone a.viber-call-category,
.category-phone a.wtsp-call-category {
  display: inline-block;
  height: 40px;
  width: 40px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.category-phone .phone-call-category {
    padding-right: 10px;
}

.rezervarih3 {
    margin-bottom: 0px !important;
    text-align: center;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 700 !important;
    font-family: "HelveticaNeue";
    line-height: 1.4;
    font-style: normal;
}

.myphone-category-block {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.viber-call-category,
.wtsp-call-category {
    padding-right: 10px;
}
/* phones for category */





@media (max-width: 768px) {
    .pagetitle {
        /*margin: 2px 0px 0px 0px;*/
        /* добавил пока есть бегущая строчка marquee */
        margin: 40px 0px 0px 0px;
    }
    .form-order input[type="text"], .form-order input[type="email"], .form-order input[type="password"], .form-order select, .form-order textarea {
        margin-bottom: 5px;
    }
}

@media (max-width: 600px) {
    .container.atentie {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    #destination .col-sm-6.col-lg-3 {
        width: 50%;
    }
    .advantage {
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }
    .advantage-icon {
        margin-right: 0px; 
    }
    .advantage-title {
        text-align: center;
        padding-top: 10px;
    }
}

@media (max-width: 375px) {
    .mobile__menu {
      flex-direction: column;
      justify-content: center;
      align-content: flex-start;
      padding-top: 10px;
    }    
    .open-nav .logo {
      opacity: 1;
      z-index: 1000;
    }
    .navbar-toggler {
      top: -50px;
    }
    .langs {
        position: absolute;
        top: 15px;
        right: 45px;
    }
    .page-head {
        margin-top: 44px;
        padding: 10px 0;
    }
    .page-head .container {
        padding: 25px 15px;
    }
    h1.pagetitle {
        font-size: 22px;
        /*margin: 50px 0 0;*/
        /* добавил пока есть бегущая строчка marquee */
        margin: 80px 0 0;
        padding: 20px 15px;
        line-height: 1.4;
    }
    .title.title0.mb-1 h2 {
        font-size: 20px;
    }
    .title.title0.mb-1 h3 {
        font-size: 20px;
    }
    /*.title.title0.mb-1 span {*/
    /*    font-size: 20px;*/
    /*    margin: 30px 0;*/
    /*}*/
    /*.title.title0.mb-1 p {*/
    /*    font-size: 20px;*/
    /*    margin: 30px 0;*/
    /*}    */
    .container.container-inner.atentie {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mobile__menu .col-md-3.col-lg-2.order-lg-3 {
        position: inherit;
    }
}
/* Andy */