@charset "UTF-8";
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Regular.eot");
  src: url("../fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald-Regular.woff") format("woff"), url("../fonts/Oswald-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.yellow {
  color: #e8983f;
}

.uppercase {
  text-transform: uppercase;
}

.flex {
  display: flex;
  flex-direction: row;
}

.pointer {
  cursor: pointer;
}

.inline-flex {
  display: inline-flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.flex-center {
  justify-content: center;
}

.flex-end {
  justify-content: flex-end;
}

.row-reverse {
  flex-direction: row-reverse;
}

.vertical-middle {
  align-items: center;
}

.vertical-top {
  align-items: flex-start;
}

.vertical-bottom {
  align-items: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

.bold {
  font-weight: 700;
}

.blue {
  color: #2F80ED;
}

.black {
  color: #010101;
}

.white {
  color: #fff;
}

.orange {
  color: #e8983f;
}

.text-small {
  font-size: 12px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon.icon-location {
  background-image: url("../images/icon/icon-pin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 18px;
}
.icon.icon-insta {
  background-image: url("../images/icon/icon-insta.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon.icon-fb {
  background-image: url("../images/icon/icon-fb.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon.icon-yt {
  background-image: url("../images/icon/icon-yt.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon.icon-tiktok {
  background-image: url("../images/icon/icon-tiktok.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon.icon-ln {
  background-image: url("../images/icon/icon-linkedin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon.icon-tw {
  background-image: url("../images/icon/icon-twitter.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon.icon-x {
  background-image: url("../images/icon/icon-x.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon.icon-tg {
  background-image: url("../images/icon/icon-telegram.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon.icon-zoom-plus {
  background-image: url("../images/orders-page/loupe-plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
}
.icon.icon-zoom-minus {
  background-image: url("../images/orders-page/loupe-minus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
}
.icon.icon-home {
  background-image: url("../images/orders-page/home-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
}
.icon.icon-cancel {
  background-image: url("../images/orders-page/icon-cancel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
}
.icon.icon-info {
  background-image: url("../images/orders-page/icon-info.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.icon.icon-edit {
  background-image: url("../images/orders-page/icon-draft-orders.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
}

.icon-smiley {
  width: 68px;
  height: 68px;
  background-image: url("../images/smile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.select2-container--krajee-bs4.select2-container--open:not(.select2-container--disabled) .select2-selection,
.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-selection:focus {
  border-color: transparent;
  box-shadow: none;
}

.select2-container {
  display: block;
  width: 183px;
}

.select2-container--krajee-bs4 .select2-selection {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
  border: 0;
  background-image: url("../images/icon/icon-arrow.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 26px;
}

.select2-container--krajee-bs4.select2-container--open .select2-selection--single .select2-selection__arrow {
  background-image: url("../images/icon/icon-arrow.svg");
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  width: 24px;
  height: 26px;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow b,
.select2-container--krajee-bs4.select2-container--open .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__clear, .select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__clear {
  right: 0;
  top: 5px;
  font-size: 14px;
  padding-right: 24px;
}

.select2-container--krajee-bs4 .select2-selection__clear {
  color: #fff;
  text-shadow: none;
}

.select2-dropdown {
  border: 0;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-dropdown {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: 0;
  margin-top: 0;
  width: max-content !important;
  min-width: 183px !important;
  margin-left: -16px;
}

.select2-container--krajee-bs4 .select2-results__option[aria-selected] {
  color: #010101;
}

.select2-container--krajee-bs4 .select2-results__option--highlighted[aria-selected],
.select2-container--krajee-bs4 .select2-results__option.select2-results__option--selected,
.select2-container--krajee-bs4 .select2-results__option[aria-selected=true] {
  background-color: #fff;
  color: #e8983f;
}

.select2-results__option {
  padding: 6px 16px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.daterangepicker .drp-buttons .btn {
  height: 28px;
  line-height: 1;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  border-color: #e8983f;
  background-color: #e8983f;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #e8983f !important;
  color: #fff !important;
  border-color: #e8983f !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  border-color: #4b87ab;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  border-color: #4b87ab;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: none;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: transparent;
}

html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #050B0F;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

a {
  text-decoration: underline;
  color: #fff;
}
a:focus, a:active, a:hover {
  color: #e8983f;
}

.wrapper {
  display: block;
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-color: #050B0F;
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom -30px;
}
.wrapper.wrapper-scheme {
  min-height: 100%;
  background-image: none;
}

.content {
  min-height: calc(100vh - 116px);
  height: 100%;
}
@media (max-width: 1200px) {
  .content {
    min-height: calc(100vh - 260px);
  }
}
@media (max-width: 720px) {
  .content {
    min-height: calc(100vh - 325px);
  }
}
.content .front-page-content {
  min-height: calc(100vh - 80px);
  padding: 120px 0 40px;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .content .front-page-content {
    padding: 80px 0 40px;
  }
}
@media (max-width: 1000px) {
  .content .front-page-content {
    padding: 70px 0 40px;
  }
}
@media (max-width: 720px) {
  .content .front-page-content {
    padding: 60px 0 0;
  }
}
.content.page {
  padding-top: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
  background-color: #050B0F;
}

.container-fluid {
  width: 100%;
  max-width: 1226px;
  padding: 0 24px;
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0  16px;
  }
}

.header {
  width: 100%;
  display: block;
  height: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header.fixed {
  background-color: #000;
}
@media (max-width: 1200px) {
  .header {
    padding: 0;
  }
}
@media (max-width: 720px) {
  .header {
    height: 57px;
    width: 100vw;
  }
}

.header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1;
  width: 100%;
  max-width: 1380px;
  margin: auto;
  padding: 13px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .header-wrapper {
    padding: 13px 24px;
  }
}
@media (max-width: 720px) {
  .header-wrapper {
    padding: 9px 16px;
  }
}
@media (max-width: 1200px) {
  .header-wrapper.desktop {
    display: none;
  }
}
.header-wrapper.mobile {
  display: none;
}
@media (max-width: 1200px) {
  .header-wrapper.mobile {
    display: flex;
  }
}

.logo {
  display: inline-block;
}
@media (max-width: 1200px) {
  .logo {
    position: relative;
    z-index: 100;
  }
}
.logo .link-logo {
  display: block;
  width: 136px;
  height: 54px;
  background-image: url("../images/logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 720px) {
  .logo .link-logo {
    width: 84px;
    height: 33px;
  }
}

.right-menu-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 10px;
  position: relative;
}
@media (max-width: 1200px) {
  .right-menu-wrapper {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 0;
    width: 100%;
  }
}

.location-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
}
.location-wrapper:hover .icon-location {
  background-image: url("../images/icon/icon-pin-hover.svg");
}
.location-wrapper:hover .location {
  color: #e8983f;
}
@media (max-width: 1200px) {
  .location-wrapper {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.location-wrapper .location {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}
.location-wrapper .dropdown {
  position: absolute;
  right: 0;
}
.location-wrapper .list-place {
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  padding: 7px 16px;
  width: max-content;
  min-width: 183px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.location-wrapper .list-place li {
  display: block;
}
.location-wrapper .list-place li a {
  display: block;
  color: #010101;
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
}
.location-wrapper .list-place li.active a {
  color: #e8983f;
  cursor: default;
}
.location-wrapper .list-place li:hover a, .location-wrapper .list-place li:focus a, .location-wrapper .list-place li:active a {
  color: #e8983f;
}

.location-wrapper-one {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
}
.location-wrapper-one .location {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 1200px) {
  .location-wrapper-one {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}

.select-place-default {
  display: block;
  position: absolute;
  top: 50px;
  right: 0;
  padding: 10px 16px;
  width: max-content;
  max-width: 314px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  z-index: 100;
}
@media (max-width: 1200px) {
  .select-place-default {
    right: 24px;
    top: 65px;
  }
}
@media (max-width: 720px) {
  .select-place-default {
    right: 16px;
  }
}
.select-place-default p {
  display: block;
  color: #010101;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.select-place-default .btn {
  position: relative;
  margin-right: 10px;
}
.select-place-default .btn.btn-outline-secondary {
  color: #010101;
}
.select-place-default .btn.btn-outline-secondary:hover, .select-place-default .btn.btn-outline-secondary:focus, .select-place-default .btn.btn-outline-secondary:active {
  color: #010101;
}
.select-place-default .location {
  cursor: pointer;
  margin-right: 0;
}
.select-place-default .list-place {
  list-style: none;
  padding: 0;
  display: flex;
  margin-top: 16px;
}
.select-place-default .list-place li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.select-place-default .list-place li:last-child {
  margin-right: 0;
}
.select-place-default .list-place li a {
  display: block;
  color: #010101;
  text-decoration: none;
}
.select-place-default .list-place li a:hover, .select-place-default .list-place li a:focus, .select-place-default .list-place li a:active {
  color: #e8983f;
}

.mobile .select-place-default .btn {
  position: relative;
  top: unset;
  right: unset;
}

.language-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
@media (max-width: 1200px) {
  .language-wrapper {
    display: block;
    margin-right: 0;
    margin-top: 30px;
    text-align: center;
  }
}
.language-wrapper a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  margin-right: 4px;
}
.language-wrapper a.active {
  color: #e8983f;
  text-decoration: none;
  cursor: default;
}
.language-wrapper a:hover, .language-wrapper a:focus, .language-wrapper a:active {
  color: #e8983f;
  text-decoration: none;
}

.menu-wrapper {
  display: flex;
  align-items: center;
}

.main-menu {
  list-style: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 120px;
}
@media (max-width: 1500px) {
  .main-menu {
    margin-left: 70px;
  }
}
@media (max-width: 1400px) {
  .main-menu {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .main-menu {
    margin-left: 0;
    margin-top: 70px;
    margin-bottom: 95px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.main-menu li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  cursor: default;
}
@media (max-width: 1200px) {
  .main-menu li {
    display: block;
    margin-left: 0;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.main-menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.main-menu li a:hover a, .main-menu li a:focus a, .main-menu li a:active a {
  color: #e8983f;
  text-decoration: none;
}
.main-menu li.active {
  color: #e8983f;
  cursor: default;
}
.main-menu li.active a {
  color: #e8983f;
  text-decoration: none;
}
.main-menu li:hover a, .main-menu li:focus a, .main-menu li:active a {
  color: #e8983f;
  text-decoration: none;
}
.main-menu li:hover > ul li a, .main-menu li:focus > ul li a, .main-menu li:active > ul li a {
  color: #010101;
}
.main-menu li > ul {
  display: none;
  padding: 10px 0;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: max-content;
  position: absolute;
  top: 24px;
  right: 0;
}
@media (max-width: 1200px) {
  .main-menu li > ul {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
  }
}
.main-menu li > ul li {
  display: block;
  padding: 0 16px;
  margin: 0;
  text-transform: none;
}
.main-menu li > ul li a {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 32px;
  color: #010101;
  text-transform: unset;
}
.main-menu li > ul li a:hover, .main-menu li > ul li a:focus, .main-menu li > ul li a:active {
  color: #e8983f;
  text-decoration: none;
}
.main-menu li > ul li.active a {
  color: #e8983f;
  text-decoration: none;
  cursor: default;
}
.main-menu li:hover > ul {
  display: block;
}
.main-menu .dropdown-toggle:after {
  content: none;
}

.footer {
  width: 100%;
  padding: 20px 50px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
@media (max-width: 1400px) {
  .footer {
    padding: 20px 40px;
  }
}
@media (max-width: 1200px) {
  .footer {
    padding: 20px 16px;
  }
}
@media (max-width: 960px) {
  .footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: auto;
  }
}

.footer-content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 1380px;
  margin: auto;
}
.footer-content.mobile {
  display: none;
}
@media (max-width: 720px) {
  .footer-content.mobile {
    display: block;
    text-align: center;
  }
}
.footer-content.table {
  display: none;
}
@media (max-width: 1200px) {
  .footer-content.table {
    display: block;
    text-align: center;
  }
}
@media (max-width: 720px) {
  .footer-content.table {
    display: none;
  }
}
.footer-content.desktop {
  display: flex;
}
@media (max-width: 1200px) {
  .footer-content.desktop {
    display: none;
  }
}
.footer-content .center {
  display: inline-flex;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .footer-content .center {
    margin-bottom: 30px;
  }
}
@media (max-width: 720px) {
  .footer-content .center {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .footer-content .center .social-wrapper {
    margin-bottom: 24px;
  }
}
.footer-content p {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.footer-content ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0 47px 0;
}
@media (max-width: 1400px) {
  .footer-content ul {
    margin: 0 24px 0;
  }
}
@media (max-width: 720px) {
  .footer-content ul {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: 0;
  }
}
.footer-content ul li {
  margin: 0 6px;
}
@media (max-width: 1400px) {
  .footer-content ul li {
    margin: 0 4px;
  }
}
.footer-content ul li a {
  text-decoration: none;
  display: block;
}
.footer-content ul li a:hover, .footer-content ul li a:focus, .footer-content ul li a:active {
  text-decoration: none;
}
.footer-content .phone, .footer-content .location-footer, .footer-content .phone-message {
  font-size: 14px;
  color: #fff;
  padding-bottom: 6px;
  min-width: 270px;
}
.footer-content .phone a, .footer-content .location-footer a, .footer-content .phone-message a {
  text-decoration: none;
}
@media (max-width: 1400px) {
  .footer-content .phone, .footer-content .location-footer, .footer-content .phone-message {
    min-width: 240px;
  }
}
@media (max-width: 720px) {
  .footer-content .phone, .footer-content .location-footer, .footer-content .phone-message {
    display: block;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 16px;
  }
}
.footer-content .phone-wrapper {
  margin-top: 0;
}
.footer-content .phone-message {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 720px) {
  .footer-content .phone-message {
    padding-right: 0;
    justify-content: center;
  }
}
.footer-content .icon-message {
  margin-left: 4px;
}
.footer-content .phone {
  text-align: right;
  padding-right: 40px;
  padding-bottom: 0;
}
@media (max-width: 720px) {
  .footer-content .phone {
    display: block;
    padding-right: 0;
    text-align: center;
  }
}
.footer-content .location-footer {
  text-align: left;
}
@media (max-width: 720px) {
  .footer-content .location-footer {
    text-align: center;
  }
}
.footer-content .link-footer {
  font-size: 14px;
  line-height: 22px;
  color: #56CCF2;
  text-decoration: none;
}
.footer-content .link-footer:hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  margin: 32px auto 0;
  padding: 16px 0;
  border-top: 1px solid #101F29;
}
@media (max-width: 720px) {
  .footer-bottom {
    flex-direction: column-reverse;
  }
}
.footer-bottom .payment-icons {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: 60px;
  background-image: url("../images/logo-pay/desktop-1159x220.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

bwchat#bwc-wrap #bwc-widget-action {
  bottom: 205px !important;
}
@media (max-width: 1200px) {
  bwchat#bwc-wrap #bwc-widget-action {
    bottom: 95px !important;
  }
}
@media (max-width: 720px) {
  bwchat#bwc-wrap #bwc-widget-action {
    bottom: 20px !important;
  }
}

bwchat#bwc-wrap #bwc-chat-cloud-message {
  bottom: 275px !important;
}
@media (max-width: 1200px) {
  bwchat#bwc-wrap #bwc-chat-cloud-message {
    bottom: 170px !important;
  }
}
@media (max-width: 720px) {
  bwchat#bwc-wrap #bwc-chat-cloud-message {
    bottom: 20px !important;
  }
}

.timetable {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .timetable {
    justify-content: center;
    margin: 16px 0;
  }
}
.timetable img {
  margin-right: 14px;
}
@media (max-width: 1400px) {
  .timetable img {
    margin-right: auto;
    margin-left: 8px;
  }
}
.timetable p {
  margin-left: 12px;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 1400px) {
  .timetable p {
    margin-left: 8px;
  }
}

.copy {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  font-size: 12px;
  line-height: 26px;
  margin-top: 4px;
  margin-bottom: 11px;
}

.copy {
  color: rgba(255, 255, 255, 0.35);
}

.breadcrumb {
  display: flex;
  list-style: none;
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
  flex-wrap: nowrap;
}
.breadcrumb li {
  color: #fff;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .breadcrumb li {
    font-size: 14px;
    line-height: 19px;
  }
}
.breadcrumb li:after {
  content: '/';
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  margin: 0 5px;
}
.breadcrumb li:last-child {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: underline;
  color: #fff;
}
.breadcrumb li a:hover, .breadcrumb li a:active, .breadcrumb li a:focus {
  color: #e8983f;
}

.static-page {
  padding: 160px 0 80px;
  position: relative;
  background-image: url("../images/default-image.png");
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 800px;
  background-size: contain;
}
@media (max-width: 720px) {
  .static-page {
    padding: 80px 0;
  }
}
.static-page h2 {
  text-align: left;
  margin-bottom: 50px;
}
@media (max-width: 720px) {
  .static-page h2 {
    margin-bottom: 40px;
  }
}
.static-page h3 {
  margin: 40px 0 10px;
  color: #fff;
}
.static-page p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.static-page ul {
  padding-left: 20px;
}
.static-page ul li {
  display: list-item;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 10px;
}

.site-error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 140px);
  width: 100%;
  background-image: url("../images/img-404.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 720px) {
  .site-error {
    min-height: calc(100vh - 180px);
    padding: 0 16px;
  }
}
.site-error h1 {
  font-family: "Oswald", sans-serif;
  font-size: 200px;
  line-height: 296px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .site-error h1 {
    font-size: 140px;
    line-height: 180px;
  }
}
.site-error p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  margin: 50px auto;
}

.maintenance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 140px);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 720px) {
  .maintenance {
    min-height: calc(100vh - 180px);
    padding: 0 16px;
  }
}
.maintenance p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  margin: 50px auto;
}

input, select, button {
  border: unset;
  box-shadow: none;
  background-color: transparent;
}

button.btn,
.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  padding: 0 20px;
  height: 44px;
  line-height: 42px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 30px;
}
@media (max-width: 720px), (max-height: 720px) {
  button.btn,
  .btn {
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 16px;
  }
}
button.btn:focus,
.btn:focus {
  box-shadow: none;
}
button.btn.btn-primary,
.btn.btn-primary {
  border-color: #e8983f;
  background-color: #e8983f;
  color: #fff;
}
button.btn.btn-primary:hover, button.btn.btn-primary:focus, button.btn.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  color: #fff;
  background-color: transparent;
}
button.btn.btn-outline-primary,
.btn.btn-outline-primary {
  border-color: #e8983f;
  background-color: transparent;
}
button.btn.btn-outline-primary:hover, button.btn.btn-outline-primary:focus, button.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active {
  color: #fff;
  background-color: #e8983f;
}
button.btn.btn-outline-secondary,
.btn.btn-outline-secondary {
  border-color: #123451;
  background-color: transparent;
}
button.btn.btn-outline-secondary:hover, button.btn.btn-outline-secondary:focus, button.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:active {
  color: #fff;
  border-color: #4b87ab;
}
button.btn.btn-outline-info,
.btn.btn-outline-info {
  border-color: #BB6BD9;
  background-color: transparent;
}
button.btn.btn-outline-info:hover, button.btn.btn-outline-info:focus, button.btn.btn-outline-info:active,
.btn.btn-outline-info:hover,
.btn.btn-outline-info:focus,
.btn.btn-outline-info:active {
  color: #fff;
  border-color: #4b87ab;
}

a.btn {
  text-decoration: none;
}
a.btn:hover {
  text-decoration: none;
}

.form-control {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #4b87ab;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  -ms-border-radius: 27px;
  border-radius: 27px;
  background-color: #fff;
  color: #010101;
  padding: 6px 16px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #BB6BD9;
}

textarea {
  min-height: 142px;
}

.form-group {
  margin-bottom: 8px;
}

label {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 18px;
}

.has-error.form-group {
  margin-bottom: 4px;
}
.has-error .form-control {
  border-color: #EB5757;
}
.has-error .help-block {
  font-size: 12px;
  line-height: 14px;
  color: #EB5757;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}

.required label {
  position: relative;
}
.required label:after {
  content: '*';
  display: inline-block;
  font-size: 14px;
  color: #EB5757;
}

.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
.checkbox input[type="checkbox"] {
  z-index: 1;
  position: absolute;
  left: 0;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:not(:checked):before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  background-image: url("../images/checkbox-not-checked.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
.checkbox input[type="checkbox"]:checked:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  background-image: url("../images/checkbox-checked.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}

.formRegistrationBlock {
  max-width: 620px;
  margin: 100px auto 0;
  position: relative;
}
.formRegistrationBlock label {
  color: #fff;
}
.formRegistrationBlock .btn {
  margin-left: 12px;
}
.formRegistrationBlock .btn:first-child {
  margin-left: 0;
}

.buttonBlockLink {
  position: absolute;
  max-width: 100%;
  bottom: 10px;
  right: 0;
}

.wideBtn {
  margin-top: 24px;
}

.switch {
  position: relative;
  display: inline-flex;
  margin-right: 8px;
  font-size: 14px;
  line-height: 16px;
}
.switch input {
  display: none;
}
.switch .slider {
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 4px;
}
.switch .slider:before {
  content: "";
  display: inline-block;
  cursor: pointer;
  width: 28px;
  height: 14px;
  background-color: #828282;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.switch .slider:after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 2px;
  top: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.switch input:checked + .slider:before {
  background-color: #0D3BA7;
}
.switch input:checked + .slider:after {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.status-switcher input[type=checkbox] {
  display: none;
}
.status-switcher label {
  margin: 0 0 0 4px;
  width: 28px;
  height: 12px;
  border-radius: 6px;
  background-color: #828282;
  position: relative;
  cursor: pointer;
}
.status-switcher input[type=checkbox]:checked + label {
  background-color: #0D3BA7;
}
.status-switcher label::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  top: 2px;
  left: 2px;
}
.status-switcher input[type=checkbox]:checked + label::after {
  left: auto;
  right: 2px;
}

h1 {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  line-height: 74px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 720px) {
  h1 {
    font-size: 30px;
    line-height: 44px;
  }
}

.h1 {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 70px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  text-shadow: 0 4px 51px rgba(0, 1, 1, 0.85);
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: unset;
  margin-bottom: 7px;
}
@media (max-width: 1200px) {
  .h1 {
    font-size: 60px;
  }
}
@media (max-width: 1000px) {
  .h1 {
    font-size: 50px;
  }
}
@media (max-width: 720px) {
  .h1 {
    font-size: 29px;
    line-height: 43px;
    margin-bottom: 0;
  }
}

h2 {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  line-height: 74px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 720px) {
  h2 {
    font-size: 30px;
    line-height: 44px;
  }
}

h3, .slider__title {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1200px) {
  h3, .slider__title {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 720px) {
  h3, .slider__title {
    font-size: 16px;
    line-height: 24px;
  }
}

h4 {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

section {
  background-repeat: no-repeat;
}

.widget-main {
  position: relative;
}
@media (max-width: 1200px) {
  .widget-main {
    background-position: left -110px bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1000px) {
  .widget-main {
    background-position: right 220px bottom;
  }
}
@media (max-width: 720px) {
  .widget-main {
    background-size: auto 70%;
    background-position: center top 50px;
  }
}
.widget-main:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% + 320px);
  background-repeat: no-repeat;
  background-position: left  bottom;
  position: absolute;
  left: -225px;
  margin-top: -120px;
  z-index: 0;
}
@media (max-width: 1920px) {
  .widget-main:before {
    background-position: left -41% bottom;
    background-size: auto 100%;
  }
}
@media (max-width: 1790px) {
  .widget-main:before {
    background-position: left -155px bottom;
    background-size: auto 100%;
  }
}
@media (max-width: 1700px) {
  .widget-main:before {
    background-position: left -194px bottom;
    background-size: auto 100%;
  }
}
@media (max-width: 1600px) {
  .widget-main:before {
    background-position: left -257px bottom;
    background-size: auto 100%;
  }
}
@media (max-width: 1500px) {
  .widget-main:before {
    background-position: right 80px bottom;
    background-size: auto 100%;
  }
}
@media (max-width: 1300px) {
  .widget-main:before {
    background-position: right -12px bottom;
    background-size: auto 100%;
  }
}
@media (max-width: 1200px) {
  .widget-main:before {
    content: none;
  }
}

.wrapper-main {
  position: relative;
}

.wrapper-title-main {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 200px;
  padding-top: 110px;
  padding-bottom: 166px;
}
@media (max-width: 1200px) {
  .wrapper-title-main {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media (max-width: 720px) {
  .wrapper-title-main {
    padding-top: 40px;
    padding-bottom: 90px;
    padding-left: 0;
    text-align: center;
    min-height: 500px;
  }
}

.slogan {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.06em;
  margin: 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 1200px) {
  .slogan {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 1000px) {
  .slogan {
    max-width: 470px;
    margin: auto;
  }
}
@media (max-width: 720px) {
  .slogan {
    position: absolute;
    text-align: center;
    bottom: 50px;
    width: 285px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.slogan-main {
  font-family: "Oswald", sans-serif;
  font-size: 59px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .slogan-main {
    font-size: 51px;
  }
}
@media (max-width: 1000px) {
  .slogan-main {
    font-size: 43px;
    line-height: 50px;
  }
}
@media (max-width: 720px) {
  .slogan-main {
    font-size: 24px;
    line-height: 36px;
  }
}

.widget-upcoming-events {
  position: relative;
  z-index: 1;
}

.widget-about-franchise {
  position: relative;
  z-index: 1;
}
.widget-about-franchise .container-fluid {
  position: relative;
  margin-top: 45px;
  min-height: 443px;
}
@media (max-width: 720px) {
  .widget-about-franchise .container-fluid {
    margin-top: 0;
    min-height: 350px;
  }
}
.widget-about-franchise .fon-wrapper {
  position: absolute;
  width: 100%;
  max-width: 958px;
  height: auto;
  max-height: 443px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.widget-about-franchise .fon-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.join-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 110px;
}
@media (max-width: 720px) {
  .join-content {
    padding-top: 90px;
  }
}
.join-content p {
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  color: #fff;
}

.widget-custom {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  color: #fff;
}
.widget-custom h2 {
  margin-bottom: 64px;
}
.widget-custom .custom-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 64px;
}
.widget-custom div {
  color: #fff;
}
@media (max-width: 1000px) {
  .widget-custom div {
    margin-bottom: 16px;
  }
}
.widget-custom h3 {
  margin-bottom: 24px;
}

.widget-responses {
  padding: 40px 0;
  position: relative;
}
.widget-responses:before {
  content: '';
  display: block;
  width: 100%;
  max-width: 1440px;
  height: 65%;
  background-image: url("../images/bg-image-main.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -140px;
  z-index: 0;
  opacity: .9;
}
.widget-responses .container-fluid {
  width: 100%;
  max-width: 1098px;
  position: relative;
  z-index: 1;
}
.widget-responses h2 {
  text-align: center;
}
.widget-responses .button-block {
  text-align: center;
}

.widget-full-page-poster .gallery-magnific {
  display: block;
  width: 100%;
  max-width: 1350px;
  height: 280px;
  background-image: url("../images/user-ellips.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: auto;
  text-align: center;
  position: relative;
}
@media (max-width: 1200px) {
  .widget-full-page-poster .gallery-magnific {
    width: 90%;
    height: 190px;
  }
}
@media (max-width: 720px) {
  .widget-full-page-poster .gallery-magnific {
    width: 80%;
    height: 170px;
    background-position: left;
    background-size: cover;
  }
}
.widget-full-page-poster .gallery-magnific a {
  display: inline-block;
  text-decoration: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(75, 135, 171, 0.32);
  position: absolute;
}
.widget-full-page-poster .gallery-magnific a.small {
  width: 99px;
  height: 99px;
}
@media (max-width: 1200px) {
  .widget-full-page-poster .gallery-magnific a.small {
    width: 69px;
    height: 69px;
  }
}
@media (max-width: 1000px) {
  .widget-full-page-poster .gallery-magnific a.small {
    width: 59px;
    height: 59px;
  }
}
@media (max-width: 720px) {
  .widget-full-page-poster .gallery-magnific a.small {
    width: 44px;
    height: 44px;
  }
}
.widget-full-page-poster .gallery-magnific a.base {
  width: 121px;
  height: 121px;
}
@media (max-width: 1200px) {
  .widget-full-page-poster .gallery-magnific a.base {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 1000px) {
  .widget-full-page-poster .gallery-magnific a.base {
    width: 66px;
    height: 66px;
  }
}
@media (max-width: 720px) {
  .widget-full-page-poster .gallery-magnific a.base {
    width: 50px;
    height: 50px;
  }
}
.widget-full-page-poster .gallery-magnific a.medium {
  width: 137px;
  height: 137px;
}
@media (max-width: 1200px) {
  .widget-full-page-poster .gallery-magnific a.medium {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 1000px) {
  .widget-full-page-poster .gallery-magnific a.medium {
    width: 82px;
    height: 82px;
  }
}
@media (max-width: 720px) {
  .widget-full-page-poster .gallery-magnific a.medium {
    width: 64px;
    height: 64px;
  }
}
.widget-full-page-poster .gallery-magnific a.big {
  width: 176px;
  height: 176px;
}
@media (max-width: 1200px) {
  .widget-full-page-poster .gallery-magnific a.big {
    width: 125px;
    height: 125px;
  }
}
@media (max-width: 1000px) {
  .widget-full-page-poster .gallery-magnific a.big {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 720px) {
  .widget-full-page-poster .gallery-magnific a.big {
    width: 66px;
    height: 66px;
  }
}
.widget-full-page-poster .gallery-magnific a img {
  display: block;
  border: 6px solid #050b0f;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1000px) {
  .widget-full-page-poster .gallery-magnific a img {
    border-width: 3px;
  }
}
.widget-full-page-poster .gallery-magnific a:nth-of-type(1) {
  left: 140px;
  top: 76px;
}
@media (max-width: 1200px) {
  .widget-full-page-poster .gallery-magnific a:nth-of-type(1) {
    left: 90px;
    top: 35px;
  }
}
@media (max-width: 720px) {
  .widget-full-page-poster .gallery-magnific a:nth-of-type(1) {
    left: 0;
  }
}
.widget-full-page-poster .gallery-magnific a:nth-of-type(2) {
  left: 25%;
  top: 160px;
}
@media (max-width: 1200px) {
  .widget-full-page-poster .gallery-magnific a:nth-of-type(2) {
    top: 105px;
  }
}
@media (max-width: 720px) {
  .widget-full-page-poster .gallery-magnific a:nth-of-type(2) {
    left: 17%;
  }
}
.widget-full-page-poster .gallery-magnific a:nth-of-type(3) {
  top: 3px;
  left: 31%;
}
@media (max-width: 1200px) {
  .widget-full-page-poster .gallery-magnific a:nth-of-type(3) {
    left: 28%;
  }
}
.widget-full-page-poster .gallery-magnific a:nth-of-type(4) {
  right: 25%;
  top: 8px;
}
@media (max-width: 720px) {
  .widget-full-page-poster .gallery-magnific a:nth-of-type(4) {
    right: 14%;
    top: 0;
  }
}
.widget-full-page-poster .gallery-magnific a:nth-of-type(5) {
  left: 48%;
  top: 32px;
}
.widget-full-page-poster .gallery-magnific a:nth-of-type(6) {
  bottom: 45px;
  left: 38%;
}
@media (max-width: 720px) {
  .widget-full-page-poster .gallery-magnific a:nth-of-type(6) {
    bottom: 24px;
    left: 42%;
  }
}
.widget-full-page-poster .gallery-magnific a:nth-of-type(7) {
  right: 290px;
  top: 130px;
}
@media (max-width: 1200px) {
  .widget-full-page-poster .gallery-magnific a:nth-of-type(7) {
    right: 210px;
    top: 85px;
  }
}
@media (max-width: 1200px) {
  .widget-full-page-poster .gallery-magnific a:nth-of-type(7) {
    right: 165px;
  }
}
@media (max-width: 720px) {
  .widget-full-page-poster .gallery-magnific a:nth-of-type(7) {
    right: 0;
    top: 100px;
  }
}
.widget-full-page-poster .gallery-magnific a:nth-of-type(8) {
  top: 50px;
  right: 105px;
}
@media (max-width: 1200px) {
  .widget-full-page-poster .gallery-magnific a:nth-of-type(8) {
    top: 45px;
    right: 70px;
  }
}
@media (max-width: 720px) {
  .widget-full-page-poster .gallery-magnific a:nth-of-type(8) {
    right: 0;
    top: 40px;
  }
}

.feedback-content {
  margin-top: 58px;
}
@media (max-width: 720px) {
  .feedback-content {
    margin-top: 40px;
  }
}

.grid {
  margin: auto;
}
.grid:after {
  content: '';
  display: table;
  clear: both;
}

.item {
  float: left;
  margin: 0 0 16px;
  width: 329px;
}
@media (max-width: 1200px) {
  .item {
    width: calc(100% / 3 - 16px);
  }
}
@media (max-width: 720px) {
  .item {
    width: calc(100% / 2 - 16px);
  }
}
@media (max-width: 600px) {
  .item {
    width: 329px;
  }
}
.item img {
  display: block;
  max-width: 100%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.empty-events-wrapper,
.empty-news-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 289px;
  background-image: url("../images/default-empty.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding-left: 58px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  .empty-events-wrapper,
  .empty-news-wrapper {
    height: auto;
    padding: 24px 16px;
    background-size: cover;
  }
}
.empty-events-wrapper .empty-block,
.empty-news-wrapper .empty-block {
  width: 100%;
  max-width: 285px;
}
@media (max-width: 720px) {
  .empty-events-wrapper .empty-block,
  .empty-news-wrapper .empty-block {
    max-width: 100%;
  }
}
.empty-events-wrapper p,
.empty-news-wrapper p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 16px;
  margin-top: 0;
}
@media (max-width: 720px) {
  .empty-events-wrapper p,
  .empty-news-wrapper p {
    font-size: 14px;
  }
}
.empty-events-wrapper p:last-of-type,
.empty-news-wrapper p:last-of-type {
  margin-bottom: 0;
}

.empty-news-wrapper {
  margin-top: 40px;
}

.feedback-view-wrapper {
  padding: 14px 0;
}
.feedback-view-wrapper h3 {
  color: #010101;
  font-weight: 700;
  position: relative;
  height: 40px;
}
.feedback-view-wrapper h3:before {
  content: '';
  display: block;
  width: 137px;
  height: 40px;
  background-image: url("../images/ellips-message.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -7px;
  left: 0;
}
.feedback-view-wrapper p {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #010101;
}

.widget-faq {
  padding: 80px 0;
  color: #fff;
}
.widget-faq:before {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/default-image.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -80px;
  z-index: 0;
}
.widget-faq .container-fluid {
  max-width: 828px !important;
  position: relative;
  z-index: 1;
}
.widget-faq h2 {
  text-align: left;
}

.faq-list {
  display: block;
  margin-top: 50px;
}
.faq-list .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0;
}
.faq-list .card-header h3 {
  color: #fff;
  position: relative;
  padding-left: 34px;
  cursor: pointer;
}
.faq-list .card-header h3[aria-expanded="true"]:before {
  content: '-';
  display: inline-block;
  font-size: 14px;
  color: #4b87ab;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 14px;
  border: 1px solid #4b87ab;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
  position: absolute;
  left: 0;
  top: 5px;
}
.faq-list .card-header h3[aria-expanded="false"]:before {
  content: '+';
  display: inline-block;
  font-size: 14px;
  color: #4b87ab;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 14px;
  border: 1px solid #4b87ab;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
  position: absolute;
  left: 0;
  top: 5px;
}
.faq-list .card-body {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  margin-top: 24px;
}
.faq-list .item-faq {
  border-bottom: 1px solid #123451;
  padding: 25px 0;
}

.widget-founder {
  padding-bottom: 40px;
}
.widget-founder h2 {
  margin-bottom: 40px;
}
.widget-founder .fon-wrapper img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 720px) {
  .widget-founder .fon-wrapper {
    margin-bottom: 20px;
  }
}
.widget-founder .social-wrapper-custom h2 {
  margin-bottom: 0;
}

.tabs-day-archive {
  width: 100%;
  margin: auto;
  display: block;
}
.tabs-day-archive .nav-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin-right: -8px;
  margin-left: -8px;
  list-style: none;
  border-bottom: 0;
}
@media (max-width: 1200px) {
  .tabs-day-archive .nav-tabs {
    margin-right: -4px;
    margin-left: -4px;
  }
}
.tabs-day-archive .nav-tabs li {
  display: inline-flex;
  width: 183px;
  height: 72px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #010101;
  border: 1px solid #4b87ab;
  margin: 0 8px;
}
@media (max-width: 1200px) {
  .tabs-day-archive .nav-tabs li {
    margin: 0 4px;
    width: calc(100% / 6 - 8px);
  }
}
.tabs-day-archive .nav-tabs li:hover {
  border-color: #e8983f;
}
.tabs-day-archive .nav-tabs li.active {
  background-color: #e8983f;
  border-color: #e8983f;
}
.tabs-day-archive .nav-tabs li.active a {
  color: #fff;
}
.tabs-day-archive .nav-tabs li.active .date {
  color: #fff;
}
.tabs-day-archive .nav-tabs li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
}
.tabs-day-archive .nav-tabs li .day-week {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 1200px) {
  .tabs-day-archive .nav-tabs li .day-week {
    font-size: 14px;
    line-height: 24px;
  }
}
.tabs-day-archive .nav-tabs li .date {
  font-size: 14px;
  line-height: 17px;
  color: #4b87ab;
}
.tabs-day-archive .button-block {
  text-align: center;
}
.tabs-day-archive .button-block .btn {
  margin-top: 16px;
}
@media (max-width: 720px) {
  .tabs-day-archive .desktop {
    display: none;
  }
}
.tabs-day-archive .mobile-width {
  display: none;
}
@media (max-width: 720px) {
  .tabs-day-archive .mobile-width {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 16px;
    position: relative;
  }
  .tabs-day-archive .mobile-width .select2-selection {
    position: relative;
    width: 150px;
    height: 44px;
    color: #fff;
    padding: 0 16px;
    background-color: #010101;
    border: 1px solid #4b87ab;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 42px;
    margin-right: 0;
    margin-left: auto;
  }
  .tabs-day-archive .mobile-width .select2-selection[aria-expanded="true"] .select2-selection__arrow {
    top: 7px;
  }
  .tabs-day-archive .mobile-width .select2-container--krajee-bs4.select2-container--open:not(.select2-container--disabled) .select2-selection,
  .tabs-day-archive .mobile-width .select2-container--krajee-bs4:not(.select2-container--disabled) .select2-selection:focus {
    border-color: #4b87ab;
  }
  .tabs-day-archive .mobile-width .select2-selection__arrow {
    top: 11px;
  }
  .tabs-day-archive .mobile-width .select2-results__options li {
    color: #010101;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
    text-align: left;
    padding: 0 16px;
  }
  .tabs-day-archive .mobile-width .dropdown-wrapper {
    display: block;
    max-width: 100%;
    height: 100%;
    position: relative;
  }
  .tabs-day-archive .mobile-width .dropdown-wrapper .select2-container {
    right: 0 !important;
    left: auto !important;
    width: 150px;
  }
  .tabs-day-archive .mobile-width .dropdown-wrapper .select2-container--krajee-bs4:not(.select2-container--disabled) .select2-dropdown {
    margin-left: unset;
    min-width: 150px !important;
  }
  .tabs-day-archive .mobile-width .dropdown-wrapper .select2-container--krajee-bs4 .select2-results > .select2-results__options {
    max-height: unset;
  }
  .tabs-day-archive .mobile-width .dropdown-toggle {
    position: relative;
    right: unset;
    top: unset;
    width: 150px;
    height: 44px;
    color: #fff;
    padding: 0 16px;
    background-color: #010101;
    border: 1px solid #4b87ab;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
  }
  .tabs-day-archive .mobile-width .dropdown-toggle:after {
    content: '';
    border: 0;
    width: 24px;
    height: 24px;
    background-image: url("../images/icon/icon-arrow.svg");
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .tabs-day-archive .mobile-width .dropdown-menu {
    min-width: 150px;
    width: max-content;
    right: 0;
    left: auto;
  }
  .tabs-day-archive .mobile-width .dropdown-menu li {
    padding: 0;
  }
  .tabs-day-archive .mobile-width .dropdown-menu li a {
    text-decoration: none;
  }
}

.list-events {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 100%;
  margin-top: 16px;
  margin-left: -8px;
  margin-right: -8px;
}
@media (max-width: 720px) {
  .list-events {
    margin-left: 0;
    margin-right: 0;
  }
}

.item-poster {
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  text-decoration: none;
  width: calc(100% / 3 - 16px);
  max-width: 382px;
}
@media (max-width: 1000px) {
  .item-poster {
    width: calc(100% / 2 - 16px);
  }
}
@media (max-width: 720px) {
  .item-poster {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.thumb-poster {
  display: block;
  width: 100%;
  height: 289px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: relative;
}
.thumb-poster .link-thumb {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.thumb-poster img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 1000px) {
  .thumb-poster {
    height: 240px;
  }
}

.preview-poster {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  padding: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.preview-poster span {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.preview-poster span:last-of-type {
  margin-bottom: 0;
  padding-bottom: 16px;
}
@media (max-width: 1200px) {
  .preview-poster span {
    max-height: 226px;
    overflow: hidden;
  }
}
@media (max-width: 1000px) {
  .preview-poster span {
    max-height: 130px;
    overflow: hidden;
  }
}

.header-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 28px;
}

.date-events {
  color: #4b87ab;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 17px;
}

.age-limit {
  color: #4b87ab;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  width: 26px;
  height: 26px;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  -ms-border-radius: 26px;
  border-radius: 26px;
  border: 1px solid #4b87ab;
  text-align: center;
  line-height: 24px;
}
.age-limit .icon-plus {
  font-size: 13px;
}

.card-poster {
  background-color: #fff;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 29px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card-poster h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  height: 45px;
  overflow: hidden;
}

.title-events {
  font-size: 14px;
  text-decoration: none;
  color: #010101;
}
.title-events:hover, .title-events:focus, .title-events:active {
  color: #010101;
  text-decoration: underline;
}

.footer-poster {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 6px;
}

.place-events,
.price-events {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #4b87ab;
}

.announcement-events-wrapper {
  margin-bottom: 30px;
}

.announcement-events-list {
  display: block;
  width: 100%;
}

.announcement-event {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 16px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 720px) {
  .announcement-event {
    flex-direction: column;
  }
}
.announcement-event .button-block {
  white-space: nowrap;
}
.announcement-event .title-events {
  height: auto !important;
}

.thumb-events {
  width: 382px;
  height: 158px;
  position: relative;
  overflow: hidden;
}
.thumb-events img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1200px) {
  .thumb-events {
    width: 280px;
  }
}
@media (max-width: 720px) {
  .thumb-events {
    width: 100%;
  }
}

.type-events {
  display: block;
  position: absolute;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  padding: 6px 26px 6px 29px;
  -moz-border-radius: 6px 0 6px 0;
  -webkit-border-radius: 6px 0 6px 0;
  -ms-border-radius: 6px 0 6px 0;
  border-radius: 6px 0 6px 0;
  background-color: #56CCF2;
  color: #fff;
  top: 0;
  left: 0;
}

.body-events {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 20px 29px;
  width: calc(100% - 382px);
}
.body-events .link {
  display: inline-block;
  color: #010101;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 3px;
}
.body-events .link:hover {
  color: #e8983f;
}
.body-events .date-events {
  line-height: 26px;
}
.body-events .title-events {
  height: 26px;
}
.body-events .place-events {
  margin-right: 24px;
}
.body-events .btn {
  color: #010101;
}
@media (max-width: 1200px) {
  .body-events {
    width: calc(100% - 280px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 720px) {
  .body-events {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    align-items: flex-start;
  }
  .body-events .button-block {
    margin-top: 16px;
  }
}

.page {
  display: block;
  position: relative;
  z-index: 0;
}

.widget-visitor-info {
  padding: 40px 0 0;
  position: relative;
}
.widget-visitor-info:first-of-type {
  z-index: 2;
}
@media (max-width: 720px) {
  .widget-visitor-info {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.widget-visitor-info h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 18px;
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  .content-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.content-text {
  max-width: 100%;
  color: #fff;
  font-family: "Inter", sans-serif;
  position: relative;
  transition: all 1s ease;
  z-index: 1;
}
@media (min-width: 1200px) {
  .content-text:hover .text-help {
    display: block;
  }
}
@media (max-width: 1200px) {
  .content-text {
    max-width: 100%;
  }
}
.content-text .help-block {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  cursor: pointer;
  padding-bottom: 4px;
  padding-left: 30px;
  display: inline-block;
}
.content-text .help-block:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("../images/afisha/icon-help.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1200px) {
  .content-text .help-block:after {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 30px;
    bottom: 4px;
    background-color: #e8983f;
  }
}
@media (max-width: 1200px) {
  .content-text .help-block {
    text-decoration: none;
    padding-right: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .content-text .help-block.open:after {
    transform: rotate(180deg);
  }
  .content-text .help-block:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 2px;
    background-image: url("../images/icon/icon-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.content-text .text-help {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 12px 21px 12px 16px;
  font-size: 16px;
  line-height: 22px;
  color: #010101;
  position: absolute;
  left: 0;
  top: 26px;
  display: none;
  z-index: 100;
}
@media (max-width: 1200px) {
  .content-text .text-help {
    position: relative;
    max-width: 100%;
    left: unset;
    top: unset;
    margin-top: 8px;
  }
}
.content-text .text-help a {
  color: #e8983f;
  text-decoration: none;
}
.content-text .text-help a:hover {
  text-decoration: underline;
}

.widget-gether-events {
  margin-top: 35px;
  position: relative;
}
@media (max-width: 1000px) {
  .widget-gether-events {
    margin-top: 20px;
  }
}

.filters-list {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 720px) {
  .filters-list {
    flex-direction: column;
  }
}

.filter-item {
  width: 183px;
  height: 82px;
  background-color: #010101;
  border: 1px solid #123451;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 16px;
  padding: 10px 0 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.filter-item label {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #4b87ab;
  padding-left: 16px;
  padding-right: 14px;
}
.filter-item input {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.filter-item ::placeholder {
  color: #fff;
}
.filter-item .form-group {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 14px;
}
.filter-item .form-control {
  padding: 0;
  font-size: 16px;
  line-height: 1;
  border: 0;
  background: transparent;
  height: auto;
  cursor: pointer;
}
.filter-item.date-filter .form-control {
  background-image: url("../images/icon/icon-calendar-month.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 25px;
}
@media (max-width: 720px) {
  .filter-item {
    display: block;
    width: 100%;
    height: 82px;
    margin-bottom: 8px;
  }
}

.star-hall-wrapper {
  margin-top: 80px;
}

.gallery-list-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 720px) {
  .gallery-list-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.gallery-list-wrapper li {
  display: inline-block;
  width: calc(100% / 3 - 16px);
  height: 100%;
  max-height: 230px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 720px) {
  .gallery-list-wrapper li {
    width: 100%;
    margin-bottom: 8px;
  }
}
.gallery-list-wrapper li .gallery-item {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-list-wrapper li .gallery-item img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

.detailed-poster-wrapper {
  padding: 160px 0;
  display: block;
  position: relative;
}
.detailed-poster-wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/default-image.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -80px;
  z-index: 0;
}
@media (max-width: 1200px) {
  .detailed-poster-wrapper {
    padding: 130px 0;
  }
}
@media (max-width: 720px) {
  .detailed-poster-wrapper {
    padding: 80px 0;
  }
}
@media (max-width: 1200px) {
  .detailed-poster-wrapper .breadcrumb {
    width: 100%;
    max-width: 775px;
    margin: auto;
  }
}
@media (max-width: 1000px) {
  .detailed-poster-wrapper .breadcrumb {
    max-width: 680px;
  }
}
.detailed-poster-wrapper .detailed-poster-content {
  display: block;
  position: relative;
}
@media (max-width: 1200px) {
  .detailed-poster-wrapper .detailed-poster-content {
    width: 100%;
    max-width: 775px;
    margin: auto;
  }
}
@media (max-width: 1000px) {
  .detailed-poster-wrapper .detailed-poster-content {
    max-width: 680px;
  }
}
.detailed-poster-wrapper .item-poster {
  margin: 0;
  width: 382px;
}
.detailed-poster-wrapper .item-poster .thumb-poster:before {
  content: none;
}
@media (max-width: 1200px) {
  .detailed-poster-wrapper .item-poster {
    margin-top: 16px;
  }
}
@media (max-width: 720px) {
  .detailed-poster-wrapper .item-poster {
    display: block;
    width: 100%;
  }
  .detailed-poster-wrapper .item-poster .card-poster {
    width: 100%;
    max-width: 100%;
  }
}

.media-poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 382px;
}
.media-poster .title-events, .media-poster .place-events {
  display: none;
}
@media (max-width: 720px) {
  .media-poster .wrapper-media {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .media-poster {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    top: unset;
    left: unset;
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 720px) {
  .media-poster {
    flex-direction: column;
  }
}
.media-poster .trailer .btn {
  display: block;
  width: 100%;
  color: #fff;
  border: 1px solid #4b87ab;
}
.media-poster .trailer .btn:hover, .media-poster .trailer .btn:active, .media-poster .trailer .btn:focus {
  border-color: #56CCF2;
}

.detailed-content {
  margin-left: 418px;
  width: 100%;
  max-width: 760px;
  text-align: left;
}
@media (max-width: 1200px) {
  .detailed-content {
    margin-left: 0;
    padding-top: 30px;
  }
}
.detailed-content h1.title-event {
  text-align: left;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}
.detailed-content .detail-view {
  margin-top: 45px;
}
@media (max-width: 1000px) {
  .detailed-content .detail-view {
    margin-top: 30px;
  }
}
.detailed-content p {
  color: #fff;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.detailed-content ul {
  list-style: none;
  padding-left: 0;
}
.detailed-content ul li {
  color: #fff;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.detailed-content .slider-day {
  margin-right: -18px;
}
@media (max-width: 1200px) {
  .detailed-content .slider-day {
    margin-right: 0;
  }
}
.detailed-content .slider-day li:not(.slick-slide) {
  margin: 0 6px;
  width: calc(100% / 5 - 15px);
}
.detailed-content .slider-day .slick-list {
  width: 766px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .detailed-content .slider-day .slick-list {
    width: 784px;
  }
}
@media (max-width: 1000px) {
  .detailed-content .slider-day .slick-list {
    width: 684px;
  }
}
.detailed-content .slider-day .slick-prev {
  left: -18px !important;
}
.detailed-content .slider-day .slick-next {
  right: -18px !important;
}

.item-timetable {
  margin-bottom: 30px;
  padding: 32px 32px 23px;
  border: 1px dashed #4b87ab;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.show-timetable {
  margin-top: 13px;
  background-color: #050B0F;
}

.date-timetable {
  display: block;
  color: #fff;
  margin-bottom: 12px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.row-timetable {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 34px;
}
@media (max-width: 720px) {
  .row-timetable {
    margin-bottom: 16px;
  }
}

.session-place {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: white;
  padding-right: 8px;
  text-transform: uppercase;
}

.session-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.session-wrapper {
  position: relative;
}

.session-time {
  display: inline-block;
  padding: 6px 8px;
  background-color: rgba(75, 135, 171, 0.32);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-right: 8px;
  margin-bottom: 8px;
  color: #4b87ab;
  border: 1px solid rgba(75, 135, 171, 0.32);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.session-time:hover {
  border-color: #e8983f;
}
.session-time:hover .hint {
  display: block;
}
.session-time.hidden {
  visibility: hidden;
}
.session-time.active {
  color: #fff;
}
.session-time.current {
  color: #fff;
  background-color: #e8983f;
  border-color: #e8983f;
  position: relative;
}
.session-time .hint {
  display: none;
  position: absolute;
  padding: 6px 8px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  color: #010101;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
  bottom: -30px;
  left: 0;
  z-index: 100;
}

.consent-block-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media (max-width: 720px) {
  .consent-block-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.content-consent {
  display: flex;
}
.content-consent label {
  display: inline-block;
  vertical-align: top;
}

.text-consent {
  display: inline-block;
  vertical-align: top;
  max-width: 270px;
  width: max-content;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}

.gallery-events {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.preview-photo {
  width: calc(100% / 2);
  max-width: 185px;
  height: 140px;
  margin-top: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .preview-photo {
    margin-top: 16px;
    width: calc(100% / 2 - 12px);
    margin-left: 12px;
  }
}
@media (max-width: 720px) {
  .preview-photo {
    width: calc(100% / 2 - 8px);
    margin-left: unset;
  }
}
.preview-photo img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 720px) {
  .widget-news {
    padding: 40px 0;
  }
}
.widget-news .container-fluid {
  max-width: 1226px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.widget-news h2 {
  text-align: left;
}
.widget-news .button-block {
  text-align: center;
}
.widget-news .button-block .btn {
  margin-top: 16px;
}

.list-news {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  margin-left: -8px;
  margin-right: -8px;
}
@media (max-width: 1200px) {
  .list-news {
    max-width: 100%;
    min-width: auto;
  }
}
@media (max-width: 720px) {
  .list-news {
    margin-left: 0;
    margin-right: 0;
  }
}

.item-news {
  text-decoration: none;
  margin: 0 8px 16px;
  width: 382px;
}
@media (max-width: 1200px) {
  .item-news {
    width: calc(100% / 2 - 16px);
    max-width: 382px;
  }
}
@media (max-width: 720px) {
  .item-news {
    width: 100%;
  }
}

.thumb-news {
  display: block;
  width: 100%;
  height: 289px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  .thumb-news {
    height: 220px;
  }
}
.thumb-news img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

.card-news {
  background-color: #fff;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 29px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card-news h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  height: 45px;
  overflow: hidden;
}

.preview-news,
.preview-events {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 17px;
  font-family: "Inter", sans-serif;
  color: #010101;
  height: 70px;
  overflow: hidden;
}

.footer-news {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}

.date-news {
  font-size: 14px;
  line-height: 17px;
  font-family: "Inter", sans-serif;
  color: #4b87ab;
}

.link-news {
  font-size: 14px;
  text-decoration: none;
  color: #010101;
}
.link-news:hover, .link-news:focus, .link-news:active {
  color: #010101;
  text-decoration: underline;
}

.detailed-news-wrapper {
  padding: 160px 0 80px;
}
@media (max-width: 720px) {
  .detailed-news-wrapper {
    padding: 80px 0 40px;
  }
}
.detailed-news-wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/default-image.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -80px;
  z-index: 0;
}
.detailed-news-wrapper h2 {
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 16px;
}
.detailed-news-wrapper .news-info {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 390px);
  max-width: 790px;
  padding-right: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .detailed-news-wrapper .news-info {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.detailed-news-wrapper .news-info .date-news {
  color: #fff;
}
.detailed-news-wrapper .last-news {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 382px;
}
.detailed-news-wrapper .last-news .item-news {
  margin: 0 0 16px;
}
@media (max-width: 1200px) {
  .detailed-news-wrapper .last-news {
    display: none;
  }
}
.detailed-news-wrapper .news-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 360px) {
  .detailed-news-wrapper .news-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.detailed-news-wrapper .social-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 360px) {
  .detailed-news-wrapper .social-wrapper {
    margin-top: 16px;
  }
}
.detailed-news-wrapper .social-wrapper span {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
}
.detailed-news-wrapper .social-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.detailed-news-wrapper .social-wrapper ul li {
  margin-left: 12px;
}
.detailed-news-wrapper .image-news {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 289px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.detailed-news-wrapper .image-news img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
.detailed-news-wrapper .content-news {
  margin-top: 30px;
  color: #fff;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.detailed-news-wrapper .content-news h3 {
  color: #fff;
}
.detailed-news-wrapper .content-news p {
  color: #fff;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.detailed-news-wrapper .content-news ul {
  padding-left: 20px;
}
.detailed-news-wrapper .content-news ul li {
  color: #fff;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.detailed-news-wrapper .content-news img {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 720px) {
  .detailed-news-wrapper .content-news img {
    height: auto !important;
  }
}

.widget-contacts {
  padding-top: 80px;
}
@media (max-width: 1000px) {
  .widget-contacts {
    padding-top: 40px;
  }
}
.widget-contacts .container-fluid {
  max-width: 1226px;
  margin: auto;
}

.contact-page {
  display: flex;
  width: 100%;
  padding-bottom: 80px;
}
@media (max-width: 1000px) {
  .contact-page {
    flex-direction: column;
  }
}
@media (max-width: 720px) {
  .contact-page {
    display: block;
  }
}
.contact-page h2 {
  margin-bottom: 16px;
  text-align: left;
}
.contact-page p {
  font-size: 18px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  color: #fff;
}
@media (max-width: 720px) {
  .contact-page p {
    font-size: 16px;
  }
}
.contact-page .icon {
  width: 24px;
  margin-right: 9px;
}
.contact-page .icon img {
  vertical-align: unset;
}
.contact-page h3 {
  margin-top: 58px;
  margin-bottom: 16px;
  color: #fff;
  font-weight: 600;
}

.map {
  width: 584px;
  height: 588px;
  margin-left: 47px;
  border: 1px solid #9dc0f7;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .map {
    margin: 40px auto 0;
    width: 300px;
    height: 300px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 720px) {
  .map {
    display: block;
    margin: 40px auto 0;
    width: 98%;
    height: 300px;
    position: relative;
    z-index: 1;
  }
}
.map img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-info {
  min-width: 546px;
  max-width: 546px;
  position: relative;
  z-index: 1;
}
.contact-info:before {
  content: '';
  width: 100%;
  max-width: 100%;
  height: 460px;
  background-image: url("../images/image-fon-contact.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  bottom: -50px;
  right: -20px;
  z-index: -1;
}
@media (max-width: 720px) {
  .contact-info:before {
    content: none;
  }
}
@media (max-width: 720px) {
  .contact-info {
    display: block;
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }
}
.contact-info h1 {
  margin-bottom: 16px;
}

.modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  max-height: 100%;
  max-width: 620px;
  min-width: 378px;
}
@media (max-width: 720px) {
  .modal-dialog {
    margin: auto;
  }
}
.modal-dialog.modal-sm {
  max-width: 378px;
}

.modal-body {
  padding: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  .modal-body {
    padding: 24px 16px;
  }
}

.modal-content {
  background-color: #fff;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  border: 1px solid #4b87ab;
}
.modal-content h2 {
  text-align: left;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  color: #373a3c !important;
  margin-bottom: 20px;
  letter-spacing: unset;
}
.modal-content label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
}
.modal-content .btn-outline-primary {
  color: #010101;
}
.modal-content .btn-outline-primary:focus, .modal-content .btn-outline-primary:hover, .modal-content .btn-outline-primary:active {
  color: #010101;
}

.modal-header {
  padding: 0;
  border-bottom: 0;
}

.close {
  float: none;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 1;
}
@media (max-width: 720px) {
  .close {
    right: 16px;
  }
}

.custom-page {
  padding: 40px 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
@media (max-width: 720px) {
  .custom-page {
    padding: 30px 0;
  }
}
.custom-page h2 {
  text-align: unset;
  color: #fff;
}
.custom-page h3 {
  color: #fff;
}

.widget-slider,
.widget-infographic,
.widget-socials,
.widget-full-page-poster {
  padding: 40px 0;
}
@media (max-width: 720px) {
  .widget-slider,
  .widget-infographic,
  .widget-socials,
  .widget-full-page-poster {
    padding: 20px 0;
  }
}

.widget-infographic h2 {
  margin-bottom: 30px;
}
.widget-infographic .list-infografics,
.widget-infographic .custom-list {
  color: #fff;
}
.widget-infographic .list-infografics li,
.widget-infographic .custom-list li {
  margin: 0 40px 40px;
  max-width: 310px;
}

.widget-custom {
  padding: 40px 0;
}
@media (max-width: 720px) {
  .widget-custom {
    padding: 0 0 40px;
  }
}
.widget-custom .row {
  align-items: flex-start;
}
.widget-custom h2 {
  margin-bottom: 16px;
}
.widget-custom img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: top center;
  margin: auto;
}
.widget-custom iframe {
  width: 100%;
  max-width: 960px;
  height: 575px;
}
@media (max-width: 900px) {
  .widget-custom iframe {
    max-width: 98%;
    height: 435px;
  }
}
@media (max-width: 720px) {
  .widget-custom img {
    height: auto !important;
  }
  .widget-custom iframe {
    height: 245px;
  }
}
@media (max-width: 390px) {
  .widget-custom iframe {
    height: 225px;
  }
}
@media (max-width: 365px) {
  .widget-custom iframe {
    height: 220px;
  }
}
.widget-custom .join-content {
  padding-top: 0;
  padding-bottom: 0;
}
.widget-custom .join-content h2 {
  margin-bottom: 0;
}
.widget-custom .join-content p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 26px;
  margin-top: 0;
}

.widget-feedback .join-content {
  padding-top: 0;
}

.custom-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0 -8px 0;
}
.custom-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 16px;
  width: calc(100% / 3 - 16px);
  max-width: 382px;
}
@media (max-width: 1000px) {
  .custom-list li {
    margin: 0 8px 16px;
    width: calc(100% / 2 - 16px);
  }
}
@media (max-width: 720px) {
  .custom-list li {
    width: 100%;
    text-align: center;
  }
}

.icon-parent {
  width: 142px;
  height: 78px;
  background-image: url("../images/icon/custom-img.svg");
  background-repeat: no-repeat;
  margin: 0 auto 15px;
  text-align: center;
}
.icon-parent .icon {
  width: 38px;
  height: 38px;
  display: block;
  margin: auto;
  position: relative;
  top: 19px;
  left: 2px;
}
.icon-parent .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.social-wrapper-custom {
  display: flex;
  align-items: center;
}
@media (max-width: 720px) {
  .social-wrapper-custom {
    flex-direction: column;
  }
  .social-wrapper-custom h2 {
    margin-bottom: 16px;
  }
  .social-wrapper-custom .social-list {
    margin: auto;
    flex-wrap: wrap;
  }
}
.social-wrapper-custom .icon.icon-insta, .social-wrapper-custom .icon.icon-fb, .social-wrapper-custom .icon.icon-yt, .social-wrapper-custom .icon.icon-tiktok, .social-wrapper-custom .icon.icon-ln, .social-wrapper-custom .icon.icon-tg, .social-wrapper-custom .icon.icon-tw, .social-wrapper-custom .icon.icon-x {
  width: 50px;
  height: 50px;
}
@media (max-width: 720px) {
  .social-wrapper-custom .icon.icon-insta, .social-wrapper-custom .icon.icon-fb, .social-wrapper-custom .icon.icon-yt, .social-wrapper-custom .icon.icon-tiktok, .social-wrapper-custom .icon.icon-ln, .social-wrapper-custom .icon.icon-tg, .social-wrapper-custom .icon.icon-tw, .social-wrapper-custom .icon.icon-x {
    width: 30px;
    height: 30px;
  }
}

.social-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0 0 0 37px;
}
.social-list li {
  margin: 0 6px;
}
.social-list li a {
  text-decoration: none;
  display: block;
}
.social-list li a:hover, .social-list li a:focus, .social-list li a:active {
  text-decoration: none;
}

.widget-slider h2 {
  margin-bottom: 30px;
}

.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 720px) {
  .slider-item {
    margin-bottom: 40px;
  }
}

.inner-content-slide {
  display: flex;
  width: 100%;
  height: 398px;
}
@media (max-width: 720px) {
  .inner-content-slide {
    flex-direction: column;
    height: auto;
  }
}

.container-count {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 132px;
  height: 44px;
  border: 1px solid #828282;
  -moz-border-radius: 29px;
  -webkit-border-radius: 29px;
  -ms-border-radius: 29px;
  border-radius: 29px;
}
@media (max-width: 1000px) {
  .container-count {
    display: none;
  }
}

.slick-arrow {
  font-size: 0;
  position: absolute;
  border: 0;
  bottom: 12px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  z-index: 1;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  background-image: url("../images/arrow_circle_active.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-180deg);
  left: 9px;
}
.slick-arrow.slick-prev:hover {
  background-image: url("../images/arrow_circle_active-hover.svg");
}
.slick-arrow.slick-prev.slick-disabled {
  background-image: url("../images/arrow_circle_disabled.svg");
  transform: none;
}
.slick-arrow.slick-next {
  left: 105px;
  background-image: url("../images/arrow_circle_active.svg");
  transform: none;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-arrow.slick-next:hover {
  background-image: url("../images/arrow_circle_active-hover.svg");
}
.slick-arrow.slick-next.slick-disabled {
  background-image: url("../images/arrow_circle_disabled.svg");
  transform: rotate(-180deg);
}

@media (max-width: 1200px) {
  .slider-gallery {
    max-width: 796px;
    margin: auto;
  }
}
.slider-gallery .slick-arrow {
  bottom: unset;
  top: 50%;
  margin-top: -10px;
}
.slider-gallery .slick-arrow.slick-prev {
  background-image: url("../images/icon-slider-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-180deg);
  left: -16px;
}
@media (max-width: 1000px) {
  .slider-gallery .slick-arrow.slick-prev {
    left: 0;
  }
}
.slider-gallery .slick-arrow.slick-prev:hover {
  background-image: url("../images/icon-slider-arrow.svg");
}
.slider-gallery .slick-arrow.slick-prev.slick-disabled {
  background-image: url("../images/icon-slider-arrow-disabled.svg");
  transform: rotate(-180deg);
  opacity: .7;
  cursor: default;
}
.slider-gallery .slick-arrow.slick-next {
  left: unset;
  right: -24px;
  background-image: url("../images/icon-slider-arrow.svg");
  transform: none;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1000px) {
  .slider-gallery .slick-arrow.slick-next {
    right: -8px;
  }
}
.slider-gallery .slick-arrow.slick-next:hover {
  background-image: url("../images/icon-slider-arrow.svg");
}
.slider-gallery .slick-arrow.slick-next.slick-disabled {
  background-image: url("../images/icon-slider-arrow-disabled.svg");
  opacity: .7;
  cursor: default;
}

.slider__counter {
  position: absolute;
  bottom: 0;
  left: 50px;
  line-height: 46px;
  color: #fff;
}

.slider-image {
  width: 50%;
  max-width: 581px;
}
@media (max-width: 720px) {
  .slider-image {
    width: 100%;
    max-width: 100%;
  }
}

.image-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}
.image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center right;
}

.slider-content {
  padding-bottom: 60px;
  padding-right: 60px;
  width: 50%;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .slider-content {
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 720px) {
  .slider-content {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }
}
.slider-content h2 {
  margin-bottom: 16px;
}
.slider-content .slider__title {
  color: #fff;
  margin-bottom: 16px;
}
.slider-content p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 16px;
}
.slider-content .link {
  color: #fff;
  text-decoration: underline;
  display: block;
  max-width: 100%;
  margin-top: 10px;
}

.widget-customizer {
  padding: 40px 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media (max-width: 720px) {
  .widget-customizer {
    padding-bottom: 0;
  }
}
.widget-customizer h2 {
  margin-bottom: 30px;
}
.widget-customizer .image-wrapper {
  width: 100%;
  max-width: 382px;
  height: 230px;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin: auto;
}
.widget-customizer .image-wrapper img {
  object-fit: cover;
  object-position: center;
}
.widget-customizer .custom-list li .inner-text {
  max-width: 320px;
  margin: 0 32px;
}
@media (max-width: 900px) {
  .widget-customizer .custom-list li .inner-text {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 900px) {
  .widget-customizer .custom-list li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.widget-gallery {
  padding-top: 64px;
  padding-bottom: 60px;
}
.widget-gallery h2 {
  margin-bottom: 30px;
}
.widget-gallery .image-slider {
  display: inline-block;
  width: 100%;
  max-width: 382px;
  height: 230px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin: 0 9px;
  overflow: hidden;
}
.widget-gallery .image-slider img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
.widget-gallery .slick-list {
  width: calc(100% + 9px);
  max-width: 1226px;
  padding: 0;
}
@media (max-width: 1000px) {
  .widget-gallery .slick-list {
    width: calc(96% + 9px);
    margin: auto;
  }
}

.navbar-header {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  right: 24px;
  top: 24px;
}
@media (max-width: 720px) {
  .navbar-header {
    right: 16px;
    top: 16px;
  }
}

.navbar-toggle {
  position: relative;
}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 9px;
  left: 0;
}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: -3px;
  left: 0;
}

.icon-bar {
  display: block;
  width: 17px;
  height: 1px;
  background-color: #fff;
  margin: 5px 0;
  position: relative;
}

.mobile {
  position: relative;
}
.mobile .collapse:not(.dropdown) {
  position: absolute;
  background-color: #050B0F;
  left: 0;
  top: 0;
  padding-top: 80px;
  z-index: 1;
  width: 100%;
  text-align: center;
  height: 100vh;
}
.mobile .collapse:not(.dropdown) .btn {
  position: relative;
  right: auto;
  top: unset;
}
.mobile .login {
  position: relative;
  z-index: 2;
}
.mobile .buttons-header {
  position: absolute;
  right: 50px;
  top: 13px;
}
@media (min-width: 721px) {
  .mobile .buttons-header {
    top: 20px;
    right: 60px;
  }
}
@media (max-width: 720px) {
  .mobile .buttons-header .btn {
    padding: 0 8px;
  }
}
@media (max-width: 370px) {
  .mobile .buttons-header .btn {
    font-size: 12px;
  }
}
.mobile .dropdown-menu {
  position: relative !important;
  text-align: center;
  left: unset !important;
  top: unset !important;
  float: none;
  min-width: 100%;
  transform: unset !important;
}
.mobile .main-menu li.has-submenu {
  position: relative;
}
.mobile .main-menu li.has-submenu:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icon/icon-arrow.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 26px;
  border: 0;
  position: absolute;
  right: 25px;
}
.mobile .location-wrapper .location {
  position: relative;
  display: block;
}
.mobile .location-wrapper .location:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icon/icon-arrow.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 26px;
  border: 0;
  position: absolute;
  right: 25px;
}
.mobile .location-wrapper .dropdown {
  position: relative;
}
.mobile .location-wrapper .list-place {
  position: relative;
  width: 100%;
  border-radius: 0;
}
.mobile .location-wrapper .list-place li {
  text-align: center;
}
.mobile .location-wrapper-one .location {
  position: relative;
  color: #fff;
}

.hall-scheme {
  position: relative;
  width: 100%;
  max-width: 1223px;
  height: 90vh;
  max-height: 768px;
  text-align: center;
  margin: auto;
}
.hall-scheme .button-block {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 90px;
}
@media (max-width: 1600px) {
  .hall-scheme .button-block {
    top: 65px;
  }
}
@media (max-width: 1360px) {
  .hall-scheme .button-block {
    top: 55px;
  }
}
@media (max-width: 600px) {
  .hall-scheme .button-block {
    top: 30px;
  }
}
@media (max-width: 420px) {
  .hall-scheme .button-block {
    top: 25px;
  }
}
.hall-scheme .button-block:hover .schema-popup {
  display: block;
  z-index: 100;
  bottom: 30px;
  width: 275px;
  right: -65px;
  font-size: 14px;
  line-height: 21px;
}
.hall-scheme .btn {
  padding: 0 14px;
  font-size: 14px;
  height: 28px;
  line-height: 26px;
  position: relative;
}
@media (max-width: 600px) {
  .hall-scheme .btn {
    font-size: 12px;
    height: 24px;
    line-height: 22px;
    padding: 0 8px;
  }
}

.armchear {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.armchear svg {
  width: 720px;
  height: 100%;
}

.row-number {
  fill: #fff;
}

.armchair {
  cursor: pointer;
  position: relative;
}
.armchair path {
  fill-opacity: .3;
}
.armchair text {
  display: none;
}
.armchair:hover path {
  stroke: #E8983F;
  stroke-width: 1.5px;
}
.armchair.reserved path {
  fill: #71151D;
}
.armchair.selected path {
  fill: #C53D4A;
}
.armchair.disabled path {
  fill: #4e5155;
}
.armchair.disabled text {
  display: none;
}
.armchair.sold path {
  fill-opacity: .5;
}

.aria {
  width: 100%;
  height: 100%;
}
.aria img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-position: center;
  object-fit: contain;
}

.filters-wrapper .armchair path {
  fill-opacity: .3;
}
.filters-wrapper .armchair text {
  display: none;
}
.filters-wrapper .armchair.filter path {
  fill-opacity: 1;
}
.filters-wrapper .armchair.filter text {
  display: block;
}
.filters-wrapper .armchair.filter.disabled text {
  display: none;
}

.orders-page {
  position: relative;
  background-color: #050B0F;
  padding: 0 40px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .orders-page {
    padding: 0 24px 35px;
  }
}
.orders-page .container-fluid {
  width: 100%;
  max-width: 1380px;
  padding: 0;
}
.orders-page .schema-page-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-top: 16px;
}
@media (max-width: 1000px) {
  .orders-page .schema-page-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.orders-page h3 {
  font-size: 18px;
  line-height: 22px;
}
.orders-page .hall-scheme {
  width: 85%;
  height: auto;
  max-height: 100%;
}
@media (max-width: 1600px) {
  .orders-page .hall-scheme {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .orders-page .hall-scheme {
    width: 95%;
  }
}
@media (max-width: 1000px) {
  .orders-page .hall-scheme {
    width: 100%;
  }
}
.orders-page .armchear {
  width: 90%;
}
.orders-page .armchear svg {
  width: 100%;
}
.orders-page .back-link {
  display: block;
  padding: 16px 0 0;
}
.orders-page .back-link a {
  text-decoration: none;
}
.orders-page .date-time-wrapper {
  display: flex;
  margin-top: 8px;
}
.orders-page .date-time-item {
  border: 1px solid #4b87ab;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  min-width: 115px;
}
.orders-page .date-time-item:first-of-type {
  margin-right: 24px;
}
.orders-page .date-time-item .fa {
  padding-right: 8px;
  font-size: 16px;
  color: #4b87ab;
}
.orders-page .date-time-item .day-week {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.orders-page .schema-popup {
  padding: 10px 16px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  display: none;
  text-align: left;
}
.orders-page .schema-popup .seat-status {
  font-size: 14px;
  line-height: 17px;
}
.orders-page .schema-popup .seat-status.active {
  color: #0D3BA7;
}
.orders-page .schema-popup .seat-status.sold {
  color: #C53D4A;
}
.orders-page .schema-popup .price {
  font-size: 16px;
  line-height: 22px;
}

.phone-wrapper {
  color: #fff;
  margin-top: 24px;
}
@media (max-width: 720px) {
  .phone-wrapper {
    margin-top: 10px;
  }
}

.wrapper-scheme-hall {
  width: calc(100% - 374px);
}
@media (max-width: 1200px) {
  .wrapper-scheme-hall {
    width: calc(100% - 255px);
  }
}
@media (max-width: 1000px) {
  .wrapper-scheme-hall {
    width: 90%;
  }
}

.error-loading {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  max-width: 580px;
  margin: auto;
}
@media (max-width: 1000px) {
  .error-loading {
    margin: 10% auto;
  }
}

@media (max-width: 1000px) {
  .wrapper-scheme {
    display: flex;
    flex-direction: column-reverse;
  }
}

.wrapper-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  min-width: 372px;
  max-width: 374px;
  padding: 20px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: calc(100vh - 275px);
  margin-top: 16px;
}
@media (max-width: 1200px) {
  .wrapper-form {
    min-width: 305px;
    max-width: 305px;
  }
}
@media (max-width: 1000px) {
  .wrapper-form {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: auto;
    width: 90vw;
  }
}
.wrapper-form .tab-pane.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.wrapper-tickets {
  position: relative;
}

.scroll-wrapper {
  margin-top: 16px;
  height: 380px;
  overflow: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .scroll-wrapper {
    height: 320px;
  }
}
@media (max-width: 1000px) {
  .scroll-wrapper {
    height: auto;
  }
}
.scroll-wrapper .has-errors {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}

.count-seat-list {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1000px) {
  .count-seat-list {
    position: relative;
  }
}

.scroll-wrapper::-webkit-scrollbar {
  width: 3px;
}

.scroll-wrapper::-webkit-scrollbar-track {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: rgba(210, 225, 244, 0.4);
}

.scroll-wrapper::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: rgba(130, 130, 130, 0.5);
}

.scroll-wrapper::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(210, 225, 244, 0.4);
}

.tab-steps, .tab-content {
  height: 100%;
}

.legend-wrapper {
  position: absolute;
  right: 0;
  top: 15px;
}
@media (max-width: 1000px) {
  .legend-wrapper {
    position: relative;
    right: auto;
    top: unset;
    margin: 16px auto;
  }
}

.wrapper-switcher {
  width: 100%;
  background-color: #fff;
  padding: 12px 12px 4px 22px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  max-width: 275px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .wrapper-switcher {
    max-width: 100%;
    justify-content: center;
  }
}
.wrapper-switcher .node-control {
  margin-bottom: 8px;
}
.wrapper-switcher .status-switcher {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .wrapper-switcher .status-switcher {
    font-size: 14px;
    line-height: 18px;
  }
}

.wrapper-zoom {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 83px;
  background-color: #fff;
  padding: 8px 4px 8px 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  max-width: 122px;
}
.wrapper-zoom a {
  display: inline-block;
  margin-right: 8px;
}

.item-seat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid #4b87ab;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 4px;
}
.item-seat .price {
  color: #C53D4A;
}
@media (max-width: 1200px) {
  .item-seat {
    padding: 8px;
    font-size: 14px;
  }
}

.form-orders {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  height: 365px;
}
@media (max-width: 1600px) {
  .form-orders {
    height: 340px;
  }
}
@media (max-width: 1000px) {
  .form-orders {
    height: auto;
  }
}
.form-orders h4 {
  margin: 12px 0 8px;
}
.form-orders .content-consent {
  margin-top: 8px;
}
.form-orders .text-consent {
  color: #010101;
}
.form-orders .text-consent a {
  color: #010101;
}
.form-orders .help-block {
  padding-left: 16px;
}

.total-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 16px;
}
.total-wrapper .btn {
  display: block;
  margin-top: 16px;
  width: 100%;
}
.total-wrapper .btn.btn-outline-primary {
  color: #010101;
}

.hint-info {
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 16px;
  z-index: 2;
  width: 100%;
  max-width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: none;
  font-size: 14px;
  line-height: 22px;
}
.hint-info h4 {
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0;
}
.hint-info .price {
  font-size: 16px !important;
  color: #010101 !important;
}
.hint-info .info {
  font-size: 12px;
  line-height: 15px;
  color: #4b87ab;
  margin-top: 5px;
}

.total-price-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.total-price-wrapper .price {
  font-size: 16px;
  color: #C53D4A;
}
.total-price-wrapper .count-tickets {
  display: flex;
  align-items: center;
}

.total-price:hover .hint-info {
  display: block;
}

.pay-logo {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.pay-logo img {
  display: inline-block;
  margin: 0 12px;
}

.error-pay-page {
  display: block;
  width: 100%;
  height: 100%;
}

.error-pay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 460px;
  margin: auto;
  padding-top: 130px;
}
@media (max-width: 1200px) {
  .error-pay {
    padding-top: 115px;
  }
}
@media (max-width: 800px) {
  .error-pay {
    padding-top: 190px;
  }
}
@media (max-width: 720px) {
  .error-pay {
    padding-top: 100px;
  }
}
.error-pay img {
  margin-bottom: 60px;
  width: 159px;
  height: 159px;
}
@media (max-width: 1200px) {
  .error-pay img {
    width: 100px;
    height: 100px;
  }
}
.error-pay p {
  display: block;
  font-size: 24px;
  color: #fff;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 720px) {
  .error-pay p {
    font-size: 18px;
  }
}
.error-pay .btn {
  margin: 36px auto 0;
  display: inline-block;
}
