@font-face {
  font-family: "Proxima Nova";
  src: url("/includes/fonts/ProximaNova-Regular.eot") format("embedded-opentype"),
    url("/includes/fonts/ProximaNova-Regular.woff") format("woff"),
    url("/includes/fonts/ProximaNova-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/includes/fonts/ProximaNova-Bold.eot") format("embedded-opentype"),
    url("/includes/fonts/ProximaNova-Bold.woff") format("woff"),
    url("/includes/fonts/ProximaNova-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-size: 12px;
  color: #7d7d7d;
  background-color: #fff;
  margin: auto;
}

.img-bg {
  background: url("/images/bg_museume.jpg");
}

/* Adminpanel */
.adminpanel {
  background: #555;
  color: #ccc;
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
}

.adminpanel span {
  display: none;
}

.adminpanel a {
  font-size: 16px;
  width: 40px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d6dfe2;
}

.adminpanel a:hover {
  color: #fff;
  text-decoration: none;
}

.form-signin-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  background: url(../../images/login-bg.svg) center center no-repeat, #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signup-form {
  background-color: #fff;
  width: 350px;
  max-width: 100%;
  margin: 0 5px;
  padding: 40px;
  border-radius: 5px;
}

.form-signin-desc a:not(.btn) {
  color: #0062cc;
}

.form-signin-desc a:not(.btn):hover {
  color: #157ae6;
}

.form-signin {
  max-width: 100%;
  width: 350px;
  padding: 15px;
  margin: 100px auto 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin-logo img {
  margin: 0 auto;
  margin-bottom: 40px;
}

.form-signin-desc {
  text-align: center;
  margin-top: 20px;
}

.container {
  max-width: 1280px;
}

.wrapper {
  max-width: 1130px;
  margin: 0 auto;
}

a {
  color: #67bedf;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #5e4671;
  text-decoration: underline;
}

a.side {
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover.side {
  color: #f6a504;
  text-decoration: underline;
}

a.white,
li.white a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover.white,
li.white a:hover {
  color: #fff;
  text-decoration: none;
  text-align: left;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
  padding: 0;
}

hr.side-hr {
  height: 1px;
  border: 1px solid #eee;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
}

div {
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-size: 14px;
}

pre {
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-size: 11px;
}

img {
  border: none;
}

.alt {
  color: #5e4671;
}

.spacer {
  margin-bottom: 5px;
}

.spacer2 {
  margin-bottom: 10px;
}

.bullet {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

/* Attention messages properties */
.admin-message {
  font-size: 12px;
  color: #006699;
  background: #e8eef1 url(images/icons/get_info.png) 0.8em 0.5em no-repeat;
  border-top: 2px solid #1380b1;
  border-bottom: 2px solid #1380b1;
  padding: 15px 0 15px 50px;
  margin-bottom: 10px;
}

.noscript-message {
  font-size: 12px;
  color: #c54343;
  background: #f6b9b9 url(images/icons/info.png) 0.8em 0.5em no-repeat;
  border-top: 2px solid #c54343;
  border-bottom: 2px solid #c54343;
  padding: 15px 0 15px 50px;
  margin-bottom: 10px;
}

.nocomments-message {
  font-size: 12px;
  color: #555;
  background: #fff url(images/icons/get_info.png) 0.8em 0.5em no-repeat;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 15px 0 15px 50px;
}

/* Form element properties */
form {
  margin: 0px;
}

.form-control {
  border-radius: 0px;
}

.button {
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  height: 50px;
  line-height: 50px;
  font-size: 14px !important;
  background-color: #67bedf;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  overflow: visible;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button:focus,
.button:hover {
  background-color: #91d0e8;
  color: #fff;
  text-decoration: none;
}

.button:active,
.button.active {
  color: #fff;
  text-decoration: none;
  background-color: #fdc900;
}

.button.white {
  background-color: #fff;
  color: #67bedf;
}

.button.white:focus,
.button.white:hover {
  background-color: #f7d537;
  color: #333;
}

.button.action {
  background-color: #f7d537;
  color: #373435;
  font-weight: bold;
}

.button.action.bileter_performance_buy_button {
  background-color: #f33535;
  color: #fff;
}

.button.bileter_performance_buy_button.bileter_mini_afisha_buy {
  background-color: #f7d537;
  color: #373435;
}

.button.iconed {
  position: relative;
  overflow: hidden;
}

.button.iconed:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -80px;
  bottom: 0;
  width: 50px;
  background-color: rgba(33, 33, 33, 0.1);
  font-family: "Font Awesome\ 5 Free";
  font-size: 20px;
  transition: left 0.2s;
}

.button.iconed:hover {
  padding-left: 70px;
}

.button.iconed:hover:before {
  left: 0;
}

.button.iconed.pen:before {
  content: "\f303";
  font-weight: bold;
}

.button.iconed.look:before {
  content: "\f05a";
  font-weight: bold;
}

.button.iconed.ticket:before {
  content: "\f3ff";
  font-weight: bold;
}

.button.iconed.read:before {
  content: "\f02d";
  font-weight: bold;
}

.button.iconed.send:before {
  content: "\f1d8";
  font-weight: bold;
}

.button.sm {
  display: flex;
  width: 260px;
}

.button.xs {
  height: 38px;
  line-height: 38px;
}

.loadmore {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  cursor: pointer;
  transition: 0.4s;
}

.loadmore .icon:before {
  content: "\f2f1";
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  margin-right: 8px;
}

.loadmore .title {
  position: relative;
}

.loadmore .title:before,
.loadmore .title:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: -3px;
  left: 0;
  right: 0;
}

.loadmore .title:before {
  width: 100%;
  background-color: #dfdfdf;
}

.loadmore .title:after {
  width: 0;
  background-color: #f7d537;
  transition: 0.4s;
}

.loadmore:hover {
  color: #f7d537;
}

.loadmore:focus {
  outline: none;
  color: #f7d537;
}

.loadmore:hover .title:after {
  width: 100%;
}

.arrowed-link {
  position: relative;
  color: #666666;
  font-weight: normal;
  margin: 10px;
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 14px;
}

.arrowed-link:hover {
  text-decoration: none;
  color: #fdc900;
}

.arrowed-link:before,
.capmain .arrowed-link:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
}

.arrowed-link:before {
  width: 100%;
  background-color: #dfdfdf;
}

.arrowed-link:after {
  width: 0%;
  background-color: #fdc900;
  transition: 0.5s;
}

.arrowed-link:hover:after {
  width: 100%;
}

/* Alerts */

/* Header properties */
header {
  padding: 18px 0;
  background-color: #f7d537;
}

/*header { padding: 18px 0; background: #f7d537 url(../../images/bg-ny.png) repeat-x; }*/
.header-logo img {
  max-width: 100%;
}

header .header-content {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
  gap: 70px;
}

/* header .content-block {
  flex: 0 0 auto;
  margin-left: 70px;
} */
header .content-block .title {
  font-size: 14px;
  color: #373435;
  font-weight: bold;
  text-transform: uppercase;
}

header .iconed-link .text {
  font-weight: bold;
  color: #373435;
}

header .iconed-link .icon-font {
  color: #666666;
  transition: 0.2s;
}

header .iconed-link:hover .icon-font {
  color: #fff;
}

header .header-link {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}

header .header-link:hover {
  color: #373435;
}

.header-link.vk:hover {
  color: #4a76a8;
}

.header-link.fb:hover {
  color: #4267b2;
}

.header-link.yt:hover {
  color: #ff0000;
}

.header-link.ist:hover {
  color: #db2f7a;
}

.header-social .header-link {
  font-size: 18px;
  line-height: 18px;
}

.header-social {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

/*Navigation*/
#navigation {
  background-color: #373435;
  position: relative;
}

#navigation .navigation-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#navigation .button {
  max-width: 260px;
  display: flex;
  flex: 0 0 260px;
}

.nav-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-links ul li {
  height: 100%;
}

.nav-links>ul>li>a {
  color: #fff;
  font-size: 17px;
  line-height: 18px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 14px;
  position: relative;
}

.nav-links>ul>li>a:after {
  content: "";
  display: block;
  width: auto;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f7d537;
  transition: 0.2s;
}

.nav-links>ul>li>a:hover:after,
.nav-links>ul>li:hover>a:after {
  height: 3px;
}

.nav-links a:hover {
  text-decoration: none;
}

.nav-links {
  height: 50px;
}

.nav-links .showup {
  display: none;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
  background-color: #f7d537;
  z-index: 200;
}

.nav-links .showup .container:before {
  content: "\f0a4";
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  font-size: 16px;
  padding: 18px 14px;
  color: #373435;
}

.nav-links .showup .container {
  display: flex;
}

.nav-links .showup-item {
  font-size: 16px;
  color: #333;
  padding: 18px 14px;
  transition: 0.2s;
}

.nav-links .showup-item:hover {
  background-color: rgb(255, 241, 175);
  color: #000;
}

.nav-links ul li:hover .showup {
  display: block;
}

