@charset "UTF-8";
/* affix */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.forum-topic {
  word-wrap: break-word;
}

article div.post-body {
  word-break: break-word;
}

span.language-switcher {
  position: relative;
  left: 20px;
  top: 28px;
}
span.language-switcher > span.language {
  padding-right: 7px;
}
span.language-switcher > span.language > a {
  color: #9FC2DF;
}

.community-rru-affix {
  padding: 10px;
}

.request-list-affix {
  padding: 10px;
}

.community-rru-affix.affix {
  background-color: #fff;
  top: 0px;
  width: 100%;
  z-index: 1000;
}

.request-list-affix.affix {
  background-color: #fff;
  top: 0px;
  width: 100%;
  z-index: 1000;
}

.tab-link > div:not(.active) {
  display: none;
}

#infinite-scroll-trigger {
  width: 100%;
}

.event-request-sub-form {
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  background-color: #f8f8f8;
  padding: 30px;
  margin: 0 31px;
}

@media screen and (min-width: 1150px) {
  .crop-image-modal {
    width: 750px;
  }
}
.clearfix:after,
.event-title:after,
.dropdown:after,
.event__dropdown:after {
  display: table;
  clear: both;
  content: "";
}

.hide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.footer__social-item, .footer__social, .user-block__menu-item {
  display: inline-block;
  vertical-align: top;
}

.footer__social-item:first-child, .footer__social-link:first-child {
  margin-left: 0;
}

.conference__list:first-child, .profile__user-actions .btn:first-child, .profile__user-actions .constructor__language span:first-child, .constructor__language .profile__user-actions span:first-child, .media-snippet__row:first-child {
  margin-top: 0;
}