/* Slider */
.main-view-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-view-wrapper .slider {
  flex: 1 1 auto;
  max-height: 450px;
  overflow: hidden;
}

#main-slider .item {
  position: relative;
  max-height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#main-slider .item img {
  max-width: 100%;
  margin: 0 auto;
}

#main-slider .overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.2);
}

#main-slider .top {
  display: flex;
  justify-content: space-between;
}

#main-slider .title {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

#main-slider .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main-slider .info .desc {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  padding-right: 20px;
}

#main-slider .button-field {
  flex: 0 0 200px;
  display: flex;
  height: 100%;
  align-items: flex-end;
}

#main-slider .button-field .button {
  width: 100%;
  display: flex;
}

#main-slider .button-field .button:hover {
  background-color: #91d0e8;
  color: #fff;
}

#main-slider .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #67bedf;
  border-radius: 50%;
  font-size: 18px;
  display: block;
  z-index: 20;
  opacity: 0.6;
  transition: 0.2s;
}

#main-slider .slick-arrow:hover {
  opacity: 1;
}

#main-slider .slick-arrow:before {
  color: #fff;
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#main-slider .slick-arrow.slick-next {
  right: 20px;
}

#main-slider .slick-arrow.slick-prev {
  left: 20px;
}

#main-slider .slick-arrow.slick-next:before {
  content: "\f061";
}

#main-slider .slick-arrow.slick-prev:before {
  content: "\f060";
}

#main-slider .slick-dots {
  bottom: 20px;
}

#main-slider .slick-dots li button,
.slick-dots li {
  width: 30px;
  height: 3px;
  padding: 0;
}

#main-slider .slick-dotr li+li button {
  margin-left: 5px;
}

#main-slider .slick-dots li button:before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fff;
  opacity: 1;
}

#main-slider .slick-dots li.slick-active button:before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #67bedf;
  opacity: 1;
}

#main-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main-view-wrapper .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 22px 35px 54px;
}

.additional-title .up {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff;
}

.additional-title .bot {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.banner-block {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.main-view-wrapper .banner-block {
  flex: 0 0 260px;
  height: 100%;
}

.banner-block .overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  padding: 22px;
  transition: 0.2s;
}

.banner-block .descript {
  margin-top: 500px;
  font-size: 16px;
  line-height: 16px;
  transition: 0.5s;
}

.banner-block:hover .descript {
  margin-top: 0;
}

.banner-block:hover .overlay {
  background: linear-gradient(180deg, transparent, #00000096);
}

.banner-block img {
  max-width: 100%;
  min-width: 100%;
}

.date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #373435;
}

.date .month {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 16px;
}

.date .digit {
  font-size: 30px;
  font-weight: bold;
  line-height: 25px;
}

/* Theater */
#theater {
  padding-bottom: 30px;
}

#theater .loadmore {
  margin: 20px auto;
}

.capmain .tools .link+.vertical-arrow {
  margin-left: 17px;
}

.vertical-arrow {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #d4d4d4;
  margin-left: 5px;
  cursor: pointer;
  transition: 0.2s;
}

.vertical-arrow:hover {
  border-color: #aaa;
}

/* .vertical-arrow:focus { outline: none;} */
.vertical-arrow:hover:after {
  color: #aaa;
}

.vertical-arrow:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "Font Awesome\ 5 Free";
  font-size: 15px;
  font-weight: bold;
  color: #d4d4d4;
  transition: 0.2s;
}

.vertical-arrow.prev:after {
  content: "\f062";
}

.vertical-arrow.next:after {
  content: "\f063";
}

.playbill-block {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #eeeeee;
}

.playbill-block .date-field {
  display: flex;
  align-items: center;
  flex: 0 0 196px;
}

.playbill-block.f100 .date-field {
  flex: 1 1 auto;
}

.playbill-block .date {
  width: 50px;
  height: 50px;
  background-color: #67bedf;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.playbill-block .date .digit,
.playbill-block .date .month {
  color: inherit;
}

.playbill-block .date .digit {
  font-size: 30px;
  line-height: 28px;
}

.playbill-block .date .month {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}

.playbill-block .date-addon {
  padding-left: 15px;
  flex: 1 1 auto;
}

.playbill-block .date-addon .timeup {
  font-weight: bold;
  margin-bottom: 2px;
}

.playbill-block .date-addon .timeup,
.playbill-block .date-addon .week-day {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 15px;
}

.playbill-block .image-field {
  flex: 0 0 150px;
}

.playbill-block .image-field .image-wrapper {
  position: relative;
  height: 0;
  padding-top: 60%;
  overflow: hidden;
}

.playbill-block .image-field img {
  max-width: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.playbill-block .title {
  flex: 1 1 auto;
  padding-left: 54px;
}

.playbill-block .title span {
  font-size: 22px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #373435;
  transition: 0.2s;
}

.playbill-block .title span:hover {
  color: #67bedf;
}

.playbill-block .premier {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #67bedf;
  font-weight: bold;
}

.playbill-block.f100 .premier {
  flex: 0 0 auto;
  padding: 20px;
}

.playbill-block .info {
  color: #999;
}

.playbill-block .info:before {
  content: "\f05a";
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  margin-right: 5px;
}

.playbill-block .age {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  background-color: #ebf1f7;
  margin: 0 35px;
}

.playbill-block .button {
  flex: 0 0 200px;
  display: flex;
  padding: 0 20px;
}

.playbill-block.loader {
  height: 141px;
  position: relative;
  background-color: #f9f9f9;
}

.playbill-block.loader:before {
  content: "\f110";
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.repertoire-block {
  padding: 0;
  margin-bottom: 30px;
  transition: 0.5s;
}

.repertoire-block .img-field {
  height: 0;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.repertoire-block .img-field .age {
  width: 40px;
  height: 40px;
  background-color: #67bedf;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 15px;
  top: 15px;
  box-shadow: 0 0 1px #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.repertoire-block .img-field img {
  position: absolute;
  max-width: 110%;
  min-width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.2s;
  backface-visibility: hidden;
}

.repertoire-block .info {
  padding: 15px;
  color: #888;
  border: 1px solid #eeeeee;
  border-top: none;
  position: relative;
}

.repertoire-block .info:after {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #eeeeee;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%);
  transition: 1s;
}

.repertoire-block:hover .info:after {
  background-color: #f7d537;
  width: 100%;
  transition: 0.5s;
}

.repertoire-block .title {
  font-size: 24px;
  line-height: 28px;
  min-height: 56px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.repertoire-block .title a {
  color: #292929;
}

.repertoire-block .desc {
  font-size: 16px;
  line-height: 18px;
  min-height: 105px;
}

.repertoire-block .recomendation {
  font-size: 14px;
  color: #bbb;
  text-align: right;
}

.repertoire-block .recomendation:before {
  content: "\f05a";
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  margin-right: 5px;
}

.repertoire-block:hover {
  box-shadow: 0 0 15px #eee;
}

.repertoire-block:hover .img-field img {
  transform: translate(-50%, 0) scale(1.03);
}

.repertoire-block:hover .title a {
  color: #67bedf;
}

.repertoire-block:hover .img-field .age {
  background-color: #f7d537;
  color: #292929;
}

/*QRcode*/
#qrcode {
  padding-bottom: 50px;
}

#qrcode p {
  font-size: 16px;
  line-height: 18px;
}

/*About*/
#about {
  padding: 30px 0;
  background: linear-gradient(180deg, #ebf1f7, 70%, transparent);
}

#about .capmain {
  margin-bottom: 30px;
}

#about p {
  font-size: 16px;
  line-height: 18px;
}

#about .offset-border-photo {
  padding: 30px 30px 0 0;
}

#about .offset-border-photo img {
  width: 100%;
}

#about .offset-border-photo:before {
  width: 350px;
  height: 210px;
  right: 0px;
  left: auto;
  border-color: #fff;
}

#about .offset-border-photo:hover {
  padding: 0 0 30px 30px;
}

/*Latest News*/
.news-img img {
  max-height: 500px;
}

#latest_news {
  margin: 40px 0 100px;
}

#latest-news-slider {
  margin: 40px -15px 0;
}

.latest-news-block {
  padding: 0 15px;
}

.latest-news-img-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 520px;
}

.latest-news-img-wrapper img {
  max-height: 100%;
  height: 100%;
  transition: 0.2s;
}

.latest-news-block:hover .latest-news-img-wrapper img {
  transform: scale(1.05);
}

.latest-news-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 28px 22px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.latest-news-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(transparent, 60%, #0008);
  z-index: -1;
}

.latest-news-block .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #373435;
}

.latest-news-block .date .digit {
  font-size: 30px;
  font-weight: bold;
  line-height: 25px;
}

.latest-news-block .date .month {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 16px;
}

.latest-news-block .subject .title {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}

.latest-news-block .subject .info {
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.latest-news-block .subject .info i {
  margin-right: 9px;
}

.latest-news-block .subject .info i+i {
  margin-left: 18px;
}

.news-content .latest-news-block {
  padding: 0;
  margin-bottom: 30px;
}

.news-content .latest-news-block .latest-news-img-wrapper {
  height: 460px;
}

.latest-news-block.full-size .latest-news-img-wrapper {
  height: 420px;
}

.latest-news-block.full-size .latest-news-img-wrapper img {
  height: auto;
  max-height: none;
  width: 100%;
  max-width: 100%;
}

.latest-news-block.full-size .subject .title {
  font-size: 32px;
  line-height: 34px;
  text-align: center;
}

.latest-news-block.full-size .subject .description {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.latest-news-block.full-size .subject .info {
  justify-content: center;
}

.latest-news-img-wrapper.fore-three,
.news-content .latest-news-block .latest-news-img-wrapper.fore-three {
  height: 0;
  padding-top: 60%;
  display: block;
}

.latest-news-img-wrapper.fore-three img {
  height: auto;
  max-height: none;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.latest-news-block:hover .latest-news-img-wrapper.fore-three img {
  transform: translate(-50%, -50%) scale(1.05);
}

.subject-news {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.subject-news .title {
  font-size: 32px;
  color: #373435;
  line-height: 34px;
}

.subject-news .description {
  font-size: 18px;
}

.subject-news .button-field {
  display: flex;
  margin-top: 20px;
}

.subject-news .button-field .button {
  flex: 0 0 260px;
  padding: 0 20px;
  display: flex;
}

.news-body {
  font-size: 18px;
}

.news-body h2 {
  font-size: 18px;
  line-height: 20px;
  color: #a24a98;
  padding: 20px 0 15px 0;
  margin: 0;
}

.news-body strong {
  color: #a24a98;
}

.news-body>.button-field {
  display: flex;
}

.news-body>.button-field>.button {
  flex: 0 0 240px;
  display: flex;
}

.news-info {
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-info .infos i {
  margin-right: 5px;
}

.news-info .infos i+i {
  margin-left: 10px;
}

.page-slider-wrapper {
  position: relative;
  height: 0;
  padding-top: 75.25%;
  overflow: hidden;
}

.page-slider-wrapper.sm {
  padding-top: 65%;
}

.page-slider-wrapper .page-slider-img-pos {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.page-slider-wrapper .page-slider-img-pos img {
  max-width: 110%;
  min-height: 100%;
}

#page-slider .slick-dots li button:before {
  content: "\f192";
  font-family: "Font Awesome\ 5 Free";
  font-size: 15px;
  color: #032a39;
}

#page-slider .slick-dots li.slick-active button:before {
  font-weight: bold;
}

/*Demmeni*/
#demmeni {
  padding: 60px 0 60px;
  background: url(/images/demmeni-bg.jpg) center center no-repeat, #67bedf;
  color: #fff;
}

#demmeni p {
  font-size: 18px;
  line-height: 20px;
}

#demmeni h2 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  border-bottom: none;
  text-transform: none;
  font-weight: normal;
}

#demmeni .button-field {
  display: flex;
  margin-top: 30px;
  max-width: 280px;
}

.offset-border-photo {
  position: relative;
  padding: 31px 0 0 31px;
  transition: 0.2s;
  z-index: 2;
}

.offset-border-photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 350px;
  border: 1px solid #eeeeee;
  z-index: -1;
}

#demmeni:hover .offset-border-photo {
  padding: 0 31px 31px 0;
}

.offset-border-photo img {
  box-shadow: 0 5px 35px #00000045;
  transition: 0.2s;
}

.offset-border-photo:hover img {
  box-shadow: 0 5px 25px transparent;
}

#demmeni .button-field .button {
  display: flex;
}

/*Partners slider*/
#partners {
  padding-bottom: 30px;
}

#partners_slider .img-fluid {
  max-width: 90%;
  outline: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#partners_slider .img-fluid:hover {
  opacity: 0.8;
}

#partners_slider a:hover {
  outline: none;
}

#partners_slider a:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

#truppa_slider {
  margin: 40px -15px 0;
}

.truppa-pad {
  padding: 0 15px;
}

.truppa-image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 290px;
  overflow: hidden;
}

.truppa-image-wrapper .no-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #67bedf;
}

.truppa-image-wrapper .no-image::before {
  content: "\f582";
  font-family: "Font Awesome\ 5 Free";
  font-size: 80px;
  color: #fff;
}

.truppa-image-wrapper.xl {
  height: 0;
  padding-top: 140%;
  margin-bottom: 30px;
}

.truppa-image-wrapper img {
  height: 100%;
  width: auto;
  transition: 0.2s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.truppa-image-wrapper:hover img {
  opacity: 0.9;
}

.truppa-image-wrapper.xl img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

.truppa-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: linear-gradient(180deg, transparent, 80%, #000);
}

.truppa-overlay .name {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 4px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 -10px;
}

.truppa-overlay .postion {
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  text-align: center;
}

.truppa-image-wrapper.xl .name,
.truppa-image-wrapper.xl .position {
  font-size: 16px;
  line-height: 16px;
}

/*Rewiew order*/
#order {
  background-color: #ebf1f7;
  padding: 60px 0;
  margin-bottom: -40px;
}

.order-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-caption {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #373435;
}

.order-call-to-action,
.order-call-to-action * {
  font-size: 17px;
  color: #666666;
  line-height: 20px;
}

.order-wrapper .button {
  min-width: 260px;
  display: flex;
  padding: 0 20px;
}

/*Footer cookie*/

.footer__cookie {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 100%;
  max-width: 690px;
  z-index: 99999999;
  padding: 0 15px;
  display: none;

  @media (max-width: 576px) {
    max-width: unset;
    font-size: 13px;
  }
}

.footer__cookie .cookie__wrapper {
  background-color: #328bf4;
  padding-inline: 30px;
  padding-block: 16px;
  box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.08);

  @media (max-width: 425px) {
    padding-inline: 15px;
  }
}

.footer__cookie .cookie__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;

  @media (max-width: 425px) {
    flex-direction: column;
  }
}

.footer__cookie .cookie__title {
  font-weight: 700;
}

.footer__cookie .cookie__text {
  font-size: 14px;
  line-height: 16px;

  @media (max-width: 425px) {
    text-align: center;
  }
}

.footer__cookie .cookie__accept {
  flex-shrink: 0;
  font-size: 14px;
  height: 50px;
  width: 145px;
  cursor: pointer;
  margin: 0 !important;

  display: flex;
  align-items: center;
  justify-content: center;

  @media (max-width: 425px) {
    height: 45px;
  }
}

.footer__cookie .cookie__link {
  font-size: 14px;
  color: #f7d537 !important;
}

.footer__cookie .cookie__link:hover {
  color: black;
}

.footer__cookie .cookie__footer {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.footer__cookie {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 100%;
  max-width: 690px;
  z-index: 99999999;
  padding: 0 15px;
  display: none;

  @media (max-width: 576px) {
    max-width: unset;
    font-size: 13px;
  }
}

.footer__cookie .cookie__wrapper {
  background-color: #fff;
  padding-inline: 30px;
  padding-block: 16px;
  box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.08);

  @media (max-width: 425px) {
    padding-inline: 15px;
  }
}

.footer__cookie .cookie__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;

  @media (max-width: 425px) {
    flex-direction: column;
  }
}

.footer__cookie .cookie__title {
  font-weight: 700;
}

.footer__cookie .cookie__text {
  font-size: 14px;
  line-height: 16px;

  @media (max-width: 425px) {
    text-align: center;
  }
}

.footer__cookie .cookie__accept {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  width: 145px;
  cursor: pointer;
  margin: 0 !important;

  @media (max-width: 425px) {
    height: 45px;
  }
}

.footer__cookie .cookie__accept:hover {
  background-color: #91d0e8;
  color: #fff;
}

.footer__cookie .cookie__link {
  font-size: 14px;
  color: inherit;
}

.footer__cookie .cookie__footer {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

/* Footer */
#footer {
  background-color: #032a39;
}

#footer a {
  color: #ccc;
}

#footer a:hover {
  color: #fff;
}

#footer .top {
  padding: 72px 0 40px;
}

#footer .older {
  font-size: 30px;
  color: #f7d537;
  font-weight: bold;
  text-align: center;
}

.footer-name {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.footer-social-links {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.footer-social-links .social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  width: 48px;
  height: 48px;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  font-size: 16px;
  z-index: 2;
  overflow: hidden;
}

.footer-social-links .social:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-color: #67bedf;
  border-radius: 50%;
  z-index: -1;
  transition: 0.1s;
}

.footer-social-links .social:hover {
  text-decoration: none;
  border-color: transparent;
  backface-visibility: hidden;
}

.footer-social-links .social:hover:before {
  width: 110%;
  height: 110%;
}

.footer-social-links:first-child {
  margin-left: 0;
}

.footer-social-links:last-child {
  margin-right: 0;
}

#footer .mid {
  padding: 40px 0 80px;
  line-height: 30px;
}

#footer .mid p {
  color: #ccc;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}