.media-snippet__function:last-child, .media-snippet__function-btn:last-child {
  margin-right: 0;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .constructor__language span > .caret,
.dropup > .btn > .caret,
.constructor__language .dropup > span > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .constructor__language span[data-action=today]::after, .constructor__language .bootstrap-datetimepicker-widget span[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .constructor__language span[data-action=clear]::after, .constructor__language .bootstrap-datetimepicker-widget span[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .constructor__language span[data-action=togglePeriod]::after, .constructor__language .bootstrap-datetimepicker-widget span[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .constructor__language span[data-action=showMinutes]::after, .constructor__language .bootstrap-datetimepicker-widget span[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .constructor__language span[data-action=showHours]::after, .constructor__language .bootstrap-datetimepicker-widget span[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .constructor__language span[data-action=decrementMinutes]::after, .constructor__language .bootstrap-datetimepicker-widget span[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .constructor__language span[data-action=decrementHours]::after, .constructor__language .bootstrap-datetimepicker-widget span[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .constructor__language span[data-action=incrementMinutes]::after, .constructor__language .bootstrap-datetimepicker-widget span[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after, .bootstrap-datetimepicker-widget .constructor__language span[data-action=incrementHours]::after, .constructor__language .bootstrap-datetimepicker-widget span[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1,
.form__legend,
.title, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.form__legend small,
.title small,
.h1 .small,
.form__legend .small,
.title .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1, .form__legend, .title,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small, .form__legend small, .title small,
.h1 .small,
.form__legend .small,
.title .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1, .form__legend, .title {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 970px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row, .media-snippet, .contact {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .media-snippet:before, .contact:before, .row:after, .media-snippet:after, .contact:after {
  display: table;
  content: " ";
}
.row:after, .media-snippet:after, .contact:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .media-snippet__left, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .contact__body, .media-snippet__body, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .media-snippet__left, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .contact__body, .media-snippet__body, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3, .media-snippet__left {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9, .contact__body, .media-snippet__body {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 970px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.constructor__language .input-group-lg > .input-group-btn > span.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.constructor__language .input-group-sm > .input-group-btn > span.form-control-static {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.constructor__language .input-group-sm > .input-group-btn > span {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.constructor__language .input-group-lg > .input-group-btn > span {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.constructor__language .input-group-lg > .input-group-btn > span + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.constructor__language .input-group-sm > .input-group-btn > span + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=today]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=today]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=clear]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=clear]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=togglePeriod]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=togglePeriod]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=showMinutes]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=showMinutes]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=showHours]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=showHours]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=decrementMinutes]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=decrementMinutes]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=decrementHours]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=decrementHours]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=incrementMinutes]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=incrementMinutes]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=incrementHours]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=incrementHours]::after ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, .constructor__language span {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .constructor__language span:focus, .btn.focus, .constructor__language span.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .constructor__language span:hover, .btn:focus, .constructor__language span:focus, .btn.focus, .constructor__language span.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .constructor__language span:active, .btn.active, .constructor__language span.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .constructor__language span.disabled, .btn[disabled], .constructor__language span[disabled], fieldset[disabled] .btn, fieldset[disabled] .constructor__language span, .constructor__language fieldset[disabled] span {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success, .constructor__language input:checked + span {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .constructor__language input:checked + span:focus, .btn-success.focus, .constructor__language input:checked + span.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover, .constructor__language input:checked + span:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .constructor__language input:checked + span:active, .btn-success.active, .constructor__language input:checked + span.active, .open > .btn-success.dropdown-toggle, .constructor__language .open > input:checked + span.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .constructor__language input:checked + span:active:hover, .btn-success:active:focus, .constructor__language input:checked + span:active:focus, .btn-success:active.focus, .constructor__language input:checked + span:active.focus, .btn-success.active:hover, .constructor__language input:checked + span.active:hover, .btn-success.active:focus, .constructor__language input:checked + span.active:focus, .btn-success.active.focus, .constructor__language input:checked + span.active.focus, .open > .btn-success.dropdown-toggle:hover, .constructor__language .open > input:checked + span.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .constructor__language .open > input:checked + span.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus, .constructor__language .open > input:checked + span.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover, .constructor__language input:checked + span.disabled:hover, .btn-success.disabled:focus, .constructor__language input:checked + span.disabled:focus, .btn-success.disabled.focus, .constructor__language input:checked + span.disabled.focus, .btn-success[disabled]:hover, .constructor__language input:checked + span[disabled]:hover, .btn-success[disabled]:focus, .constructor__language input:checked + span[disabled]:focus, .btn-success[disabled].focus, .constructor__language input:checked + span[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .constructor__language input:checked + span:hover, .constructor__language fieldset[disabled] input:checked + span:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .constructor__language input:checked + span:focus, .constructor__language fieldset[disabled] input:checked + span:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .constructor__language input:checked + span.focus, .constructor__language fieldset[disabled] input:checked + span.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge, .constructor__language input:checked + span .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .constructor__language .btn-group-lg > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .constructor__language .btn-group-sm > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .constructor__language .btn-group-xs > span {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .constructor__language .btn-group > span,
.btn-group-vertical > .btn,
.constructor__language .btn-group-vertical > span {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .constructor__language .btn-group > span:hover, .btn-group > .btn:focus, .constructor__language .btn-group > span:focus, .btn-group > .btn:active, .constructor__language .btn-group > span:active, .btn-group > .btn.active, .constructor__language .btn-group > span.active,
.btn-group-vertical > .btn:hover,
.constructor__language .btn-group-vertical > span:hover,
.btn-group-vertical > .btn:focus,
.constructor__language .btn-group-vertical > span:focus,
.btn-group-vertical > .btn:active,
.constructor__language .btn-group-vertical > span:active,
.btn-group-vertical > .btn.active,
.constructor__language .btn-group-vertical > span.active {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .constructor__language span + .btn, .constructor__language .btn-group span + .btn, .btn-group .constructor__language .btn + span, .constructor__language .btn-group .btn + span, .btn-group .constructor__language span + span, .constructor__language .btn-group span + span,
.btn-group .btn + .btn-group,
.btn-group .constructor__language span + .btn-group,
.constructor__language .btn-group span + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .constructor__language .btn-group + span,
.constructor__language .btn-group .btn-group + span,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar .constructor__language span, .constructor__language .btn-toolbar span,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .constructor__language .btn-toolbar > span,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .constructor__language .btn-group > span:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .constructor__language .btn-group > span:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .constructor__language .btn-group > span:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .constructor__language .btn-group > span:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .constructor__language .btn-group > .btn-group:not(:first-child):not(:last-child) > span {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .constructor__language .btn-group > .btn-group:first-child:not(:last-child) > span:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .constructor__language .btn-group > .btn-group:last-child:not(:first-child) > span:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .constructor__language .btn-group > span + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .constructor__language .btn-group-lg.btn-group > span + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, .constructor__language span .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .constructor__language .btn-group-lg > span .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .constructor__language .btn-group-lg > span .caret, .constructor__language .dropup .btn-group-lg > span .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .constructor__language .btn-group-vertical > span,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.constructor__language .btn-group-vertical > .btn-group > span {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .constructor__language .btn-group-vertical > .btn-group > span {
  float: none;
}
.btn-group-vertical > .btn + .btn, .constructor__language .btn-group-vertical > span + .btn, .constructor__language .btn-group-vertical > .btn + span, .constructor__language .btn-group-vertical > span + span,
.btn-group-vertical > .btn + .btn-group,
.constructor__language .btn-group-vertical > span + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.constructor__language .btn-group-vertical > .btn-group + span,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .constructor__language .btn-group-vertical > span:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .constructor__language .btn-group-vertical > span:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .constructor__language .btn-group-vertical > span:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .constructor__language .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > span {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .constructor__language .btn-group-vertical > .btn-group:first-child:not(:last-child) > span:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .constructor__language .btn-group-vertical > .btn-group:last-child:not(:first-child) > span:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, .constructor__language .btn-group-justified > span,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .constructor__language span, .constructor__language .btn-group-justified > .btn-group span {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], .constructor__language [data-toggle=buttons] > span input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
.constructor__language [data-toggle=buttons] > span input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.constructor__language .input-group-sm > .input-group-btn > span.input-group-addon {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.constructor__language .input-group-lg > .input-group-btn > span.input-group-addon {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.constructor__language .input-group-btn:first-child > span,
.input-group-btn:first-child > .btn-group > .btn,
.constructor__language .input-group-btn:first-child > .btn-group > span,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.constructor__language .input-group-btn:last-child > span:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.constructor__language .input-group-btn:last-child > .btn-group:not(:last-child) > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.constructor__language .input-group-btn:last-child > span,
.input-group-btn:last-child > .btn-group > .btn,
.constructor__language .input-group-btn:last-child > .btn-group > span,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.constructor__language .input-group-btn:first-child > span:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.constructor__language .input-group-btn:first-child > .btn-group:not(:first-child) > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, .constructor__language .input-group-btn > span {
  position: relative;
}
.input-group-btn > .btn + .btn, .constructor__language .input-group-btn > span + .btn, .constructor__language .input-group-btn > .btn + span, .constructor__language .input-group-btn > span + span {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .constructor__language .input-group-btn > span:hover, .input-group-btn > .btn:focus, .constructor__language .input-group-btn > span:focus, .input-group-btn > .btn:active, .constructor__language .input-group-btn > span:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .constructor__language .input-group-btn:first-child > span,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .constructor__language .input-group-btn:last-child > span,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .constructor__language .btn-group-sm > span.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .constructor__language .btn-group-xs > span.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label, .constructor__language span .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, .constructor__language span .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .constructor__language .btn-group-xs > span .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1,
.jumbotron .form__legend,
.jumbotron .title {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
.jumbotron .h1,
.jumbotron .form__legend,
.jumbotron .title {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption, .thumbnail .conference__description, .thumbnail .profile__place {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert, .conference__danger {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4, .conference__danger h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link, .conference__danger .alert-link {
  font-weight: bold;
}
.alert > p, .conference__danger > p,
.alert > ul,
.conference__danger > ul {
  margin-bottom: 0;
}
.alert > p + p, .conference__danger > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger, .conference__danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr, .conference__danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link, .conference__danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle, .media-snippet--middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .constructor__language span + .btn, .constructor__language .modal-footer span + .btn, .modal-footer .constructor__language .btn + span, .constructor__language .modal-footer .btn + span, .modal-footer .constructor__language span + span, .constructor__language .modal-footer span + span {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .constructor__language span + .btn, .constructor__language .modal-footer .btn-group span + .btn, .modal-footer .btn-group .constructor__language .btn + span, .constructor__language .modal-footer .btn-group .btn + span, .modal-footer .btn-group .constructor__language span + span, .constructor__language .modal-footer .btn-group span + span {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 970px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption .constructor__language span, .constructor__language .carousel-caption span {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .event-title:before, .dropdown:before, .event__dropdown:before, .clearfix:after, .event-title:after, .dropdown:after, .event__dropdown:after {
  display: table;
  content: " ";
}
.clearfix:after, .event-title:after, .dropdown:after, .event__dropdown:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 969px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 969px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 969px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 969px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 970px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 970px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 970px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 970px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 969px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 970px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - BOOTSTRAP COL OF SAME HEIGHT        */
/*   02 - BOOTSTRAP COL NO GUTTER        */
/*------------------------------------*\
    01 - BOOTSTRAP COL OF SAME HEIGHT
\*------------------------------------*/
/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-right: 0;
  padding-left: 0;
}

.row-xs-height {
  display: table-row;
}

.col-xs-height {
  display: table-cell;
  float: none;
}

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-right: 0;
    padding-left: 0;
  }

  .row-sm-height {
    display: table-row;
  }

  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-right: 0;
    padding-left: 0;
  }

  .row-md-height {
    display: table-row;
  }

  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-right: 0;
    padding-left: 0;
  }

  .row-lg-height {
    display: table-row;
  }

  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
/* firefox fix */
.img-responsive {
  width: 100%;
}

/* vertical alignment styles */
.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

/*------------------------------------*\
   02 - BOOTSTRAP COL NO GUTTER
\*------------------------------------*/
/* remove spacing between middle columns */
.row.no-gutter [class*=col-]:not(:first-child):not(:last-child), .no-gutter.media-snippet [class*=col-]:not(:first-child):not(:last-child), .no-gutter.contact [class*=col-]:not(:first-child):not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

/* remove right padding from first column */
.row.no-gutter [class*=col-]:first-child, .no-gutter.media-snippet [class*=col-]:first-child, .no-gutter.contact [class*=col-]:first-child {
  padding-right: 0;
}

/* remove left padding from first column */
.row.no-gutter [class*=col-]:last-child, .no-gutter.media-snippet [class*=col-]:last-child, .no-gutter.contact [class*=col-]:last-child {
  padding-left: 0;
}

/*------------------------------------*\
    CENTRED COLUMNS
\*------------------------------------*/
/* centered columns styles */
.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}

/*------------------------------------*\
    03 - MEDIA FIX
\*------------------------------------*/
.media .media-body {
  width: 100%;
}

.media-left,
.media > .pull-left {
  padding: 0;
}

.media-left {
  padding-right: 10px;
}

/*------------------------------------*\
    04 - CUSTOM FORMS
\*------------------------------------*/
.custom-search-form {
  margin-top: 5px;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.constructor__language .input-group-sm > .input-group-btn > span,
.form-group-sm .form-control {
  font-size: 14px;
}

.input-group-btn .btn span, .input-group-btn .constructor__language span span, .constructor__language .input-group-btn span span {
  vertical-align: baseline;
}

.glyphicon-search {
  color: #3e3e3e;
}

/**
 * DEL FOCUS EFFECT
 */
.form-control {
  box-shadow: none !important;
}

.form-control:focus {
  border-color: #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/*------------------------------------*\
    05 - CUSTOM BTNS
\*------------------------------------*/
/**
 * BUTTONS COLORS
 */
.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}
.button:hover, .button:active, .button:focus {
  text-decoration: none;
  color: #fff;
  outline: none;
  transition: 400ms all;
}
.button-xs {
  font-size: 14px;
  padding: 5px 11px;
  line-height: 1;
  border-radius: 3px;
}

/*------------------------------------*\
    06 - CUSTOM LINKS
\*------------------------------------*/
.link {
  text-decoration: none;
  font-size: 16px;
}
.link-function {
  font-style: italic;
}
/*------------------------------------*\
    CUSTOM HR
\*------------------------------------*/
/*------------------------------------*\
    ICONS
\*------------------------------------*/
.icon-menu {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/
legend {
  border-bottom: none;
}

.form-control {
  height: 36px;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 970px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after, .bootstrap-datetimepicker-widget .constructor__language span[data-action=incrementHours]::after, .constructor__language .bootstrap-datetimepicker-widget span[data-action=incrementHours]::after {
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .constructor__language span[data-action=incrementMinutes]::after, .constructor__language .bootstrap-datetimepicker-widget span[data-action=incrementMinutes]::after {
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .constructor__language span[data-action=decrementHours]::after, .constructor__language .bootstrap-datetimepicker-widget span[data-action=decrementHours]::after {
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .constructor__language span[data-action=decrementMinutes]::after, .constructor__language .bootstrap-datetimepicker-widget span[data-action=decrementMinutes]::after {
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .constructor__language span[data-action=showHours]::after, .constructor__language .bootstrap-datetimepicker-widget span[data-action=showHours]::after {
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .constructor__language span[data-action=showMinutes]::after, .constructor__language .bootstrap-datetimepicker-widget span[data-action=showMinutes]::after {
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .constructor__language span[data-action=togglePeriod]::after, .constructor__language .bootstrap-datetimepicker-widget span[data-action=togglePeriod]::after {
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .constructor__language span[data-action=clear]::after, .constructor__language .bootstrap-datetimepicker-widget span[data-action=clear]::after {
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .constructor__language span[data-action=today]::after, .constructor__language .bootstrap-datetimepicker-widget span[data-action=today]::after {
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(../img/owl_grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../img/owl_ajaxLoader.gif) no-repeat center center;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/**
  TODO:
  раскидать по блокам
  - _main.scss

  удалить после новой главной
  - _common.scss // стилей новой верстки там нет.
**/
.oldie-message {
  display: none;
}

.oldie .oldie-message {
  display: block;
}

/* Common title size */
/*==========================================================*/
/* common link style */
.italic {
  font-style: italic;
}

.quad-li {
  margin-bottom: 30px;
}
.quad-li li {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.margin-top {
  margin-top: 30px;
}

.visible-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .visible-mobile {
    display: block;
  }
}

.visible-tablets {
  display: none;
}
@media screen and (max-width: 1149px) {
  .visible-tablets {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .visible-tablets {
    display: none;
  }
}

.visible-desktop {
  display: block;
}
@media screen and (max-width: 1149px) {
  .visible-desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .visible-desktop {
    display: none;
  }
}

/* components */
/* colors */
/* colors */
.text-colors--success {
  color: #40a640;
}
.text-colors--dark-success {
  color: #008000;
}
.text-colors--danger {
  color: #de5e59;
}
.text-colors--warning {
  color: #e1ad47;
}
.text-colors--main-light {
  color: #949494;
}

/* typography */
body {
  color: #353535;
  font-size: 16px;
}

h1, .h1, .form__legend, .title {
  color: #353535;
  font-size: 24px;
  line-height: 1.3;
  margin-top: 50px;
  margin-bottom: 30px;
}

.title {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}

h2, .h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #353535;
  margin-top: 40px;
  margin-bottom: 30px;
}

h3, .h3 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 30px;
}

p {
  font-size: 16px;
}

form ul {
  padding: 0;
}
form li {
  list-style: none;
}

pre {
  margin: 20px 0;
}

/* Buttons */
/*------------------------------------*\
  $BUTTONS
\*------------------------------------*/
.btn, .constructor__language span {
  display: inline-block;
  vertical-align: top;
  width: auto;
  border-radius: 3px;
  font-size: 15px;
  line-height: 36px;
  height: 36px;
  border: none;
  font-weight: normal;
  padding: 0 16px;
  margin-right: 10px;
  position: relative;
}
.btn:hover, .constructor__language span:hover, .btn:focus, .constructor__language span:focus, .btn:active, .constructor__language span:active, .btn:active:focus {
  outline: none;
}
.btn:last-child, .constructor__language span:last-child, .btn:only-child, .constructor__language span:only-child {
  margin-right: 0;
}
.btn:disabled, .constructor__language span:disabled {
  background-color: #e2e2e2;
  color: #949494;
}
.btn:disabled:hover, .constructor__language span:disabled:hover, .btn:disabled:active, .constructor__language span:disabled:active, .btn:disabled:focus, .constructor__language span:disabled:focus, .btn:disabled:active:hover {
  background-color: #e2e2e2;
  color: #949494;
}
.btn-primary {
  background-color: #2f8dce;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  border: none;
  background-color: #57a4d9;
}
.btn-primary--active {
  border: none;
  background-color: #1c547b;
  cursor: default;
}
.btn-primary--active:hover, .btn-primary--active:active, .btn-primary--active:focus, .btn-primary--active:active:hover {
  border: none;
  background-color: #1c547b;
}
.btn-danger {
  background-color: #de5e59;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  border: none;
  background-color: #e68784;
}
.btn-danger--active {
  border: none;
  background-color: #ae2823;
  cursor: default;
}
.btn-danger--active:hover, .btn-danger--active:active, .btn-danger--active:focus, .btn-danger--active:active:hover {
  border: none;
  background-color: #ae2823;
}
.btn-success, .constructor__language input:checked + span {
  background-color: #40a640;
}
.btn-success:hover, .constructor__language input:checked + span:hover, .btn-success:active, .constructor__language input:checked + span:active, .btn-success:focus, .constructor__language input:checked + span:focus {
  border: none;
  background-color: #5abf5a;
}
.btn-success--active {
  border: none;
  background-color: #245c24;
  cursor: default;
}
.btn-success--active:hover, .btn-success--active:active, .btn-success--active:focus, .btn-success--active:active:hover {
  border: none;
  background-color: #245c24;
}
.btn-warning {
  background-color: #e1ad47;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  border: none;
  background-color: #e5b75d;
}
.btn-warning--active {
  border: none;
  background-color: #a7781b;
  cursor: default;
}
.btn-warning--active:hover, .btn-warning--active:active, .btn-warning--active:focus, .btn-warning--active:active:hover {
  border: none;
  background-color: #a7781b;
}
.btn-invisible {
  padding: 0;
}
.btn-invisible:active {
  box-shadow: none;
}
.btn-default {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  line-height: 34px;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background: transparent;
  border: 1px solid #efefef;
}
.btn-default--blue {
  border: 1px solid #2f8dce;
  color: #2f8dce;
}
.btn-default--blue:hover, .btn-default--blue:active, .btn-default--blue:focus {
  border: 1px solid #4399d4;
}
.btn-default--link {
  color: #277dc6;
}
.btn-default--active {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default--active:hover, .btn-default--active:active, .btn-default--active:focus, .btn-default--active:active:hover {
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default--dashed {
  border: 1px dashed #e2e2e2;
  margin-bottom: 30px;
}
.btn-default--dashed:hover, .btn-default--dashed:active, .btn-default--dashed:active:hover, .btn-default--dashed:focus {
  border: 1px dashed #e2e2e2;
}
.btn-default--linkicon {
  color: #277dc6;
  border: 1px solid #277dc6;
  padding: 0;
  width: 36px;
}
.btn-default--linkicon svg {
  fill: #277dc6;
  margin: 0;
}
.btn-default--linkicon:hover, .btn-default--linkicon:active, .btn-default--linkicon:focus {
  border: 1px solid #5ba2df;
}
.btn-default--linkicon:hover svg, .btn-default--linkicon:active svg, .btn-default--linkicon:focus svg {
  fill: #5ba2df;
}
.btn-delete {
  border: none;
  background-color: transparent;
  color: #de5e59;
}
.btn-delete:hover, .btn-delete:active, .btn-delete:focus {
  border: none;
}
.btn-wide, .btn-wide--xl {
  width: 100%;
  display: block;
}
.btn--air {
  margin: 20px 0;
}
.btn--marked:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: -5px;
  top: -5px;
  display: block;
  border-radius: 50%;
  background-color: #40a640;
}
.btn .glyphicon:before, .constructor__language span .glyphicon:before {
  margin-right: 10px;
}
.btn__icon {
  fill: #fff;
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.btn__icon--very-big {
  width: 24px;
  height: 24px;
}
.btn__icon--big {
  width: 20px;
  height: 20px;
}
.btn__icon--small {
  width: 12px;
  height: 12px;
}
.btn__icon--dark {
  fill: #3e3e3e;
}
.btn__icon--link {
  fill: #277dc6;
}
.btn__icon--back {
  transform: rotate(-90deg);
}
.btn span, .constructor__language span span {
  vertical-align: middle;
}
.btn-back {
  color: #277dc6;
}
.btn-back svg {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  fill: #277dc6;
}
.btn-back span {
  display: inline-block;
  vertical-align: middle;
}

.btn-forward {
  color: #277dc6;
}
.btn-forward:after {
  display: inline-block;
  margin-left: 5px;
  content: "→";
}

.btn-container {
  margin-bottom: 30px;
  font-size: 0;
}

.btn-places {
  color: #277dc6;
}
.btn-places svg {
  width: 16px;
  height: 13px;
  float: left;
  margin-top: 11px;
  fill: #2f8dce;
}

/* pagination */
.pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination--left {
  justify-content: flex-start;
}
.pagination--wide {
  justify-content: space-between;
}
.pagination__list {
  font-size: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination__item, .pagination__more {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #dadada;
  border-radius: 2px;
}
.pagination__item--active {
  color: #fff;
  border-color: #2f8dce;
  background-color: #2f8dce;
  padding: 8px 12px;
}
.pagination__item:hover, .pagination__more:hover, .pagination__item:active, .pagination__more:active, .pagination__item:focus, .pagination__more:focus {
  border-color: #a8a8a8;
}
.pagination__item:last-child, .pagination__more:last-child {
  margin-right: 0;
}
.pagination__link-number {
  display: inline-block;
  color: #353535;
  padding: 8px 12px;
}
.pagination__link-number:hover, .pagination__link-number:active, .pagination__link-number:focus {
  text-decoration: none;
  color: #353535;
  border-color: #a8a8a8;
}
.pagination__link {
  font-size: 16px;
  padding: 6px 0;
  margin-bottom: 10px;
  white-space: nowrap;
}
.pagination__link--back {
  margin-right: 10px;
}
.pagination__link--back:before {
  display: inline-block;
  margin-right: 5px;
  content: "←";
}
.pagination__link--forward {
  margin-left: 10px;
}
.pagination__link--forward:after {
  display: inline-block;
  margin-left: 5px;
  content: "→";
}
.pagination__more {
  border: none;
  background: transparent;
}

/* media-snippet */
.media-snippet, .contact {
  padding-bottom: 40px;
  margin: 40px 0;
  border-bottom: 1px solid #e2e2e2;
}
.media-snippet:last-child, .contact:last-child {
  border: none;
  margin-bottom: 0;
}
.media-snippet--noborder {
  border-bottom: none;
}
.media-snippet ul, .contact ul {
  padding-left: 20px;
}
.media-snippet__row {
  margin-top: 15px;
}
.media-snippet__row p {
  margin-bottom: 0;
}
.media-snippet__left {
  padding: 0;
}
.media-snippet__body {
  padding-right: 0;
  overflow: initial;
  position: relative;
}
.media-snippet__title, .contact__title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}
.media-snippet__title--big {
  font-size: 20px;
  margin-bottom: 20px;
}
.media-snippet__edit-link {
  margin-bottom: 30px;
  display: inline-block;
}
.media-snippet__text, .contact__text {
  line-height: 20px;
  margin-bottom: 15px;
}
.media-snippet__object {
  width: 130px;
  overflow: hidden;
  display: block;
  text-align: center;
}
.media-snippet__object img {
  max-width: 100%;
  height: auto;
}
.media-snippet__date {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}
.media-snippet__date time {
  vertical-align: middle;
}
.media-snippet__date .label-success,
.media-snippet__date .alert-danger,
.media-snippet__date .conference__danger {
  vertical-align: middle;
  margin-left: 10px;
}
.media-snippet__details {
  display: table;
  width: 100%;
}
.media-snippet__details__content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.media-snippet__details__title {
  font-size: 14px;
}
.media-snippet__details__title--italic {
  font-style: italic;
  font-size: 14px;
}
.media-snippet__icon:before {
  content: "";
  float: left;
  width: 24px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 15px;
}
.media-snippet__icon--register:before {
  background-image: url(../img/icon-reg.png);
}
.media-snippet__icon--place:before {
  background-image: url(../img/icon-place.png);
}
.media-snippet__function-btn {
  margin-right: 30px;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
}
.media-snippet__function-btn:before {
  font-family: "Glyphicons Halflings";
  margin-right: 10px;
  vertical-align: middle;
}
.media-snippet__function {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin-right: 20px;
}
.media-snippet__function svg {
  fill: #277dc6;
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin-right: 5px;
}
.media-snippet__header {
  position: relative;
  padding-right: 55px;
}
.media-snippet__footer {
  margin-top: 30px;
}
.media-snippet__tags {
  margin-top: 30px;
}
.media-snippet__file-name {
  width: 340px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
}

/* dropdown old */
/**
*
* DROPDOWN MENU
*
**/
/**

   TODO:
   - delete event, use dropdown
 **/
.event__dropdown {
  position: relative;
  margin-bottom: -10px;
}
.event__dropdown--absolute {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
}
.event__dropdown__trigger {
  display: inline-block;
  width: 28px;
  height: 30px;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMjYgNiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI0FGQ0JFMzsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJFbGxpcHNlXzFfY29weV8zIiBkYXRhLW5hbWU9IkVsbGlwc2UgMSBjb3B5IDMiIGNsYXNzPSJjbHMtMSIgZD0iTTEzNDQsMzU4YTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDEzNDQsMzU4Wm0xMCwwYTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDEzNTQsMzU4Wm0xMCwwYTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDEzNjQsMzU4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzNDEgLTM1OCkiLz4KPC9zdmc+Cg==") no-repeat 50% 50%;
  margin-right: 24px;
  transition-duration: 0.2s;
  outline: none;
  border: none;
}
.event__dropdown__trigger:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMjYgNiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzJmOGRjZTsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJFbGxpcHNlXzFfY29weV8zIiBkYXRhLW5hbWU9IkVsbGlwc2UgMSBjb3B5IDMiIGNsYXNzPSJjbHMtMSIgZD0iTTEzNDQsMzU4YTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDEzNDQsMzU4Wm0xMCwwYTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDEzNTQsMzU4Wm0xMCwwYTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDEzNjQsMzU4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzNDEgLTM1OCkiLz4KPC9zdmc+Cg==");
}
.event-tooltip {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  left: auto;
  position: absolute;
  z-index: 10;
  width: 190px;
  font-size: 16px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  right: 10px;
  top: 45px;
  text-align: center;
}
.event-tooltip:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: -7px;
  right: 20px;
  transform: rotate(45deg);
}
.event-tooltip__item {
  padding: 10px 0;
  display: block;
  background-color: #fff;
}
.event-tooltip__item:first-child {
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #e2e2e2;
}
.event-tooltip__item:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.event-tooltip__item:only-of-type {
  border: none;
}
.event-tooltip__item:hover, .event-tooltip__item:focus, .event-tooltip__item:active {
  color: #1a5586;
}
.event-tooltip__item--delete {
  color: #de5e59;
}
.event-tooltip__item--delete:hover, .event-tooltip__item--delete:focus, .event-tooltip__item--delete:active {
  color: #c42d27;
}

/* dropdown */
/**
*
* DROPDOWN MENU
*
**/
.dropdown {
  position: relative;
  margin-bottom: -10px;
}
.dropdown--absolute {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
}
.dropdown__trigger {
  float: right;
  width: 26px;
  height: 6px;
  padding: 0;
  margin-right: 23px;
  outline: none;
  border: none;
  position: relative;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMjYgNiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI0FGQ0JFMzsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJFbGxpcHNlXzFfY29weV8zIiBkYXRhLW5hbWU9IkVsbGlwc2UgMSBjb3B5IDMiIGNsYXNzPSJjbHMtMSIgZD0iTTEzNDQsMzU4YTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDEzNDQsMzU4Wm0xMCwwYTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDEzNTQsMzU4Wm0xMCwwYTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDEzNjQsMzU4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzNDEgLTM1OCkiLz4KPC9zdmc+Cg==") no-repeat;
  background-size: cover;
}
.dropdown__trigger:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMjYgNiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzJmOGRjZTsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJFbGxpcHNlXzFfY29weV8zIiBkYXRhLW5hbWU9IkVsbGlwc2UgMSBjb3B5IDMiIGNsYXNzPSJjbHMtMSIgZD0iTTEzNDQsMzU4YTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDEzNDQsMzU4Wm0xMCwwYTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDEzNTQsMzU4Wm0xMCwwYTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDEzNjQsMzU4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzNDEgLTM1OCkiLz4KPC9zdmc+Cg==");
}
.dropdown__tooltip {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  left: auto;
  position: absolute;
  z-index: 10;
  font-size: 16px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  right: 10px;
  top: 45px;
  text-align: center;
}
.dropdown__tooltip:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: -7px;
  right: 20px;
  transform: rotate(45deg);
}
.dropdown__item {
  padding: 10px;
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  white-space: nowrap;
}
.dropdown__item:first-child {
  border-radius: 5px 5px 0 0;
}
.dropdown__item:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom: none;
}
.dropdown__item:only-of-type {
  border: none;
}
.dropdown__item:hover, .dropdown__item:focus, .dropdown__item:active {
  color: #1a5586;
}
.dropdown__item--delete {
  color: #de5e59;
}
.dropdown__item--delete:hover, .dropdown__item--delete:focus, .dropdown__item--delete:active {
  color: #c42d27;
}
.dropdown__item--hidden {
  display: none;
}

.open > .dropdown__tooltip {
  display: block;
}

.dropdown-backdrop {
  position: static;
}

/* form */
.form {
  margin-bottom: 80px;
}
.form__label {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
}
.form__label--required:after {
  content: "*";
  font-size: 16px;
  line-height: 16px;
  vertical-align: top;
  margin-left: 2px;
}
.form__label + .form__help, .form__label + .form__error {
  margin-top: -5px;
}
.form__help, .form__error {
  color: #949494;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.form__help--control {
  margin-top: 0;
  margin-left: 30px;
}
.form__error {
  display: none;
  color: #de5e59;
}
.form__error--control {
  margin-top: 0;
  margin-left: 30px;
}
.form__choice {
  margin-bottom: 0;
}
.form__choice label + .form__error,
.form__choice label + .form__help,
.form__choice label + .form__help + .form__error,
.form__choice label + .form__error + .form__error {
  margin-left: 30px;
  margin-bottom: 0;
  margin-top: -10px;
}
.form__place {
  position: relative;
}
.form__place-list {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 10px;
  z-index: 100;
  overflow: hidden;
}
.form__place-item {
  width: 100%;
  padding: 6px 10px;
  min-height: 36px;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
  cursor: pointer;
}
.form__place-item:hover {
  background-color: #eee;
}
.form__place-item:last-child {
  border: none;
}
.form__custom-date {
  font-size: 0;
}
.form__custom-date .form__custom-select + .form__custom-select {
  margin-top: 0;
}
.form__date-select {
  font-size: 0;
  display: inline-block;
  margin-right: 20px;
}
.form__date-select:last-child {
  margin-right: 0;
}
.form__date-select .form__custom-select {
  display: inline-block;
  height: 36px;
  margin-right: 10px;
}
.form__date-select .form__custom-select:last-child {
  margin-right: 0;
}
.form__date-select .form__select-day {
  width: 65px;
}
.form__date-select .form__select-month {
  width: 100px;
}
.form__date-select .form__select-year {
  width: 70px;
}
.form__time-select {
  display: inline-block;
  font-size: 0;
  margin-right: 20px;
}
.form__time-select:last-child {
  margin-right: 0;
}
.form__time-select .form__select-time {
  display: inline-block;
  width: 60px;
  margin: 0;
}
.form__time-devider {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
}
.form__file-list {
  margin-bottom: 20px;
  list-style-type: none;
}
.form__file {
  margin: 0 0 10px 0;
  position: relative;
}
.form__file svg {
  height: 13px;
  width: 10px;
  fill: #bfbfbf;
  margin-top: 4px;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.form__file-name {
  font-size: 16px;
  line-height: 20px;
  padding-left: 20px;
  cursor: default;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.form__file-delete {
  display: none;
  color: #de5e59;
  font-size: 13px;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: -1px;
  background-color: #fff;
}
.form__file-delete:hover, .form__file-delete:active, .form__file-delete:focus, .form__file-delete:active:hover {
  color: #de5e59;
}
.form__file-delete:after {
  content: "";
  height: 24px;
  width: 15px;
  position: absolute;
  left: -15px;
  top: 0;
  background: linear-gradient(to right, transparent, #fff 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
.form__file-delete--grey {
  background-color: #f7f7f7;
}
.form__file-delete--grey:after {
  background: linear-gradient(to right, transparent, #f7f7f7 100%);
}
.form__delete {
  color: #de5e59;
  display: inline-block;
  background: transparent;
  border: none;
  outline: none;
  line-height: 34px;
  font-size: 16px;
  vertical-align: middle;
}
.form__delete:hover, .form__delete:active, .form__delete:focus, .form__delete:active:hover {
  color: #c42d27;
}
.form__photo {
  width: 195px;
  height: 265px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
  background: url("../img/user-av-lg.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.form__photo img {
  max-width: 100%;
  height: auto;
}
.form__photo--small {
  width: 130px;
  height: 130px;
  background: url("../img/user-av-md.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.form__photo-controls {
  width: 195px;
  margin-left: 15px;
  float: left;
  text-align: center;
}
.form__demo-margin {
  margin-bottom: 150px;
}
.form__fault .form__error {
  display: block;
}
.form__fault input:not([type=submit]):not([disabled]),
.form__fault textarea:not([type=submit]):not([disabled]) {
  border-color: #de5e59;
  background-color: #fbe8e8;
}
.form__fault .form__custom-select select {
  border-color: #de5e59;
  color: #de5e59;
}
.form__fault .form__custom-select svg {
  fill: #de5e59;
}
.form__fault .datepicker-msu {
  background-color: #fbe8e8;
  border-color: #de5e59;
}
.form__fault .doublepicker .datepicker-msu:first-child:after {
  background-color: #de5e59;
}
.form__fault .search-field__icon {
  border-color: #de5e59;
  background-color: #fbe8e8;
}
.form__fault .form__custom-control input[type=checkbox]:not([disabled]) + svg,
.form__fault .form__custom-control input[type=radio]:not([disabled]) + span:before {
  border-color: #de5e59;
}
.form__fault .mce-panel {
  border-color: #de5e59 !important;
}
.form__event-title, .form__event-description {
  text-align: center;
  padding: 25px 60px;
  padding-bottom: 15px;
  box-sizing: border-box;
  resize: none;
}
.form__event-title::-webkit-input-placeholder, .form__event-description::-webkit-input-placeholder {
  color: #949494;
}
.form__event-title:-moz-placeholder, .form__event-description:-moz-placeholder {
  color: #949494;
}
.form__event-title::-moz-placeholder, .form__event-description::-moz-placeholder {
  color: #949494;
}
.form__event-title:-ms-input-placeholder, .form__event-description:-ms-input-placeholder {
  color: #949494;
}
.form__event-title {
  min-height: 80px;
  font-size: 24px;
  line-height: 19px;
}
.form__event-description {
  min-height: 70px;
  font-size: 18px;
  line-height: 16px;
}
.form__logo {
  width: 150px;
  margin-top: 30px;
  margin-bottom: 0;
}
.form__logo img {
  max-width: 100%;
  height: auto;
}
.form__controls {
  text-align: center;
}
.form__controls--aligned {
  padding-top: 28px;
}
.form__cancel {
  display: inline-block;
  line-height: 34px;
  width: 100%;
  margin-top: 10px;
  background-color: transparent;
  outline: none;
  border: none;
  vertical-align: middle;
  color: #277dc6;
}
.form__cancel--delete {
  color: #de5e59;
}
.form__cancel--delete:hover {
  color: #efb1ae;
}
.form__cancel:hover {
  color: #70aee3;
}
.form__add {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #2f8dce;
  text-align: center;
}
.form__add svg {
  width: 12px;
  height: 34px;
  fill: #2f8dce;
}
.form__add:hover {
  opacity: 0.7;
}
.form__remove {
  display: none;
  color: #de5e59;
  font-size: 13px;
  position: absolute;
  right: -40px;
  top: 10px;
  padding-left: 10px;
}
.form__remove:hover, .form__remove:active, .form__remove:hover:active {
  display: block;
  color: #de5e59;
  opacity: 0.7;
}
.form__added {
  position: relative;
}
.form__added:hover + .form__remove {
  display: block;
}
.form__time span {
  color: #949494;
}
.form__time input {
  width: 36px;
}

.form-group--wide {
  margin-bottom: 30px;
}
.form-group--narrow {
  margin-bottom: 10px;
}
.form-group--inline {
  font-size: 0;
}
.form-group--inline label {
  margin-right: 25px;
}
.form-group--inline label:last-child {
  margin-right: 0;
}

ul.preview {
  margin: 0;
}

.tab-content form {
  margin-bottom: 0;
}
.tab-content--folders form {
  margin-top: 20px;
}

.block form {
  margin-bottom: 0;
}

/* collection-item */
.collection-item {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: #f8f8f8;
  padding: 30px;
  margin-bottom: 30px;
}
.collection-item--info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.collection-item--narrow {
  padding: 6px;
  padding-right: 30px;
  padding-left: 10px;
}
.collection-item--narrow > .collection-item__delete {
  margin-right: -20px;
  margin-top: 6px;
}
.collection-item__overlay {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 11;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: transparent;
}
.collection-item__delete {
  float: right;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  margin-right: -10px;
  position: relative;
}
.collection-item__delete a {
  width: 10px;
  height: 10px;
  display: block;
  position: relative;
}
.collection-item__delete a svg {
  fill: #b7b7b7;
  width: 10px;
  height: 10px;
  vertical-align: top;
}
.collection-item__delete-confirm {
  display: none;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 20px;
  left: -95px;
  width: 190px;
  z-index: 12;
}
.collection-item__delete-confirm a {
  height: auto;
  width: auto;
  line-height: 38px;
}
.collection-item__delete-confirm:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -3px;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  z-index: 9;
  background-color: #fff;
}
.collection-item__name {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 30px;
}
.collection-item__name:last-child {
  margin-bottom: 0;
}
.collection-item__name--normal {
  font-weight: normal;
}
.collection-item__caption {
  font-size: 14px;
  color: #949494;
  margin-top: 30px;
}
.collection-item .form-group:last-of-type {
  margin-bottom: 0;
}
.collection-item--error {
  border-color: #de5e59;
}
.collection-item:last-of-type {
  margin-bottom: 0;
}
.collection-item + .btn, .constructor__language .collection-item + span {
  margin-top: 30px;
}

/* datetimepicker */
/* datetimepicker */
.datetimepicker {
  border-radius: 3px 0 0 3px;
  font-size: 14px;
  line-height: 20px;
}

.datepicker-msu {
  display: flex;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background-color: #fff;
}
.datepicker-msu__input {
  height: 36px;
  border: none;
  background-color: transparent;
}
.datepicker-msu__input:disabled {
  background-color: #f3f3f3;
}
.datepicker-msu__input:disabled ~ .datepicker-msu__calendar {
  background-color: #f3f3f3;
}
.datepicker-msu__input:disabled ~ .datepicker-msu__calendar.input-group-addon {
  cursor: default;
}
.datepicker-msu__input:disabled ~ .datepicker-msu__clear {
  background-color: #f3f3f3;
}
.datepicker-msu__calendar {
  height: 36px;
  border-left: none;
  cursor: pointer;
  padding: 0 10px;
  width: auto;
  background-color: transparent;
  border: none;
}
.datepicker-msu__calendar svg {
  fill: #2f8dce;
  width: 20px;
  height: 36px;
}
.datepicker-msu__clear {
  height: 36px;
  width: 10px;
}
.datepicker-msu__clear svg {
  display: none;
  fill: #949494;
  width: 9px;
  height: 9px;
  cursor: pointer;
  vertical-align: bottom;
  margin-right: 5px;
}
.datepicker-msu:hover input:not([disabled]) + .datepicker-msu__clear svg {
  display: inline-block;
}

.doublepicker {
  display: flex;
}
.doublepicker .datepicker-msu {
  width: 50%;
}
.doublepicker .datepicker-msu:first-child {
  position: relative;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.doublepicker .datepicker-msu:first-child .datepicker-msu__calendar {
  border-radius: 0;
  border-right: none;
}
.doublepicker .datepicker-msu:first-child:after {
  content: "";
  width: 1px;
  height: 24px;
  display: block;
  background-color: #e2e2e2;
  position: absolute;
  right: 0;
  top: 6px;
}
.doublepicker .datepicker-msu:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.doublepicker .datepicker-msu:last-child .datepicker-msu__input {
  border-radius: 0;
  border-left: none;
}

.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up,
.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down {
  padding-left: 10px;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #e2e2e2;
  cursor: not-allowed;
}

.datepicker-decades td span {
  height: auto !important;
  line-height: 1.6 !important;
}
.datepicker-decades td span:first-child {
  margin-top: 20px;
}

/* search-block for user */
.search-block {
  position: relative;
}
.search-block__result {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 10px;
  overflow: hidden;
  z-index: 1;
}
.search-block__item {
  border-bottom: 1px solid #e2e2e2;
  padding: 15px;
  transition-duration: 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.search-block__item:hover {
  background-color: #eee;
}
.search-block__item:last-child {
  border: none;
}
.search-block__img {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 15px;
}
.search-block__img img {
  min-width: 100%;
  height: auto;
}
.search-block__name {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  font-weight: normal;
}
.search-block__add {
  font-size: 16px;
  line-height: 1;
  color: #277dc6;
}

/* input-group */
.input-group__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* profile */
.profile__avatar {
  max-width: 220px;
  max-height: 250px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.profile__avatar img {
  max-width: 100%;
  height: auto;
}
.profile__title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
.profile__title--small {
  font-size: 16px;
}
.profile__user-actions .btn, .profile__user-actions .constructor__language span, .constructor__language .profile__user-actions span {
  margin-top: 10px;
}
.profile__place {
  font-style: normal;
}
.profile__header {
  margin-bottom: 80px;
}
.profile .icon-convert:before {
  margin-right: 15px;
}
.profile .accordion {
  margin: 10px 0;
  text-align: center;
}
.profile__photos {
  display: flex;
  margin-bottom: 30px;
}
.profile__photo-item {
  width: 220px;
  overflow: hidden;
  margin-right: 30px;
  text-align: center;
}
.profile__photo-item img {
  max-width: 100%;
  height: auto;
}
.profile__photo-item--small {
  width: 130px;
}
.profile__icon {
  background-color: #5db1f1;
  height: 130px;
  width: 130px;
}
.profile__icon svg {
  fill: #fff;
  width: 60px;
  height: 130px;
}
.profile__add-edu {
  display: inline-block;
  vertical-align: middle;
  width: 115px;
  margin-top: 32px;
}
.profile__status {
  font-size: 16px;
}

.profile-modal {
  padding: 0 !important;
}
@media (min-width: 767px) {
  .profile-modal {
    display: none;
  }
}
.profile-modal__img {
  width: 100%;
  display: block;
}
.profile-modal__content {
  width: 100%;
  position: relative;
}
.profile-modal__dialog {
  margin: 0 !important;
}
.profile-modal__close {
  position: absolute;
  background: transparent;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  border: 0;
  outline: 0;
}
.profile-modal__close svg {
  fill: white;
  width: 20px;
  height: 20px;
}

/* connection */
.connections {
  margin-top: 30px;
}
.connections__title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
.connections__set {
  display: flex;
}
.connections__person {
  width: 80px;
  vertical-align: top;
}
.connections__person-avatar {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.connections__person-avatar img {
  min-width: 100%;
  height: auto;
}
.connections__person-name {
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
  text-align: center;
  display: block;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* contacts */
.contact {
  padding-bottom: 15px;
  margin: 15px 0;
}
.contact__left {
  float: left;
  width: 130px;
  margin-right: 30px;
}
.contact__object {
  width: 130px;
  height: 130px;
  overflow: hidden;
  display: block;
  text-align: center;
}
.contact__object img {
  max-width: 100%;
  height: auto;
}
.contact__body {
  padding: 0;
}
.contact__content {
  padding-left: 0;
}
.contact__status, .profile__status {
  font-weight: normal;
  font-size: 14px;
  color: #949494;
  margin-left: 10px;
}
.contact__links {
  padding: 0;
}
.contact__link {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  font-size: 15px;
}
.contact__link:last-child {
  margin: 0;
}
/* fields */
textarea,
input {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  padding: 8px 10px;
  vertical-align: middle;
  height: 36px;
}
textarea:disabled,
input:disabled {
  background-color: #ebebe4;
  color: #949494;
}

input:not[type=text] {
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: top;
}

textarea {
  min-height: 128px;
  resize: vertical;
}

input[type=search] {
  -webkit-appearance: none;
  box-sizing: border-box;
}

input::-ms-clear {
  display: none;
}

::-webkit-input-placeholder {
  color: #949494;
  padding: 2px 0;
}

::-moz-placeholder {
  color: #949494;
  padding: 2px 0;
}

:-ms-input-placeholder {
  color: #949494;
  padding: 2px 0;
}

.input--danger {
  border-color: #de5e59;
}
.input--success {
  border-color: #40a640;
}

.search-field {
  display: flex;
}
.search-field__input {
  border-radius: 4px 0 0 4px;
  border-right: none;
  height: 36px;
}
.search-field__icon {
  height: 36px;
  border: 1px solid #e2e2e2;
  border-left: none;
  border-radius: 0 4px 4px 0;
  padding: 0 10px;
  background-color: #fff;
}
.search-field__icon svg {
  fill: #b7b7b7;
  width: 16px;
  height: 36px;
}

/* new checkboxes and radios */
.form__custom-control {
  font-weight: normal;
  cursor: pointer;
  font-size: 0;
  display: inline-flex;
  align-items: center;
  margin: 10px 0;
}
.form__custom-control span {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 16px;
}
.form__custom-control input {
  position: absolute;
  opacity: 0;
  z-index: -100500;
  clip: rect(0, 0, 0, 0);
}
.form__custom-control input[type=checkbox] + svg {
  border-radius: 2px;
  transition-duration: 0.2s;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  width: 16px;
  min-width: 16px;
  height: 16px;
  padding: 2px;
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
  margin-right: 14px;
}
.form__custom-control input[type=checkbox]:checked + svg {
  background-color: #2f8dce;
  border-color: #2f8dce;
}
.form__custom-control input[type=checkbox]:checked:disabled + svg {
  background-color: #f3f3f3;
  border-color: #d2d2d2;
  fill: #acacac;
}
.form__custom-control input[type=checkbox]:disabled + svg {
  background-color: #f3f3f3;
  border-color: #d2d2d2;
  fill: #f3f3f3;
}
.form__custom-control input[type=radio] + span {
  padding-left: 30px;
}
.form__custom-control input[type=radio] + span:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  transition-duration: 0.2s;
  border: 1px solid #d2d2d2;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form__custom-control input[type=radio]:checked + span:before {
  border-color: #2f8dce;
  background-color: #2f8dce;
}
.form__custom-control input[type=radio]:checked + span:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.form__custom-control input[type=radio]:disabled + span:before {
  background-color: #f3f3f3;
  border-color: #d2d2d2;
}
.form__custom-control input[type=radio]:disabled + span:after {
  background-color: #acacac;
}
.form__custom-control--table input[type=radio] + span {
  display: block;
  min-height: 22px;
}
.form__custom-control--half input[type=checkbox] + svg {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  padding: 2px;
}
.form__custom-control--half input[type=checkbox] ~ span {
  position: relative;
}
.form__custom-control--half input[type=checkbox] ~ span:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #2f8dce;
  position: absolute;
  top: 3px;
  left: -27px;
}
.form__custom-control--half input[type=checkbox]:checked ~ span:before {
  content: none;
}
.form__custom-control--nomargin {
  margin: 0 !important;
}
.form__custom-control--nomargin input {
  margin: 0 !important;
}
.form__custom-control--nomargin svg {
  margin: 0 !important;
}

/* select */
.select__custom, .select__custom--disabled {
  position: relative;
  background-color: #fff;
  z-index: 0;
}
.select__custom:before, .select__custom--disabled:before {
  position: absolute;
  right: 0;
  top: 10px;
  color: #277dc6;
  margin: 0;
  margin-right: 10px;
  z-index: -1;
}
.select__custom select, .select__custom--disabled select,
.select__custom select.form-control {
  padding: 6px 35px 6px 10px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  color: #949494;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  height: initial;
  font-size: 14px;
}
.select__custom--disabled {
  background-color: #f3f3f3;
  border-radius: 3px;
}
.select__custom--disabled:before {
  z-index: 1;
}
.select__custom--disabled:before {
  color: #acacac;
}

.form__custom-select {
  position: relative;
  background-color: #fff;
  z-index: 0;
  width: 100%;
  cursor: pointer;
}
.form__custom-select svg {
  position: absolute;
  width: 8px;
  height: 8px;
  fill: #2f8dce;
  right: 10px;
  top: 16px;
  z-index: -1;
}
.form__custom-select select,
.form__custom-select select.form-control {
  padding: 6px 10px;
  padding-right: 16px;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  color: #353535;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  cursor: pointer;
}
.form__custom-select--disabled {
  background-color: #f3f3f3;
}
.form__custom-select--disabled select {
  color: #949494;
}
.form__custom-select--disabled svg {
  z-index: 1;
  fill: #acacac;
}
.form__custom-select + .form__custom-select {
  margin-top: 15px;
}

/* links */
/* common link style */
a {
  color: #277dc6;
  text-decoration: none;
}
a:hover, a:active, a:hover:active, a:focus {
  text-decoration: none;
  color: #277dc6;
  outline: none;
}
a:focus {
  outline: none;
}

.link {
  color: #277dc6;
  background: transparent;
  width: auto;
  padding: 0;
  border: none;
}
.link:hover, .link:active, .link:hover:active {
  text-decoration: none;
  color: #277dc6;
}
.link--forward, .link--backward, .testing__back {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
.link--forward:after {
  content: "→";
  padding-left: 5px;
}
.link--backward:before, .testing__back:before {
  content: "←";
  padding-right: 5px;
}
.link__subtitle {
  margin-top: 75px;
  margin-bottom: 40px;
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.link--youtube {
  font-size: 0;
}
.link--youtube svg {
  width: 23px;
  height: 20px;
  fill: #df2a25;
  vertical-align: middle;
}
.link--youtube span {
  font-size: 15px;
  vertical-align: middle;
  padding-left: 10px;
}

/* accordion */
.accordion {
  display: block;
  width: 100%;
}
.accordion svg,
.accordion + svg {
  float: right;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  margin-right: 10px;
  fill: #277dc6;
}
.accordion__minus {
  display: none;
}
.accordion[aria-expanded=true] svg,
.accordion[aria-expanded=true] + svg {
  transform: rotate(180deg);
}
.accordion[aria-expanded=true] .accordion__minus {
  display: block;
}
.accordion[aria-expanded=true] .accordion__plus {
  display: none;
}
.accordion--options svg {
  fill: #d2d2d2;
}
.accordion--left {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  left: -20px;
  top: 12px;
}
.accordion--left svg {
  margin: 0;
}
.accordion--sections[aria-expanded=false]:after {
  content: "";
  display: block;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  width: 450px;
  height: 36px;
  position: absolute;
  z-index: 1;
  left: 24px;
  top: -8px;
}
.accordion--sections[aria-expanded=false]:before {
  content: "";
  display: block;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  width: 450px;
  height: 36px;
  position: absolute;
  z-index: 2;
  left: 22px;
  top: -10px;
}

.accordion {
  position: relative;
  display: block;
  width: 100%;
}
.accordion[class*=icon-down]:before {
  float: right;
  margin-top: 5px;
  color: #7fc2f4;
  font-weight: normal;
}
.accordion[aria-expanded=true][class*=icon-down]:before {
  transform: rotate(180deg);
}
.accordion--high[class*=icon-down]:before {
  margin-top: 2px;
}
.accordion--left {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  left: -20px;
  top: 12px;
}
.accordion--left svg {
  margin: 0;
}

/* nav-tabs */
.tabs-title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

.tabs__help {
  margin: 10px 0;
  margin-top: 25px;
}
.tabs__help:before {
  font-size: 15px;
  color: #2f8dce;
  border: 2px solid #2f8dce;
  border-radius: 50%;
  padding-top: 2px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
}

/**
 * & SIMPLE TABS
 */
.nav .badge {
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  padding: 4px 9px 4px 8px;
  text-align: center;
  vertical-align: middle;
  border-radius: 9px;
  margin-left: 10px;
  background-color: #de5e59;
  color: #fff;
}

.nav-tabs {
  font-size: 0;
  margin-top: -18px;
  position: relative;
  border-bottom: 1px solid #E2E2E2;
}
.nav-tabs.nav-pills {
  margin-top: 0;
}
.nav-tabs.nav-pills li:before {
  content: none;
}
.nav-tabs.nav-pills li.active a {
  border: 1px solid #E2E2E2;
}
.nav-tabs.nav-pills li.active a:hover, .nav-tabs.nav-pills li.active a:active, .nav-tabs.nav-pills li.active a:focus {
  border: 1px solid #E2E2E2;
}
.nav-tabs li:before {
  content: "";
  position: absolute;
  right: -10px;
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid #e2e2e2;
  cursor: default;
}
.nav-tabs-wrapper {
  margin-bottom: 40px;
}
.nav-tabs li {
  font-size: 0;
  position: relative;
  margin-top: 20px;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
}
.nav-tabs li a {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  border-radius: 3px 3px 0 0;
  background-color: #f8f8f8;
  margin: 0;
  padding: 0 14px;
  line-height: 34px;
  color: #777;
  border-bottom: 1px solid #E2E2E2;
}
.nav-tabs li a:hover, .nav-tabs li a:active, .nav-tabs li a:focus {
  text-decoration: none;
  color: #777;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.nav-tabs li.active a {
  color: #353535;
  position: relative;
  border: none;
  border: 1px solid #E2E2E2;
  border-bottom: 1px solid #fff;
}
.nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
  color: #353535;
  border: 1px solid #E2E2E2;
  border-bottom: 1px solid #fff;
}
.nav-tabs li.active a .badge {
  background-color: #fff;
  color: #2f8dce;
}
.nav-tabs--translation {
  border: none;
  margin-top: 0;
}
.nav-tabs--translation li {
  margin-top: 0;
}
.nav-tabs--translation li a {
  border: 1px solid #f5f5f5;
  border-bottom: 1px solid #e2e2e2;
}
.nav-tabs--translation li:before {
  content: none;
}
.nav-tabs .tab-error > a {
  background-color: #fbe8e8;
  border: 1px solid #fbe8e8;
  border-bottom: 1px solid #e2e2e2;
}
.nav-tabs .tab-error > a:hover {
  background-color: #f3bdbd;
  border: 1px solid #f3bdbd;
  border-bottom: 1px solid #e2e2e2;
}
.nav-tabs--dialogs {
  border-bottom: 1px solid #e2e2e2;
}

.tab-content article.event:last-child {
  margin-bottom: 0;
}
.tab-content--padding {
  padding: 30px 0 50px;
}
.tab-content--translation {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  border-top-left-radius: 0;
  padding: 25px;
}
.tab-content--translation .form-group:last-of-type {
  margin-bottom: 0;
}

.form-horizontal {
  margin-top: 30px;
}
.form-horizontal .control-label {
  padding-top: 10px;
}

/* nav-pills */
.nav-pills {
  border-bottom: none;
}
.nav-pills:before {
  content: none;
}
.nav-pills > li {
  margin-right: 10px;
}
.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills > li:last-child {
  margin-right: 0;
}
.nav-pills > li > a {
  color: #2f8dce;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}
.nav-pills > li > a .badge {
  margin-left: 10px;
}
.nav-pills li.active {
  vertical-align: top;
}
.nav-pills li.active a {
  border: 1px solid #2f8dce;
  border-radius: 3px;
}
.nav-pills--invert > li.active > a {
  color: #2f8dce;
  background-color: transparent;
  border: 1px solid #2f8dce;
  border-radius: 3px;
}
.nav-pills--invert > li.active > a:hover, .nav-pills--invert > li.active > a:active, .nav-pills--invert > li.active > a:focus {
  color: #2f8dce;
  background-color: transparent;
  border: 1px solid #2f8dce;
  border-radius: 3px;
}
.nav-pills__links li {
  margin-top: 0;
  margin-bottom: 10px;
}
.nav-pills__links .error a {
  border-color: #de5e59;
  color: #de5e59;
}
.nav-pills__links .error a:hover, .nav-pills__links .error a:active, .nav-pills__links .error a:focus {
  border-color: #de5e59;
  color: #de5e59;
  background-color: #fff;
}
.nav-pills__links--gray li a {
  background-color: #f5f5f5;
}
.nav-pills__links--gray li a:hover, .nav-pills__links--gray li a:active, .nav-pills__links--gray li a:focus {
  text-decoration: none;
  color: #777;
  background-color: gainsboro;
  border-color: gainsboro;
}

/* table */
.table--bordless > tbody > tr > th, .table--bordless > tbody > tr > td {
  border: none;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  vertical-align: middle;
}
.table--no-gutter > thead > tr > th, .table--no-gutter > thead > tr > td, .table--no-gutter > tbody > tr > th, .table--no-gutter > tbody > tr > td, .table--no-gutter > tfoot > tr > th, .table--no-gutter > tfoot > tr > td {
  padding-left: 0;
  padding-right: 0;
}

/* section */
.section-item {
  width: 540px;
  padding: 20px;
  position: relative;
  margin: 30px 0;
}
.section-item:hover .section-item__drag {
  display: block;
  transition-duration: 0.2s;
}
.section-item__drag {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  cursor: move;
  display: none;
}
.section-item__drag svg {
  width: 100%;
  fill: #c2c2c2;
  margin: 0;
}
.section-item__content {
  padding-top: 10px;
  font-size: 0;
}
.section-item__name {
  width: 300px;
  margin-right: 18px;
}
.section-item__addchild {
  width: 180px;
  padding: 0;
}
.section-item .collection-item__delete {
  margin-top: 0;
  margin-right: 0;
}
.section-item .nav > li {
  margin-right: 7px;
}
.section-item .nav > li:last-child {
  margin-right: 0;
}
.section-item .nav > li > a {
  padding: 9px 13px;
  font-size: 15px;
  line-height: 1.1;
}
.section-item--parent .section-item__addchild {
  cursor: default;
  pointer-events: none;
  color: #949494;
}
.section-item--parent .section-item__addchild svg {
  fill: #949494;
}

.section .section-wrapper {
  margin-left: 40px;
}

.section-list {
  margin-bottom: 20px;
}

.section-save {
  margin: 40px 0;
}

.section {
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
.section__controls {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section .section {
  margin-left: 20px;
  margin-top: 40px;
}
.section .btn-default {
  margin-right: 20px;
}
.section .btn-add-section {
  margin-left: -20px;
  margin-top: 20px;
}
.section--constructor {
  margin: 0;
}
.section--constructor:before {
  display: none;
}
.section--constructor .form__custom-control {
  border-left: 4px solid #337ab7;
  margin: 0;
  padding: 6px 0;
  margin-left: -20px;
  padding-left: 20px;
}
.section--constructor .form__custom-control span {
  display: inline;
}
.section--constructor .section {
  margin-left: 15px;
  margin-top: 30px;
}

.event-section {
  margin-top: 10px;
  font-size: 0;
  position: relative;
}
.event-section .event-section,
.event-section .event-section__dragpad,
.event-section .event-section__add {
  margin-left: 30px;
}
.event-section__dragpad {
  margin-top: 10px;
  border-radius: 3px;
  border: 1px dashed #e2e2e2;
  width: 450px;
  height: 36px;
}
.event-section__add {
  margin-top: 10px;
}
.event-section__bar {
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  width: 450px;
  display: inline-block;
  padding: 6px 10px;
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  z-index: 3;
  cursor: move;
}
.event-section__controls {
  vertical-align: top;
  display: none;
}
.event-section__line {
  display: inline-block;
  vertical-align: top;
}
.event-section__line:hover {
  width: 660px;
}
.event-section__line:hover .event-section__controls {
  display: inline-block;
}
.event-section__line:hover .event-section__bar {
  border-color: #bcbcbc;
}
.event-section--fail > .event-section__line .event-section__bar {
  background-color: #fcf8e1;
  border-color: #f3e0b8;
}
.event-section--fail > .accordion--sections:after, .event-section--fail > .accordion--sections:before {
  background-color: #fcf8e1;
  border-color: #f3e0b8;
}

/* tags */
.tag-list {
  font-size: 0;
}
.tag-list--xs {
  display: none;
}
.tag-list + .tag-list {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .tag-list--md {
    display: none;
  }
  .tag-list--xs {
    display: block;
  }
}

.tag, .constructor__role-tag, .constructor__lang-tag {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 5px 11px;
  font-size: 14px;
  line-height: 1;
  border-radius: 3px;
  cursor: default;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #83b6ef;
}
.tag--more {
  cursor: pointer;
  color: #277dc6;
}
.tag--more:active, .tag--more:hover, .tag--more:focus {
  opacity: 0.6;
}
.tag--pink {
  background-color: #f1a09f;
}
.tag--green {
  background-color: #6bcb8b;
}
.tag--teal {
  background-color: #83dce0;
}
.tag--orange {
  background-color: #eacf88;
}
.tag--purple {
  background-color: #e5bff2;
}
.tag--success {
  background-color: #40a640;
}
.tag--danger {
  background-color: #de5e59;
}
.tag--primary {
  background-color: #2f8dce;
}
.tag--lg {
  font-size: 15px;
  line-height: 36px;
  padding: 0 20px;
}
.tag:hover, .constructor__role-tag:hover, .constructor__lang-tag:hover, .tag:focus, .constructor__role-tag:focus, .constructor__lang-tag:focus, .tag:active, .constructor__role-tag:active, .constructor__lang-tag:active {
  color: #fff;
}
.tag:only-child, .constructor__role-tag:only-child, .constructor__lang-tag:only-child {
  margin-bottom: 0;
}

.calendar-interests {
  margin-top: 10px;
}

/* forum */
.forum {
  padding-top: 25px;
  margin-top: 60px;
  margin-bottom: 40px;
  border-top: 1px solid #e2e2e2;
}
.forum__header, .forum__topic, .forum__section {
  margin-bottom: 40px;
}
.forum__topic {
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.forum__heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
}
.forum__topic-body {
  margin-bottom: 40px;
  word-wrap: break-word;
}
.forum .pagination {
  margin-top: 20px;
}

/* author */
.author {
  display: flex;
  padding-left: 10px;
  border-left: 1px solid #e2e2e2;
}
.author__photo {
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
}
.author__photo img {
  max-width: 100%;
  height: auto;
}
.author__info {
  margin-left: 10px;
}
.author__name {
  font-size: 12px;
  font-style: italic;
}
.author__date {
  font-size: 12px;
  font-style: italic;
  color: #949494;
}

/* sb date */
.sidebar-date {
  text-align: center;
}
.sidebar-date__indicator {
  color: #ee3318;
}
.sidebar-date__day {
  font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
  font-size: 48px;
  line-height: 100%;
}
.sidebar-date__month {
  font-size: 16px;
}
.sidebar-date__indicator, .sidebar-date__day, .sidebar-date__month {
  display: inline-block;
  vertical-align: top;
}
.sidebar-date__middle {
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  color: #ee3318;
}
.sidebar-date__order {
  padding-top: 15px;
}

/* event details */
.details {
  display: flex;
  align-items: center;
}
.details svg {
  fill: #277dc6;
  width: 28px;
  height: 28px;
  margin-right: 15px;
}
.details__title {
  font-size: 14px;
}
.details__text {
  font-style: italic;
  font-size: 14px;
}

/* form constructor */
.constructor ul {
  margin-bottom: 0;
}
.constructor__language input {
  display: none;
}
.constructor__language span {
  line-height: 34px;
  color: #40a640;
  border: 1px solid #40a640;
}
.constructor__language span:hover, .constructor__language span:active, .constructor__language span:focus, .constructor__language span:active:hover {
  color: #40a640;
  border: 1px solid #40a640;
}
.constructor__language input:checked + span:hover, .constructor__language input:checked + span:active, .constructor__language input:checked + span:focus, .constructor__language input:checked + span:active:hover {
  border: 1px solid #40a640;
}
.constructor__subtitle {
  font-size: 24px;
  font-weight: normal;
}
.constructor__tabs {
  display: inline-block;
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid #2f8dce;
  border-radius: 4px;
}
.constructor__tabs li {
  margin: 0;
}
.constructor__tabs li:before {
  content: none;
}
.constructor__tabs li a {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  color: #2f8dce;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.constructor__tabs li a:hover, .constructor__tabs li a:active, .constructor__tabs li a:focus, .constructor__tabs li a:active:hover {
  border: none;
}
.constructor__tabs li.active a {
  line-height: 30px;
  height: 30px;
  border: none;
}
.constructor__tabs li.active a:hover, .constructor__tabs li.active a:active, .constructor__tabs li.active a:focus, .constructor__tabs li.active a:active:hover {
  border: none;
}
.constructor .tab-pane {
  padding-top: 20px;
}
.constructor__new-element {
  font-weight: normal;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.constructor__new-element .delete-role {
  position: absolute;
  top: 15px;
  right: 10px;
  height: 10px;
}
.constructor__new-element .delete-role svg {
  width: 10px;
  height: 10px;
  vertical-align: top;
  fill: #de5e59;
}
.constructor__new-element input[type=text]:disabled + .delete-role svg {
  fill: #949494;
}
.constructor .section-type {
  font-size: 13px;
  margin-left: 10px;
  color: #949494;
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
  margin-top: 3px;
}
.constructor__role-tag, .constructor__lang-tag {
  margin-right: 0;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 54px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  font-size: 15px;
  color: #959595;
  padding: 4px 15px;
  margin-bottom: 10px;
  font-weight: normal;
}
.constructor__role-tag:hover, .constructor__lang-tag:hover {
  color: #959595;
  background-color: #fff;
}
.constructor__role-tag.active, .constructor__lang-tag.active {
  color: #ffffff;
  background-color: #3ebe65;
  border: solid 1px #3ebe65;
}
.constructor__role-tag--all, .constructor__lang-tag--all {
  font-weight: bold;
  color: #353535;
}
.constructor__sections-trigger {
  position: relative;
}
.constructor__sections-trigger:after {
  position: absolute;
  top: 12px;
  right: -40px;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  transform: rotate(45deg);
  background-color: #f7f7f7;
}
.constructor__sections-tooltip {
  padding: 20px;
  border-radius: 5px;
  background-color: #f7f7f7;
}
.constructor__section {
  padding-left: 20px;
}
.constructor__section + .constructor__section {
  margin-top: 20px;
}
.constructor__section .constructor__section {
  margin-top: 20px;
}
.constructor__section .btn-default {
  margin-right: 20px;
}
.constructor__section .btn-add-section {
  margin-left: -20px;
  margin-top: 20px;
}
.constructor__section .form__custom-control {
  border-left: 4px solid #337ab7;
  margin: 0;
  padding: 4px 0 6px 0;
  margin-left: -20px;
  padding-left: 15px;
}

/* animations */
@keyframes anchor_bounce {
  0% {
    top: 0px;
  }
  30% {
    top: 10px;
  }
  70% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
/* process */
.process-step {
  margin: 10px 0;
  display: flex;
}
.process-step h2 {
  margin-top: 14px;
  margin-bottom: 10px;
}
.process-step__numbering {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.process-step__number {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #2f8dce;
}
.process-step__connection {
  width: 4px;
  background-color: #ccc;
  flex-grow: 1;
}
.process-step:first-of-type {
  margin-top: 50px;
}
.process-step:last-child .process-step__connection {
  display: none;
}
.process-step__subject {
  padding-bottom: 60px;
}
.process-step__screenshot, .process-step__media {
  box-shadow: 6px 8px 40px #ccc;
  margin-top: 50px;
}

/* univer-search */
.univer-search {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: #f7f7f7;
  padding: 30px;
  margin-bottom: 30px;
}
.univer-search__delete {
  float: right;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  margin-right: -10px;
  position: relative;
}
.univer-search__delete a {
  width: 10px;
  height: 10px;
  display: block;
}
.univer-search__delete a svg {
  fill: #b7b7b7;
  width: 10px;
  height: 10px;
  vertical-align: top;
}
.univer-search__delete-confirm {
  display: none;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 10;
  top: 20px;
  left: -95px;
  width: 190px;
}
.univer-search__delete-confirm a {
  height: auto;
  width: auto;
  line-height: 38px;
}
.univer-search__delete-confirm:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -3px;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  z-index: 9;
  background-color: #fff;
}
.univer-search__name {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 30px;
}
.univer-search__name:last-child {
  margin-bottom: 0;
}
.univer-search__caption {
  font-size: 14px;
  color: #949494;
  margin-top: 30px;
}
.univer-search .form-group:last-of-type {
  margin-bottom: 0;
}

/* new-event */
.new-event {
  color: #595959;
}
.new-event .title {
  margin-bottom: 50px;
}
.new-event__title, .new-event__description {
  text-align: center;
  padding: 25px 60px;
  padding-bottom: 15px;
  box-sizing: border-box;
}
.new-event__title::-webkit-input-placeholder, .new-event__description::-webkit-input-placeholder {
  color: #949494;
}
.new-event__title:-moz-placeholder, .new-event__description:-moz-placeholder {
  color: #949494;
}
.new-event__title::-moz-placeholder, .new-event__description::-moz-placeholder {
  color: #949494;
}
.new-event__title:-ms-input-placeholder, .new-event__description:-ms-input-placeholder {
  color: #949494;
}
.new-event__title {
  min-height: 80px;
  font-size: 24px;
  line-height: 19px;
}
.new-event__description {
  min-height: 70px;
  font-size: 18px;
  line-height: 16px;
}
.new-event__label {
  font-weight: normal;
  margin-bottom: 10px;
}
.new-event__site {
  margin-bottom: 45px;
}
.new-event__save {
  margin-top: 80px;
  margin-bottom: 140px;
}
.new-event__logo {
  width: 150px;
  margin-top: 30px;
  margin-bottom: 0;
}
.new-event__logo img {
  max-width: 100%;
  height: auto;
}
.new-event__legend {
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
}

/* search-event */
.search-event__header {
  display: flex;
  align-items: baseline;
}
.search-event__info {
  margin-left: 20px;
  color: #949494;
}
.search-event__find {
  margin-top: 0px;
  margin-bottom: 30px;
}
.search-event__filter {
  box-shadow: 0 5px 10px #e7e7e7;
  padding-bottom: 20px;
}
.search-event__filter .container .row, .search-event__filter .container .media-snippet, .search-event__filter .container .contact {
  display: flex;
  flex-wrap: wrap;
}
.search-event__filter .form__custom-control {
  margin-right: 20px;
}
.search-event__filter .form__custom-control:last-child {
  margin-right: 0;
}
.search-event__filter .interests {
  margin-top: 64px;
}
.search-event__filter .interests__tree {
  left: -525px;
}
.search-event__filter .interests__tree--right {
  right: -525px;
}
.search-event__name {
  flex-grow: 1;
}
.search-event__name input::-webkit-input-placeholder {
  color: #353535;
}
.search-event__name input::-moz-placeholder {
  color: #353535;
}
.search-event__name input:-ms-input-placeholder {
  color: #353535;
}
.search-event__name input:-moz-placeholder {
  color: #353535;
}
.search-event__filter-item {
  display: none;
}
.search-event__filter-item--mt {
  margin-top: 30px;
}
.search-event__filter-item--center {
  text-align: center;
}
.search-event__open-filter {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  display: inline-block;
  padding: 0;
}
.search-event__open-filter svg {
  fill: #999;
  height: 20px;
  width: 34px;
  vertical-align: middle;
}
.search-event__close-filter {
  color: #353535;
  display: inline-block;
}
.search-event__close-filter:hover, .search-event__close-filter:active, .search-event__close-filter:focus, .search-event__close-filter:hover:active {
  text-decoration: none;
  color: #353535;
}
.search-event__close-filter svg {
  fill: #2f8dce;
  height: 20px;
  width: 10px;
  margin-right: 10px;
  vertical-align: middle;
  transform: rotate(180deg);
}

/* menu */
/* main-menu */
.main-menu {
  position: relative;
  padding-left: 20px;
  margin: 0;
}
.main-menu--active {
  position: relative;
}
.main-menu .menu-trigger {
  float: left;
  font-size: 22px;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  width: auto;
  margin-top: 22px;
  color: #fff;
  z-index: 103;
}
.main-menu .menu-trigger input {
  display: none;
}
.main-menu .menu-trigger svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin: 0;
  margin-right: 15px;
  margin-top: 1px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.main-menu .menu-trigger span {
  display: inline-block;
  vertical-align: top;
}
.main-menu .menu-trigger[aria-expanded=true] svg {
  transform: rotate(0);
}
.main-menu .menu-trigger:hover, .main-menu .menu-trigger:active, .main-menu .menu-trigger:focus, .main-menu .menu-trigger:active:hover {
  text-decoration: none;
  color: #fff;
}
.main-menu .menu__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: #4198dc;
  width: 280px;
  transition: all 0.2s linear;
  transform: translateX(-280px);
  opacity: 0;
  visibility: hidden;
  height: auto;
}
.main-menu .menu__content--slide {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.main-menu .menu__list {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  list-style-type: none;
}
.main-menu .menu__list:first-of-type {
  margin-top: 100px;
}
.main-menu .menu__list:last-of-type {
  margin-bottom: 30px;
}
.main-menu .menu__list--lang {
  opacity: 0.5;
}
.main-menu .menu__item a {
  font-size: 15px;
  display: block;
  padding: 12px 20px;
  color: #fff;
}
.main-menu .menu__item a:hover {
  color: #fff;
  background-color: #2684ce;
}
.main-menu .menu__item.active {
  position: relative;
}
.main-menu .menu__item.active:before {
  content: "";
  width: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.main-menu .menu__cover {
  background-color: #10456e;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
  transition: all 0.2s linear;
  visibility: hidden;
}
.main-menu .menu__cover--active {
  visibility: visible;
  opacity: 0.8;
}
.main-menu .menu__badge {
  background-color: #fff;
  color: #4198dc;
}

/* user-block .menu */
.user-block .menu-trigger {
  display: inline-block;
  vertical-align: top;
  padding: 7px 8px;
  border-radius: 50%;
  background-color: #1c79b9;
  line-height: 8px;
  z-index: 1;
  position: absolute;
  right: 20px;
  top: 23px;
}
.user-block .menu-trigger svg {
  height: 8px;
  width: 8px;
  fill: #fff;
}
.user-block .menu-trigger:hover {
  background-color: #6abdf7;
}
.user-block .menu-trigger:hover ~ .user-block__link--logged {
  background-color: #4198dc;
}
.user-block .menu-trigger--active {
  background-color: #6abdf7;
}
.user-block .menu-trigger--active ~ .user-block__link--logged {
  background-color: #4198dc;
}
.user-block .menu-trigger--message:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: #34fa34;
  box-shadow: 0 0 0 2px #298acd;
}
.user-block .menu {
  min-width: 265px;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 1;
  background-color: #4198dc;
  display: none;
}
.user-block .menu__list {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  position: relative;
  z-index: 3;
}
.user-block .menu__item a {
  font-size: 15px;
  line-height: 17px;
  display: block;
  padding: 11px 20px;
  color: #fff;
  text-align: left;
}
.user-block .menu__item a:hover {
  color: #fff;
  background-color: #2684ce;
}
.user-block .menu__item.active {
  position: relative;
}
.user-block .menu__item.active:before {
  content: "";
  width: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.user-block .menu__cover {
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
}
.user-block .menu__cover--active {
  display: block;
}
.user-block .menu__badge {
  background-color: #fff;
  color: #4198dc;
}

.profile .menu {
  float: left;
  width: 275px;
  margin-right: 22px;
}
.profile .menu__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 35px;
}
.profile .menu__list:last-of-type {
  margin-bottom: 0;
}
.profile .menu__item {
  margin: 21px 0;
}
.profile .menu__item:first-child {
  margin-top: 0;
}
.profile .menu__item:last-child {
  margin-bottom: 0;
}
.profile .menu__item a {
  font-size: 15px;
  line-height: 15px;
  display: block;
  padding: 0;
}
.profile .menu__item a:active, .profile .menu__item a:focus, .profile .menu__item a:hover {
  opacity: 0.6;
}
.profile .menu__item.active {
  position: relative;
}
.profile .menu__item.active:before {
  content: "";
  height: 40px;
  width: 2px;
  background: #277dc6;
  display: block;
  position: absolute;
  left: -32px;
  top: -12px;
}
.profile .menu__badge {
  background-color: #277dc6;
  color: #fff;
}

.event .menu__list, .olymps .menu__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.event .menu__heading, .olymps .menu__heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  margin-top: 0;
  margin-bottom: 19px;
}
.event .menu__item, .olymps .menu__item {
  margin: 21px 0;
}
.event .menu__item:first-child, .olymps .menu__item:first-child {
  margin-top: 0;
}
.event .menu__item:last-child, .olymps .menu__item:last-child {
  margin-bottom: 0;
}
.event .menu__item a, .olymps .menu__item a {
  font-size: 15px;
  line-height: 15px;
  padding: 0;
}
.event .menu__item a:active, .event .menu__item a:focus, .event .menu__item a:hover, .olymps .menu__item a:active, .olymps .menu__item a:focus, .olymps .menu__item a:hover {
  opacity: 0.6;
}

/* test */
.testing__header {
  padding-bottom: 25px;
  padding-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.testing__title {
  float: left;
  margin: 0;
}
.testing__h3 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.testing__back {
  font-size: 14px;
}
.testing__timer {
  padding: 0 9px;
  color: #d0d0d0;
  font-weight: bold;
  background-color: #fff;
  line-height: 25px;
  float: right;
  width: 60px;
}
.testing__timer:hover {
  color: #353535;
  border: 1px solid;
  cursor: pointer;
}
.testing__main {
  padding-top: 25px;
}
.testing__subtitle {
  margin-top: 0;
}
.testing__textarea {
  margin-top: 10px;
}
.testing__controls {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testing__next, .testing__save {
  padding-right: 35px;
  padding-left: 35px;
}
.testing__footer {
  margin-bottom: 100px;
}
.testing__nav {
  padding: 0;
  display: block;
  margin-top: 15px;
}
.testing__nav-item {
  display: inline-block;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 2px;
  margin-right: 5px;
  margin-bottom: 7px;
  border: 1px solid #2f8dce;
}
.testing__nav-item:last-child {
  margin-right: 0;
}
.testing__nav-item:hover {
  opacity: 0.7;
}
.testing__nav-item--active {
  background-color: #2f8dce;
  color: #fff;
}
.testing__nav-item--active:hover {
  opacity: 1;
}
.testing__nav-item--miss {
  border: 1px solid #e1ad47;
}
.testing__nav-item--miss a {
  color: #e1ad47;
}
.testing__nav-item--answered {
  border: 1px solid #c8c8c8;
  color: #c8c8c8;
}
.testing__nav-item--answered:hover {
  opacity: 1;
}
.testing__nav-item--answered-editable {
  border: 1px solid #c15bc8;
  color: #c15bc8;
}
.testing__nav-item--answered-editable:hover {
  opacity: 1;
}
.testing__nav-item--answered-editable a {
  color: #c15bc8;
}
.testing__timer-setup {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.testing__timer-setup-item {
  font-size: 14px;
  width: 75px;
  padding: 8px 14px;
  margin-right: 10px;
  text-align: center;
}
.testing__timer-setup-item:last-of-type {
  margin-right: 20px;
}
.testing__timer-setup-item::-webkit-inner-spin-button {
  margin-right: -14px;
  z-index: 10;
}
.testing__timer-setup-text {
  font-size: 14px;
  line-height: 1.2;
  color: #949494;
  margin: 0;
  width: 185px;
}
.testing__row {
  margin-bottom: 25px;
}
.testing__panel-title {
  line-height: 42px;
  margin-left: 20px;
  width: 420px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
.testing__panel-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 42px;
  background: linear-gradient(to right, transparent, #f5f5f5 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
.testing__editor-title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.testing__editor-textarea {
  font-size: 14px;
}
.testing__answer {
  margin-bottom: 10px;
  font-size: 0;
}
.testing__answer-text {
  width: 280px;
  margin-right: 10px;
  font-size: 14px;
}
.testing__answer-free {
  width: 326px;
  font-size: 14px;
  margin-right: 10px;
}
.testing__answer-control {
  width: 34px;
  height: 34px;
  padding: 0 6px;
  margin-right: 10px;
  text-align: center;
  font-size: 12px;
  display: none;
}
.testing__answer-control svg {
  width: 14px;
  height: 32px;
}
.testing__answer-control--right {
  display: inline-block;
}
.testing__answer-control--right svg {
  fill: #40a640;
}
.testing__answer-control--right ~ [data-btn=weight] {
  display: inline-block;
}
.testing__edit-footer {
  text-align: center;
  margin-bottom: 100px;
}
.testing__add-question {
  margin-bottom: 30px;
}
.testing .panel {
  margin-bottom: 30px;
}
.testing [data-btn=delete] {
  display: none;
}
.testing__question-audio {
  width: 100%;
}

/* tooltip */
.tooltip.left .tooltip-arrow {
  border-left-color: rgba(0, 0, 0, 0.7);
}
.tooltip.right .tooltip-arrow {
  border-right-color: rgba(0, 0, 0, 0.7);
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.7);
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}

.tooltip-inner {
  background-color: rgba(0, 0, 0, 0.7);
}

/* mce */
.mce-panel {
  border-color: #e2e2e2 !important;
}

.mce-container {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.mce-container iframe {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

div.mce-edit-area.mce-container {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.mce-container-body {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.mce-tinymce {
  width: 99.9% !important;
}

.mce-content-body {
  font-size: 14px !important;
  padding: 15px !important;
}

/* interests */
.interests-wrapper .accordion {
  margin: 0 !important;
}

.interests {
  position: relative;
}
.interests__tree {
  display: none;
  position: absolute;
  left: -540px;
  top: -125px;
  z-index: 100501;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.3);
}
.interests__tree h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.interests__tree:after {
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  display: block;
  background-color: #fff;
  position: absolute;
  right: -7px;
  top: 133px;
  z-index: 0;
}
.interests__tree--right {
  right: -540px;
  left: auto;
}
.interests__tree--right:after {
  left: -7px;
  right: auto;
}
.interests__tree-wrapper {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 20px;
  min-height: 440px;
  width: 470px;
  overflow-y: overlay;
}
.interests__tree-save {
  margin-top: 20px;
  text-align: center;
  position: relative;
}
.interests__tree-save a {
  position: absolute;
  left: 0;
  top: 7px;
}
.interests__tree-save input[type=submit] {
  padding-right: 50px;
  padding-left: 50px;
}
.interests__btn {
  position: relative;
  margin: 0;
}
.interests__btn--checked:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: -5px;
  top: -5px;
  display: block;
  border-radius: 50%;
  background-color: #40a640;
}
.interests__btn svg {
  position: absolute;
  width: 8px;
  height: 8px;
  fill: #2f8dce;
  right: 10px;
  top: 14px;
}
.interests__fog {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100500;
}

/* user-list */
.user-list {
  margin-bottom: 30px;
}
.user-list__item {
  transition-duration: 0.1s;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.user-list__item:hover {
  background-color: #f2f2f2;
}
.user-list__item .close {
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
  margin-top: 14px;
}
.user-list__item .close:hover {
  outline: none;
}
.user-list__photo {
  width: 50px;
  height: 50px;
}
.user-list__name {
  margin-left: 20px;
}
.user-list__link {
  text-align: center;
}

/* dialogs */
/* contact-list */
/* .contact-list */
.contact-list .media .media-body {
  font-size: 16px;
  overflow: initial;
  padding: 0;
  vertical-align: middle;
}
.contact-list__row {
  border-top: 1px solid #e2e2e2;
  cursor: pointer;
  margin: 0;
  padding: 15px 0;
}
.contact-list__row:hover, .contact-list__row--unread {
  background-color: #F5F9FD;
}
.contact-list__picture {
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  margin-top: 5px;
}
.contact-list__picture img {
  max-width: 100%;
  height: auto;
}
.contact-list__name {
  font-size: 14px;
  line-height: 17px;
}
.contact-list__description {
  margin-top: 5px;
}
.contact-list__time, .contact-list__status {
  font-size: 13px;
  color: #949494;
}
.contact-list__close {
  display: none;
  font-size: 20px;
  color: #353535;
  float: right;
}
.contact-list__close:hover {
  color: #de5e59;
}
.contact-list__row:hover .contact-list__close {
  display: block;
}
.contact-list__author {
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.contact-list__author img {
  max-width: 100%;
  height: auto;
}
.contact-list__text {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  color: #2f8dce;
  max-height: 35px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.contact-list__inner {
  padding: 15px;
  height: 60px;
}
.contact-list__inner--unread {
  background-color: #e8f1fa;
}
.contact-list__inner .media .media-body {
  vertical-align: top;
}

/* file-list */
.file-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.file-list__in-middle {
  margin-top: 5px;
}
.file-list__file {
  margin: 0 0 5px 0;
  position: relative;
}
.file-list__file:last-child {
  margin: 0;
}
.file-list__file svg {
  height: 13px;
  width: 10px;
  fill: #bfbfbf;
  margin-top: 4px;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.file-list__file-name {
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #277dc6;
}
.file-list__file-delete {
  display: none;
  color: #de5e59;
  font-size: 13px;
  line-height: 24px;
  position: absolute;
  right: 20px;
  top: 0;
  background-color: #fff;
}
.file-list__file-delete:hover, .file-list__file-delete:active, .file-list__file-delete:focus, .file-list__file-delete:active:hover {
  color: #de5e59;
}
.file-list__file-delete:after {
  content: "";
  height: 24px;
  width: 15px;
  position: absolute;
  left: -15px;
  top: 0;
  background: linear-gradient(to right, transparent, #fff 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
.file-list__file-delete--grey {
  background-color: #f7f7f7;
}
.file-list__file-delete--grey:after {
  background: linear-gradient(to right, transparent, #f7f7f7 100%);
}

/* delete */
.delete {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  width: 10px;
  height: 10px;
  position: relative;
  margin-top: -10px;
  margin-right: -10px;
}
.delete svg {
  fill: #b7b7b7;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.delete:hover svg {
  fill: #353535;
}
.delete:focus {
  outline: none;
}
.delete--event-modal, .delete--modal {
  margin: 0;
}
.delete--event-modal svg, .delete--modal svg {
  fill: #6fadd5;
  width: 16px;
  height: 16px;
  transition-duration: 0.1s;
}
.delete--event-modal:hover svg, .delete--modal:hover svg {
  fill: #fff;
}

[class$="--narrow"] > .delete {
  margin-right: -20px;
  margin-top: 6px;
}

/* date */
.date-box {
  color: #fff;
  background-color: #0f76b9;
  border-radius: 3px;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.date-box__day {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.date-box__month {
  font-size: 12px;
  line-height: 1;
}

/* pill */
.pill {
  border: 1px solid #2f8dce;
  border-radius: 3px;
  display: inline-flex;
}
.pill__item {
  font-size: 14px;
  line-height: 14px;
  padding: 6px 19px;
}
.pill__item:hover, .pill__item:hover:active, .pill__item:focus {
  opacity: 0.7;
  text-decoration: none;
  outline: none;
}
.pill__item--active {
  background-color: #2f8dce;
  color: #ffffff;
}
.pill__item--active:hover, .pill__item--active:hover:active, .pill__item--active:focus {
  background-color: #2f8dce;
  color: #ffffff;
  opacity: 1;
}

.status-pill {
  display: inline-block;
  border-radius: 13px;
  vertical-align: middle;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 11px;
}
.status-pill--blue {
  background: #2f8dce;
}
.status-pill--green {
  background: #3ebe65;
}

/* pins */
.pin {
  color: #353535;
}
.pin__title {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 15px;
}
.pin__cell, .pin--size {
  width: 48%;
}
.pin--sizex2 {
  width: 100%;
}
.pin--sizex2 .pin__title {
  text-align: left;
}
.pin--gutter-size {
  width: 4%;
}
.pin__section {
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
.pin__section--info {
  border-color: #97c5e9;
  color: #31708f;
  background-color: #d9edf7;
  padding: 10px 15px;
  margin-top: 0;
}
.pin__section--info .pin__subject {
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  width: 235px;
  margin: 0 auto;
}
.pin__item {
  border-bottom: 1px solid #e2e2e2;
}
.pin__item:last-of-type {
  border-bottom: none;
}
.pin__item:last-child .pin__content {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pin__item:last-child .pin__content:hover {
  border-radius: 0;
}
.pin__item:first-child .pin__content {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.pin__item:first-child .pin__content:hover {
  border-radius: 0;
}
.pin__content {
  padding: 15px 15px 13px 15px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.pin__content:hover {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.16), -1px 0px 0px 0px #fff, 1px 0px 0px 0px #fff;
  transform: translatey(-2px);
  z-index: 101;
}
.pin__content:hover .pin__edit {
  display: block;
}
.pin__content:hover .pin__info {
  color: #353535;
}
.pin__content--important {
  box-shadow: inset 3px 0 0 0 #f5d982, -1px 0px 0px 0px #f5d982;
}
.pin__content--important:hover {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.16), inset 3px 0 0 0 #f5d982, -1px 0px 0px 0px #f5d982, 1px 0px 0px 0px #fff;
}
.pin__subject {
  font-size: 16px;
}
.pin__info {
  display: flex;
  flex-wrap: wrap;
  color: #949494;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 3px;
}
.pin__time, .pin__place {
  margin-right: 3px;
}
.pin--where .pin__theme {
  display: none;
}
.pin--topic .pin__place {
  display: none;
}
.pin__cell--error .pin__title {
  color: #de5e59;
}
.pin__cell--error .pin__section {
  border-color: #de5e59;
}
.pin__edit {
  float: right;
  margin-top: -5px;
  margin-right: -5px;
  width: 16px;
  height: 16px;
  display: none;
}
.pin__edit svg {
  fill: #2f8dce;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.pin__edit:hover {
  opacity: 0.7;
}
.pin__edit--forbidden svg {
  fill: #d6e8f5;
}
.pin__edit--forbidden:hover {
  opacity: 1;
}
.pin__add .pin__content {
  border-radius: 3px;
}
.pin__add .pin__content:hover {
  box-shadow: none;
  transform: translatey(0);
}
.pin__new, .ep-program__new {
  border-radius: 3px;
  border: 2px dashed #2f8dce;
  height: 46px;
}
.pin__new svg, .ep-program__new svg {
  fill: #2f8dce;
  width: 12px;
  height: 44px;
  vertical-align: middle;
}
.pin__new:hover, .ep-program__new:hover, .pin__new:active, .ep-program__new:active, .pin__new:focus, .ep-program__new:focus, .pin__new:active:hover {
  background-color: #fff;
  border-radius: 3px;
  border: 2px dashed #2f8dce;
}
.pin__new:hover svg, .ep-program__new:hover svg {
  opacity: 0.7;
}
.pin__control {
  height: 22px;
  float: right;
}

/* event-modal */
.event-modal__content {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  border: none;
}
.event-modal__body {
  width: 75%;
  padding: 30px;
}
.event-modal__title {
  font-size: 24px;
  line-height: 29px;
  margin: 10px 0;
}
.event-modal__description {
  margin-bottom: 40px;
}
.event-modal__sidebar {
  width: 25%;
  background-color: #2f8dce;
  color: #fff;
  padding: 20px;
}
.event-modal__sidebar__title {
  line-height: 29px;
  margin: 10px 0;
  display: none;
  font-size: 20px;
  border-bottom: 1px solid #569ccc;
  padding-bottom: 30px;
}
.event-modal__sidebar-title {
  margin-top: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 12px;
  line-height: 1;
}
.event-modal__sidebar-title:first-child {
  margin-top: 70px;
}
.event-modal__sidebar-text {
  line-height: 1.2;
}
.event-modal__dialog {
  width: 940px;
}

@media (max-width: 1149px) {
  .event-modal__dialog {
    width: 100%;
    margin: 0 !important;
  }
  .event-modal__content {
    flex-direction: column-reverse;
    border-radius: 0;
  }
  .event-modal__content .delete svg {
    fill: white;
  }
  .event-modal__body, .event-modal__sidebar {
    width: 100%;
  }
  .event-modal__body h3, .event-modal__sidebar h3 {
    font-size: 18px;
  }
  .event-modal__body {
    padding: 0 15px 30px;
  }
  .event-modal__sidebar-title:first-child {
    margin-top: 30px;
  }
  .event-modal__sidebar__item {
    width: 50%;
    float: left;
  }
  .event-modal__sidebar__title {
    display: block;
  }
}
@media (max-width: 767px) {
  .event-modal__sidebar__item {
    width: 100%;
  }
  .event-modal__sidebar__item--time {
    width: 50%;
  }
}

/* user-card */
.user-card {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.user-card__btn {
  display: none;
}
.user-card:last-child {
  margin-bottom: 0;
}
.user-card__avatar {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.user-card__avatar img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}
.user-card__avatar.user-card__avatar--online {
  position: relative;
}
.user-card__avatar.user-card__avatar--online:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #47cd70;
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.user-card__name {
  font-size: 16px;
  line-height: 1.2;
  margin-left: 15px;
  display: block;
}
.user-card__info {
  font-size: 13px;
  color: #959595;
  margin-left: 15px;
}
.user-card__details {
  width: 66.6%;
}
.user-card__info {
  display: none;
}
.user-card--small {
  font-size: 14px;
  background-color: #f7f7f7;
  border-radius: 3px;
  line-height: 36px;
  padding: 0 10px;
  border: 1px solid #e2e2e2;
  display: flex;
  justify-content: space-between;
}
.user-card--small:last-child {
  margin-bottom: 10px;
}
@media (max-width: 1149px) {
  .user-card__btn {
    float: right;
    width: 30px;
    height: 20px;
    background: transparent;
    margin-right: 23px;
    outline: none;
    border: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22408%22%20height%3D%22408%22%20viewBox%3D%220%200%20408%20408%22%20fill%3D%22%23dfdfdf%22%3E%3Cpath%20d%3D%22M51%20153c-28.05%200-51%2022.95-51%2051s22.95%2051%2051%2051%2051-22.95%2051-51-22.95-51-51-51zm306%200c-28.05%200-51%2022.95-51%2051s22.95%2051%2051%2051%2051-22.95%2051-51-22.95-51-51-51zm-153%200c-28.05%200-51%2022.95-51%2051s22.95%2051%2051%2051%2051-22.95%2051-51-22.95-51-51-51z%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
    position: absolute;
    right: 0;
    display: block;
  }
  .user-card__info {
    display: block;
  }
}
@media (max-width: 767px) {
  .user-card__info, .user-card__btn {
    display: none;
  }
}

/* user-line */
.user-line {
  display: flex;
  align-items: center;
  height: 50px;
}
.user-line__item {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  overflow: hidden;
  margin-right: 30px;
}
.user-line__item img {
  max-width: 100%;
  height: auto;
}
.user-line__item:nth-child(7n+1) {
  display: none;
}
.user-line__item:hover {
  opacity: 0.7;
}
.user-line__more {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #2f8dce;
  text-align: center;
}
.user-line__more svg {
  width: 22px;
  height: 48px;
  fill: #2f8dce;
}
.user-line__more:hover {
  opacity: 0.7;
}

/* editor */
.editor {
  position: relative;
}
.editor__window {
  width: 100%;
  min-height: 300px;
}
.editor__window--large {
  min-height: 1550px;
}
.editor__mode {
  position: absolute;
  margin: 0;
  right: 10px;
  top: 10px;
  z-index: 10;
  font-size: 12px;
  background-color: rgba(131, 220, 224, 0.6);
}

/* video */
.video {
  text-align: center;
  background: #000;
}
.video iframe {
  border: 0;
  width: 853px;
  height: 480px;
  vertical-align: middle;
}
.video__open {
  display: block;
  position: relative;
}
.video__open img {
  width: 100%;
  height: auto;
}
.video__open:after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  opacity: 0;
}
.video__open:before {
  content: "";
  display: block;
  height: 40px;
  width: 46px;
  border-left: 40px solid #fff;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  position: absolute;
  left: 52%;
  top: 49%;
  transform: translate(-50%, -48%);
  z-index: 3;
  opacity: 0;
}
.video__open:hover:after {
  opacity: 1;
  transition-duration: 0.2s;
}
.video__open:hover:before {
  opacity: 1;
  transition-duration: 0.2s;
}
.video__open--lg {
  width: 455px;
}
.video__open--md {
  width: 290px;
}
.video__open--md:before {
  left: 53%;
}
.video__open--xs {
  width: 210px;
}
.video__open--xs:before {
  left: 54%;
}
.video__timer {
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 3px;
  padding: 5px 10px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}

/* ep-builder */
/*==============================
=            Places            =
==============================*/
.ep-builder__header {
  font-size: 0;
}
.ep-builder__header a {
  font-size: 16px;
}
.ep-builder__title {
  display: inline-block;
  margin-top: 75px;
  margin-bottom: 45px;
  margin-right: 20px;
  font-size: 26px;
}
.ep-builder__menu {
  padding: 20px;
  display: flex;
  align-content: center;
  box-shadow: 0 0 55px 5px rgba(51, 61, 81, 0.2);
  border-radius: 10px;
}
.ep-builder__menu-item {
  color: #353535;
  border-radius: 5px;
  height: 133px;
  width: 133px;
  position: relative;
  list-style: none;
  margin-right: 59px;
  text-align: center;
}
.ep-builder__menu-item:last-child {
  margin-right: 0;
}
.ep-builder__menu-item:hover, .ep-builder__menu-item:active, .ep-builder__menu-item:focus, .ep-builder__menu-item:hover:active {
  text-decoration: none;
}
.ep-builder__menu-item:hover {
  transition-duration: 0.2s;
}
.ep-builder__menu-item:hover .ep-builder__menu-icon {
  transition-duration: 0.2s;
  fill: #2f8dce;
}
.ep-builder__menu-item p {
  margin: 0;
  margin-top: 10px;
  line-height: 1;
}
.ep-builder__menu-item--active {
  background-color: #2f8dce;
  color: #fff;
}
.ep-builder__menu-item--active:hover, .ep-builder__menu-item--active:active, .ep-builder__menu-item--active:focus, .ep-builder__menu-item--active:hover:active {
  color: #fff;
}
.ep-builder__menu-item--active:hover .ep-builder__menu-icon, .ep-builder__menu-item--active:active .ep-builder__menu-icon, .ep-builder__menu-item--active:focus .ep-builder__menu-icon, .ep-builder__menu-item--active:hover:active .ep-builder__menu-icon {
  fill: #fff;
}
.ep-builder__menu-item--active:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-color: #2f8dce;
  transform: rotate(45deg);
  position: absolute;
  bottom: -5px;
  left: 60px;
}
.ep-builder__menu-item--active .ep-builder__menu-icon {
  fill: #fff;
}
.ep-builder__menu-icon {
  margin-top: 30px;
  width: 30px;
  height: 45px;
  fill: #c5d3e3;
}
.ep-builder__menu-icon--mic {
  width: 60px;
}
.ep-builder__menu-icon--events {
  width: 53px;
}
.ep-builder__menu-icon--programs {
  width: 43px;
}
.ep-builder__menu-icon--lock {
  width: 27px;
  margin-top: 27px;
}
.ep-builder__menu-direction {
  width: 15px;
  height: 15px;
  transform: rotate(-90deg);
  fill: #c5d3e3;
  margin: 0;
  position: absolute;
  right: -39px;
  top: 59px;
  pointer-events: none;
}
.ep-builder__content-header {
  font-size: 0;
  margin-bottom: 40px;
  margin-top: 25px;
}
.ep-builder__content-header .btn-forward {
  float: right;
  margin-top: 40px;
  margin-right: 0;
}
.ep-builder__content-header .search-block {
  margin-bottom: -10px;
}
.ep-builder__content-heading {
  margin-top: 45px;
  margin-bottom: 25px;
  display: inline-block;
}
.ep-builder__modal-heading {
  margin: 10px 0 20px 0;
}
.ep-builder__help {
  margin-bottom: 25px;
  line-height: 1;
}
.ep-builder__content {
  margin-top: 20px;
}

/* ep-places */
.ep-places__empty-list, .ep-places__list {
  position: relative;
  padding-top: 30px;
}
.ep-places__empty-help {
  width: 400px;
  text-align: center;
  color: #99b2cc;
  position: absolute;
  right: 107px;
  top: -12px;
}
.ep-places__empty-help p {
  margin: 0;
  line-height: 22px;
}
.ep-places__empty-help svg {
  margin-top: 20px;
  margin-left: -20px;
  height: 85px;
  width: 80px;
  fill: #99b2cc;
  transform: rotate(-90deg);
}
.ep-places__empty-item, .ep-places__item {
  margin-bottom: 70px;
}
.ep-places__name {
  margin-top: 0;
  margin-bottom: 25px;
}
.ep-places__help-modal {
  color: #99b2cc;
  text-align: center;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 100px;
}
.ep-places__item-modal {
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  padding: 15px;
  margin-bottom: 10px;
}
.ep-places__item-modal:last-child {
  margin-bottom: 0;
}
.ep-places__item-modal--exist {
  background-color: #f5f5f5;
}
.ep-places__item-modal--exist .ep-builder__modal-place-address {
  margin: 0;
}
.ep-places__item-modal--exist button {
  display: none;
}
.ep-places__name-modal {
  font-size: 16px;
  line-height: 22px;
}
.ep-places__address-modal {
  font-size: 14px;
  line-height: 1;
  color: #949494;
}
.ep-places__item .table > tbody {
  border-bottom: 1px solid #e2e2e2;
}
.ep-places__item .table > tbody > tr > td {
  padding: 15px 0;
  line-height: 22px;
  border-color: #e2e2e2;
}
.ep-places__item .table > tbody > tr > td:first-child {
  padding-right: 15px;
  width: 410px;
}
.ep-places__item .table > tbody > tr > td:nth-child(2) {
  padding: 0 15px;
  width: 410px;
}
.ep-places__item .table > tbody > tr > td:last-child {
  padding-left: 15px;
  width: 130px;
}
.ep-places__empty-item .table > tbody {
  border-top: none;
}
.ep-places__empty-item .table > tbody > tr:first-child td {
  border: none;
}
.ep-places__empty-item .table > tbody > tr > td {
  padding: 15px 0;
  line-height: 22px;
  border-color: #e2e2e2;
}
.ep-places__empty-item .table > tbody > tr > td:first-child {
  width: 30px;
}
.ep-places__empty-item .table > tbody > tr > td:nth-child(2) {
  padding-right: 15px;
  width: 470px;
}
.ep-places__empty-item .table > tbody > tr > td:last-child {
  padding-left: 15px;
  width: 320px;
}

/* ep-speakers */
.ep-speakers__empty {
  margin-bottom: 200px;
}
.ep-speakers__empty-help {
  margin: 0 auto;
  text-align: center;
  color: #99b2cc;
}
.ep-speakers__empty-help svg {
  margin-right: 25px;
  height: 85px;
  width: 80px;
  fill: #99b2cc;
  display: inline-block;
  vertical-align: top;
}
.ep-speakers__empty-help p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-top: 35px;
  width: 300px;
}
.ep-speakers__list {
  margin-bottom: 55px;
}
.ep-speakers__speaker-add-about {
  display: none;
}
.ep-speakers__item {
  background-color: #fff;
  padding: 15px;
  padding-right: 30px;
}
.ep-speakers__item .collection-item__delete {
  margin-top: 0px;
  margin-right: -10px;
}
.ep-speakers__item--empty .ep-speakers__add-about {
  display: inline-block;
}
.ep-speakers__item--empty .ep-speakers__edit {
  display: none;
}
.ep-speakers__item--empty .ep-speakers__about {
  display: none;
}
.ep-speakers__item--empty .ep-speakers__info {
  justify-content: space-between;
}
.ep-speakers__item--nolinks .ep-speakers__edit {
  display: none;
}
.ep-speakers__item--nolinks .ep-speakers__add-about {
  display: none;
}
.ep-speakers__item--nolinks .ep-speakers__about {
  margin-bottom: 0;
}
.ep-speakers__item--nolinks .ep-speakers__about:empty {
  margin: 0;
}
.ep-speakers__header {
  display: flex;
}
.ep-speakers__avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 3px;
  background: transparent url("../img/user-av-s.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}
.ep-speakers__avatar img {
  max-width: 100%;
  height: auto;
}
.ep-speakers__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
}
.ep-speakers__name {
  margin: 0;
}
.ep-speakers__about {
  margin-top: 15px;
}

/* ep-event*/
.ep-event__help {
  margin: 0 auto;
  text-align: center;
  color: #99b2cc;
  position: relative;
  margin-bottom: 200px;
}
.ep-event__help svg {
  height: 85px;
  width: 80px;
  fill: #99b2cc;
  position: absolute;
  left: 70px;
  bottom: -3px;
}
.ep-event__help p {
  margin: 0;
}
.ep-event__help-time {
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-top: 10px;
}
.ep-event__help-text {
  width: 400px;
  margin: 0 auto;
}
.ep-event__content {
  margin-bottom: 200px;
}
.ep-event__btn-back, .ep-program__btn-back {
  color: #277dc6;
}
.ep-event__btn-back svg, .ep-program__btn-back svg {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  fill: #277dc6;
}
.ep-event__btn-back span, .ep-program__btn-back span {
  display: inline-block;
  vertical-align: middle;
}
.ep-event__new-submit {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ep-event__new-name {
  min-height: 70px;
  resize: none;
}
.ep-event__new-about {
  min-height: 150px;
  resize: none;
}
.ep-event__heading {
  margin-top: 55px;
}
.ep-event__header, .ep-program__header {
  margin-top: 50px;
}
.ep-event__contributors.table > tbody,
.ep-event__contributors .table > tbody {
  border-top: none;
}
.ep-event__contributors.table > thead > tr:first-child td, .ep-event__contributors.table > thead > tr:first-child th,
.ep-event__contributors .table > thead > tr:first-child td,
.ep-event__contributors .table > thead > tr:first-child th {
  border: none;
}
.ep-event__contributors.table > thead > tr > th,
.ep-event__contributors.table > tbody > tr > td,
.ep-event__contributors .table > thead > tr > th,
.ep-event__contributors .table > tbody > tr > td {
  padding: 15px 0;
  line-height: 22px;
  border-color: #e2e2e2;
}
.ep-event__contributors.table > thead > tr > th:first-child,
.ep-event__contributors.table > tbody > tr > td:first-child,
.ep-event__contributors .table > thead > tr > th:first-child,
.ep-event__contributors .table > tbody > tr > td:first-child {
  width: 45px;
}
.ep-event__contributors.table > thead > tr > th:nth-child(2),
.ep-event__contributors.table > tbody > tr > td:nth-child(2),
.ep-event__contributors .table > thead > tr > th:nth-child(2),
.ep-event__contributors .table > tbody > tr > td:nth-child(2) {
  padding-right: 15px;
  width: 360px;
}
.ep-event__contributors.table > thead > tr > th:last-child,
.ep-event__contributors.table > tbody > tr > td:last-child,
.ep-event__contributors .table > thead > tr > th:last-child,
.ep-event__contributors .table > tbody > tr > td:last-child {
  padding-left: 15px;
  width: 535px;
}
.ep-event__participants .table > tbody {
  border-top: none;
}
.ep-event__participants .table > thead > tr:first-child td, .ep-event__participants .table > thead > tr:first-child th {
  border: none;
}
.ep-event__participants .table > thead > tr > th,
.ep-event__participants .table > tbody > tr > td {
  padding: 15px 0;
  line-height: 22px;
  border-color: #e2e2e2;
}
.ep-event__participants .table > thead > tr > th:first-child,
.ep-event__participants .table > tbody > tr > td:first-child {
  width: 45px;
}
.ep-event__participants .table > thead > tr > th:nth-child(2),
.ep-event__participants .table > tbody > tr > td:nth-child(2) {
  padding-right: 15px;
  width: 195px;
}
.ep-event__participants .table > thead > tr > th:last-child,
.ep-event__participants .table > tbody > tr > td:last-child {
  padding-left: 15px;
  width: 700px;
}
.ep-event__add-participants.table > tbody {
  border-top: none;
}
.ep-event__add-participants.table > thead > tr:first-child td, .ep-event__add-participants.table > thead > tr:first-child th {
  border: none;
}
.ep-event__add-participants.table > thead > tr > th,
.ep-event__add-participants.table > tbody > tr > td {
  padding: 15px 0;
  line-height: 22px;
  border-color: #e2e2e2;
}
.ep-event__add-participants.table > thead > tr > th:first-child,
.ep-event__add-participants.table > tbody > tr > td:first-child {
  width: 45px;
}
.ep-event__add-participants.table > thead > tr > th:nth-child(2),
.ep-event__add-participants.table > tbody > tr > td:nth-child(2) {
  padding-right: 15px;
  width: 910px;
}
.ep-event__contributors-delete, .ep-event__participants-delete {
  margin-top: 50px;
}
.ep-event__places-list .form-group {
  margin: 0;
}
.ep-event__places-list .form__label {
  margin: 0;
}
.ep-event__speaker {
  float: left;
  width: 423px;
  margin-right: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  padding: 15px;
  position: relative;
}
.ep-event__speaker:nth-child(2n) {
  margin-right: 0;
}
.ep-event__speaker svg {
  width: 12px;
  height: 12px;
  fill: #2f8dce;
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}
.ep-event__speaker:hover {
  border-color: #a2c8e2;
  cursor: pointer;
}
.ep-event__speaker:hover .speaker_plus {
  display: block;
}
.ep-event__speaker--added {
  background-color: #f4f9fd;
  border-color: #a2c8e2;
}
.ep-event__speaker--added .speaker_plus {
  display: none;
}
.ep-event__speaker--added .speaker_added {
  display: block;
}
.ep-event__speaker--added:hover .speaker_added {
  display: none;
}
.ep-event__speaker--added:hover svg {
  transform: rotate(45deg);
}
.ep-event__speaker-avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 3px;
  background: transparent url("../img/user-av-s.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}
.ep-event__speaker-avatar img {
  max-width: 100%;
  height: auto;
}
.ep-event__speaker-name {
  margin: 0;
  margin-left: 15px;
  font-size: 16px;
  line-height: 18px;
}
.ep-event__speakers-list:after, .ep-event__speakers-list:before {
  content: "";
  display: table;
  clear: both;
}
.ep-event__nav:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e2e2e2;
}

/* ep-program*/
.ep-program__help {
  margin: 0 auto;
  text-align: center;
  color: #99b2cc;
  position: relative;
  margin-top: 80px;
  margin-bottom: 200px;
}
.ep-program__help svg {
  height: 85px;
  width: 80px;
  fill: #99b2cc;
  position: absolute;
  left: 70px;
  bottom: -10px;
}
.ep-program__help p {
  margin: 0;
}
.ep-program__help-text {
  width: 400px;
  margin: 0 auto;
}
.ep-program__panel-status {
  display: flex;
  justify-content: space-between;
}
.ep-program__heading {
  margin-top: 25px;
  margin-bottom: 25px;
}
.ep-program__content-heading {
  margin-top: 55px;
  margin-bottom: 25px;
}
.ep-program__nav {
  margin-top: 25px;
  border-bottom: 1px solid #e2e2e2;
}
.ep-program__nav--spacer {
  border-bottom: none;
}
.ep-program__nav--spacer:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e2e2e2;
}
.ep-program__tab {
  padding-top: 30px;
}
.ep-program__tab .pin__section {
  margin: 0;
}
.ep-program__tab-help {
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  color: #99b2cc;
  width: 400px;
}
.ep-program__content {
  margin-bottom: 200px;
}
.ep-program__new-submit {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ep-program__events {
  margin-bottom: 200px;
}
.ep-program__events-item {
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  padding: 15px;
  position: relative;
}
.ep-program__events-item svg {
  width: 12px;
  height: 12px;
  fill: #2f8dce;
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}
.ep-program__events-item:hover {
  border-color: #a2c8e2;
  cursor: pointer;
}
.ep-program__events-item:hover .event_plus {
  display: block;
}
.ep-program__events-item--added {
  background-color: #f4f9fd;
  border-color: #a2c8e2;
}
.ep-program__events-item--added .event_plus {
  display: none;
}
.ep-program__events-item--added .event_added {
  display: block;
}
.ep-program__events-item--added:hover .event_added {
  display: none;
}
.ep-program__events-item--added:hover svg {
  transform: rotate(45deg);
}
.ep-program__event-important, .ep-program__event-obvious {
  margin-right: 30px;
  font-size: 14px;
  line-height: 1;
}
.ep-program__event-pin .pin__control {
  margin-top: -8px;
}
.ep-program__event-pin:last-child .pin__content:hover {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ep-program__event-pin:first-child .pin__content:hover {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ep-program__event-pin .pin__content {
  cursor: default;
}
.ep-program__event-pin .pin__content a {
  display: none;
}
.ep-program__event-pin .pin__content:hover {
  box-shadow: none;
  transform: none;
  z-index: initial;
}
.ep-program__event-pin .pin__content:hover .pin__info {
  color: #949494;
}
.ep-program__event-pin .pin__content:hover .close {
  display: inline-block;
}
.ep-program__event-pin .pin__content:hover .ep-program__event-important {
  display: inline-block;
}
.ep-program__event-pin .pin__content--important:hover {
  box-shadow: inset 3px 0 0 0 #f5d982, -1px 0px 0px 0px #f5d982;
}
.ep-program__event-pin .pin__content--important:hover .ep-program__event-obvious {
  display: inline-block;
}
.ep-program__event-pin .pin__content--important:hover .ep-program__event-important {
  display: none;
}
.ep-program__event-pin .pin__content--gold:hover {
  box-shadow: inset 3px 0 0 0 #f5d982, -1px 0px 0px 0px #f5d982;
}

/* modal */
.modal-header, .modal-footer {
  background-color: #f8f8f8;
}
.modal--video {
  width: 853px;
  margin-top: 130px;
}
.modal--video .modal-content {
  border-radius: 0;
}
.modal--video .modal-body {
  padding: 0;
}
.modal--video .delete--modal {
  position: absolute;
  top: 5px;
  right: -20px;
}
.modal--video .delete--modal svg {
  fill: #e2e2e2;
}
.modal--video .delete--modal:hover svg {
  fill: #fff;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin-top: 130px;
  }

  .modal-xl {
    width: 940px;
  }

  .modal-large .modal-header,
.modal-large .modal-body {
    padding: 30px;
  }
  .modal-large .modal-footer {
    padding: 20px 30px;
  }
  .modal-large .modal-title {
    font-size: 24px;
    line-height: 1;
  }
  .modal-large .ep-event__speakers-list {
    padding-bottom: 0;
  }

  .modal-noborder .modal-header {
    padding-bottom: 0;
    border: none;
  }
  .modal-noborder .modal-footer {
    padding-top: 0;
    border: none;
  }
}
@media (max-width: 1149px) {
  .modal-title--docs {
    line-height: 29px;
    margin: 10px 0;
    font-size: 20px;
  }
  .modal-dialog--docs {
    margin: 0;
    width: 100%;
  }
  .modal-content--docs {
    border-radius: 0;
    border-top: none;
  }
  .modal-header--docs {
    background-color: #2f8dce;
    color: #fff;
    padding: 20px;
    border-bottom: none;
  }
  .modal-header .delete--docs {
    margin: 0;
  }
  .modal-header .delete svg {
    width: 16px;
    height: 16px;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    fill: white;
  }
}
/* modal */
.panel__title {
  line-height: 42px;
  margin: 0;
  margin-left: 20px;
  position: relative;
  width: 45%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.panel__title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 42px;
  background: linear-gradient(to right, transparent, #f5f5f5 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
.panel__title--short {
  width: 200px;
}
.panel__controls {
  float: right;
}
.panel__controls svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.panel__controls .section-controls__item {
  line-height: 42px;
  display: inline-block;
  width: 42px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #e2e2e2;
}
.panel__controls .section-controls__item--delete svg {
  fill: #de5e59;
}
.panel__controls .section-controls__item--rollup {
  margin: 0;
  cursor: pointer;
}
.panel__controls .section-controls__item--rollup svg {
  fill: #949494;
}
.panel__controls .section-controls__item--rollup input {
  display: none;
}
.panel__controls .section-controls__item--rollup input ~ .icon-open {
  display: none;
}
.panel__controls .section-controls__item--rollup input:checked ~ .icon-closed {
  display: none;
}
.panel__controls .section-controls__item--rollup input:checked ~ .icon-open {
  display: inline-block;
}
.panel--danger {
  border: 1px solid #de5e59;
}
.panel .panel-body {
  padding: 30px;
}
.panel .panel-heading {
  position: relative;
}
.panel .panel-heading__move {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 12px;
  margin: auto;
  cursor: move;
}
.panel .panel-heading__move svg {
  width: 30px;
  height: 12px;
  vertical-align: top;
  fill: #d4d4d4;
}
.panel .panel-heading--movable {
  padding: 0;
}

/* delete-verify */
.delete-verify {
  float: right;
  width: 10px;
  height: 10px;
  position: relative;
}
.delete-verify a {
  width: 10px;
  height: 10px;
  display: block;
  position: relative;
}
.delete-verify a svg {
  fill: #b7b7b7;
  width: 10px;
  height: 10px;
  vertical-align: top;
}
.delete-verify__overlay {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 11;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: transparent;
}
.delete-verify__confirm {
  display: none;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 20px;
  left: -95px;
  width: 190px;
  z-index: 12;
}
.delete-verify__confirm a {
  height: auto;
  width: auto;
  line-height: 38px;
}
.delete-verify__confirm:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -3px;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  z-index: 9;
  background-color: #fff;
}
.delete-verify:hover svg {
  fill: #353535;
}

/* event-header */
.event-header {
  margin-bottom: 40px;
}
.event-header__name {
  font-size: 24px;
  line-height: 1;
  margin-top: 50px;
  margin-bottom: 30px;
}

.event-title {
  margin-top: 75px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
}
.event-title__page {
  margin: 0;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 1;
  float: left;
}
.event-title .link--youtube {
  float: right;
}

/* form-tuning */
.form-tune {
  margin-bottom: 100px;
}
.form-tune .editor {
  padding-top: 5px;
}
.form-tune__title {
  margin-bottom: 0;
}

/* badge */
/* badge */
.badge:empty {
  display: none;
}

.badge {
  margin-left: 10px;
}
.badge--danger {
  background-color: #de5e59;
  color: #fff;
}

/* list */
.list {
  margin: 0 0 30px;
  padding: 0;
}
.list li {
  font-size: 15px;
  line-height: 1.2;
  display: block;
  margin-bottom: 5px;
}
.list li:before {
  display: inline-block;
  margin-right: 5px;
  content: "—";
}
.list--compact {
  margin: 0 0 15px;
}
.list--none li {
  list-style: none;
}
.list--nomargin {
  margin: 0;
}

/* caption */
.caption, .conference__description, .profile__place {
  font-size: 12px;
  line-height: 1.2;
  font-style: italic;
  color: #949494;
}
.caption--normal {
  font-style: normal;
}

/* close */
.close {
  font-size: 25px;
}
.close:focus {
  outline: none;
}

/* user-photo */
.user-photo__img {
  width: 195px;
  height: 265px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
  background: url("../img/user-av-lg.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.user-photo__img img {
  max-width: 100%;
  height: auto;
}
.user-photo__img--small {
  width: 130px;
  height: 130px;
  background: url("../img/user-av-md.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.user-photo__controls {
  width: 195px;
  text-align: center;
}

/* sci-tooltip */
.sci-tooltip {
  position: absolute;
  display: none;
  left: 15px;
  right: 15px;
  top: 75px;
  z-index: 100500;
  max-width: 300px;
  margin: auto;
}
.sci-tooltip__inner {
  font-size: 0;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  z-index: 100497;
}
.sci-tooltip__inner:after {
  content: "";
  position: absolute;
  bottom: 98%;
  left: 15%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  z-index: 100499;
}
.sci-tooltip__inner:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 15%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #e2e2e2;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  z-index: 100498;
}
.sci-tooltip__warning {
  display: inline-block;
  padding: 0 8px;
  background-color: #F9AC22;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  border-radius: 3px;
  margin-right: 10px;
}
.sci-tooltip__text {
  font-size: 16px;
  line-height: 20px;
}
.sci-tooltip--active {
  display: block;
}

/* ep-widget */
.ep-widget {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(50, 60, 73, 0.19);
}
.ep-widget__content {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  border: none;
}
.ep-widget__body {
  width: 75%;
  padding: 30px;
}
.ep-widget__title {
  font-size: 24px;
  line-height: 29px;
  margin: 10px 0;
}
.ep-widget__description {
  margin-bottom: 40px;
}
.ep-widget__sidebar {
  width: 25%;
  background-color: #2f8dce;
  color: #fff;
  padding: 20px;
}
.ep-widget__sidebar__title {
  line-height: 29px;
  margin: 10px 0;
  display: none;
  font-size: 20px;
  border-bottom: 1px solid #569ccc;
  padding-bottom: 30px;
}
.ep-widget__sidebar-title {
  margin-top: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 12px;
  line-height: 1;
}
.ep-widget__sidebar-title:first-child {
  margin-top: 70px;
}
.ep-widget__sidebar-text {
  line-height: 1.2;
}

.delete--ep-widget {
  margin: 0;
}

@media (max-width: 1149px) {
  .ep-widget__content {
    flex-direction: column-reverse;
    border-radius: 0;
  }
  .ep-widget__content .delete svg {
    fill: white;
  }
  .ep-widget__back {
    margin-top: 15px;
  }
  .ep-widget__description, .ep-widget__title {
    display: none;
  }
  .ep-widget__body, .ep-widget__sidebar {
    width: 100%;
  }
  .ep-widget__body h3, .ep-widget__sidebar h3 {
    font-size: 18px;
  }
  .ep-widget__body {
    padding: 0 15px 30px;
  }
  .ep-widget__sidebar-title:first-child {
    margin-top: 30px;
  }
  .ep-widget__sidebar__item {
    width: 50%;
    float: left;
  }
  .ep-widget__sidebar__title {
    display: block;
  }
}
@media (max-width: 767px) {
  .ep-widget__sidebar__item {
    width: 100%;
  }
  .ep-widget__sidebar__item--time {
    width: 50%;
  }
}

/* layout */
/* .l-body .l-page */
.container--main {
  padding-bottom: 40px;
}

.l-html, .l-body {
  height: 100%;
}

.l-body {
  font-family: "Pt Sans", Arial, Helvetica, sans-serif;
}

.l-page {
  min-height: 100%;
  min-width: 970px;
}
.l-page:after {
  content: "";
  display: table;
  clear: both;
}

/* .l-header */
.l-header {
  min-height: 70px;
  background-color: #0a5fa0;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.l-header .container {
  position: relative;
}
.l-header__cover {
  background-color: #3d3d3d;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 8;
  transition: all 0.2s linear;
  visibility: hidden;
}
.l-header__cover--active {
  visibility: visible;
  opacity: 0.5;
}

.l-header-sub {
  display: none;
}

.logo {
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-top: 24px;
  text-decoration: none;
}
.logo:hover, .logo:active, .logo:hover:active {
  color: #fff;
}
.logo--double {
  margin-top: 10px;
  width: 590px;
}

.univer-logo {
  float: left;
  height: 117px;
  max-width: 120px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 10;
}
.univer-logo img {
  vertical-align: middle;
  max-height: 107px;
  max-width: 100%;
  display: block;
}
.univer-logo + .logo {
  margin-left: 120px;
}

.header-sub__title {
  margin-top: 6px;
  color: #666;
  font-size: 14px;
}
.header-sub__title--margin {
  margin-left: 120px;
}

/* .user-block */
.user-block {
  float: right;
  height: 70px;
  margin-right: -16px;
}

.user-block__menu {
  display: table;
  white-space: nowrap;
  font-size: 0;
}

.user-block__menu-item {
  white-space: normal;
  color: #fff;
}

a.user-block__menu-link {
  color: #fff;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  padding: 0 20px;
  text-decoration: none;
  background-color: #247FC6;
}
a.user-block__menu-link:hover {
  background-color: #4198dc;
}

a.user-block__menu-link--enter {
  background-color: #52A8EF;
}
a.user-block__menu-link--enter:hover {
  background-color: #81bff3;
  color: #fff;
}

.glyphicon-search {
  color: #3e3e3e;
  display: block;
  width: 15px;
}

/**
*
* TO DO: delete bellow
*
**/
.language-switcher {
  position: static !important;
}

.logo--image-margin {
  margin-left: 117px;
}

.logo--image {
  float: left;
  max-height: 117px;
  margin-right: 10px;
  font-size: 0;
  line-height: 70px;
  overflow: hidden;
  position: absolute;
  background-color: #fff;
  padding: 5px;
  box-sizing: border-box;
}
.logo--image img {
  vertical-align: middle;
  max-height: 107px;
  max-width: 100%;
  display: block;
}

/*=======================================
=            Adaptive header            =
=======================================*/
.l-header-sub {
  display: block;
  padding: 9px 0;
  background-color: #F7F7F4;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 30px;
}
.l-header-sub input,
.l-header-sub input.form-control {
  padding-top: 4px;
  padding-bottom: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #353535;
}
.l-header-sub .input-group-sm > .input-group-btn > .btn, .l-header-sub .constructor__language .input-group-sm > .input-group-btn > span, .constructor__language .l-header-sub .input-group-sm > .input-group-btn > span {
  height: 28px;
}

.language-switcher {
  display: block;
  margin-left: 30px;
  margin-top: 25px;
  display: inline-block;
  vertical-align: middle;
}
.language-switcher a {
  color: #9fc2df;
}
.language-switcher a:hover, .language-switcher a:active {
  color: #9fc2df;
  opacity: 0.7;
}

.main-menu {
  display: none;
}

.logo--lg {
  display: block;
}

.user-block {
  margin-right: 0;
}

/* main-menu */
.main-menu {
  position: relative;
  margin-left: -15px;
  padding-left: 15px;
}
.main-menu__control {
  position: relative;
  width: auto;
  margin-top: 25px;
  margin-right: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 10;
  cursor: pointer;
}
.main-menu__control input {
  display: none;
}
.main-menu__control svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin: 0;
  margin-right: 15px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.main-menu__control span {
  display: inline-block;
  vertical-align: middle;
}
.main-menu__control[aria-expanded=true] svg {
  transform: rotate(0);
}
.main-menu__control:active, .main-menu__control:focus, .main-menu__control:active:hover {
  text-decoration: none;
  color: #fff;
}
.main-menu__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #282c37;
  width: 280px;
  transition: all 0.2s linear;
  transform: translateX(-280px);
  opacity: 0;
  visibility: hidden;
}
.main-menu__content--slide {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.main-menu__list:first-of-type {
  margin-top: 100px;
}
.main-menu__list:last-of-type {
  margin-bottom: 70px;
}
.main-menu__item a {
  font-size: 18px;
  display: block;
  padding: 7px 15px;
  color: #fff;
}
.main-menu__item a:active, .main-menu__item a:focus, .main-menu__item a:active:hover {
  color: #fff;
}
.main-menu__item--active a {
  font-weight: bold;
  background-color: #1e2129;
}

/*-----  End of Adaptive header  ------*/
/* .l-footer */
.l-footer {
  padding: 18px 0;
  background-color: #1c252d;
  min-height: 100px;
  color: #fff;
}

.footer__copy {
  margin-bottom: 14px;
}
.footer__menu {
  display: flex;
  justify-content: space-between;
}
.footer__menu-link {
  color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.footer__menu-link:hover, .footer__menu-link:active, .footer__menu-link:hover:active {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.footer__menu-link:last-child {
  margin-right: 0;
}
.footer__mail {
  font-style: italic;
  font-family: Georgia, serif;
}
.footer__mail:hover {
  text-decoration: underline;
}
.footer__social {
  padding-left: 8px;
  margin-top: -6px;
  font-size: 0;
  white-space: nowrap;
}

/*========================================
=            SVG social icons            =
========================================*/
.footer__social-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin: 0 0 0 4px;
  text-align: center;
}
.footer__social-link--fb {
  background-color: #3D5C99;
}
.footer__social-link--fb:hover {
  background-color: #5073b9;
}
.footer__social-link--google {
  background-color: #D92A21;
}
.footer__social-link--google:hover {
  background-color: #e3514a;
}
.footer__social-link--twitter {
  background-color: #3399ED;
}
.footer__social-link--twitter:hover {
  background-color: #62b0f1;
}
.footer__socials {
  font-size: 0;
}
.footer__socials svg {
  width: 18px;
  height: 30px;
  fill: #fff;
}
.footer__socials .footer__social-link--vk {
  background-color: #fff;
  border-radius: 50%;
}
.footer__socials .footer__social-link--vk:hover svg {
  width: 30px;
  fill: #62b0f1;
}
.footer__socials .footer__social-link--vk svg {
  width: 30px;
  fill: #3399ED;
}

/*-----  End of SVG social icons  ------*/
/**
*
* TO DO: delete old icon-style
*
**/
.footer__social-item {
  margin: 0 0 0 4px;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 4px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.21);
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.footer__social-item .icon {
  color: #fff;
}

.footer__social-item--fb {
  background-color: #3D5C99;
}
.footer__social-item--fb:hover {
  background-color: #5073b9;
}

.footer__social-item--gp {
  background-color: #D92A21;
}
.footer__social-item--gp:hover {
  background-color: #e3514a;
}

.footer__social-item--tw {
  background-color: #3399ED;
}
.footer__social-item--tw:hover {
  background-color: #62b0f1;
}

.footer__social-item--vk {
  background-color: #359BCF;
}
.footer__social-item--vk:hover {
  background-color: #5eafd9;
}

/* .sidebar .aside- */
.sidebar {
  font-size: 18px;
}
.sidebar__object {
  margin-bottom: 20px;
  padding: 0px 16px;
  text-align: center;
}
.sidebar__object img {
  max-width: 100%;
  height: auto;
}
.sidebar__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.sidebar__title a {
  color: #353535;
}
.sidebar__menu, .main-menu__list {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  list-style-type: none;
}
.sidebar__menu-link {
  position: relative;
  display: block;
  margin-left: -10px;
  margin-right: -10px;
  padding: 6px 10px;
  font-size: 16px;
}
.sidebar__menu-link--hidden {
  display: none;
}
.sidebar__menu-link:hover, .sidebar__menu-link:active, .sidebar__menu-link:focus {
  text-decoration: none;
  outline: none;
  background-color: #f5f9fd;
}
.sidebar__menu-link--active {
  border-left: 2px solid #2f8dce;
  padding-left: 11px;
}
.sidebar__user-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sidebar__user {
  width: 45px;
  height: 45px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}
.sidebar__user img {
  max-width: 100%;
  height: auto;
}
.sidebar__user:nth-child(4n) {
  margin-right: 0;
}

/* pages */
/*------------------------------------*\
  MAP
\*------------------------------------*/
.map__holder {
  text-align: center;
}
.map__holder img {
  max-width: 100%;
  height: auto;
}

.city-ul {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: none;
  width: auto;
  border-bottom: 1px dashed #277dc6;
}
.city-ul:hover, .city-ul:active, .city-ul:focus {
  text-decoration: none;
  border-bottom: 1px dashed #277dc6;
}
.city-ul svg {
  float: none;
  margin: 0;
  position: absolute;
  right: -40px;
  top: 0;
  box-sizing: content-box;
  padding: 7px 15px;
}

/**
*
* TO DO : delete .icon-up
*
**/
.icon-up {
  display: inline-block;
  width: 7px;
  height: 5px;
  margin-left: 5px;
  content: "";
  background-image: url(../img/icon-up.png);
}

/*------------------------------------*\
    ALTER FIRST SCREEN
\*------------------------------------*/
.top-menu {
  margin-bottom: 70px;
}
.top-menu ul li {
  margin-right: 40px;
  line-height: 20px;
}
.top-menu ul li:last-child {
  margin-right: 0;
}

.icon-mic-color {
  background-image: url(../img/icon-mic-color.png);
}

.icon-cal-color {
  background-image: url(../img/icon-cal-color.png);
}

.icon-folder {
  background-image: url(../img/icon-folder.png);
}

.icon-rupor {
  background-image: url(../img/icon-rupor.png);
}

.welcome-img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.welcome-img img {
  width: 940px;
  height: 270px;
}

/*------------------------------------*\
  EVENTS
\*------------------------------------*/
.read-more {
  display: none;
}

.read-more .events .media {
  margin-bottom: 50px;
}

.media {
  overflow: initial;
}
.media .date {
  font-size: 14px;
  font-weight: bold;
  line-height: 0.9;
  display: block;
  margin-right: 10px;
  text-align: center;
  color: #75afe0;
}
.media .date .day {
  font-size: 56px;
  display: block;
}
.media .media-body {
  font-size: 16px;
  overflow: initial;
  padding-top: 2px;
}
.media-heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.media .desc {
  display: block;
  margin-bottom: 10px;
  color: #333333;
}
.media .desc:hover, .media .desc:active, .media .desc:focus {
  text-decoration: underline;
}

.index .h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}

.partners .partners-item {
  text-align: center;
}
.partners .img-thumb {
  height: 130px;
  width: 130px;
  line-height: 150px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
}
.partners .img-thumb img {
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border-color: #E2E2E2;
}

.bottom-hr {
  margin-bottom: 40px;
  border-color: #E2E2E2;
}

/**
*
* TODO: delete bellow
*
**/
.icon-wrapper {
  width: 36px;
  height: 36px;
  margin: 0 auto 15px;
  padding: 40px;
  background-color: #5db1f1;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-mic {
  background-image: url(../img/icon-mic.png);
}

.icon-cal {
  background-image: url(../img/icon-cal.png);
}

/*======================================
=            Adaptive index            =
======================================*/
@media (min-width: 992px) {
  .read-more {
    display: block;
    text-align: center;
  }
  .read-more .link {
    font-style: italic;
  }
  .read-more svg {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    padding: 15px;
    fill: #fff;
    background-color: #5db1f1;
  }
}
/*-----  End of Adaptive index  ------*/
.conference {
  font-size: 16px;
}
.conference__header, .conference__section {
  margin-bottom: 40px;
}
.conference__danger {
  margin: 30px 0;
  padding: 20px;
  text-align: center;
  color: #000;
}
.conference__danger p:last-child {
  margin: 0;
}
.conference__header {
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}
.conference__title {
  font-size: 24px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
}
.conference__excerpt {
  font-style: italic;
  margin: 25px 0;
  padding: 25px 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.conference__description {
  color: #353535;
}
.conference__danger {
  font-size: 14px;
  font-style: italic;
  margin: 30px 0;
  padding: 20px;
  text-align: center;
  color: #000;
  border: 1px solid #e8b0a5;
  border-radius: 3px;
  background: #ffe5e4;
}
.conference__heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
}
.conference__people {
  margin-bottom: 10px;
  font-size: 0;
  text-align: center;
}
.conference__person {
  display: inline-block;
  vertical-align: middle;
  width: 11%;
  margin-bottom: 10px;
}
.conference__person a {
  font-size: 12px;
  font-style: italic;
  display: block;
  text-align: center;
}
.conference__person a small {
  font-size: 11px;
}
.conference__list {
  margin-top: 10px;
}
.conference__index-link {
  font-family: inherit;
  margin-bottom: 30px;
}
.conference__index-link:before {
  font-family: "Glyphicons Halflings";
  margin-right: 10px;
}
.conference__announce {
  margin-top: 40px;
}
.conference__announce .panel-body {
  padding: 0;
}
.conference .organization-to-announce tr > th:first-child,
.conference .organization-to-announce tr > td:first-child {
  width: 40px;
}
.conference__bucket {
  margin-top: 30px;
}
.conference__bucket table > tbody > tr > td {
  vertical-align: middle;
}
.conference .contacts {
  margin-top: 40px;
}
.conference__event-name:before {
  content: "«";
}
.conference__event-name:after {
  content: "»";
}
.conference .panel__subtitle {
  text-align: center;
  margin: 20px 0;
}
.conference .panel--toggle {
  display: none;
}
.conference .panel--toggle .collection-item:first-of-type {
  padding-top: 0;
}
.conference .panel-body {
  margin-bottom: 0;
  padding-bottom: 0;
}
.conference .panel-body__content {
  padding: 15px;
}
.conference .caption, .conference .profile__place, .conference .conference__description {
  margin: 10px 0;
}
.conference__logo {
  width: 130px;
  margin: 20px 0;
}
.conference__logo img {
  max-width: 100%;
  height: auto;
}
.conference__textarea {
  min-height: 400px;
}

.operators-list > tbody > tr > td.links-list__control {
  width: 120px;
}
.operators-list > tbody > tr > td.links-list__control a {
  margin: 0;
}

.operators-list > tbody > tr > td:nth-child(4) {
  width: 90px;
}

.attach-list > tbody > tr > td {
  vertical-align: middle;
}
.attach-list > tbody > tr > td:nth-child(4) {
  width: 150px;
}

.table-list {
  margin-top: 40px;
}

.position__arrows {
  margin-right: 10px;
  padding: 3px 0;
  vertical-align: middle;
}
.position__arrows:last-child {
  margin-right: 0;
}
.position__arrows svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  fill: #277dc6;
}
.position__arrows--down svg {
  transform: rotate(180deg);
}
.position__arrows--down:only-child {
  margin-left: 32px;
}

.ok-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.table > tbody > tr > td.links-list__control a {
  margin-right: 10px;
}
.table > tbody > tr > td.links-list__control a:last-child {
  margin-right: 0;
}

font {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
}

.sub-modules-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sub-modules-list li {
  font-family: "Roboto", sans-serif;
}
.sub-modules-list li:before {
  display: inline-block;
  content: "";
}

.media-snippet__reports {
  padding: 0;
}
.media-snippet__reports li {
  display: inline-block;
  margin-right: 10px;
}
.media-snippet .coauthor, .contact .coauthor {
  border-bottom: 1px solid #e2e2e2;
  padding: 0;
  padding-bottom: 10px;
}
.media-snippet .coauthor:last-child, .contact .coauthor:last-child {
  border: none;
}
.media-snippet .coauthor li, .contact .coauthor li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-body.s-guide {
  background: #FFF;
}

.colors {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.colors div {
  width: 12.5%;
  line-height: 100px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.colors--main {
  background-color: #353535;
}
.colors--main-light {
  background-color: #949494;
}
.colors--primary {
  background-color: #2f8dce;
}
.colors--danger {
  background-color: #de5e59;
}
.colors--success {
  background-color: #40a640;
}
.colors--link {
  background-color: #277dc6;
}
.colors--warning {
  background-color: #e1ad47;
}
.colors--border {
  background-color: #e2e2e2;
}
.colors--checkbox {
  background-color: #d2d2d2;
}
.colors--error {
  background-color: #5db1f1;
}
.colors--dark {
  background-color: #3e3e3e;
}
.colors--tag-blue {
  background-color: #83b6ef;
}
.colors--tag-pink {
  background-color: #f1a09f;
}
.colors--tag-green {
  background-color: #6bcb8b;
}
.colors--tag-teal {
  background-color: #83dce0;
}
.colors--tag-orange {
  background-color: #eacf88;
}
.colors--tag-purple {
  background-color: #e5bff2;
}

pre {
  margin: 0;
}

.universiade__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #3e3e3e;
  padding-bottom: 25px;
  margin-top: 55px;
  margin-bottom: 45px;
  border-bottom: 1px solid #e2e2e2;
}

.universiade__title-h3 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
  color: #3e3e3e;
}

.universiade__title-h4 {
  font-size: 16px;
  margin: 0;
  color: #3e3e3e;
}

.universiade {
  margin: 50px 0;
}
.universiade .owl-carousel--universiade {
  margin-top: 5px;
}
.universiade .owl-carousel--universiade .owl-item {
  height: 270px;
  position: relative;
  overflow: hidden;
}
.universiade .owl-carousel--universiade .owl-item img {
  max-width: 100%;
  height: auto;
  display: block;
}
.universiade .owl-carousel--universiade .owl-controls .owl-page span {
  background-color: #2f8dce;
}
.universiade .media-left {
  padding-right: 5px;
}
.universiade__areas .row, .universiade__areas .media-snippet, .universiade__areas .contact {
  margin-top: 55px;
}
.universiade__areas .row:first-child, .universiade__areas .media-snippet:first-child, .universiade__areas .contact:first-child {
  margin-top: 0;
}
.universiade__link {
  display: inline-block;
  vertical-align: middle;
}
.universiade__link--reglament {
  margin: 13px 0;
}
.universiade__link--rules {
  margin-top: 15px;
}
.universiade__link--rules:before {
  content: "";
  background: url(../img/pdf-icon-big.png) no-repeat;
  width: 36px;
  height: 44px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.universiade__date-link {
  color: #75afe0;
}
.universiade__date-link:hover {
  text-decoration: none;
}
.universiade__date {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-right: 10px;
  text-align: center;
  line-height: 0.9;
  display: block;
}
.universiade__date:hover, .universiade__date:hover:active, .universiade__date:focus {
  text-decoration: none;
}
.universiade__date .universiade__date {
  margin-right: 0;
}
.universiade__day {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 56px;
  display: block;
}
.universiade__day--small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  display: block;
}
.universiade__day--small:before {
  content: "";
  background: url(../img/arrow-down.png) no-repeat;
  width: 17px;
  height: 23px;
  background-size: cover;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 5px;
}
.universiade__contacts {
  color: #949494;
}
.universiade__contacts p {
  margin: 0;
}

.error-page__title {
  font-size: 90px;
  line-height: 1;
  font-weight: bold;
  color: #5db1f1;
  margin-top: 100px;
  margin-bottom: 0;
}
.error-page__subtitle {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
  color: #3e3e3e;
}
.error-page__text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #3e3e3e;
}

.search__all-results {
  margin-top: 30px;
}
.search__all-results .contact__left {
  margin-right: 20px;
}
.search__filter {
  background-color: #f8f8f5;
  padding: 30px 20px;
  margin-top: 30px;
  border-radius: 3px;
}
.search__filter__title {
  margin: 0;
  margin-bottom: 15px;
}
.search__filter__subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0;
  padding-top: 25px;
  color: #353535;
  border-top: 1px solid #e2e2e2;
}
.search__filter__subtitle:hover, .search__filter__subtitle:active, .search__filter__subtitle:focus, .search__filter__subtitle:hover:active {
  color: #353535;
}
.search__filter .accordion:before {
  color: #2f8dce;
}
.search__filter__label, .search__filter__label:hover, .search__filter__label:active, .search__filter__label:focus, .search__filter__label:hover:active {
  color: #3e3e3e;
  margin-top: 25px;
  margin-bottom: 15px;
}
.search__filter__number {
  width: 119px;
  margin-right: 10px;
}
.search__filter__number:last-child {
  margin-right: 0;
}

.btn__user-search {
  float: right;
  margin-top: 5px;
}

.admin-event__title-wrapper {
  margin-bottom: 35px;
}
.admin-event__object {
  display: table;
  margin-bottom: 40px;
}
.admin-event__object-logo {
  display: table-cell;
  vertical-align: middle;
}
.admin-event__object-logo img {
  display: block;
  max-width: 50px;
  margin-right: 25px;
}
.admin-event__object-meta {
  display: table-cell;
}
.admin-event__object-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 5px;
  color: #3e3e3e;
}
.admin-event__object-link {
  font-size: 16px;
  font-style: italic;
}

/*------------------------------------*\
  FAQ HEADER
\*------------------------------------*/
.top-bar {
  margin: 40px 0 0;
}
.top-bar__breadcrumbs {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 35px;
  color: #277dc6;
}
.top-bar__breadcrumbs:hover, .top-bar__breadcrumbs:active, .top-bar__breadcrumbs:focus {
  color: #1f629b;
}
.top-bar__breadcrumbs:before {
  display: inline-block;
  content: "←";
}
.top-bar__bottom {
  margin-top: 15px;
}
.top-bar__caption {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 20px;
}

/**
 * Title
 */
.page-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  color: #353535;
}

/**
 * Search
 */
.faq__search {
  float: right;
  width: 310px;
}
.faq__search-label {
  font-size: 0;
  position: relative;
  width: 100%;
  margin: 0;
}
.faq__search-label:after {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  content: "";
  background: url(../img/faq__search-form--icon-search.png);
}
.faq__search-input {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 7px 14px;
  color: #949494;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}
.faq__search-input:active, .faq__search-input:focus {
  outline: none;
}

/**
 * Feedback form
 */
.faq__feedback {
  margin-top: -10px;
}
.faq__feedback-input, .faq__feedback-textarea {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 7px 14px;
  color: #949494;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}
.faq__feedback-input:active, .faq__feedback-input:focus, .faq__feedback-textarea:active, .faq__feedback-textarea:focus {
  outline: none;
}
.faq__feedback-input {
  margin-bottom: 10px;
}
.faq__feedback-textarea {
  height: 100px;
  margin-bottom: 10px;
}
.faq__feedback .button {
  font-weight: 700;
  float: right;
  padding: 5px 40px;
}

/*------------------------------------*\
  FAQ ITEM
\*------------------------------------*/
.faq {
  margin-bottom: 50px;
}
.faq__header {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 25px;
  color: #353535;
}
.faq__list {
  margin: 0;
  padding: 0;
}
.faq__item {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E2E2E2;
}
.faq__link {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  display: block;
  padding-right: 20%;
  color: #277dc6;
}
.faq__link:hover, .faq__link:active, .faq__link:focus {
  color: #1f629b;
}
.faq__link:active, .faq__link:focus {
  outline: 1px solid #277dc6;
  outline-offset: 5px;
}
.faq__link:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 8px;
  margin-top: -4px;
  content: "";
  background: url(../img/link__arrow-right.png) no-repeat center center;
}

/**
 * FAQ fixes
 */
#documentation .section {
  padding: 0;
  border-left: none;
}
#documentation .section:before {
  content: none;
}

#documentation blockquote {
  border: none;
}

.toctree-wrapper > ul {
  padding: 0;
}

.toctree-wrapper > ul > li {
  display: block;
}

.toctree-wrapper > ul > li > a {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 25px;
  color: #353535;
}

.toctree-wrapper > ul > li > ul {
  padding: 0;
}

.toctree-wrapper > ul > li > ul > li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E2E2E2;
}

.toctree-wrapper > ul > li > ul > li:last-child {
  margin-bottom: 50px;
}

.toctree-wrapper > ul > li > ul > li > a {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  display: block;
  padding-right: 20%;
  color: #277dc6;
}
.toctree-wrapper > ul > li > ul > li > a:hover, .toctree-wrapper > ul > li > ul > li > a:active, .toctree-wrapper > ul > li > ul > li > a:focus {
  color: #1f629b;
}
.toctree-wrapper > ul > li > ul > li > a:active, .toctree-wrapper > ul > li > ul > li > a:focus {
  outline: 1px solid #277dc6;
  outline-offset: 5px;
}
.toctree-wrapper > ul > li > ul > li > a:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 8px;
  margin-top: -4px;
  content: "";
  background: url(../img/link__arrow-right.png) no-repeat center center;
}

/*------------------------------------*\
  FAQ SINGLE ITEM PAGE
\*------------------------------------*/
.faq__notes {
  font-size: 13px;
  line-height: 18px;
  color: #9c9c9c;
}
.faq__content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #3e3e3e;
}
.faq__content p:last-child {
  margin-bottom: 35px;
}
.faq__content p + h2 {
  margin-top: 50px;
}
.faq__content p + h3 {
  margin-top: 50px;
}
.faq__pre-footer {
  padding-top: 45px;
  border-top: 1px solid #E2E2E2;
}

/**
 * faq image
 */
.faq__figure {
  position: relative;
  /**
  * Выделение элементов на картинке
  */
}
.faq__figure--img {
  margin: 100px 0;
  text-align: center;
}
.faq__figure--pic {
  margin: 50px 0;
  text-align: left;
}
.faq__figure .faq-caption {
  text-align: center;
}
.faq__figure-tip {
  position: absolute;
}
.faq__figure-tip--magnifer {
  bottom: 0;
  left: 207px;
  width: 130px;
  height: 130px;
  border: 3px solid #E2E2E2;
  border-radius: 100%;
  box-shadow: 0 0 14.4px 1.6px rgba(0, 0, 0, 0.48);
}
.faq__figure-tip--simple {
  bottom: 33px;
  left: 35px;
  width: 180px;
  height: 62px;
  border: 3px solid #da5f5e;
}
.faq__img {
  max-width: 910px;
  max-height: 470px;
  margin-bottom: 25px;
  box-shadow: 6px 8px 40px 0 rgba(0, 0, 0, 0.22);
}
.faq__pic {
  margin-bottom: 15px;
}
.faq__caption {
  font-size: 13px;
  line-height: 18px;
  color: #9c9c9c;
}

.list__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
.list__group {
  margin-bottom: 30px;
  margin-top: 30px;
}
.list__group ul {
  margin: 0;
  padding: 0;
}
.list__group li {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 5px;
  color: #353535;
}
.list__group li:before {
  display: inline-block;
  margin-right: 5px;
  content: "—";
}

/**
 * Vote
 */
.vote {
  font-size: 0;
  margin-bottom: 20px;
}
.vote__item {
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
  padding: 5px 12px;
  cursor: pointer;
  color: #3e3e3e;
  border: 1px solid #ededed;
  border-radius: 2px;
}
.vote__item:hover {
  border-color: #cbcbcb;
}
.vote__item--good:before {
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: 15px;
  content: "";
  vertical-align: middle;
  background: url(../img/faq__vote--icon-thumb-up.png);
}
.vote__item--suck:before {
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: 15px;
  content: "";
  vertical-align: middle;
  background: url(../img/faq__vote--icon-thumb-down.png);
}
.vote__item:last-child {
  margin-right: 0;
}

/**
 * FAQ SINGLE-ALTER
 */
.section {
  font-size: 16px;
}

.section h1 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #353535;
}

.section h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 25px;
  color: #353535;
}

.section h3 {
  font-size: 22px;
}

.section h4 {
  font-size: 20px;
  font-weight: 700;
}

.section h5 {
  font-size: 18px;
  font-weight: 700;
}

.section h6 {
  font-size: 16px;
  font-weight: 700;
}

/**
 * RST__LIST
 */
ul.simple {
  margin: 0 0 30px;
  padding: 0;
}
ul.simple li {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 5px;
  color: #353535;
}
ul.simple li:before {
  display: inline-block;
  margin-right: 5px;
  content: "—";
}

.section ul dt {
  font-weight: normal;
}

ol.simple {
  padding-left: 20px;
}

/**
 * RST__IMAGE
 */
.section img {
  margin: 100px auto;
  display: block;
  max-width: 910px;
  max-height: 470px;
  box-shadow: 6px 8px 40px 0 rgba(0, 0, 0, 0.22);
}

/**
 * RST__PARAGRAF
 */
.headerlink {
  color: #666;
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
  opacity: 0.2;
}
.headerlink:hover, .headerlink:active, .headerlink:focus {
  opacity: 1;
}

/**
 * RST__NOTE
 */
.note {
  border-left: 4px solid #337ab7;
  padding-left: 10px;
  margin-bottom: 30px;
}

.admonition-title {
  font-weight: 700;
}

.event-program__container {
  overflow: hidden;
}
.event-program__nav {
  margin-top: 35px;
}
.event-program__sort {
  float: right;
  align-items: center;
}
.event-program__sort span {
  margin-right: 10px;
  font-size: 16px;
}
.event-program__dates {
  width: 430px;
  float: left;
}
.event-program__save {
  position: fixed;
  bottom: 0;
  right: -10000px;
  left: -10000px;
  margin: auto;
  padding: 10px 0;
  background-color: #fff;
  z-index: 1001;
  text-align: center;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.multilang-field input[type=radio] {
  display: none;
}
.multilang-field__field {
  display: none;
  padding-right: 95px;
  line-height: 1.47;
}
.multilang-field__fields {
  position: relative;
}
.multilang-field__labels {
  font-size: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.multilang-field__label {
  cursor: pointer;
  height: 18px;
  padding: 0 4px;
  border-radius: 3px;
  display: inline-block;
  color: #277dc6;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  font-weight: normal;
}

.multilang-field__label.active {
  background-color: #2f8ccd;
  color: #fff;
}

.multilang-field__field.active {
  display: block;
}

.form__custom-select_inline {
  display: inline-block;
  width: auto;
  background: transparent;
}
.form__custom-select_inline select {
  border: 0;
  outline: 0;
  color: #277dc6;
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  line-height: normal;
}
.form__custom-select_inline svg {
  top: 9px;
  right: 0px;
}

.form__custom-selectlabel {
  font-size: 15px;
  font-family: "Roboto";
  font-weight: normal;
  display: inline-block;
  margin-bottom: 0;
}

.ep-header {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(50, 60, 73, 0.19);
  padding: 32px 31px 34px 31px;
}
.ep-header:before, .ep-header:after {
  display: table;
  content: "";
}
.ep-header:after {
  clear: both;
}
.lt-ie8 .ep-header {
  zoom: 1;
}
.ep-header__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ep-header__row--rights {
  padding-top: 24px;
}
.ep-header__row--rights .ep-rights {
  width: 100%;
}
.ep-header__left {
  text-align: left;
  margin-right: auto;
}
.ep-header__right {
  text-align: right;
  display: flex;
  align-items: center;
}
.ep-header__breadcrumb {
  display: inline-block;
  font-size: 24px;
}
.ep-header__breadcrumb.hidden {
  display: none;
}
.ep-header__breadcrumb:before {
  content: "/";
  margin: 0 9px;
  color: #959595;
}
.ep-header__breadcrumb:first-child:before {
  display: none;
}
.ep-header__breadcrumb--field {
  display: none;
}
.ep-header__breadcrumb--field.active {
  display: inline-block;
}
.ep-header__breadcrumb--field .multilang-field {
  display: inline-block;
}
.ep-header__breadcrumb--field:before {
  margin-right: 5px;
}
.ep-header__breadcrumbedit {
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  fill: #2f8ccd;
  margin-left: 4px;
}
.ep-header__breadcrumblink {
  font-size: 15px;
  margin-left: 15px;
}
.ep-header__helplink {
  font-style: 15px;
  display: inline-block;
  vertical-align: middle;
}
.ep-header__status {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
  color: #959595;
}
.ep-header__ready {
  margin-left: 13px;
}
.ep-header__settings {
  margin-top: 18px;
}
.ep-header__settingsbtn {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.ep-header__settingsbtn span {
  color: #277dc6;
  font-size: 15px;
}
.ep-header__settingsbtn.active .ep-header__settingsicon {
  transform: rotate(180deg);
}
.ep-header__settingsicon {
  margin-left: 6px;
  width: 8px;
  height: 8px;
  fill: #2f8dce;
}
.ep-header__settingscontent {
  display: none;
  padding-top: 20px;
}

.ep-rights__row {
  display: flex;
}
.ep-rights__left {
  margin-right: auto;
}
.ep-rights__right {
  margin-left: auto;
}
.ep-rights__right--bottom {
  align-self: flex-end;
}
.ep-rights__lock {
  width: 38px;
  height: 38px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #e2e2e2;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.ep-rights__lock--opened .ep-rights__locksvg {
  fill: #3ebe65;
}
.ep-rights__lock--opened:hover {
  border-color: #3ebe65;
}
.ep-rights__lock--restricted {
  background: #f2bc00;
  border-color: #f2bc00;
}
.ep-rights__lock--restricted .ep-rights__locksvg {
  fill: #ffffff;
}
.ep-rights__lock--restricted:hover {
  background-color: #ffd644;
  border-color: #ffd644;
}
.ep-rights__lock--opened .ep-rights__locksvg--opened, .ep-rights__lock--restricted .ep-rights__locksvg--opened {
  display: inline-block;
}
.ep-rights__lock--closed {
  background-color: #de5e59;
  border-color: #de5e59;
}
.ep-rights__lock--closed .ep-rights__locksvg--closed {
  display: inline-block;
}
.ep-rights__lock--closed .ep-rights__locksvg {
  fill: #ffffff;
}
.ep-rights__lock--closed:hover {
  background-color: #e9928f;
  border-color: #e9928f;
}
.ep-rights__locksvg {
  width: 14px;
  height: 18px;
  display: none;
}
.ep-rights__info {
  display: inline-block;
  margin-left: 9px;
  vertical-align: top;
}
.ep-rights__text {
  margin: 0;
  font-size: 13px;
  color: #959595;
}
.ep-rights__status {
  font-size: 15px;
  display: block;
  color: #353535;
  font-weight: normal;
}
.ep-rights__check {
  margin-top: 20px;
}
.ep-rights__check .form__custom-control input[type=checkbox] + svg {
  margin-right: 10px;
}
.ep-rights__pills {
  margin-top: 9px;
}
.ep-rights__pills .constructor__lang-tag {
  margin-left: 0;
  margin-right: 10px;
}

.constructor__lang-tag--all {
  color: #353535;
}

.ep-programs__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.ep-panel {
  border-radius: 5px;
  background-color: #ffffff;
  border: 0;
  box-shadow: 0 1px 3px 0 rgba(50, 60, 73, 0.19);
  margin-top: 20px;
  overflow: hidden;
}
.ep-panel:first-child {
  margin-bottom: 20px;
}
.ep-panel__header {
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.ep-panel__heading {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 30px;
  width: 45%;
  vertical-align: middle;
}
.ep-panel__heading .ep-rights {
  width: 10px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 12px;
  display: none;
}
.ep-panel__heading .ep-rights__lock {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
  line-height: normal;
}
.ep-panel__heading .ep-rights__lock--opened .ep-rights__locksvg {
  fill: #3ebe65;
}
.ep-panel__heading .ep-rights__lock--restricted .ep-rights__locksvg {
  fill: #f2bc00;
}
.ep-panel__heading .ep-rights__lock--closed .ep-rights__locksvg {
  fill: #de5e59;
}
.ep-panel__heading .ep-rights__locksvg {
  width: 100%;
  height: 100%;
}
.ep-panel__title {
  text-overflow: ellipsis;
  line-height: 42px;
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.ep-panel__move {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 12px;
  margin: auto;
  cursor: move;
}
.ep-panel__move svg {
  width: 30px;
  height: 12px;
  vertical-align: top;
  fill: #d9d9d9;
}
.ep-panel__body {
  padding: 40px 30px;
}
.ep-panel__controls {
  float: right;
}
.ep-panel__controls svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.ep-panel__controls .section-controls__item {
  line-height: 42px;
  display: inline-block;
  width: 42px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #E2E2E2;
}
.ep-panel__controls .section-controls__item--rollup {
  margin: 0;
  cursor: pointer;
}
.ep-panel__controls .section-controls__item--rollup svg {
  fill: #2f8ccd;
}
.ep-panel__controls .section-controls__item--rollup input {
  display: none;
}
.ep-panel__controls .section-controls__item--rollup input ~ .icon-closed {
  display: inline-block;
}
.ep-panel__controls .section-controls__item--rollup input ~ .icon-open {
  display: none;
}
.ep-panel__controls .section-controls__item--rollup input:checked ~ .icon-closed {
  display: none;
}
.ep-panel__controls .section-controls__item--rollup input:checked ~ .icon-open {
  display: inline-block;
}
.ep-panel__empty {
  padding-bottom: 66px;
  padding-top: 100px;
  text-align: center;
}
.ep-panel__emptytext {
  margin-bottom: 16px;
  color: #353535;
  font-size: 15px;
}
.ep-panel--fold {
  box-shadow: none;
}
.ep-panel--fold .ep-panel__body {
  display: none;
}
.ep-panel--fold .ep-panel__heading {
  padding-left: 19px;
}
.ep-panel--fold .ep-panel__heading .ep-rights {
  display: inline-block;
}
.ep-panel--restricted {
  border: 1px solid #f2bc00;
}
.ep-panel--closed {
  border: 1px solid #de5e59;
}
.ep-panel__edit {
  display: inline-block;
  vertical-align: middle;
  margin-right: 19px;
  font-size: 15px;
}

.ep-addblock {
  text-align: center;
  margin: 40px 0;
}

.ep-footer {
  padding: 34px 31px 36px 31px;
  background: #FFF;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(50, 60, 73, 0.19);
}
.ep-footer__link {
  display: inline-block;
  margin-right: 24px;
}
.ep-footer--del {
  text-align: center;
}
.ep-footer__dellink {
  display: inline-block;
  font-size: 15px;
  color: #de5e59;
}
.ep-footer__dellink:hover, .ep-footer__dellink:active, .ep-footer__dellink:focus {
  color: #de5e59;
}
.ep-footer__deltext {
  text-align: center;
  margin-top: 6px;
  color: #959595;
  font-size: 13px;
}

.ep-new {
  margin-top: 20px;
  padding-top: 37px;
  padding-bottom: 65px;
}
.ep-new__heading {
  text-align: center;
}
.ep-new__form {
  max-width: 556px;
  margin: 0 auto;
  text-align: center;
}
.ep-new__form input {
  text-align: center;
}

.ep-events-form {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 10px 20px 0 rgba(71, 84, 92, 0.24);
  padding-top: 33px;
  overflow: hidden;
  margin-top: 20px;
}
.ep-events-form__content {
  padding: 0 33px;
  padding-bottom: 32px;
}
.ep-events-form__heading {
  margin-top: 0;
  margin-bottom: 26px;
}
.ep-events-form__eventname {
  height: 85px;
}
.ep-events-form__eventname textarea {
  box-sizing: border-box;
  height: 85px;
  min-height: 0;
  resize: none;
}
.ep-events-form__add-desc {
  height: 85px;
  border-radius: 3px;
  background-color: #f4f9fd;
  border: solid 1px #a2c8e2;
  text-align: center;
  display: block;
  width: 100%;
  outline: 0;
}
.ep-events-form__add-desc:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.ep-events-form__footer {
  display: flex;
  align-items: center;
  padding: 21px 33px;
  background-color: #f8f8f8;
}
.ep-events-form__links {
  margin-right: auto;
}
.ep-events-form__link {
  margin-right: 27px;
}
.ep-events-form__submit {
  margin-left: 10px;
}

.ep-empty {
  text-align: center;
  padding-top: 114px;
  padding-bottom: 114px;
}
.ep-empty__iconwrapper {
  margin-bottom: 17px;
}
.ep-empty--events {
  padding-top: 203px;
  padding-bottom: 177px;
}
.ep-empty__status {
  color: #959595;
  line-height: 1.47;
  font-size: 15px;
}

.ep-filter__find {
  margin-top: 35px;
}

.ep-events h2:first-child {
  margin-top: 25px;
}
.ep-events h2 {
  margin-bottom: 20px;
}
.ep-events__tabs, .ep-events__pills.nav-tabs {
  margin-top: 40px;
}
.ep-events__tabs {
  margin-bottom: 40px;
}
.ep-events__pills {
  margin-bottom: 40px;
}
.ep-events .event-timetable__caption {
  margin-top: 0;
  margin-bottom: 16px;
}

.ep-places .block__content {
  margin-top: 40px;
}
.ep-places__pills.nav-pills {
  margin-top: 10px;
}
.ep-places__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.ep-places__address {
  margin-top: 40px;
}
.ep-places__address span, .ep-places__address a {
  display: inline-block;
  vertical-align: middle;
}
.ep-places__address span {
  font-size: 15px;
  font-weight: bold;
}
.ep-places__address a {
  margin-left: 16px;
  font-weight: normal;
  display: none;
}
.ep-places__address:hover {
  cursor: pointer;
}
.ep-places__address:hover a {
  display: inline-block;
}
.ep-places__places {
  margin-top: 20px;
}
.ep-places__placeslist {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.ep-places__place {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  border-top: 1px solid #e2e2e2;
}
.ep-places__place span, .ep-places__place a {
  display: inline-block;
  vertical-align: middle;
}
.ep-places__place span {
  font-size: 15px;
}
.ep-places__place a {
  margin-left: 16px;
  display: none;
}
.ep-places__place:hover {
  cursor: pointer;
}
.ep-places__place:hover a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .contacts {
    padding-bottom: 60px;
  }
}
.contacts__header {
  position: relative;
}
@media screen and (max-width: 1149px) {
  .contacts__headerwrapper {
    background: #1685CA;
    padding-left: 22px;
  }
}
@media screen and (max-width: 767px) {
  .contacts__headerwrapper {
    padding-left: 15px;
  }
}
.contacts__heading {
  margin-top: 0px;
  padding-top: 4px;
}
@media screen and (max-width: 1149px) {
  .contacts__heading {
    color: #FFF;
    padding: 22px 0;
    margin-bottom: 0;
  }
  .contacts__heading a {
    color: #FFF;
  }
  .contacts__heading a:hover, .contacts__heading a:active {
    color: #FFF;
  }
}
.contacts__tabs {
  border-bottom: 0.5px solid #E2E2E2;
  margin-bottom: 7px;
}
.contacts__tabs li.active a .global-contacted-me-count {
  background-color: #de5e59;
  color: #FFF;
}
@media screen and (max-width: 1149px) {
  .contacts__tabs {
    margin-left: 22px;
  }
}
@media screen and (max-width: 767px) {
  .contacts__tabs {
    display: none;
  }
}
.contacts__contacts {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
@media screen and (max-width: 1149px) {
  .contacts__contacts {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 767px) {
  .contacts__contacts {
    padding-left: 15px;
  }
}
.contacts__contacts--search {
  padding: 0;
}
@media screen and (max-width: 1149px) {
  .contacts__contacts--operator {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.contacts__contact, .contacts__operator {
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid #E2E2E2;
}
.contacts__contact:first-child, .contacts__operator:first-child {
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .contacts__contact:first-child, .contacts__operator:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }
}
.contacts__operator {
  border-top: 0;
  border-bottom: 1px solid #E2E2E2;
}
.contacts__operator:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contacts__operator:first-child {
    padding-top: 17px;
  }
}
.contacts__operator--same {
  border-bottom: 0;
  position: relative;
}
.contacts__operator--same:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #e2e2e2;
  left: 64px;
  right: 0;
  top: 100%;
}
.contacts__find {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1149px) {
  .contacts__find {
    position: static;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contacts__find {
    display: block;
    box-sizing: border-box;
    margin-left: 15px;
  }
  .contacts__find.contacts__find {
    margin-right: 15px;
  }
}
.contacts__form {
  display: none;
}
@media screen and (max-width: 767px) {
  .contacts__form {
    display: block;
    padding-bottom: 15px;
    padding-right: 15px;
  }
}
.contacts__select {
  border-radius: 3px;
}
.contacts__select select {
  height: 44px;
  border-color: transparent;
}
.contacts__select svg {
  top: 20px;
}

.reg-widget__title {
  text-align: center;
  line-height: 1;
  font-size: 26px;
  margin-top: 75px;
  margin-bottom: 25px;
  width: 360px;
  margin-right: auto;
  margin-left: auto;
}
.reg-widget__text {
  text-align: center;
  width: 300px;
  margin: 0 auto;
  color: #949494;
}
.reg-widget__text--wide {
  width: 600px;
}
.reg-widget__label {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
}
.reg-widget__label--required:after {
  content: "*";
  font-size: 16px;
  line-height: 16px;
  vertical-align: top;
  margin-left: 2px;
}
.reg-widget__label + .reg-widget__help {
  margin-top: -5px;
}
.reg-widget__help {
  color: #949494;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 10px;
}
.reg-widget__nav {
  font-size: 0;
  margin-top: 25px;
  margin-bottom: 35px;
}
.reg-widget__nav ul {
  padding: 0;
}
.reg-widget__nav li {
  display: inline-block;
  width: 50%;
}
.reg-widget__nav a {
  display: inline-block;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  box-shadow: inset 0 -1px 0 #e2e2e2;
  color: #949494;
}
.reg-widget__nav a:hover, .reg-widget__nav a:active, .reg-widget__nav a:focus {
  opacity: 0.8;
  color: #949494;
}
.reg-widget__nav a.active {
  color: #353535;
  box-shadow: inset 0 -2px 0 #2f8dce;
  pointer-events: none;
  cursor: default;
}
.reg-widget__nav a.active:hover, .reg-widget__nav a.active:active, .reg-widget__nav a.active:focus {
  opacity: 1;
  color: #353535;
}
.reg-widget select {
  display: block;
  width: 100%;
  height: 38px;
}
.reg-widget select:active, .reg-widget select:focus {
  outline: none;
}
.reg-widget input,
.reg-widget select,
.reg-widget input:not[type=checkbox],
.reg-widget input:not[type=radio] {
  font-size: 16px;
  height: 38px;
}
.reg-widget__submit {
  width: 100%;
  height: 48px;
  font-size: 16px;
}
.reg-widget__btn-dark, .reg-widget__btn-light {
  height: 38px;
  font-size: 16px;
}
.reg-widget__btn-dark {
  background-color: #2f8dce;
  color: #fff;
}
.reg-widget__btn-dark:focus:active {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.reg-widget__btn-light {
  background-color: #fff;
  color: #277dc6;
}
.reg-widget__btn-light:hover {
  color: #277dc6;
}
.reg-widget__btn-light:focus:active {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.reg-widget__link {
  font-size: 14px;
}
.reg-widget__btns {
  margin-top: 30px;
  text-align: center;
  font-size: 0;
}
.reg-widget__radio, .reg-widget__checkbox {
  font-weight: normal;
  line-height: 1.4;
}
.reg-widget__subtitle {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 21px;
}
.reg-widget__alert {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 16px;
}
.reg-widget__email {
  position: relative;
}

/* Tablets Layout */
@media screen and (max-width: 768px) {
  .reg-widget__text--wide {
    width: 95% !important;
  }
}
.text-muted {
  color: #6c757d !important;
}

.alert2 {
  width: 100%;
  border-radius: 5px;
  padding-top: 16px;
  padding-left: 25px;
  padding-right: 87px;
  padding-bottom: 20px;
  margin: 20px 0;
  background-color: #ffffff;
  border: solid 1px #3897d9;
  border-left-width: 30px;
  position: relative;
  box-shadow: 0 10px 20px 0 rgba(71, 84, 92, 0.24);
}
@media screen and (max-width: 1149px) {
  .alert2 {
    padding-left: 24px;
    padding-right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .alert2 {
    padding-top: 11px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 21px;
  }
}
.alert2 svg {
  fill: #fff;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.alert2--success {
  border-color: #3ebe65;
}
.alert2--success:before {
  background-color: #3ebe65;
}
.alert2--success svg {
  width: 16px;
  height: 12px;
}
.alert2--error {
  border-color: #e77a7a;
}
.alert2--error:before {
  background-color: #e77a7a;
}
.alert2--error svg {
  width: 14px;
  height: 14px;
}
.alert2--warning {
  border-color: #f2bc00;
}
.alert2--warning:before {
  background-color: #f2bc00;
}
.alert2--warning svg {
  width: 18px;
  height: 18px;
}
.alert2--info {
  border-color: #3897d9;
}
.alert2--info:before {
  background-color: #3897d9;
}
.alert2--info svg {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1149px) {
  .alert2 {
    box-shadow: 0 0 0 1px #fff;
    border-width: 0;
    border-left-width: 30px;
  }
}
@media screen and (max-width: 1149px) {
  .alert2--onwhite {
    border-width: 1px;
    border-left-width: 30px;
    box-shadow: 0 10px 20px 0 rgba(71, 84, 92, 0.24);
  }
}
.alert2__text {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  transition: height 0.3s ease;
}
.alert2__text p {
  color: white;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #353535;
}
.alert2__text--grey p {
  color: #959595;
  font-size: 13px;
  line-height: normal;
  margin-top: 7px;
}
.alert2__text--grey a {
  font-size: 15px;
}
.alert2__text--full {
  height: auto;
}
@media screen and (max-width: 1149px) {
  .alert2__text {
    height: auto;
  }
}
.alert2__morelink {
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 1149px) {
  .alert2__morelink {
    display: none;
  }
}

.card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.card .card-body {
  padding: 1.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card .card-title {
  font-weight: 800;
  margin-bottom: 10px;
}
.card .card-title + .card-subtitle {
  margin-top: -10px;
}
.card .card-subtitle {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
}
.card .card-link + .card-link {
  margin-left: 10px;
}

.event-timetable {
  display: table;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-collapse: collapse;
}
.event-timetable--selected {
  border-color: #a2c8e2;
  background-color: #f4f9fd;
}
.event-timetable--selected td {
  background-color: #f4f9fd;
  border-color: #a2c8e2;
}
@media screen and (max-width: 1149px) {
  .event-timetable {
    display: block;
    border: 0;
  }
}
.event-timetable:first-child .event-timetable__caption {
  margin-top: 0;
}
.event-timetable__caption {
  display: table-caption;
}
@media screen and (max-width: 1149px) {
  .event-timetable__caption {
    display: block;
  }
}
.event-timetable__row {
  display: table-row;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.event-timetable__row:hover {
  box-shadow: 0 10px 20px 0 rgba(71, 84, 92, 0.24);
}
@media screen and (max-width: 1149px) {
  .event-timetable__row:first-of-type {
    border-top: 1px solid #e2e2e2;
  }
}
@media screen and (max-width: 1149px) {
  .event-timetable__row {
    display: block;
    border: 1px solid #e2e2e2;
    border-top: 0;
    padding-top: 12px;
    padding-bottom: 15px;
  }
}
.event-timetable__cell {
  display: table-cell;
  padding-top: 12px;
  padding-bottom: 15px;
  border-top: 1px solid #e2e2e2;
}
@media screen and (max-width: 1149px) {
  .event-timetable__cell {
    display: block;
    border-top: 0;
    padding: 0;
  }
}

.event-pin {
  cursor: pointer;
}
.event-pin__time {
  font-size: 13px;
  color: #959595;
}
@media screen and (max-width: 1149px) {
  .event-pin__time br {
    display: none;
  }
}
.event-pin__timecol {
  width: 130px;
  padding-left: 20px;
  padding-right: 15px;
}
@media screen and (max-width: 1149px) {
  .event-pin__timecol {
    width: 118px;
  }
}
.event-pin__info {
  max-width: 568px;
  padding-right: 20px;
}
@media screen and (max-width: 1149px) {
  .event-pin__info {
    padding-left: 20px;
    padding-top: 0;
    max-width: 100%;
  }
}
.event-pin__heading {
  color: #353535;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.event-pin__ntranslated {
  background-color: #F2BC00;
  color: #ffffff;
}
.event-pin__place {
  color: #838383;
  font-size: 13px;
  display: block;
  margin-top: 4px;
}
.event-pin__link {
  color: #277dc6;
  margin-top: 5px;
  display: inline-block;
}
.event-pin__link:hover, .event-pin__link:active {
  color: #277dc6;
  text-decoration: none;
}
.event-pin__controls {
  display: none;
  width: 268px;
  padding-right: 20px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1149px) {
  .event-pin__controls {
    display: none;
  }
}
.event-pin__control {
  display: inline-block;
  margin-left: 17px;
  font-size: 13px;
  visibility: hidden;
}
.event-pin__control:first-child {
  margin-left: 0;
}
.event-pin__control:hover, .event-pin__control:active {
  text-decoration: none;
}
.event-pin__control_del {
  color: #de5e59;
}
.event-pin__control_del:hover, .event-pin__control_del:active {
  color: #de5e59;
}
.event-pin__control_edit {
  color: #277dc6;
}
.event-pin__control_edit:hover, .event-pin__control_edit:active {
  color: #277dc6;
}
.event-pin_admin .event-pin__controls {
  display: table-cell;
}
@media screen and (max-width: 1149px) {
  .event-pin_admin .event-pin__controls {
    display: none;
  }
}
.event-pin_admin:hover .event-pin__control {
  visibility: visible;
}

.ep-widget {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(50, 60, 73, 0.19);
}
.ep-widget__content {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  border: none;
}
.ep-widget__body {
  width: 75%;
  padding: 30px;
}
.ep-widget__title {
  font-size: 24px;
  line-height: 29px;
  margin: 10px 0;
}
.ep-widget__description {
  margin-bottom: 40px;
}
.ep-widget__sidebar {
  width: 25%;
  background-color: #2f8dce;
  color: #fff;
  padding: 20px;
}
.ep-widget__sidebar__title {
  line-height: 29px;
  margin: 10px 0;
  display: none;
  font-size: 20px;
  border-bottom: 1px solid #569ccc;
  padding-bottom: 30px;
}
.ep-widget__sidebar-title {
  margin-top: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 12px;
  line-height: 1;
}
.ep-widget__sidebar-title:first-child {
  margin-top: 70px;
}
.ep-widget__sidebar-text {
  line-height: 1.2;
}

.delete--ep-widget {
  margin: 0;
}

@media (max-width: 1149px) {
  .ep-widget__content {
    flex-direction: column-reverse;
    border-radius: 0;
  }
  .ep-widget__content .delete svg {
    fill: white;
  }
  .ep-widget__back {
    margin-top: 15px;
  }
  .ep-widget__description, .ep-widget__title {
    display: none;
  }
  .ep-widget__body, .ep-widget__sidebar {
    width: 100%;
  }
  .ep-widget__body h3, .ep-widget__sidebar h3 {
    font-size: 18px;
  }
  .ep-widget__body {
    padding: 0 15px 30px;
  }
  .ep-widget__sidebar-title:first-child {
    margin-top: 30px;
  }
  .ep-widget__sidebar__item {
    width: 50%;
    float: left;
  }
  .ep-widget__sidebar__title {
    display: block;
  }
}
@media (max-width: 767px) {
  .ep-widget__sidebar__item {
    width: 100%;
  }
  .ep-widget__sidebar__item--time {
    width: 50%;
  }
}

.contact-block {
  position: relative;
  padding-left: 145px;
  padding-right: 175px;
  min-height: 106px;
}
@media screen and (max-width: 1149px) {
  .contact-block {
    padding-left: 93px;
    min-height: 78px;
  }
}
@media screen and (max-width: 767px) {
  .contact-block {
    padding-right: 45px;
    padding-left: 76px;
    display: table;
    width: 100%;
    min-height: 64px;
  }
}
.contact-block--operator {
  min-height: auto;
  padding-left: 64px;
}
.contact-block--operator .contact-block__col_info {
  max-width: auto;
  padding-top: 0;
}
.contact-block--operator .contact-block__photo {
  width: 50px;
  height: 50px;
}
.contact-block--operator .contact-block__buttons {
  margin-top: 13px;
}
@media screen and (max-width: 1149px) {
  .contact-block--operator .contact-block__buttons {
    display: block;
  }
}
.contact-block--participant {
  padding-right: 0;
}
.contact-block--participant .contact-block__col_info {
  max-width: auto;
}
.contact-block__col_photo {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-block__col_info {
  padding-top: 8px;
  max-width: 403px;
}
@media screen and (max-width: 767px) {
  .contact-block__col_info {
    max-width: 100%;
    vertical-align: middle;
    display: table-cell;
  }
}
.contact-block__controls {
  width: 220px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.contact-block__buttons {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .contact-block__buttons {
    display: none;
  }
}
.contact-block__add {
  vertical-align: middle;
}
.contact-block__reject {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.contact-block__photo {
  width: 116px;
  height: 116px;
  position: relative;
}
.contact-block__photo:before {
  content: "";
  display: none;
  width: 14px;
  height: 14px;
  background-color: #47cd70;
  border: 2px solid white;
  position: absolute;
  bottom: -5px;
  right: -5px;
  border-radius: 50%;
}
.contact-block__photo--online:before {
  display: block;
}
.contact-block__photo img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
@media screen and (max-width: 1149px) {
  .contact-block__photo {
    width: 78px;
    height: 78px;
  }
}
@media screen and (max-width: 767px) {
  .contact-block__photo {
    width: 64px;
    height: 64px;
  }
}
.contact-block__name {
  margin-top: 0;
  margin-bottom: 8px;
  color: #277dc6;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact-block__name {
    line-height: 23px;
  }
}
.contact-block__place {
  color: #959595;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}
@media screen and (max-width: 767px) {
  .contact-block__place {
    display: none;
  }
}
.contact-block__dialogbtn {
  margin-right: 0;
  display: inline-block;
  text-align: right;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .contact-block__dialogbtn {
    display: none;
  }
}
.contact-block__dropdown {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
}
.contact-block__dropdown .dropdown__trigger {
  margin-right: 0;
}
.contact-block__dropdown .dropdown__trigger:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMjYgNiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzJmOGRjZTsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJFbGxpcHNlXzFfY29weV8zIiBkYXRhLW5hbWU9IkVsbGlwc2UgMSBjb3B5IDMiIGNsYXNzPSJjbHMtMSIgZD0iTTEzNDQsMzU4YTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDEzNDQsMzU4Wm0xMCwwYTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDEzNTQsMzU4Wm0xMCwwYTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDEzNjQsMzU4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzNDEgLTM1OCkiLz4KPC9zdmc+Cg==");
}
@media screen and (max-width: 767px) {
  .contact-block__dropdown {
    display: none;
  }
}
.contact-block__dropdown_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact-block__dropdown_mobile {
    display: block;
    margin-top: 17px;
  }
}
.contact-block__link {
  display: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contact-block__link {
    display: none;
    margin-left: 10px;
    margin-top: 10px;
    vertical-align: middle;
  }
}
.contact-block__request {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  margin-top: 5px;
}
.contact-block__requestitem {
  font-size: 15px;
  color: #353535;
  margin-top: 10px;
}
.contact-block__requestitem:first-child {
  margin-top: 0;
}

.ep-widget {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(50, 60, 73, 0.19);
}
.ep-widget__content {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  border: none;
}
.ep-widget__body {
  width: 75%;
  padding: 30px;
}
.ep-widget__title {
  font-size: 24px;
  line-height: 29px;
  margin: 10px 0;
}
.ep-widget__description {
  margin-bottom: 40px;
}
.ep-widget__sidebar {
  width: 25%;
  background-color: #2f8dce;
  color: #fff;
  padding: 20px;
}
.ep-widget__sidebar__title {
  line-height: 29px;
  margin: 10px 0;
  display: none;
  font-size: 20px;
  border-bottom: 1px solid #569ccc;
  padding-bottom: 30px;
}
.ep-widget__sidebar-title {
  margin-top: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 12px;
  line-height: 1;
}
.ep-widget__sidebar-title:first-child {
  margin-top: 70px;
}
.ep-widget__sidebar-text {
  line-height: 1.2;
}

.delete--ep-widget {
  margin: 0;
}

@media (max-width: 1149px) {
  .ep-widget__content {
    flex-direction: column-reverse;
    border-radius: 0;
  }
  .ep-widget__content .delete svg {
    fill: white;
  }
  .ep-widget__back {
    margin-top: 15px;
  }
  .ep-widget__description, .ep-widget__title {
    display: none;
  }
  .ep-widget__body, .ep-widget__sidebar {
    width: 100%;
  }
  .ep-widget__body h3, .ep-widget__sidebar h3 {
    font-size: 18px;
  }
  .ep-widget__body {
    padding: 0 15px 30px;
  }
  .ep-widget__sidebar-title:first-child {
    margin-top: 30px;
  }
  .ep-widget__sidebar__item {
    width: 50%;
    float: left;
  }
  .ep-widget__sidebar__title {
    display: block;
  }
}
@media (max-width: 767px) {
  .ep-widget__sidebar__item {
    width: 100%;
  }
  .ep-widget__sidebar__item--time {
    width: 50%;
  }
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.border-success {
  border-color: #3ebe65 !important;
}

.border-error {
  border-color: #e77a7a !important;
}

.border-warning {
  border-color: #f2bc00 !important;
}

.border-info {
  border-color: #3897d9 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.75rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.75rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.75rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.75rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.75rem !important;
}

.m-2 {
  margin: 1.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1.5rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mt-3,
.my-3 {
  margin-top: 3rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 3rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 3rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 3rem !important;
}

.m-4 {
  margin: 4.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 4.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 4.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 4.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 4.5rem !important;
}

.m-5 {
  margin: 9rem !important;
}

.mt-5,
.my-5 {
  margin-top: 9rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 9rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 9rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 9rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.75rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.75rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.75rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.75rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.75rem !important;
}

.p-2 {
  padding: 1.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1.5rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pt-3,
.py-3 {
  padding-top: 3rem !important;
}

.pr-3,
.px-3 {
  padding-right: 3rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 3rem !important;
}

.pl-3,
.px-3 {
  padding-left: 3rem !important;
}

.p-4 {
  padding: 4.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 4.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 4.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 4.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 4.5rem !important;
}

.p-5 {
  padding: 9rem !important;
}

.pt-5,
.py-5 {
  padding-top: 9rem !important;
}

.pr-5,
.px-5 {
  padding-right: 9rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 9rem !important;
}

.pl-5,
.px-5 {
  padding-left: 9rem !important;
}