.footer-caption {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.footer-nav {
  display: flex;
}

.footer-nav .nav-column {
  flex: 0 0 50%;
}

.footer-nav .nav-column a {
  display: block;
  font-size: 16px;
}

.footer-control {
  border: none;
  box-shadow: none;
  background-color: #043c51;
  padding: 12px 15px 10px;
  font-size: 16px;
  line-height: 15px;
  color: #fff;
}

.footer-control:focus {
  outline: none;
}

.footer-control::placeholder {
  color: #ccc;
}

.footer-labeled-input {
  position: relative;
}

.footer-labeled-input label {
  margin-bottom: 0;
  position: absolute;
  color: #fff;
  font-size: 10px;
  left: 15px;
  top: 7px;
  transform: translateY(-50%);
  transition: 0.1s;
}

.footer-labeled-input input:invalid+label {
  top: 50%;
  font-size: 16px;
  color: #ccc;
}

.footer-labeled-input input:invalid:focus+label {
  font-size: 10px;
  color: #fff;
  top: 7px;
}

.footer-labeled-input .footer-control::placeholder {
  color: transparent;
}

.footer-submit {
  border: none;
  width: 40px;
  height: 42px;
  background-color: #67bedf;
  color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-submit:hover {
  background-color: #91d0e8;
}

.footer-submit:before {
  content: "\f1d8";
  font-family: "Font Awesome\ 5 Free";
  color: #fff;
}

.footer-form-group {
  display: flex;
}

.footer-form-group .footer-submit {
  flex: 0 0 auto;
  padding: 0;
  cursor: pointer;
}

.footer-form-group .footer-control {
  flex: 1 1 auto;
  width: 100%;
}

.footer-form-group .footer-labeled-input {
  width: 100%;
  max-width: 100%;
  flex: 1 1 auto;
}

.footer-label {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-top: 20px;
}

.get-it-centered {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

#footer .bottom {
  padding: 30px 0;
  border-top: 1px solid #043c51;
}

#footer .footer-links {
  text-align: center;
  line-height: 18px;
}

#footer .footer-links .delimeter {
  display: inline-block;
  color: #ccc;
  margin: 0 5px;
}

#footer .footer-copy,
#footer .footer-copy a {
  text-align: center;
  color: #ccc;
}

#footer .minist {
  display: flex;
  color: #ccc;
  justify-content: flex-end;
  align-items: center;
  transition: color 0.2s;
}

#footer .minist .image {
  margin-right: 9px;
}

#footer .minist .text {
  line-height: 16px;
}

#footer .minist:hover {
  color: #fff;
}

.iconed-link {
  text-decoration: none;
  display: flex;
  color: #cccccc;
  transition: 0.2s;
}

.iconed-link:hover {
  color: #fff;
  text-decoration: none;
}

.iconed-link .icon {
  flex: 0 0 35px;
  margin-right: 10px;
}

.iconed-link .text {
  text-transform: uppercase;
  color: #ccc;
}

.iconed-link:hover .text {
  color: #fff;
}

.iconed-link .icon-font {
  font-size: 18px;
  margin-right: 12px;
  line-height: 18px;
}

/* Contact Page */
.contact-page h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #292929;
  padding: 10px 0;
  margin: 0;
}

.contact-page p {
  font-size: 16px;
  color: #7d7d7d;
}

.contact-page-map {
  padding: 0;
}

.contact-page-answer {
  font-size: 16px;
  color: #7d7d7d;
  text-align: center;
  margin: 50px 0;
}

.icon-font.vk {
  margin-right: 19px;
  margin-left: 6px;
}

/* Side */
.side {
  margin-top: 40px;
}

/* -----Side-nav */
.sidenav-caption {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #67bedf;
}

.sidenav-links ul {
  list-style: none;
  padding: 0;
  text-align: right;
  font-size: 18px;
}

.sidenav-links ul li {
  position: relative;
  transition: 0.2s;
  margin-bottom: 2px;
  background-color: #fafafa;
  z-index: 2;
}

.sidenav-links ul li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 4px;
  background-color: #67bedf;
  transition: 0.1s;
  z-index: -1;
}

.sidenav-links ul li:hover:after {
  width: 100%;
}

.sidenav-links ul li a {
  color: #373435;
  display: block;
  padding: 5px 15px 5px 0;
  transition: 0.1s;
}

.sidenav-links ul li a:hover {
  text-decoration: none;
  color: #fff;
  padding-right: 20px;
}

.sidenav-links ul li.current-link:after {
  background-color: #fdc900;
}

.sidenav-links ul li.current-link a:hover {
  color: #373435;
}

.side .banner-block {
  margin: 30px 0;
}

/* Side-Panel */
.scapmain-bg {
  display: block;
  background-color: #f7f7f7;
  margin: 0 0 20px 0;
  padding: 0;
}

.scapmain {
  padding: 5px 0;
}

.scapmain h2 {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}

.scapmain h2 span {
  background-color: #7d7d7d;
  padding: 7px 20px;
}

.side-body {
  font-size: 15px;
  color: #7d7d7d;
  padding: 0 20px 20px 20px;
}

/* Center-Panel properties */
#side-center {
  color: #555;
  padding: 10px 0 5px 0;
}

.capmain {
  margin-top: 40px;
  margin-bottom: 20px;
}

.capmain h1,
.capmain .title,
.capmain h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
  color: #373435;
  padding: 0 0 5px 0;
  margin: 0;
}

.capmain .additional-title {
  font-size: 12px;
  color: #373435;
  text-transform: uppercase;
}

.capmain .tools {
  float: right;
  display: flex;
  align-items: center;
}

.capmain .tools .link {
  position: relative;
  color: #666666;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 14px;
}

.capmain .tools .link:hover {
  text-decoration: none;
  color: #fdc900;
}

.capmain .tools .link:before,
.capmain .tools .link:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
}

.capmain .tools .link:before {
  width: 100%;
  background-color: #dfdfdf;
}

.capmain .tools .link:after {
  width: 0%;
  background-color: #fdc900;
  transition: 0.5s;
}

.capmain .tools .link:hover:after {
  width: 100%;
}

.capmain .tools .link+.slider-arrow {
  margin-left: 17px;
}

.slider-arrow {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #d4d4d4;
  margin-left: 5px;
  cursor: pointer;
  transition: 0.2s;
}

.slider-arrow:hover {
  border-color: #aaa;
}

.slider-arrow:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "Font Awesome\ 5 Free";
  font-size: 15px;
  font-weight: bold;
  color: #d4d4d4;
  transition: 0.2s;
}

.slider-arrow:hover:after {
  color: #aaa;
}

.slider-arrow.next:after {
  content: "\f061";
}

.slider-arrow.prev:after {
  content: "\f060";
}

.capmain-line {
  width: 40px;
  height: 3px;
  background-color: #fdc900;
  margin: 15px 0;
}

.capmain-news {
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  color: #292929;
  padding: 0 0 5px 0;
  margin: 0;
}

.main-body {
  font-size: 16px;
  line-height: 20px;
  color: #7d7d7d;
}

.main-body h2 {
  font-size: 18px;
  line-height: 20px;
  color: #a24a98;
  padding: 20px 0 15px 0;
  margin: 0;
}

.main-body div {
  font-size: 16px;
}

.main-body strong {
  color: #a24a98;
}

.center {
  margin: 0 auto;
}

.tbl-border {
  border: 1px solid #eee;
}

.tbl {
  font-size: 11px;
  color: #555;
  background-color: #fff;
  padding: 4px;
}

.tbl1 {
  font-size: 11px;
  color: #555;
  background-color: #fff;
  padding: 4px;
}

.tbl2 {
  font-size: 11px;
  color: #555;
  background-color: #f1f1f1;
  padding: 4px;
}

.tbl-error {
  color: #ac260f;
  font-weight: bold;
  background-color: #fccac2;
  border: 2px solid #eb5339;
}

.quote {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  background: #fff4cc url(images/icons/quote_icon.png) 6px 8px no-repeat;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #ffdc70;
  padding: 5px 6px 5px 30px;
  margin: 0px 22px 0px 22px;
}

.poll {
  height: 12px;
  border: 1px solid #bbb;
}

.small {
  font-size: 10px;
  font-weight: normal;
}

.small2 {
  font-size: 10px;
  font-weight: normal;
  color: #555;
}

.side-small {
  font-size: 10px;
  font-weight: normal;
  color: #555;
}

.side-label {
  color: #555;
  background-color: #f1f1f1;
  margin: 2px 0 2px 0;
  padding: 2px 2px 3px 2px;
}

.clear {
  clear: both;
}

/* Highlight on select properties */
::selection {
  color: #fff;
  background: #e5c011;
}

/* webkit, opera, IE9 */
::-moz-selection {
  color: #fff;
  background: #e5c011;
}

/* mozilla firefox */
div.highlightBlue::selection {
  color: #fff;
  background: #e5c011;
}

/* webkit, opera, IE9 */
div.highlightBlue::-moz-selection {
  color: #fff;
  background: #e5c011;
}

/* mozilla firefox */

/* Modal */
.modal-header {
  border: none;
}

.modal-content {
  border-radius: 0px;
}

.call-modal {
  position: relative;
  text-align: center;
  margin: 20px 10px;
}

.call-modal p {
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  margin: 10px 0 20px 0;
}

#status {
  margin: 20px 0;
}

.error {
  font-size: 14px;
  text-align: center;
  color: #ff0000;
}

/* Breadcrumbs */
.breadcrumbs {
  font-size: 15px;
  color: #b3b3b3;
  margin: 0px 0 -30px;
  text-align: right;
}

.breadcrumbs a {
  color: #b3b3b3;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #67bedf;
  text-decoration: none;
}

.breadcrumbs span {
  margin: 0 10px;
}

/* Profile spesific classes */
.profile,
.profile_category {
  width: 500px;
}

.edit-profile {
  width: 500px;
}

.profile_user_reason {
  color: #ff6666;
  font-weight: bold;
}

/* Page Navigation */
/*.pagenav { font-size: 15px; color: #b1b1b1; padding: 4px; margin: 5px; }
.pagenav span { font-weight: normal; color: #fff; background-color: #67bedf; text-decoration: none; padding: 3px 8px 3px 8px; margin: 2px; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; }
.pagenav a { color: #555; background-color: #e6e6e6; text-decoration: none; padding: 3px 8px 3px 8px; margin: 2px; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; }
.pagenav a:hover { color: #fff; background-color: #fdc900; margin: 2px; text-decoration: none; }
*/
.pagenav {
  font-size: 15px;
  padding: 4px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagenav span,
.pagenav a {
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: auto;
  margin: 0 5px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.pagenav span {
  background-color: #67bedf;
  padding: 3px 8px 3px 8px;
}

.pagenav span+a,
.pagenav a+a,
.pagenav a+span {
  margin-left: 0;
}

.pagenav a {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  padding: 3px 8px 3px 8px;
}

.pagenav a:hover {
  color: #555;
  background-color: #f7d537;
  text-decoration: none;
}

/* Guest Book */
.gb-item {
  border-top: 1px solid #eee;
  padding: 20px 0;
}

.gb-name {
  font-size: 16px;
  font-weight: bold;
}

.gb-date {
  font-size: 14px;
}

.gb-msg {
  font-size: 15px;
  padding: 5px 0;
}

.gb-ip {
  float: left;
  font-size: 15px;
}

.gb-mail {
  font-size: 14px;
  margin-top: 5px;
}

.gb-move {
  font-size: 14px;
  text-align: right;
  margin-top: 5px;
}

.gb-comment {
  font-size: 15px;
  background-color: #f5f5f5;
  margin: 20px 0 0 0;
  padding: 15px 20px 20px 20px;
}

.gb-comment div {
  text-align: right;
}

.gb-button {
  margin-bottom: 20px;
  text-align: center;
}

.reviews-form-system {
  font-size: 18px;
  color: #ff0000;
  text-align: center;
}

.info {
  vertical-align: top;
}

.gb-gender-woman {
  min-height: 40px;
  background: url(../../images/icon-woman.png) center left no-repeat;
  padding-left: 50px;
}

.gb-gender-man {
  min-height: 40px;
  background: url(../../images/icon-man.png) center left no-repeat;
  padding-left: 50px;
}

/*sprite with stars*/
#reviewStars-input input:checked~label,
#reviewStars-input label,
#reviewStars-input label:hover,
#reviewStars-input label:hover~label {
  background: url("../../images/stars.png") no-repeat;
}

#reviewStars-input {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  float: left;
}

#reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 43px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 0;
}

#reviewStars-input input:checked~label {
  background-position: 0 -40px;
  height: 40px;
  width: 43px;
}

#reviewStars-input label {
  background-position: 0 0;
  height: 40px;
  width: 43px;
  float: right;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

#reviewStars-input label:hover,
#reviewStars-input label:hover~label {
  background-position: 0 -40px;
  height: 40px;
  width: 43px;
}

#reviewStars-input #star-0 {
  left: 0px;
}

#reviewStars-input #star-1 {
  left: 53px;
}

#reviewStars-input #star-2 {
  left: 106px;
}

#reviewStars-input #star-3 {
  left: 159px;
}

#reviewStars-input #star-4 {
  left: 212px;
}

#reviewStars-input #star-5 {
  left: 265px;
}

/* Helpers */
.clear {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* Helpers  */
.center {
  margin: 0 auto;
}

.content_center {
  text-align: center;
}

.flleft {
  float: left !important;
}

.flright {
  float: right !important;
}

.clear {
  clear: both;
}

.tdn:hover {
  text-decoration: none;
}

/* IE Fixes */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hide from IE Mac  */
.clearfix {
  display: block;
}

/* End hide from IE Mac */
.floatfix {
  overflow: hidden;
}

* html .floatfix {
  width: 100%;
}

.center,
*[align="center"] {
  margin: 0 auto;
}

#main-bg {
  padding: 40px 0;
}

.contacts-thumb {
  margin: 0 auto 30px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #f7d537;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacts-thumb:after {
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  font-size: 150px;
  line-height: 100px;
}

.contacts-thumb.thumb:after {
  content: "\f164";
  color: #373435;
}

.contacts-thumb.sad:after {
  content: "\f119";
  color: #373435;
}

.contacts-thumb.theater {
  width: 150px;
  height: 150px;
}

.contacts-thumb.theater:after {
  content: "\f630";
  color: #373435;
  font-size: 50px;
  line-height: 50px;
}

.video-title-mobile {
  display: none;
}

.video-wrapper {
  height: 0;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 30px;
}

.video-wrapper .frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.duration {
  position: relative;
  font-size: 24px !important;
  line-height: 24px;
  padding: 20px 20px 20px 80px;
  color: #ffffff;
  background-color: #d670ca;
  text-align: center;
}

.duration:before {
  content: "\f017";
  font-family: "Font Awesome\ 5 Free";
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  color: #9a3e8f;
  background-color: rgba(255, 255, 255, 0.3);
}

.files-block {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.files-block .icon {
  flex: 0 0 50px;
  font-size: 30px;
  height: 50px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  transition: 0.2s;
}

.files-block:hover .icon {
  color: #e5c011;
}

.files-block .title {
  flex: 1 1 auto;
}

.files-block .title a {
  color: #888;
  font-size: 16px;
}

.files-block .title a:hover {
  color: #333;
}

#vk_widget,
#vk_groups {
  width: 100%;
}

.top-nav {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #f7d537;
  color: #353535;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  opacity: 0.8;
  z-index: 700;
}

.top-nav:hover {
  background-color: #ffe46a;
  opacity: 1;
}

.top-nav:before {
  content: "\f062";
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
}

.side-menu-toggle {
  display: none;
  justify-content: center;
  align-items: center;
  flex: 0 0 50px;
  color: #fff;
  background-color: transparent;
  box-shadow: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  height: 50px;
  transition: 0.2s;
}

.side-menu-toggle:hover {
  background-color: #67bedf;
  color: #373435;
}

.side-menu-toggle:focus {
  outline: none;
}

.side-menu-toggle:before {
  content: "\f0c9";
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
}

.side-menu-toggle.open {
  position: fixed;
  top: 32px;
  right: 15px;
  width: 50px;
  z-index: 1000;
}

.side-menu-toggle.open:before {
  content: "\f00d";
  color: #fff;
}

.backward {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 50px;
  height: 50px;
  box-shadow: none;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.backward:hover {
  background-color: #67bedf;
}

.backward:before {
  content: "\f053";
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
}

.banner {
  margin-top: 50px;
}

.banner-mobile {
  display: none;
}

@media (max-width: 790px) {
  .adminpanel {
    top: auto;
    left: 0;
    bottom: 0;
    flex-direction: row;
    transform: none;
    padding: 0;
  }

  .header-logo {
    margin-bottom: 20px;
    text-align: center;
  }

  .header-logo img {
    max-width: 75%;
  }

  header .header-content {
    gap: 30px;
  }

  .icon-font.vk {
    margin-left: 0;
    margin-right: 12px;
  }

  /* header .content-block {
    margin-left: 0px;
    flex: 0 0 50%;
  } */
  /* header .content-block:nth-child(3) {
    display: none;
  } */
  /* header .content-block:last-child {
    flex: 0 0 100%;
    margin-top: 10px;
  } */
  .iconed-link,
  header .content-block .title {
    font-size: 11px;
  }

  .header-social .header-link {
    font-size: 14px;
    line-height: 14px;
  }

  .iconed-link {
    align-items: center;
    justify-content: center;
  }

  .iconed-link .icon {
    flex: 0 0 30px;
  }

  .top-nav {
    bottom: 10px;
    right: 10px;
  }

  .side-menu-toggle {
    display: flex;
  }

  #navigation {
    position: static;
  }

  #navigation .container {
    padding: 0;
  }

  #navigation .button {
    max-width: 210px;
    flex: 0 0 210px;
  }

  .nav-links,
  .nav-links .showup {
    height: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    z-index: 1000;
    transition: 0.5s;
  }

  .nav-links {
    background-color: #373435;
    z-index: 800;
  }

  .nav-links ul {
    flex-direction: column;
    justify-content: center;
  }

  .nav-links ul li {
    height: auto;
  }

  .nav-links>ul>li>a {
    font-size: 20px;
    line-height: 16px;
    padding: 12px 10px;
  }

  .nav-links .showup .container {
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .nav-links .showup-item {
    padding: 8px 0;
    font-size: 16px;
    line-height: 16px;
  }

  .nav-links .showup-item:hover {
    background-color: transparent;
  }

  .nav-links .showup .container:before {
    content: none;
    padding: 0;
  }

  .normal-left {
    right: 0;
  }

  .nav-links .showup.normal-left {
    display: flex;
    left: 0;
  }

  .button {
    font-size: 12px !important;
  }

  .iconed-link,
  header .content-block .title {
    font-size: 13px;
  }

  #main-slider .item img {
    min-width: 100%;
  }

  .main-view-wrapper {
    flex-wrap: wrap;
    margin: -40px -15px 0;
  }

  .main-view-wrapper .slider {
    flex: 1 1 100%;
    max-height: 512px;
  }

  .main-view-wrapper .banner-block {
    flex: 0 0 100%;
    height: auto;
    margin-top: 0px;
  }

  .main-view-wrapper .banner-block:hover {
    text-decoration: none;
  }

  .banner-block.cost {
    background-color: #1dbdcf;
  }

  .banner-block.jubilee {
    background-color: #6c4890;
  }

  .main-view-wrapper .banner-block img {
    display: none;
  }

  .main-view-wrapper .banner-block .overlay {
    position: static;
    padding: 22px 15px 20px;
  }

  .banner-block .descript {
    margin-top: 0;
  }

  .main-view-wrapper .overlay {
    padding: 22px 15px 45px;
  }

  #main-slider {
    background-color: #373435;
  }

  #main-slider .top {
    align-items: center;
  }

  .additional-title .bot {
    font-size: 24px;
    line-height: 24px;
  }

  .date {
    width: 40px;
    height: 40px;
  }

  .date .digit {
    font-size: 25px;
    line-height: 20px;
  }

  .date .month {
    font-size: 14px;
    line-height: 14px;
  }

  #main-slider .overlay {
    position: static;
    background: #373435;
  }

  #main-slider .title {
    font-size: 25px;
    line-height: 25px;
    margin-top: 10px;
  }

  #main-slider .info {
    display: block;
  }

  #main-slider .info .desc {
    padding: 10px 0px;
  }

  #main-slider .info .button-field {
    width: 160px;
    margin-top: 10px;
  }

  #main-slider .info .button-field .button {
    width: 100%;
    display: flex;
    padding: 0 15px;
    font-size: 13px !important;
    height: 45px;
  }

  #main-slider .item,
  #main-slider {
    max-height: none;
  }

  #main-slider .item {
    display: flex !important;
    flex-direction: column;
  }

  #main-slider.inner {
    overflow: hidden;
  }

  #main-slider.inner .item {
    min-height: 430px;
    position: relative;
  }

  #main-slider.inner .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .playbill-block {
    flex-wrap: wrap;
  }

  .playbill-block .date-field,
  .playbill-block .image-field {
    flex: 0 0 100%;
    order: 1;
  }

  .playbill-block .image-field {
    margin-top: 10px;
  }

  .playbill-block .title {
    padding: 10px 0;
    flex: 0 0 100%;
    order: 3;
  }

  .playbill-block .title span {
    font-size: 16px;
    line-height: 16px;
  }

  .playbill-block .age {
    width: 36px;
    height: 36px;
    font-size: 16px;
    order: 5;
    margin: 7px auto 0;
  }

  .playbill-block .date {
    width: 50%;
    height: 45px;
  }

  .playbill-block .date .digit {
    font-size: 25px;
    line-height: 25px;
  }

  .playbill-block .date .month {
    font-size: 14px;
    line-height: 14px;
  }

  .playbill-block .premier {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0 0;
    flex: 0 0 100%;
    text-align: right;
    order: 2;
  }

  .playbill-block .button {
    order: 4;
  }

  .playbill-block.f100 .date-field {
    flex-direction: row;
  }

  .playbill-block.f100 .date-field .date {
    width: 45px;
  }

  .playbill-block.f100 .date-addon {
    padding-left: 15px;
  }

  #about .offset-border-photo,
  #about .offset-border-photo:hover {
    padding: 0;
  }

  .offset-border-photo {
    padding: 0;
  }

  .offset-border-photo:before {
    content: none;
  }

  #demmeni h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
  }

  .latest-news-overlay {
    padding: 10px 10px 22px;
  }

  .latest-news-block .subject .title {
    font-size: 18px;
    line-height: 20px;
  }

  .order-wrapper {
    display: block;
  }

  .order-wrapper .right-part {
    margin-top: 20px;
  }

  .repertoire-block {
    margin: 0 -10px 30px;
  }

  .repertoire-block .title {
    font-size: 18px;
    line-height: 20px;
  }

  .repertoire-block .desc {
    min-height: 150px;
    font-size: 15px;
    line-height: 16px;
  }

  .repertoire-block .info {
    padding: 10px;
  }

  .duration {
    margin-bottom: 20px;
  }

  .subject-news .title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
  }

  .subject-news .button-field {
    margin-top: 10px;
  }

  .subject-news .description {
    font-size: 16px;
  }

  .truppa-image-wrapper {
    height: auto;
  }

  .truppa-image-wrapper img {
    height: auto;
    width: 100%;
  }

  .footer-nav {
    margin: 0 -15px 20px;
  }

  .footer-nav .nav-column {
    padding: 0 15px;
  }

  .footer-label {
    margin-top: 10px;
  }

  #footer {
    padding-bottom: 50px;
  }

  #footer .footer-links {
    margin-top: 30px;
  }

  #footer .footer-links a {
    display: block;
  }

  #footer .footer-links .delimeter {
    display: none;
  }

  #footer .minist {
    justify-content: center;
    margin-top: 20px;
  }

  .side {
    margin-top: 20px;
    order: 2;
  }

  .side .banner-block {
    display: none;
  }

  .sidenav-links ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .sidenav-links ul li {
    flex: 0 0 100%;
    margin: 0.5% 0.5%;
  }

  .news-body {
    font-size: 16px;
  }

  .order-caption,
  .capmain h1,
  .capmain .title,
  .capmain h2 {
    font-size: 26px;
  }

  .capmain .tools {
    float: none;
    justify-content: flex-end;
    min-height: 30px;
  }

  .breadcrumbs {
    font-size: 12px;
  }

  .gb-move {
    text-align: left;
  }

  .duration {
    font-size: 18px !important;
    line-height: 18px;
    padding: 15px 15px 15px 80px;
  }

  .news-info {
    flex-wrap: wrap;
  }

  .news-info .infos {
    padding: 10px 0;
  }

  .news-body>.button-field>.button {
    flex: 0 0 100%;
  }

  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  #latest_news {
    margin-bottom: 20px;
  }

  #demmeni:hover .offset-border-photo {
    padding: 0;
  }

  #demmeni h2 {
    padding: 10px 0;
    font-size: 25px;
  }

  .banner {
    display: none;
  }

  .banner-mobile {
    display: block;
    margin-top: 30px;
    text-align: center;
  }

  #qrcode img {
    margin-bottom: 30px;
  }
}

@media (min-width: 750px) and (max-width: 890px) {
  .header-logo {
    margin-bottom: 20px;
    text-align: center;
  }

  .header-logo img {
    max-width: 35%;
  }

  /* header .content-block {
    margin-left: 30px;
  } */
  .side-menu-toggle {
    display: flex;
  }

  #navigation {
    position: static;
  }

  #navigation .container {
    padding: 0;
  }

  #navigation .button {
    max-width: 210px;
    flex: 0 0 210px;
  }

  .nav-links,
  .nav-links .showup {
    height: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    z-index: 1000;
    transition: 0.5s;
  }

  .nav-links {
    background-color: #373435;
    z-index: 800;
  }

  .nav-links ul {
    flex-direction: column;
    justify-content: center;
  }

  .nav-links ul li {
    height: auto;
  }

  .nav-links>ul>li>a {
    font-size: 16px;
    line-height: 16px;
    padding: 8px 10px;
  }

  .nav-links .showup .container {
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .nav-links .showup-item {
    padding: 8px 0;
    font-size: 16px;
    line-height: 16px;
  }

  .nav-links .showup-item:hover {
    background-color: transparent;
  }

  .nav-links .showup .container:before {
    content: none;
    padding: 0;
  }

  .normal-left {
    left: 0;
  }

  .nav-links .showup.normal-left {
    display: flex;
    left: 0;
  }

  .iconed-link,
  header .content-block .title {
    font-size: 13px;
  }

  #main-slider .item img {
    min-width: 100%;
  }

  .main-view-wrapper {
    flex-wrap: wrap;
    margin: -40px -15px 0;
  }

  .main-view-wrapper .slider {
    flex: 1 1 100%;
    max-height: 512px;
  }

  .main-view-wrapper .banner-block {
    flex: 0 0 50%;
    height: auto;
    margin-top: -12px;
  }

  .main-view-wrapper .banner-block:hover {
    text-decoration: none;
  }

  .banner-block.cost {
    background-color: #1dbdcf;
  }

  .banner-block.jubilee {
    background-color: #6c4890;
  }

  .main-view-wrapper .banner-block img {
    display: none;
  }

  .main-view-wrapper .banner-block .overlay {
    position: static;
    padding: 22px 15px 20px;
  }

  .banner-block .descript {
    margin-top: 0;
  }

  .main-view-wrapper .overlay {
    padding: 22px 15px 45px;
  }

  #main-slider .title {
    font-size: 30px;
    line-height: 30px;
  }

  #main-slider .info {
    display: block;
  }

  #main-slider .info .desc {
    padding: 5px;
  }

  #main-slider .info .button-field {
    width: 160px;
    margin-top: 10px;
  }

  #main-slider .info .button-field .button {
    width: 100%;
    display: flex;
    padding: 0 15px;
    font-size: 13px !important;
    height: 45px;
  }

  #main-slider.inner {
    overflow: hidden;
  }

  #main-slider.inner .item {
    min-height: 430px;
    position: relative;
  }

  #main-slider.inner .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .playbill-block {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .playbill-block .date-field {
    flex: 0 0 120px;
    padding-right: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .playbill-block .title {
    padding-left: 25px;
  }

  .playbill-block .title span {
    font-size: 16px;
    line-height: 16px;
  }

  .playbill-block .age {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }

  .playbill-block .date {
    width: 100%;
    height: 45px;
  }

  .playbill-block .date .digit {
    font-size: 25px;
    line-height: 25px;
  }

  .playbill-block .date .month {
    font-size: 14px;
    line-height: 14px;
  }

  .playbill-block .date-addon {
    padding-left: 0px;
    margin-top: 7px;
  }

  .playbill-block .date-addon .timeup,
  .playbill-block .date-addon .week-day {
    font-size: 14px;
  }

  .playbill-block .premier {
    font-size: 14px;
    line-height: 14px;
  }

  .playbill-block .button {
    margin-top: 10px;
  }

  .playbill-block.f100 .date-field {
    flex-direction: row;
  }

  .playbill-block.f100 .date-field .date {
    width: 45px;
  }

  .playbill-block.f100 .date-addon {
    padding-left: 15px;
  }

  .offset-border-photo {
    padding: 0;
  }

  .offset-border-photo:before {
    content: none;
  }

  #demmeni h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
  }

  .latest-news-overlay {
    padding: 10px 10px 22px;
  }

  .latest-news-block .subject .title {
    font-size: 18px;
    line-height: 20px;
  }

  .repertoire-block {
    margin: 0 -10px 30px;
  }

  .repertoire-block .title {
    font-size: 18px;
    line-height: 20px;
  }

  .repertoire-block .desc {
    min-height: 150px;
    font-size: 15px;
    line-height: 16px;
  }

  .repertoire-block .info {
    padding: 10px;
  }

  .duration {
    margin-bottom: 20px;
  }

  .subject-news .title {
    font-size: 18px;
    line-height: 18px;
    margin: 15px 0;
  }

  .subject-news .button-field {
    margin-top: 10px;
  }

  .subject-news .description {
    font-size: 16px;
  }

  .footer-nav {
    margin: 0 -15px 20px;
  }

  .footer-nav .nav-column {
    padding: 0 15px;
  }

  .footer-label {
    margin-top: 10px;
  }

  #footer .footer-links {
    margin-top: 30px;
  }

  .side {
    margin-top: 0;
  }

  .side .banner-block {
    display: none;
  }

  .sidenav-links ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .sidenav-links ul li {
    flex: 0 0 32.3333%;
    margin: 0.5% 0.5%;
  }

  .news-body {
    font-size: 16px;
  }
}

@media (min-width: 890px) and (max-width: 1050px) {
  header .content-block {
    margin-left: 30px;
  }

  #navigation .container {
    padding: 0;
  }

  #navigation .button {
    max-width: 210px;
    flex: 0 0 210px;
  }

  .nav-links>ul>li>a {
    font-size: 16px;
    line-height: 16px;
    padding: 0 10px;
  }

  .nav-links .showup-item {
    padding: 15px 11px;
    font-size: 15px;
  }

  .nav-links .showup .container:before {
    padding: 15px 11px;
  }

  .iconed-link,
  header .content-block .title {
    font-size: 13px;
  }

  .main-view-wrapper .slider {
    max-height: 360px;
  }

  .main-view-wrapper .banner-block {
    flex: 0 0 208px;
  }

  .main-view-wrapper .banner-block .overlay {
    padding: 22px 15px 20px;
  }

  .main-view-wrapper .overlay {
    padding: 22px 15px 45px;
  }

  #main-slider .title {
    font-size: 30px;
    line-height: 30px;
  }

  #main-slider .info {
    display: block;
  }

  #main-slider .info .desc {
    padding: 5px;
  }

  #main-slider .info .button-field {
    width: 160px;
    margin-top: 10px;
  }

  #main-slider .info .button-field .button {
    width: 100%;
    display: flex;
    padding: 0 15px;
    font-size: 13px !important;
    height: 45px;
  }

  #main-slider.inner {
    overflow: hidden;
  }

  #main-slider.inner .item {
    min-height: 400px;
    position: relative;
  }

  #main-slider.inner .item img {
    position: absolute;
    max-width: none;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .playbill-block .date-field {
    flex: 0 0 170px;
  }

  .playbill-block .title {
    padding-left: 25px;
  }

  .playbill-block .title span {
    font-size: 16px;
    line-height: 16px;
  }

  .playbill-block .age {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }

  .playbill-block .date {
    width: 45px;
    height: 45px;
  }

  .playbill-block .date .digit {
    font-size: 25px;
    line-height: 25px;
  }

  .playbill-block .date .month {
    font-size: 14px;
    line-height: 14px;
  }

  .playbill-block .date-addon {
    padding-left: 10px;
  }

  .playbill-block .date-addon .timeup,
  .playbill-block .date-addon .week-day {
    font-size: 14px;
  }

  .playbill-block .premier {
    font-size: 14px;
    line-height: 14px;
  }

  .offset-border-photo {
    padding: 0;
  }

  .offset-border-photo:before {
    content: none;
  }

  #demmeni h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
  }

  .latest-news-overlay {
    padding: 10px 10px 22px;
  }

  .latest-news-block .subject .title {
    font-size: 18px;
    line-height: 20px;
  }

  .repertoire-block .desc {
    min-height: 130px;
  }

  .subject-news .title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 5px;
  }

  .subject-news .button-field {
    margin-top: 10px;
  }

  .subject-news .description {
    font-size: 16px;
  }

  .footer-label {
    margin-top: 10px;
  }

  #footer .footer-links {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  #navigation .container {
    padding: 0;
  }

  .main-view-wrapper .overlay {
    padding: 22px 20px 45px;
  }

  #main-slider.inner {
    overflow: hidden;
  }

  #main-slider.inner .item {
    min-height: 360px;
    position: relative;
  }

  #main-slider.inner .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1300px) and (max-width: 1400px) {}

@media (min-width: 1400px) and (max-width: 1500px) {}

@media (min-width: 1500px) and (max-width: 1650px) {}

@media (max-width: 991px) {
  .header-logo {
    text-align: center;
  }

  header .header-content {
    justify-content: center;
    margin: 0;
    margin-top: 20px;
  }
}


@media (max-width: 576px) {
  .header-logo {
    text-align: left;
  }

  header .header-content {
    justify-content: flex-start;
    margin: 0;
    margin-top: 10px;
  }

  .side-menu-toggle {
    position: fixed;
    top: 32px;
    right: 15px;
    height: 50px;
    width: 50px;
    background: #373435;
    z-index: 100;
  }

  header .get-it-centered {
    display: none;
  }

  .header-social {
    justify-content: start !important;
    column-gap: 15px !important;
  }

  #navigation .button {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #main-slider .slick-dots {
    position: static;
    padding: 20px 0;
  }

  #main-slider .overlay {
    padding: 22px 15px 0px;
  }

  #main-slider .overlay {
    position: relative;
    width: 100%;
  }

  #main-slider .date {
    position: absolute;
    top: 20px;
    right: 15px;
  }

  .playbill-block .age {
    height: 50px;
    margin: 0;
    margin-left: auto;
  }

  #qrcode .row .col-md-3:has(img) {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-caption {
    margin-top: 25px;
  }

  .latest-news-img-wrapper {
    height: 260px;
  }

  .latest-news-img-wrapper img {
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  .truppa-image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  .truppa-image-wrapper {
    height: 420px;
  }

  .banner-block {
    justify-content: flex-start;
  }

  .main-view-wrapper .banner-block .overlay {
    height: 110px;
  }

  .playbill-block .date {
    width: 16%;
  }
}

.header-social {
  justify-content: center;
  column-gap: 5px;
}

#js-show-iframe-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 293px;
  max-width: 100%;
  background: linear-gradient(138.4deg, #38bafe 26.49%, #2d73bc 79.45%);
  color: #fff;
  cursor: pointer;
}

#js-show-iframe-wrapper .pos-banner-fluid * {
  box-sizing: border-box;
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2 {
  display: block;
  width: 240px;
  min-height: 56px;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  background: #0d4cd3;
  color: #fff;
  border: none;
  border-radius: 8px;
  outline: 0;
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover {
  background: #1d5deb;
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus {
  background: #2a63ad;
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active {
  background: #2a63ad;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@font-face {
  font-family: LatoWebLight;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff2) format("woff2"),
    url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff) format("woff"),
    url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: LatoWeb;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff2) format("woff2"),
    url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff) format("woff"),
    url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: LatoWebBold;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff2) format("woff2"),
    url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff) format("woff"),
    url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: RobotoWebLight;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.woff2) format("woff2"),
    url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.woff) format("woff"),
    url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: RobotoWebRegular;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.woff2) format("woff2"),
    url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.woff) format("woff"),
    url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: RobotoWebBold;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.woff2) format("woff2"),
    url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.woff) format("woff"),
    url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: ScadaWebRegular;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.woff2) format("woff2"),
    url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.woff) format("woff"),
    url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: ScadaWebBold;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.woff2) format("woff2"),
    url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.woff) format("woff"),
    url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Geometria;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.eot);
  src: url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.eot?#iefix) format("embedded-opentype"),
    url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.woff) format("woff"),
    url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Geometria-ExtraBold;
  src: url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.eot);
  src: url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.eot?#iefix) format("embedded-opentype"),
    url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.woff) format("woff"),
    url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}

#js-show-iframe-wrapper {
  background: var(--pos-banner-fluid-41__background);
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2 {
  width: 100%;
  min-height: 52px;
  background: #fff;
  color: #0d4cd3;
  font-size: 16px;
  font-family: LatoWeb, sans-serif;
  font-weight: 400;
  padding: 0;
  line-height: 1.2;
  border: 2px solid #0d4cd3;
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active,
#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus,
#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover {
  background: #e4ecfd;
}

#js-show-iframe-wrapper .bf-41 {
  position: relative;
  display: grid;
  grid-template-columns: var(--pos-banner-fluid-41__grid-template-columns);
  grid-template-rows: var(--pos-banner-fluid-41__grid-template-rows);
  width: 100%;
  max-width: var(--pos-banner-fluid-41__max-width);
  box-sizing: border-box;
  grid-auto-flow: row dense;
}

#js-show-iframe-wrapper .bf-41__decor {
  background: var(--pos-banner-fluid-41__bg-url) var(--pos-banner-fluid-41__bg-url-position) no-repeat;
  background-size: cover;
  position: relative;
  background-color: #fff;
}

#js-show-iframe-wrapper .bf-41__content {
  display: flex;
  flex-direction: column;
  padding: var(--pos-banner-fluid-41__content-padding);
  grid-row: var(--pos-banner-fluid-41__content-grid-row);
  justify-content: center;
}

#js-show-iframe-wrapper .bf-41__description {
  display: flex;
  flex-direction: column;
  margin: var(--pos-banner-fluid-41__description-margin);
}

#js-show-iframe-wrapper .bf-41__text {
  margin: var(--pos-banner-fluid-41__text-margin);
  font-size: var(--pos-banner-fluid-41__text-font-size);
  line-height: 1.4;
  font-family: LatoWeb, sans-serif;
  font-weight: 700;
  color: #0b1f33;
}

#js-show-iframe-wrapper .bf-41__text_small {
  font-size: var(--pos-banner-fluid-41__text-small-font-size);
  font-weight: 400;
  margin: 0;
}

#js-show-iframe-wrapper .bf-41__bottom-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#js-show-iframe-wrapper .bf-41__logo-wrap {
  position: absolute;
  top: var(--pos-banner-fluid-41__logo-wrap-top);
  left: 0;
  padding: var(--pos-banner-fluid-41__logo-wrap-padding);
  background: #fff;
  border-radius: 0 0 8px 0;
}

#js-show-iframe-wrapper .bf-41__logo {
  width: var(--pos-banner-fluid-41__logo-width);
  margin-left: 1px;
}

#js-show-iframe-wrapper .bf-41__slogan {
  font-family: LatoWeb, sans-serif;
  font-weight: 700;
  font-size: var(--pos-banner-fluid-41__slogan-font-size);
  line-height: 1.2;
  color: #005ca9;
}

#js-show-iframe-wrapper .bf-41__btn-wrap {
  width: 100%;
  max-width: var(--pos-banner-fluid-41__button-wrap-max-width);
}

body .bvi-body.bvi-color-white *::before {
  background-color: inherit !important;
}

body .bvi-body.bvi-color-white .latest-news-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: 3;
}

body .bvi-body.bvi-color-white #latest-news-slider *,
body .bvi-body.bvi-color-white .banner-block.cost *,
body .bvi-body.bvi-color-white .banner-block.jubilee *,
body .bvi-body.bvi-color-white #main-slider *,
body .bvi-body.bvi-color-white #truppa_slider *,
body .bvi-body.bvi-color-white #js-show-iframe-wrapper *,
body .bvi-body.bvi-color-white .side *,
body .bvi-body.bvi-color-white .latest-news-block *,
body .bvi-body.bvi-color-white .main-body.spacer * {
  background-color: initial !important;
}

body .bvi-body.bvi-color-white .latest-news-overlay {
  z-index: 3;
}

body .bvi-body.bvi-color-white iframe {
  display: block !important;
}

body .bvi-body.bvi-color-white #latest-news-slider .latest-news-overlay .subject,
body .bvi-body.bvi-color-white #latest-news-slider .latest-news-overlay .date,
body .bvi-body.bvi-color-white .banner-block.jubilee .descript,
body .bvi-body.bvi-color-white .banner-block.jubilee .additional-title,
body .bvi-body.bvi-color-white .banner-block.cost .descript,
body .bvi-body.bvi-color-white .banner-block.cost .additional-title,
body .bvi-body.bvi-color-white #main-slider .item .desc,
body .bvi-body.bvi-color-white #main-slider .item .bottom,
body .bvi-body.bvi-color-white #main-slider .item .top .additional-title,
body .bvi-body.bvi-color-white #main-slider .item .top .date,
body .bvi-body.bvi-color-white #main-slider .slick-dots,
body .bvi-body.bvi-color-white #truppa_slider .name,
body .bvi-body.bvi-color-white #truppa_slider .postion,
body .bvi-body.bvi-color-white .side .overlay .additional-title,
body .bvi-body.bvi-color-white .side .overlay .descript,
body .bvi-body.bvi-color-white .latest-news-block .latest-news-overlay .date,
body .bvi-body.bvi-color-white .latest-news-block .latest-news-overlay .subject,
body .bvi-body.bvi-color-white .truppa-overlay .name,
body .bvi-body.bvi-color-white .truppa-overlay .postion {
  background-color: #ffffff !important;
}

body .bvi-body.bvi-color-white #main-slider .item .button-field {
  background-color: #f7d537 !important;
}

body .bvi-body.bvi-color-white #js-show-iframe-wrapper .bf-41__decor {
  background: var(--pos-banner-fluid-41__bg-url) var(--pos-banner-fluid-41__bg-url-position) no-repeat !important;
}

.input-form-group {
  position: relative;
}

.input-form-group.not-empty label {
  transform: translateY(-50%) scale(0.8);
  background-color: #ffffff;
  padding: 0 0.2em;
  color: #5f5f5f;
}

.input-form {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0;
  background-color: #fff;
  background-clip: padding-box;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.user-label {
  position: absolute;
  left: 15px;
  color: #5f5f5f;
  pointer-events: none;
  transform: translateY(0.5rem);
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.input-form:focus,
.input-form:valid {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
  border: 1.5px solid #80bdff;
}

.input-form:focus~label,
.input-form:valid~label {
  transform: translateY(-50%) scale(0.8);
  background-color: #ffffff;
  padding: 0 0.2em;
  color: #5f5f5f;
}

#order2_panel {
  margin-top: 30px;
}

.form__container {
  margin-bottom: 20px;
}

.form__container label {
  font-weight: 600;
  font-size: 16px;
}

.form__files {
  margin-bottom: 30px;
}

.order2__text {
  margin-top: 10px;
}

.order2__info {
  font-weight: 600;
  font-size: 16px;
}

.order2__contacts {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;

  @media (max-width: 540px) {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.no-tickets {
  background-color: #f33535 !important;
  color: #ffffff !important;
}