.top-buffer-gap {
    margin-top: 10px;
}

div.tree-nodes .node .ajax-hint {
    position: relative;
    top: 5px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 1150px) {
    .crop-image-modal {
        width: 750px;
    }
}

.jcrop-keymgr {
    left: -12000px !important;
}

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;
}

/* affix */
.community-rru-affix, .request-list-affix {
    padding: 10px;
}

.community-rru-affix.affix, .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;
}

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,100&amp;subset=latin,cyrillic");
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  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 {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-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("../js/layout3/prod/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../js/layout3/prod/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../js/layout3/prod/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../js/layout3/prod/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../js/layout3/prod/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../js/layout3/prod/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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

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

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

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

.glyphicon-th:before {
  content: "\e011"; }

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

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

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

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

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

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

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

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

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

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

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

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

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

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

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

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

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

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

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

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

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

.glyphicon-list:before {
  content: "\e056"; }

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

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

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

.glyphicon-picture:before {
  content: "\e060"; }

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

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

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

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

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

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

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

.glyphicon-eject:before {
  content: "\e078"; }

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

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

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

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

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

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

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

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

.glyphicon-screenshot:before {
  content: "\e087"; }

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

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

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

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

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

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

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

.glyphicon-retweet:before {
  content: "\e115"; }

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

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

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

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

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

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

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

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

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

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

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

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

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

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

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

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

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

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

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

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

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

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

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

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

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

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

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

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

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

.glyphicon-flash:before {
  content: "\e162"; }

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

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

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

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

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

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

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

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

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

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

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

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

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

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

.glyphicon-subtitles:before {
  content: "\e188"; }

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "\e201"; }

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

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

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

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

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

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

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

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

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

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

.glyphicon-education:before {
  content: "\e233"; }

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

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

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

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

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

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

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

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

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

* {
  -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: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  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.42857;
  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 .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, .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="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="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="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="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="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="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="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 .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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,
.title,
.form__legend, .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, .title small, .form__legend small,
  .h1 .small, .title .small, .form__legend .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1, .title, .form__legend,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small, .title small, .form__legend small,
  .h1 .small, .title .small, .form__legend .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, .title, .form__legend {
  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 {
  background-color: #fcf8e3;
  padding: .2em; }

.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-left: 5px;
    padding-right: 5px; }

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.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;
  border-bottom: 1px dotted #777777; }

.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.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .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: '\00A0 \2014'; }

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

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: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 1186px; } }
  @media (min-width: 1150px) {
    .container {
      width: 1186px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1154px; } }

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

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

.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, .media-snippet__body, .contact__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-left: 7px;
  padding-right: 7px; }

.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, .media-snippet__body, .contact__body, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1150px) {
  .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.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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.42857;
    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 col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.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 {
  overflow-x: auto;
  min-height: 0.01%; }
  @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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

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.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  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 {
    border: 0;
    background-color: transparent; }
  .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; }

input[type="search"] {
  -webkit-appearance: none; }

@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[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .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[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .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[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .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[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .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[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .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[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .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[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .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[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .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 label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

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

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; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .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-left: 0;
    padding-right: 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.33333;
  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.33333;
  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.33333; }

.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;
  border-color: #3c763d;
  background-color: #dff0d8; }

.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;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.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;
  border-color: #a94442;
  background-color: #f2dede; }

.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.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementHours"]::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="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="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="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="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="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="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="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.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -7px;
  margin-right: -7px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 7px; }

@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;
  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: 14px;
  line-height: 1.42857;
  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, .constructor__language span:active:focus, .btn:active.focus, .constructor__language span:active.focus, .btn.active:focus, .constructor__language span.active:focus, .btn.active.focus, .constructor__language span.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 {
    outline: 0;
    background-image: none;
    -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;
    opacity: 0.65;
    filter: alpha(opacity=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;
    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:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .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;
    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:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .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;
    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: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 {
    background-image: none; }
  .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;
    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:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .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;
    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:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .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;
    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:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .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 {
  color: #337ab7;
  font-weight: normal;
  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.33333;
  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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box; }
  .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: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

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

.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;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

.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 {
    content: " ";
    display: table; }
  .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-bottom-right-radius: 0;
    border-top-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-bottom-left-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-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-bottom-left-radius: 0;
  border-top-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-left: 8px;
  padding-right: 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-left: 12px;
  padding-right: 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 {
  content: " ";
  display: table; }

.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-right-radius: 4px;
  border-top-left-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-right-radius: 0;
  border-top-left-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-right-radius: 0;
  border-top-left-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 {
    float: none;
    display: table-cell;
    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"], .constructor__language
[data-toggle="buttons"] > .btn-group > span input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], .constructor__language
[data-toggle="buttons"] > .btn-group > span 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-left: 0;
    padding-right: 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: normal;
  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-bottom-right-radius: 0;
  border-top-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-bottom-left-radius: 0;
  border-top-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 {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .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;
        background-color: transparent;
        cursor: not-allowed; }
  .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.42857;
      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;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.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 {
      text-align: center;
      margin-bottom: 5px; }
  .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.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-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.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-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-right-radius: 0;
  border-top-left-radius: 0; }

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

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 7px;
  padding-left: 7px;
  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 {
    content: " ";
    display: table; }
  .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-left: 0;
        padding-right: 0; } }

.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; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -7px;
  margin-left: -7px; }
  @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-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @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; }

.navbar-brand {
  float: left;
  padding: 15px 7px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .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: -7px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 7px;
  padding: 9px 10px;
  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 -7px; }
  .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 {
  margin-left: -7px;
  margin-right: -7px;
  padding: 10px 7px;
  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;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

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

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-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-left: 7px;
      margin-right: 7px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -7px; }
    .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-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-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @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-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-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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @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-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 {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .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;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .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 > .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;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-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-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .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;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .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;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  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,
  .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 .title,
  .jumbotron .form__legend {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 7px;
    padding-right: 7px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1,
      .jumbotron .title,
      .jumbotron .form__legend {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  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-left: auto;
    margin-right: auto; }
  .thumbnail .caption, .thumbnail .profile__place {
    padding: 9px;
    color: #333333; }

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > 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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

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

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

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-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 {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  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 {
  zoom: 1;
  overflow: hidden; }

.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 {
  margin-bottom: 20px;
  padding-left: 0; }

.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-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

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 {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .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; }

.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 {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-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-right-radius: 3px;
    border-top-left-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-right-radius: 0;
  border-top-left-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-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-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-left-radius: 3px;
    border-bottom-right-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 {
  border: 0;
  margin-bottom: 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;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 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;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -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: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-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;
  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);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .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-left: 5px;
    margin-bottom: 0; }
  .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: 1150px) {
  .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: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.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; }

.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 {
  bottom: 0;
  right: 5px;
  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; }

.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: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: 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-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    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 {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -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: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .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%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    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%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .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;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .event__dropdown:before, .dropdown:before, .event-title:before, .block__header:before, .clearfix:after, .event__dropdown:after, .dropdown:after, .event-title:after, .block__header:after {
  content: " ";
  display: table; }

.clearfix:after, .event__dropdown:after, .dropdown:after, .event-title:after, .block__header:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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: 1149px) {
  .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: 1149px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1149px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 1149px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1150px) 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: 1150px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1150px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1150px) 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: 1149px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1150px) 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; } }

/*!
 * 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: 1150px) {
      .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: .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; }


.clearfix:after,
.event__dropdown:after,
.dropdown:after,
.event-title:after,
.block__header: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; }

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

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

/* colors */
/* typography */
body {
  color: #353535;
  font-size: 16px; }

h1, .h1, .title, .form__legend {
  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, .constructor__language span: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, .constructor__language span: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 {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pagination--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .pagination--wide {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
      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(../js/layout3/prod/img/icon-reg.png); }
  .media-snippet__icon--place:before {
    background-image: url(../js/layout3/prod/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(../js/layout3/prod/img/event__extra.png) no-repeat 50% 50%;
  margin-right: 24px;
  transition-duration: 0.2s;
  outline: none;
  border: none; }
  .event__dropdown__trigger:hover {
    background-image: url(../js/layout3/prod/img/event__extra--hover.png); }

.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;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    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;
    background: transparent;
    margin-right: 23px;
    outline: none;
    border: none;
    position: relative;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMjYgNiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI0FGQ0JFMzsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJFbGxpcHNlXzFfY29weV8zIiBkYXRhLW5hbWU9IkVsbGlwc2UgMSBjb3B5IDMiIGNsYXNzPSJjbHMtMSIgZD0iTTEzNDQsMzU4YTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDEzNDQsMzU4Wm0xMCwwYTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDEzNTQsMzU4Wm0xMCwwYTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDEzNjQsMzU4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzNDEgLTM1OCkiLz4KPC9zdmc+Cg==");
    background-repeat: 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;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      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__error,
    .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;
    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;
    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("../js/layout3/prod/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("../js/layout3/prod/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; }
      .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: .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: .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;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  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: .2s;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
    display: -ms-flexbox;
    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;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .search-field__input {
    border-radius: 4px 0 0 4px;
    border-right: none;
    height: 36px; }
  .search-field__icon {
    height: 36px;
    border: 1px solid;
    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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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, .select__custom--disabled 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 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    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 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    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 */
@-webkit-keyframes anchor_bounce {
  0% {
    top: 0px; }
  30% {
    top: 10px; }
  70% {
    top: 15px; }
  100% {
    top: 0px; } }
@keyframes anchor_bounce {
  0% {
    top: 0px; }
  30% {
    top: 10px; }
  70% {
    top: 15px; }
  100% {
    top: 0px; } }

/* process */
.process-step {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .process-step h2 {
    margin-top: 14px;
    margin-bottom: 10px; }
  .process-step__numbering {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    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;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  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;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    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 {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      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 .2s linear;
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px);
    opacity: 0;
    visibility: hidden;
    height: auto; }
    .main-menu .menu__content--slide {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      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: .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 .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.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: .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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; }

/* 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;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      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: .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__file {
    margin: 0 0 10px 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 {
    font-size: 16px;
    line-height: 20px;
    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: .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: .7;
      text-decoration: none;
      outline: none; }
    .pill__item--active {
      background-color: #2f8dce;
      color: #fff; }
      .pill__item--active:hover, .pill__item--active:hover:active, .pill__item--active:focus {
        background-color: #2f8dce;
        color: #fff;
        opacity: 1; }

.status-pill {
  display: inline-block;
  border-radius: 13px;
  vertical-align: middle;
  color: white;
  font-size: 13px;
  padding: 5px 11px; }
  .status-pill--blue {
    background: #43A2E4; }
  .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;
      -webkit-transform: translatey(-2px);
      -ms-transform: translatey(-2px);
      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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: .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;
      -webkit-transform: translatey(0);
      -ms-transform: translatey(0);
      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, .ep-program__new:active:hover {
      background-color: #fff;
      border-radius: 3px;
      border: 2px dashed #2f8dce; }
    .pin__new:hover svg, .ep-program__new:hover svg {
      opacity: .7; }
  .pin__control {
    height: 22px;
    float: right; }

/* event-modal */
.event-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  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: .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-radius: 0; }
    .event-modal__content .delete svg {
      fill: white; }
  .event-modal__description, .event-modal__title {
    display: none; }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
    -ms-flex-negative: 0;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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;
      -ms-flex-negative: 0;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: .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: .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%;
      -webkit-transform: translate(-50%, -52%);
      -ms-transform: translate(-50%, -52%);
      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%;
      -webkit-transform: translate(-50%, -48%);
      -ms-transform: translate(-50%, -48%);
      transform: translate(-50%, -48%);
      z-index: 3;
      opacity: 0; }
    .video__open:hover:after {
      opacity: 1;
      transition-duration: .2s; }
    .video__open:hover:before {
      opacity: 1;
      transition-duration: .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  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: .2s; }
    .ep-builder__menu-item:hover .ep-builder__menu-icon {
      transition-duration: .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;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      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;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  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;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    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 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ep-speakers__avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 3px;
  background: transparent url("../js/layout3/prod/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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.ep-event__speaker-avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 3px;
  background: transparent url("../js/layout3/prod/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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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 {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      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;
    -webkit-transform: none;
    -ms-transform: 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: .1s;
    transition-duration: .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;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      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;
    color: #353535; }
    .list li:before {
      display: inline-block;
      margin-right: 5px;
      content: '—'; }
  .list--none li {
    list-style: none; }
  .list--nomargin {
    margin: 0; }

/* caption */
.caption, .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("../js/layout3/prod/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("../js/layout3/prod/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: -webkit-box;
    display: -ms-flexbox;
    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: .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    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%; } }

@font-face {
  font-family: "FontAwesome";
  src: local "FontAwesome";
  src: url("../js/layout3/prod/fonts/fontawesome/FontAwesome.eot");
  src: url("../js/layout3/prod/fonts/fontawesome/FontAwesome.eot?#iefix") format("embedded-opentype"), url("../js/layout3/prod/fonts/fontawesome/FontAwesome.woff") format("woff"), url("../js/layout3/prod/fonts/fontawesome/FontAwesome.ttf") format("truetype"), url("../js/layout3/prod/fonts/fontawesome/FontAwesome.svg#FontAwesome") format("svg"); }

@media screen and (max-width: 767px) {
  .mt-30-m {
    margin-top: 30px !important; } }

@media screen and (max-width: 1149px) {
  .mt-30-t {
    margin-top: 30px !important; } }

.image-d {
  display: block; }
  @media screen and (max-width: 1149px) {
    .image-d {
      display: none; } }

.image-t {
  display: none; }
  @media screen and (max-width: 1149px) {
    .image-t {
      display: block; } }
  @media screen and (max-width: 767px) {
    .image-t {
      display: none; } }

.image-m {
  display: none; }
  @media screen and (max-width: 767px) {
    .image-m {
      display: block; } }

/* Colors */
/* Typography */
h1 {
  color: #353535;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 35px;
  margin-bottom: 25px; }

h2 {
  line-height: 1.3;
  font-weight: 700;
  font-size: 18px;
  color: #353535;
  margin-top: 45px;
  margin-bottom: 25px; }

h3 {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 30px; }

p {
  font-size: 15px; }

form ul {
  padding: 0; }

form li {
  list-style: none; }

pre {
  margin: 20px 0; }

.help {
  font-size: 13px;
  color: #949494; }

.advice {
  font-size: 15px;
  color: #949494; }
  .advice:last-child {
    margin-bottom: 0; }

.large {
  font-size: 20px;
  line-height: 1; }

.img-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden; }
  .img-wrapper img {
    width: 100%;
    height: auto; }

/* Buttons */
/*------------------------------------*  BUTTONS /RESPONSIVE/
\*------------------------------------*/
.btn, .constructor__language span {
  display: inline-block;
  vertical-align: top;
  width: auto;
  border-radius: 3px;
  font-size: 15px;
  line-height: 38px;
  height: 38px;
  border: none;
  font-weight: normal;
  padding: 0 13px;
  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, .constructor__language span: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, .constructor__language span:disabled:active:hover {
      background-color: #E2E2E2;
      color: #949494; }
  .btn--sm {
    height: 46px;
    line-height: 46px; }
  .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-action {
    border-radius: 100px;
    background-color: #3ebe65;
    color: #fff;
    padding-left: 22px;
    padding-right: 24px; }
    .btn-action:hover, .btn-action:active, .btn-action:focus {
      color: #fff;
      background-color: #5bd07f; }
    .btn-action .btn__icon {
      width: 14px;
      height: 14px;
      vertical-align: middle; }
  .btn.btn-action span, .constructor__language span.btn-action span {
    line-height: 38px; }
  .btn-sci-green {
    color: #fff;
    background-color: #3ebe65; }
    .btn-sci-green:hover, .btn-sci-green:active, .btn-sci-green:focus {
      color: #fff;
      border: none;
      background-color: #63cc83; }
  .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 {
    color: #277dc6;
    background-color: #ffffff;
    border: 1px solid #E2E2E2;
    line-height: 36px; }
    .btn-default:hover, .btn-default:active, .btn-default:focus {
      background: transparent;
      color: #277dc6;
      border: 1px solid #277dc6; }
    .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;
      padding: 0; }
      .btn-default--link:hover, .btn-default--link:active, .btn-default--link:focus {
        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: 38px; }
      .btn-default--linkicon svg {
        fill: #277dc6;
        margin: 0;
        vertical-align: top;
        height: 36px; }
      .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-lightblue {
    color: #277dc6;
    border: 1px solid #277dc6;
    background-color: #fff; }
    .btn-lightblue svg {
      fill: #277dc6;
      margin: 0;
      vertical-align: top;
      height: 38px; }
    .btn-lightblue:hover, .btn-lightblue:active, .btn-lightblue:focus {
      border: 1px solid #5ba2df;
      color: #5ba2df;
      background-color: #fff; }
      .btn-lightblue:hover svg, .btn-lightblue:active svg, .btn-lightblue:focus svg {
        fill: #5ba2df; }
    .btn-lightblue:active {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .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-new {
    width: 100%;
    display: block;
    border-radius: 3px;
    height: 48px;
    background-color: #fff;
    border: 2px dashed #2f8dce; }
    .btn-new:hover, .btn-new:active, .btn-new:focus {
      opacity: .7; }
    .btn-new svg {
      fill: #2f8dce;
      width: 12px;
      height: 46px;
      vertical-align: middle; }
  .btn-block {
    display: block;
    width: 210px;
    margin-right: auto;
    margin-left: auto; }
    .btn-block:only-child, .btn-block:last-child {
      margin-right: auto;
      margin-left: auto; }
  .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-lightblue {
    background-color: #5db1f1;
    color: #fff;
    border: 0; }
    .btn-lightblue:hover, .btn-lightblue:active, .btn-lightblue:focus, .btn-lightblue:hover:active {
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #84c9fd;
      color: #fff; }
  .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 {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .btn__dashboard {
    fill: #fff;
    height: 13px;
    width: 16px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 13px; }
  .btn span, .constructor__language span span {
    vertical-align: top; }
  .btn .glyphicon, .constructor__language span .glyphicon {
    vertical-align: middle;
    top: 0; }
  .btn-back {
    color: #277dc6;
    font-size: 0; }
    .btn-back svg {
      width: 12px;
      height: 12px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      fill: #277dc6; }
    .btn-back span {
      font-size: 15px; }
    .btn-back--sm {
      color: #fff;
      border: 1px solid #94c5e6;
      background-color: transparent;
      height: 46px;
      line-height: 42px; }
      .btn-back--sm svg {
        fill: #fff; }
      .btn-back--sm:hover {
        color: #fff;
        opacity: 0.6;
        border: 1px solid #94c5e6; }
      .btn-back--sm:active:hover {
        opacity: 1;
        color: #fff;
        background-color: transparent;
        border: 1px solid #94c5e6; }

.btn-forward {
  color: #277dc6; }
  .btn-forward:after {
    display: inline-block;
    margin-left: 5px;
    content: '→'; }

.btn-backward {
  color: #277dc6; }
  .btn-backward:before {
    display: inline-block;
    margin-right: 5px;
    content: '←'; }

.btn-next {
  color: #fff;
  background-color: #3ebe65; }
  .btn-next:after {
    display: inline-block;
    margin-left: 5px;
    content: '→'; }
  .btn-next:hover, .btn-next:active, .btn-next:focus, .btn-next:hover:active {
    opacity: .8;
    color: #fff; }

.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; }

.fav-btn {
  background: transparent; }
  .fav-btn--link {
    border: 0;
    outline: 0;
    padding-left: 0;
    padding-right: 0; }
  .fav-btn svg {
    display: inline-block;
    vertical-align: baseline;
    width: 13px;
    height: 12px;
    margin-right: 7px;
    fill: #dfdfdf; }
  .fav-btn--checked svg {
    fill: #f2bc00; }
  .fav-btn__text {
    font-style: 15px;
    color: #277dc6;
    font-weight: normal;
    cursor: pointer; }

.buttons-group .btn, .buttons-group .constructor__language span, .constructor__language .buttons-group span {
  margin-top: 30px; }

/* Block */
.block {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(50, 60, 73, 0.19); }
  .block--xs, .block--sm {
    display: none; }
  .block__title {
    font-weight: normal; }
  @media (min-width: 1200px) {
    .block__title {
      font-size: 24px; } }
  @media (max-width: 1199px) {
    .block__title {
      font-size: 22px; } }
  .block__title {
    margin-top: 0px;
    margin-bottom: 19px;
    font-weight: 400; }
    .block__title--light {
      color: #e5e5e5; }
    .block__title--slim {
      margin-top: 5px;
      margin-bottom: 25px; }
    .block__title--xs {
      display: none; }
  .block__step {
    color: #949494; }
  .block__wrapper {
    padding: 35px; }
    .block__wrapper--thin {
      padding: 30px 32px; }
    .block__wrapper--thin-2 {
      padding: 20px 20px; }
    .block__wrapper--dialogs {
      padding-left: 0;
      padding-right: 0; }
    @media screen and (max-width: 767px) {
      .block__wrapper--chat {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 120; } }
  .block__header {
    border-bottom: 1px solid #E2E2E2; }
    @media (min-width: 768px) {
      .block__header .block__title {
        margin-bottom: 19px; } }
    @media (max-width: 767px) {
      .block__header .block__title {
        margin-bottom: 15px; } }
    .block__header .block__title {
      float: left;
      margin-top: 0px; }
    .block__header + .banner {
      margin-top: 30px; }
    .block__header--withoutline {
      border: 0; }
    .block__header--tablets {
      display: none; }
  .block__headerlink {
    margin-top: 4px; }
  .block__contentlink {
    display: none; }
    @media screen and (max-width: 1149px) {
      .block__contentlink {
        display: block;
        margin-top: 10px;
        margin-bottom: 36px; } }
  .block__content {
    margin: 50px 0; }
    .block__content:last-child {
      margin-bottom: 0; }
    .block__content:first-child {
      margin-top: 0; }
    .block__content h2 {
      margin-bottom: 20px; }
      .block__content h2:first-child {
        margin-top: 0; }
    .block__content--bordered {
      border-bottom: 1px solid #E2E2E2;
      margin-bottom: 0;
      padding-bottom: 25px; }
      .block__content--bordered:last-child {
        border-bottom: none;
        padding-bottom: 0; }
    .block__content--withtabs {
      margin-top: 0px; }
    .block__content:after {
      content: '';
      display: table;
      clear: both; }
  .block__row div[class^="col"] {
    margin-bottom: 20px; }
  .block--left {
    margin-top: 0;
    margin-right: 0; }
  .block--right {
    margin-top: 0;
    margin-left: 0; }

@media (max-width: 1149px) {
  .block {
    margin: 0;
    border-radius: 0; }
    .block__wrapper {
      padding: 30px 20px; }
      .block__wrapper--dialogs, .block__wrapper--profile {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0; }
      .block__wrapper--discussion {
        padding-top: 15px; }
      .block__wrapper--without-side-indents {
        padding-left: 0;
        padding-right: 0; }
    .block__title--tablets {
      display: none; }
    .block--lg {
      display: none; }
    .block--sm {
      display: block; }
    .block h2 {
      margin-top: 0; }
    .block__content {
      padding-bottom: 35px;
      margin-bottom: 35px;
      margin-top: 35px; }
      .block__content--bordered {
        padding-bottom: 15px; }
    .block__header--all {
      display: block; }
    .block__header--tablets {
      display: block; }
    .block__header + .block__content {
      margin-top: 15px; } }

@media (max-width: 767px) {
  .block--xs {
    display: block; }
  .block__wrapper {
    padding: 20px 15px; }
    .block__wrapper--dialogs, .block__wrapper--profile, .block__wrapper--without-indent {
      padding: 0; }
    .block__wrapper--without-side-indents {
      padding-left: 0;
      padding-right: 0; }
    .block__wrapper--discussion {
      padding-top: 13px; }
  .block__header--all {
    display: block;
    border-bottom: 0; }
  .block__header--allwithborder {
    border-bottom: 1px solid #e2e2e2; }
  .block__title {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 19px; }
    .block__title--xs {
      display: block; }
  .block__content {
    padding-bottom: 25px;
    margin-bottom: 25px;
    margin-top: 25px; } }

.b-header {
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(50, 60, 73, 0.19); }
  @media screen and (max-width: 1149px) {
    .b-header {
      background: #298acd;
      box-shadow: none; }
      .b-header .dashboard-table--sm a {
        color: #FFF; }
      .b-header .dashboard-table {
        color: #fff; } }
  @media screen and (max-width: 1149px) {
    .b-header-lg {
      display: none; } }
  .b-header-sm {
    display: none; }
    @media screen and (max-width: 1149px) {
      .b-header-sm {
        display: block; } }
  .b-header__container {
    max-width: 1104px;
    margin: 0 auto;
    width: 100%;
    padding: 0; }
    .b-header__container_inner {
      padding-top: 42px;
      padding-bottom: 50px; }
      @media screen and (max-width: 1149px) {
        .b-header__container_inner {
          padding-top: 27px;
          padding-bottom: 26px; } }
    @media screen and (max-width: 1149px) {
      .b-header__container {
        padding: 0 22px; } }
    @media screen and (max-width: 767px) {
      .b-header__container {
        padding: 0 15px; } }

/* Block */
textarea,
input {
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1;
  padding: 8px 10px;
  vertical-align: middle;
  height: 38px; }
  textarea:disabled,
  input:disabled {
    background-color: #ebebe4;
    color: #949494; }

input:not[type='text'] {
  outline: none; }

textarea, input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:not[type="checkbox"],
input:not[type="radio"] {
  height: 38px; }

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: -webkit-box;
  display: -ms-flexbox;
  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; }

/* 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 > .nav__extra-link {
  float: right;
  margin: 0; }
  .nav > .nav__extra-link > a {
    position: initial;
    border: none;
    color: #277dc6;
    background-color: transparent;
    font-size: 15px;
    padding: 0;
    line-height: 1;
    margin-top: 11px; }
    .nav > .nav__extra-link > a:hover {
      color: #277dc6;
      background-color: transparent; }
  @media (max-width: 1149px) {
    .nav > .nav__extra-link {
      display: none; } }

.nav-tab--lg {
  display: block; }

.nav-tab--sm {
  display: none; }

@media (max-width: 1149px) {
  .nav-tab--lg {
    display: none; }
  .nav-tab--sm {
    display: block; } }

.nav-tabs {
  font-size: 0;
  margin-top: -18px;
  position: relative;
  border-bottom: 1px solid #E2E2E2; }
  .nav-tabs.nav-pills {
    margin-top: 20px;
    border-bottom: 0; }
    @media screen and (max-width: 767px) {
      .nav-tabs.nav-pills {
        margin-bottom: 10px; } }
    .nav-tabs.nav-pills li:before {
      content: none; }
    .nav-tabs.nav-pills li a {
      color: #277dc6;
      background-color: transparent;
      border-color: transparent; }
      .nav-tabs.nav-pills li a:hover, .nav-tabs.nav-pills li a:hover:active, .nav-tabs.nav-pills li a:focus, .nav-tabs.nav-pills li a:active {
        color: #277dc6;
        border-color: #e2e2e2;
        background-color: transparent; }
    .nav-tabs.nav-pills li.active a {
      border: 1px solid #2f8dce;
      color: #277dc6; }
      .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 #2f8dce;
        color: #277dc6; }
    .nav-tabs.nav-pills li {
      margin-top: 0; }
  .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: 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: #277dc6;
        color: #fff; }
  .nav-tabs--forforms {
    margin-bottom: 50px; }
  .nav-tabs--translation {
    border-bottom: 0; }
  .nav-tabs--forforms, .nav-tabs--translation, .nav-tabs--folders {
    margin-top: 0; }
    .nav-tabs--forforms li, .nav-tabs--translation li, .nav-tabs--folders li {
      margin-top: 0; }
      .nav-tabs--forforms li a, .nav-tabs--translation li a, .nav-tabs--folders li a {
        border: 1px solid #E2E2E2; }
    .nav-tabs--forforms li:before, .nav-tabs--translation li:before, .nav-tabs--folders li:before {
      content: none; }
  .nav-tabs .tab-error > a {
    background-color: #fbe8e8;
    border: 1px solid #de5e59;
    border-bottom: 1px solid #E2E2E2; }
    .nav-tabs .tab-error > a:hover {
      background-color: #f3bdbd;
      border: 1px solid #de5e59;
      border-bottom: 1px solid #E2E2E2; }
  @media screen and (max-width: 767px) {
    .nav-tabs--translation {
      padding-left: 15px;
      padding-right: 15px; } }
  .nav-tabs--dialogs {
    border-bottom: 1px solid #E2E2E2; }
  .nav-tabs__lang {
    display: block; }
    @media screen and (max-width: 767px) {
      .nav-tabs__lang {
        display: none; } }
    .nav-tabs__lang--mobile {
      display: none; }
      @media screen and (max-width: 767px) {
        .nav-tabs__lang--mobile {
          display: block; } }

.tab-content article.event:last-child {
  margin-bottom: 0; }

.tab-content form {
  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; }
  @media screen and (max-width: 767px) {
    .tab-content--translation {
      padding-left: 15px;
      padding-right: 15px; } }

.tab-content--folders {
  display: block;
  border-radius: 3px;
  border-top-left-radius: 0;
  padding: 0; }
  .tab-content--folders form {
    margin-top: 45px; }
    @media screen and (max-width: 767px) {
      .tab-content--folders form {
        margin-top: 20px; } }
  .tab-content--folders .event-section {
    margin-top: 45px; }
    .tab-content--folders .event-section .event-section,
    .tab-content--folders .event-section ~ .event-section {
      margin-top: 10px; }

.tab-content__title {
  margin-top: 20px; }

.form-horizontal {
  margin-top: 30px; }
  .form-horizontal .control-label {
    padding-top: 10px; }

@media (max-width: 767px) {
  .nav-tabs--folders {
    display: none; }
  .tab-content--folders {
    border: none; } }

.nav-tabs--blue {
  border-bottom: 1px solid #E2E2E2; }
  .nav-tabs--blue li {
    margin-top: 0px;
    margin-right: 0px;
    display: inline-block;
    cursor: pointer; }
    .nav-tabs--blue li:before {
      display: none; }
    .nav-tabs--blue li a {
      font-size: 15px;
      border-radius: 0;
      background-color: transparent;
      margin: 0;
      padding: 0 14px;
      line-height: 45px;
      color: #277dc6;
      border: none; }
      .nav-tabs--blue li a:after {
        content: "";
        height: 2px;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        background: transparent; }
      .nav-tabs--blue li a:hover, .nav-tabs--blue li a:active, .nav-tabs--blue li a:focus {
        text-decoration: none;
        color: #61ADED;
        background-color: transparent;
        border: none;
        cursor: pointer; }
      .nav-tabs--blue li a:hover:after {
        background: #B7D7EE; }
    .nav-tabs--blue li.active a {
      color: #353535;
      position: relative;
      border: none; }
      .nav-tabs--blue li.active a:after {
        background: #2f8ccd; }
      .nav-tabs--blue li.active a:hover, .nav-tabs--blue li.active a:active, .nav-tabs--blue li.active a:focus {
        color: #353535;
        border: none; }
      .nav-tabs--blue li.active a:hover:after {
        background: #2f8ccd; }

.nav-tabs--reg {
  margin-bottom: 44px; }
  .nav-tabs--reg li {
    text-align: center;
    width: 50%; }
    .nav-tabs--reg li.active a {
      background: transparent; }
      .nav-tabs--reg li.active a:hover {
        background: transparent; }
    .nav-tabs--reg li a {
      display: block; }

.nav-tabs--reginprofile {
  margin-top: 0;
  margin-bottom: 20px; }
  .nav-tabs--reginprofile li {
    text-align: center;
    width: 50%; }
    .nav-tabs--reginprofile li.active a {
      background: transparent; }
      .nav-tabs--reginprofile li.active a:hover {
        background: transparent; }
    .nav-tabs--reginprofile li a {
      display: block; }

/* Trigger */
.trigger {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  min-width: 110px; }
  .trigger input {
    display: none; }
  .trigger label {
    position: relative;
    padding-left: 36px; }
    .trigger label:before {
      content: '';
      margin: 0;
      position: absolute;
      display: inline-block;
      width: 36px;
      height: 21px;
      left: 0;
      background-color: #e0e0e0;
      border-radius: 20px;
      cursor: pointer; }
    .trigger label:after {
      content: '';
      position: absolute;
      width: 17px;
      height: 17px;
      border-radius: 50%;
      background-color: #ffffff;
      top: 2px;
      left: 2px;
      transition: .2s ease;
      cursor: pointer; }
  .trigger input:checked + label:before {
    background-color: #3ebe65; }
  .trigger input:checked + label:after {
    left: 17px; }
  .trigger .granted,
  .trigger .denied {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 1;
    padding-left: 10px;
    font-weight: normal;
    cursor: pointer; }
  .trigger .granted {
    display: none; }
  .trigger .denied {
    color: #949494; }
  .trigger input:checked ~ label .denied {
    display: none; }
  .trigger input:checked ~ label .granted {
    display: inline-block; }

/* Table */
.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; }

.table--bordless > tbody > tr > th,
.table--bordless > tbody > tr > td {
  border: none; }

.table-v2 {
  margin: 0; }
  .table-v2 > thead > tr > th,
  .table-v2 > thead > tr > td,
  .table-v2 > tbody > tr > th,
  .table-v2 > tbody > tr > td,
  .table-v2 > tfoot > tr > th,
  .table-v2 > tfoot > tr > td {
    border-bottom: 1px solid #E2E2E2;
    font-size: 15px; }
  .table-v2 > thead > tr > th,
  .table-v2 > thead > tr > td,
  .table-v2 > tbody > tr > th,
  .table-v2 > tfoot > tr > th {
    font-weight: normal;
    color: #949494; }
  .table-v2 > tbody > tr:last-of-type > td {
    border-bottom: none; }
  .table-v2--bordless > thead > tr > th,
  .table-v2--bordless > thead > tr > td,
  .table-v2--bordless > tbody > tr > th,
  .table-v2--bordless > tbody > tr > td,
  .table-v2--bordless > tfoot > tr > th,
  .table-v2--bordless > tfoot > tr > td {
    border: none; }
  .table-v2--center > thead > tr > th,
  .table-v2--center > thead > tr > td,
  .table-v2--center > tbody > tr > th,
  .table-v2--center > tbody > tr > td,
  .table-v2--center > tfoot > tr > th,
  .table-v2--center > tfoot > tr > td {
    text-align: center; }
  .table-v2--center > thead > tr > th:first-child,
  .table-v2--center > thead > tr > td:first-child,
  .table-v2--center > tbody > tr > th:first-child,
  .table-v2--center > tbody > tr > td:first-child,
  .table-v2--center > tfoot > tr > th:first-child,
  .table-v2--center > tfoot > tr > td:first-child {
    text-align: left; }

/* Position arrows */
.pos-arrows {
  display: inline-block;
  min-width: 50px;
  text-align: left; }
  .pos-arrows__item {
    margin-right: 10px;
    vertical-align: middle; }
    .pos-arrows__item:last-child {
      margin-right: 0; }
    .pos-arrows__item svg {
      width: 18px;
      height: 18px;
      vertical-align: middle;
      fill: #277dc6; }
    .pos-arrows__item--down:only-child {
      margin-left: 31px; }

/* Checkboxes and radios */
.form__custom-control {
  font-weight: normal;
  cursor: pointer;
  font-size: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0; }
  .form__custom-control span {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 15px; }
  .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; }
    .form__custom-control--nomargin input {
      margin: 0; }
    .form__custom-control--nomargin svg {
      margin: 0; }

/* Banner */
.banner {
  padding: 20px;
  padding-bottom: 45px;
  background-color: #2f8dce;
  text-align: center;
  border-radius: 3px;
  margin: 50px auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .banner {
      padding-top: 39px;
      padding-bottom: 55px; } }
  .banner__block {
    padding-bottom: 35px;
    margin: 15px auto;
    border-radius: 0px;
    box-shadow: none; }
    @media (min-width: 1149px) {
      .banner__block {
        margin: 20px auto;
        border-radius: 5px;
        box-shadow: 0 1px 3px 0 rgba(50, 60, 73, 0.19); } }
  .banner__h1 {
    font-size: 24px;
    font-weight: normal; }
  .banner h2 {
    color: #fff;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: normal; }
  .banner p {
    color: #fff;
    margin-bottom: 15px;
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
    line-height: 22px; }
    .banner p a {
      color: #fff;
      text-decoration: underline; }
  .banner__close {
    float: right;
    height: 22px; }
    .banner__close svg {
      fill: #fff;
      width: 22px;
      height: 22px; }
    @media screen and (max-width: 767px) {
      .banner__close {
        margin-top: -15px; } }
  .banner__btn {
    min-width: 210px; }
  .banner--wide {
    margin-top: 30px;
    margin-bottom: 30px; }
  .banner .fig-white {
    position: absolute;
    bottom: -15px;
    height: 15px;
    width: 51px;
    left: 50%;
    margin-left: -25px;
    background-color: #2f8dce; }
    .banner .fig-white:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -15px;
      right: -25px;
      width: 0;
      height: 0;
      border-top: 30px solid #fff;
      border-left: 50px solid #fff;
      border-radius: 50%; }
    .banner .fig-white:before {
      content: '';
      display: block;
      position: absolute;
      bottom: -15px;
      left: -25px;
      width: 0;
      height: 0;
      border-top: 30px solid #fff;
      border-right: 50px solid #fff;
      border-radius: 50%; }

/* Todo */
.todo .row, .todo .media-snippet, .todo .contact {
  margin-bottom: 30px; }
  .todo .row:last-child, .todo .media-snippet:last-child, .todo .contact:last-child {
    margin-bottom: 0; }

.todo__label {
  display: inline-block;
  height: 40px;
  font-size: 0; }
  .todo__label .todo__icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    box-sizing: content-box;
    width: 40px;
    text-align: center; }
    .todo__label .todo__icon:after {
      content: '';
      display: inline-block;
      width: 40px;
      height: 40px;
      background-color: transparent;
      border-radius: 50%;
      border: 1px solid #E2E2E2; }
    .todo__label .todo__icon svg {
      display: none;
      width: 25px;
      height: 40px;
      fill: #3ebe65; }
  .todo__label--checked .todo__icon:after {
    content: none; }
  .todo__label--checked .todo__icon svg {
    display: inline-block; }
  .todo__label--next .todo__icon:after {
    border: 2px solid #277dc6;
    background-color: #ddedfb; }

.todo__label-text {
  vertical-align: middle;
  font-size: 15px; }

/* Select */
.form__custom-select {
  position: relative;
  background-color: #fff;
  z-index: 0;
  width: 100%; }
  .form__custom-select svg {
    position: absolute;
    width: 8px;
    height: 8px;
    fill: #2f8dce;
    right: 10px;
    top: 17px;
    z-index: -1; }
  .form__custom-select select {
    padding: 6px 10px;
    padding-right: 16px;
    height: 38px;
    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: 15px;
    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; }
  .form__custom-select--xs {
    display: none; }
  @media (max-width: 767px) {
    .form__custom-select--xs {
      display: block; } }

/* Collections-item */
.collection-item {
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  background-color: #f8f8f8;
  padding: 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 1149px) {
    .collection-item {
      padding: 22px; } }
  @media screen and (max-width: 767px) {
    .collection-item {
      padding: 12px; } }
  .collection-item--info {
    background-color: #f4f9fd;
    border-color: #a2c8e2; }
  .collection-item--narrow {
    min-height: 38px;
    padding: 7px 0;
    padding-right: 30px;
    padding-left: 10px; }
    .collection-item--narrow > .collection-item__delete {
      margin-right: -20px;
      margin-top: 6px; }
    .collection-item--narrow span {
      color: #196d97; }
  .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; }
    @media screen and (max-width: 767px) {
      .collection-item__delete {
        margin-top: 0;
        margin-right: 0; } }
    .collection-item__delete a {
      width: 10px;
      height: 10px;
      display: block;
      position: relative; }
      .collection-item__delete a svg {
        fill: #de5e59;
        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;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      z-index: 9;
      background-color: #fff; }
  .collection-item__name {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    margin-bottom: 30px;
    font-weight: normal; }
    .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 {
  border-radius: 3px 0 0 3px;
  font-size: 14px;
  line-height: 20px; }

.datepicker-msu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: 10px;
      height: 10px;
      cursor: pointer;
      vertical-align: middle;
      margin-right: 5px;
      margin-top: 13px; }
  .datepicker-msu:hover input:not([disabled]) + .datepicker-msu__clear svg {
    display: inline-block; }

.doublepicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .doublepicker {
      display: block; } }
  .doublepicker .datepicker-msu {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .doublepicker .datepicker-msu {
        width: 100%;
        margin-top: 20px; } }
    .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; }
        @media screen and (max-width: 767px) {
          .doublepicker .datepicker-msu:first-child .datepicker-msu__calendar {
            border-right: 1px solid #E2E2E2; } }
      .doublepicker .datepicker-msu:first-child:after {
        content: '';
        width: 1px;
        height: 24px;
        display: block;
        background-color: #E2E2E2;
        position: absolute;
        right: 0;
        top: 6px; }
        @media screen and (max-width: 767px) {
          .doublepicker .datepicker-msu:first-child:after {
            display: none; } }
      @media screen and (max-width: 767px) {
        .doublepicker .datepicker-msu:first-child {
          margin-top: 0; } }
    .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; }
        @media screen and (max-width: 767px) {
          .doublepicker .datepicker-msu:last-child .datepicker-msu__input {
            border-left: 1px solid #E2E2E2; } }

.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; }

/* Sections */
.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: 8px 10px;
    font-size: 15px;
    margin-right: 10px;
    position: relative;
    z-index: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 38px;
    cursor: default; }
    .event-section__bar--move {
      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[aria-expanded="false"]:after, .event-section--fail > .accordion--sections[aria-expanded="false"]:before {
    background-color: #fcf8e1;
    border-color: #f3e0b8; }

/* 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__label {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #949494; }

.constructor__tag {
  font-size: 13px;
  margin-left: 10px;
  cursor: pointer;
  color: #2f8dce;
  border: 1px solid #2f8dce;
  border-radius: 26px;
  background-color: #fff;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle; }
  .constructor__tag:first-child {
    margin-left: 0; }
  .constructor__tag:hover {
    color: #fff;
    background-color: #57a4d9;
    border: 1px solid #57a4d9; }
  .constructor__tag.active {
    color: #fff;
    background-color: #2f8dce; }
    .constructor__tag.active:hover {
      color: #fff;
      background-color: #57a4d9;
      border: 1px solid #57a4d9; }

.constructor__sections-trigger {
  position: relative; }
  .constructor__sections-trigger:after {
    position: absolute;
    top: 12px;
    right: -40px;
    display: block;
    width: 15px;
    height: 15px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    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; }

.constructor .form-group {
  margin-bottom: 30px; }

/* Panel */
.panel {
  margin-bottom: 30px;
  box-shadow: none; }
  .panel:last-child {
    margin-bottom: 0; }
  .panel__title {
    font-size: 15px;
    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; }

.panel-default {
  border: 1px solid #E2E2E2; }
  .panel-default > .panel-heading {
    border-color: #E2E2E2; }

/* Form Group */
.form-group {
  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; }
  .form-group:last-child {
    margin-bottom: 0; }
  .form-group__checkdisabled input[type="checkbox"] {
    display: none; }
  .form-group__checkdisabled label {
    font-size: 13px;
    text-align: right;
    margin-top: -3px;
    display: block;
    font-weight: normal;
    cursor: pointer;
    color: #277dc6; }
    .form-group__checkdisabled label span {
      display: block; }
    .form-group__checkdisabled label:hover {
      color: #61ADED; }
  .form-group__checkdisabled #second-name-check ~ label span:last-child {
    display: none; }
  .form-group__checkdisabled #second-name-check:checked ~ label span:first-child {
    display: none; }
  .form-group__checkdisabled #second-name-check:checked ~ label span:last-child {
    display: block; }

/* Form */
.form {
  margin-bottom: 80px; }
  .form__legend {
    color: #353535;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 35px;
    margin-bottom: 25px; }
  .form__label {
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    margin-bottom: 10px; }
    .form__label--required:after {
      content: '*';
      font-size: 15px;
      line-height: 15px;
      vertical-align: top;
      margin-left: 2px;
      color: #de5e59; }
    .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__error,
    .form__choice label + .form__help + .form__error,
    .form__choice label + .form__error + .form__error {
      margin-left: 30px;
      margin-bottom: 10px;
      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;
      border-radius: 3px; }
      .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: 38px;
    font-size: 15px;
    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("../js/layout3/prod/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("../js/layout3/prod/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; }
      .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: .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: .7; }
  .form__added {
    position: relative; }
    .form__added:hover + .form__remove {
      display: block; }
  .form__time span {
    color: #949494; }
  .form__time input {
    width: 36px; }

ul.preview {
  margin: 0; }

.block ~ form {
  margin-bottom: 0; }

/* Links */
/* common link style */
a {
  color: #277dc6;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none;
    color: #61ADED;
    outline: none; }
  a:focus {
    outline: none; }

.link {
  color: #277dc6;
  background: transparent;
  width: auto;
  padding: 0;
  border: none; }
  .link--external svg {
    display: inline-block;
    margin-left: 4px;
    width: 12px;
    height: 13px; }
  .link:hover, .link:active, .link:hover:active {
    text-decoration: none;
    color: #61ADED;
    cursor: pointer; }
  .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: inline-block;
    font-weight: bold;
    font-size: 20px;
    line-height: 1; }
    .link__subtitle:hover {
      box-shadow: 0 1px 0 0 #277dc6; }
  .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; }
  .link__h2 {
    font-size: 18px;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 10px; }

/* Dashboard-table */
.dashboard-table .row, .dashboard-table .media-snippet, .dashboard-table .contact {
  padding-bottom: 5px; }

.dashboard-table__head {
  color: #949494; }

.dashboard-table__link {
  margin-top: 10px; }

.dashboard-table--v2 .row, .dashboard-table--v2 .media-snippet, .dashboard-table--v2 .contact {
  padding: 5px 0; }

.dashboard-table--sm {
  display: none; }

@media (max-width: 1149px) {
  .dashboard-table {
    color: #277dc6; }
    .dashboard-table__head {
      color: #b5d7f7;
      padding-bottom: 5px; }
    .dashboard-table--lg {
      display: none; }
    .dashboard-table--sm {
      display: block; }
      .dashboard-table--sm a {
        color: #277dc6; }
    .dashboard-table .row, .dashboard-table .media-snippet, .dashboard-table .contact {
      padding: 0; } }

@media (max-width: 767px) {
  .dashboard-table .dashboard-table__cell:nth-child(2),
  .dashboard-table .dashboard-table__cell:nth-child(3) {
    margin-bottom: 20px; } }

@media (max-width: 1149px) {
  .dashboard__header .dashboard-table {
    color: #fff; }
    .dashboard__header .dashboard-table__head {
      color: #b5d7f7;
      padding-bottom: 5px; }
    .dashboard__header .dashboard-table--lg {
      display: none; }
    .dashboard__header .dashboard-table--sm {
      display: block; }
      .dashboard__header .dashboard-table--sm a {
        color: #fff; }
    .dashboard__header .dashboard-table .row, .dashboard__header .dashboard-table .media-snippet, .dashboard__header .dashboard-table .contact {
      padding: 0; } }

/* 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 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .accordion[aria-expanded="true"] .accordion__minus {
    display: block; }
  .accordion[aria-expanded="true"] .accordion__plus {
    display: none; }
  .accordion--options svg {
    fill: #2F8CCD; }
  .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: 38px;
    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: 38px;
    position: absolute;
    z-index: 2;
    left: 22px;
    top: -10px; }

/* User-block */
.user-block {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .user-block__item {
    height: 60px;
    line-height: 60px;
    position: relative;
    display: none; }
  .user-block__link {
    display: inline-block;
    color: #fff;
    padding: 0 20px;
    line-height: 60px;
    background-color: #247FC6; }
    .user-block__link:hover, .user-block__link:active, .user-block__link:hover:active {
      background-color: #4198dc;
      color: #fff; }
    .user-block__link--ega {
      background-color: #247FC6; }
      .user-block__link--ega:hover, .user-block__link--ega:active, .user-block__link--ega:hover:active {
        background-color: #4198dc;
        color: #fff; }
    .user-block__link--loginega:hover, .user-block__link--loginega:active, .user-block__link--loginega:hover:active {
      background-color: #4198dc;
      color: #fff; }
    .user-block__link--login {
      background-color: #5db1f1; }
      .user-block__link--login:hover, .user-block__link--login:active, .user-block__link--login:hover:active {
        background-color: #84c9fd;
        color: #fff; }
    @media (max-width: 767px) {
      .user-block__link--login {
        background: #247fc6; }
      .user-block__link--loginega {
        background-color: #247FC6; } }
    .user-block__link--logged {
      min-width: 265px;
      padding-right: 60px;
      background-color: #298acd; }
      .user-block__link--logged:hover, .user-block__link--logged:active, .user-block__link--logged:hover:active {
        background-color: #4198dc;
        color: #fff; }
  .user-block__user {
    float: right;
    margin-right: 22px;
    margin-top: 12px;
    height: 36px;
    width: 36px;
    border-radius: 3px;
    overflow: hidden; }
    .user-block__user img {
      width: 100%;
      height: auto; }
  @media (min-width: 1150px) {
    .user-block__item {
      display: block;
      height: 70px;
      line-height: 70px; }
    .user-block__link {
      line-height: 70px; }
    .user-block__user {
      display: none; } }

/* Badge */
/* badge */
.badge:empty {
  display: none; }

.badge {
  font-size: 11px;
  padding: 3px 8px;
  margin-left: 8px;
  vertical-align: top; }
  .badge--danger {
    background-color: #de5e59;
    color: #fff; }
  .badge--right {
    margin-right: 10px;
    margin-left: 0; }

/* Profile */
.profile-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1149px) {
    .profile-auth {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .profile-auth__form {
    margin-top: 21px; }
    @media screen and (max-width: 1149px) {
      .profile-auth__form {
        max-width: 258px;
        margin-left: 20px;
        margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .profile-auth__form {
        margin-top: 25px;
        margin-left: 15px;
        margin-right: 15px;
        max-width: 100%; } }
  @media (min-width: 1150px) {
    .profile-auth__left {
      max-width: 275px;
      margin-right: auto; } }
  @media screen and (max-width: 1149px) {
    .profile-auth__left {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  @media screen and (max-width: 767px) {
    .profile-auth__left {
      padding-bottom: 30px; } }
  @media (min-width: 1150px) {
    .profile-auth__right {
      max-width: 807px;
      margin-left: auto; } }
  @media screen and (max-width: 1149px) {
    .profile-auth__right {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.profile__menu {
  float: left;
  width: 275px;
  margin-right: 22px; }

.profile__content {
  float: left;
  width: 807px; }

.profile__left {
  min-width: 258px;
  margin-right: 32px; }

.profile__right {
  min-width: 447px; }

.profile__content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .profile__content-main:after {
    content: '';
    display: table;
    clear: both; }

.profile__avatar {
  min-width: 100%;
  max-height: 100%;
  overflow: hidden;
  text-align: center; }
  .profile__avatar + profile__controls {
    margin-top: 30px; }
  .profile__avatar img {
    width: 100%;
    height: auto; }

.profile__title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px; }

.profile__user-actions {
  margin-top: 20px; }
  .profile__user-actions .btn, .profile__user-actions .constructor__language span, .constructor__language .profile__user-actions span {
    margin-top: 10px; }

.profile__place {
  margin-bottom: 15px;
  font-size: 15px;
  font-style: normal;
  color: #949494; }

.profile__vuz {
  font-size: 13px;
  line-height: 17px;
  color: #949494; }

.profile__header {
  margin-bottom: 55px; }

.profile__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  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: 113px;
  width: 100%;
  text-align: center; }
  .profile__icon svg {
    fill: #fff;
    width: 60px;
    height: 113px; }

.profile__add {
  border: 2px dashed #2f8dce;
  border-radius: 5px;
  padding: 25px 30px;
  text-align: center;
  display: block; }
  .profile__add--thin {
    padding: 10px 20px; }
    .profile__add--thin p.profile__add-link {
      margin-top: 0; }
  .profile__add p {
    margin: 0;
    margin-top: 5px;
    font-size: 13px;
    color: #949494; }
  .profile__add p.profile__add-link {
    color: #2f8dce;
    font-size: 15px; }

.profile__controls {
  text-align: center; }
  .profile__controls .dropdown {
    margin-bottom: 0; }

.profile__controls--md,
.profile .connections--md {
  display: block; }

.profile__controls--xs,
.profile .connections--xs {
  display: none; }

.profile__edu-avatar {
  float: left;
  width: 113px;
  height: 113px;
  margin-right: 32px; }
  .profile__edu-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.profile__edu-content {
  float: left;
  width: 592px; }

.profile__edu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 15px; }
  .profile__edu-row:last-child {
    margin-bottom: 0; }

.profile__edu-th {
  -ms-flex-preferred-size: 140px;
  flex-basis: 140px;
  min-width: 140px;
  color: #949494; }

.profile__accordion {
  text-align: left; }

.profile__extra {
  margin-top: 20px;
  display: block;
  position: relative;
  text-align: left;
  cursor: pointer; }
  .profile__extra svg {
    position: absolute;
    width: 8px;
    height: 8px;
    fill: #2f8dce;
    right: 10px;
    top: 6px; }
  .profile__extra:hover {
    color: #4696da; }

.profile__extra-tooltip {
  font-size: 15px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  right: 0;
  left: 0;
  top: 60px;
  text-align: center; }
  .profile__extra-tooltip:before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: -7px;
    right: 50%;
    margin-right: -11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .profile__extra-tooltip .dropdown__item {
    border-color: #E2E2E2; }

@media (max-width: 1150px) {
  .profile .block {
    margin-bottom: 15px; }
  .profile__left {
    margin-right: 20px; }
  .profile__right {
    width: 100%;
    min-width: 446px; }
  .profile__menu {
    display: none; }
  .profile__content {
    float: none;
    width: 100%; }
  .profile__avatar {
    border-radius: 5px;
    height: 258px; }
    .profile__avatar img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .profile__icon {
    height: 95px; }
    .profile__icon svg {
      height: 95px; }
  .profile__edu-avatar {
    width: 73px;
    height: 73px;
    margin-right: 20px; }
  .profile__edu-content {
    width: 630px; } }

@media (max-width: 767px) {
  .profile__left {
    min-width: 62px;
    width: 62px;
    margin-right: 14px; }
  .profile__right {
    min-width: 214px; }
  .profile__title {
    font-size: 15px;
    line-height: 1.2; }
  .profile__place {
    font-size: 13px; }
  .profile__vuz {
    display: none; }
  .profile__header {
    margin-bottom: 0; }
  .profile__avatar {
    height: 62px;
    border-radius: 3px; }
    .profile__avatar + profile__controls {
      margin-top: 25px; }
  .profile__controls--md,
  .profile .connections--md {
    display: none; }
  .profile__controls--xs,
  .profile .connections--xs {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }
  .profile .connections--xs {
    position: relative;
    padding-top: 41px; }
    .profile .connections--xs:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 16px;
      background-color: #f3f3f3;
      border: 1px solid #E2E2E2; }
  .profile .connections__person-name {
    display: none; }
  .profile .connections__person {
    width: 62px;
    margin-right: 14px; }
  .profile .connections__person-avatar {
    width: 100%;
    height: 62px;
    border-radius: 3px;
    overflow: hidden; }
  .profile__edu-avatar {
    display: none; }
  .profile__edu-content {
    float: none;
    width: 100%; }
  .profile__edu-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .profile__edu-th {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-bottom: 10px; } }

.profile-content {
  float: left;
  width: 807px; }
  @media screen and (max-width: 1149px) {
    .profile-content {
      padding-bottom: 60px;
      width: 100%;
      float: none; } }
  @media screen and (max-width: 1149px) {
    .profile-content__headerwrapper {
      background: #1685CA;
      padding-left: 22px; } }
  @media screen and (max-width: 767px) {
    .profile-content__headerwrapper {
      padding-left: 15px; } }
  .profile-content__header {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 26px;
    position: relative; }
    .profile-content__header--mobile, .profile-content__header--tablets {
      display: none; }
    .profile-content__header--dialogs {
      display: none; }
    .profile-content__header--withtabs {
      border-bottom: 0; }
    @media screen and (max-width: 1149px) {
      .profile-content__header {
        display: block;
        padding: 25px 0;
        background: #1685ca; }
        .profile-content__header--dialogs {
          margin-bottom: 40px; }
        .profile-content__header--mobile, .profile-content__header--desktop {
          display: none; }
        .profile-content__header--tablets {
          display: block; } }
    @media screen and (max-width: 767px) {
      .profile-content__header {
        display: none;
        margin-bottom: 0; }
        .profile-content__header--mobile {
          display: block;
          padding-left: 22px;
          position: relative;
          padding: 10px 0; } }
    @media screen and (max-width: 1149px) {
      .profile-content__header--withwrapper {
        background: #FFF;
        padding-top: 0;
        padding-bottom: 0; } }
  .profile-content__heading {
    color: #353535;
    font-size: 22px;
    margin: 0; }
    .profile-content__heading--ib {
      display: inline-block;
      vertical-align: middle; }
    @media screen and (max-width: 1149px) {
      .profile-content__heading a {
        display: inline;
        color: #FFF;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        transition: border-color .3s ease; }
        .profile-content__heading a:hover, .profile-content__heading a:active {
          border-color: #fff; } }
    @media screen and (max-width: 1149px) {
      .profile-content__heading {
        color: white;
        font-size: 20px;
        padding-left: 22px; } }
    @media screen and (max-width: 767px) {
      .profile-content__heading {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px; } }
    @media screen and (max-width: 1149px) {
      .profile-content__heading--withwrapper {
        padding: 22px 0; } }
    @media screen and (max-width: 767px) {
      .profile-content__heading--withwrapper {
        padding-top: 15px;
        padding-bottom: 12px; } }
    @media screen and (max-width: 1149px) {
      .profile-content__heading--internal {
        padding-top: 20px;
        padding-left: 0; } }
  .profile-content__subheading {
    margin-top: 18px;
    font-size: 15px;
    margin-bottom: 0; }
    @media screen and (max-width: 1149px) {
      .profile-content__subheading {
        color: white;
        padding-left: 22px; } }
    @media screen and (max-width: 767px) {
      .profile-content__subheading {
        padding-left: 0;
        margin-bottom: 20px; } }
    @media screen and (max-width: 1149px) {
      .profile-content__subheading a {
        color: #FFF;
        display: inline;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        transition: border-color .3s ease; }
        .profile-content__subheading a:hover, .profile-content__subheading a:active {
          border-color: #fff; } }
  .profile-content__dialogsrefresh {
    display: block;
    text-decoration: none;
    position: absolute;
    right: 29px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff; }
    .profile-content__dialogsrefresh:hover, .profile-content__dialogsrefresh:active, .profile-content__dialogsrefresh:focus, .profile-content__dialogsrefresh:hover:active {
      color: #FFF; }
  .profile-content__breadcrumbsdelimeter {
    margin: 0 7px;
    color: #959595; }
  @media screen and (max-width: 1149px) {
    .profile-content__container {
      padding-left: 22px;
      padding-right: 22px; } }
  @media screen and (max-width: 767px) {
    .profile-content__container {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 35px;
      padding-bottom: 35px; } }
  .profile-content__tabsform {
    display: none; }
    @media screen and (max-width: 767px) {
      .profile-content__tabsform {
        display: block;
        padding-bottom: 15px;
        padding-right: 15px; } }
  .profile-content__tabsselect {
    border-radius: 3px; }
    .profile-content__tabsselect select {
      height: 44px;
      border-color: transparent; }
    .profile-content__tabsselect svg {
      top: 20px; }
  .profile-content__tabs {
    margin-bottom: 40px;
    margin-top: 0; }
    .profile-content__tabs li.active a .global-contacted-me-count {
      background-color: #de5e59;
      color: #FFF; }
    .profile-content__tabs li {
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      .profile-content__tabs {
        display: none; } }
    .profile-content__tabs--dialogs {
      margin-bottom: 20px;
      margin-left: 35px;
      margin-right: 35px; }
    @media screen and (max-width: 1149px) {
      .profile-content__tabs {
        margin-left: 22px;
        margin-right: 22px;
        margin-top: 40px; } }
    .profile-content__tabs--contacts {
      margin-bottom: 22px; }
      @media screen and (max-width: 1149px) {
        .profile-content__tabs--contacts {
          margin-top: 0; } }
    .profile-content__tabs--calendar {
      margin-bottom: 0; }
  .profile-content__headerbtn {
    position: absolute;
    right: 0;
    top: -8px; }
    @media screen and (max-width: 1149px) {
      .profile-content__headerbtn {
        position: static;
        margin-top: 15px;
        margin-left: 22px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .profile-content__headerbtn {
        display: block;
        box-sizing: border-box;
        margin-left: 15px; }
        .profile-content__headerbtn.profile-content__headerbtn {
          margin-right: 15px; } }
  @media screen and (max-width: 1149px) {
    .profile-content__back {
      margin-left: 22px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .profile-content__back {
      margin-left: 15px;
      margin-bottom: 10px;
      margin-top: 15px; } }

/* Connections */
.connections {
  margin-top: 30px; }
  .connections:only-child {
    margin: 0; }
  .connections__header {
    margin-bottom: 30px; }
    .connections__header:after {
      content: '';
      display: table;
      clear: both; }
  .connections__title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    position: relative; }
    @media screen and (max-width: 480px) {
      .connections__title {
        max-width: 50%;
        overflow: hidden;
        text-overlow: ellipsis; } }
  .connections__all-link {
    float: right;
    line-height: 24px;
    max-width: 50%; }
  .connections__set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 84px; }
    @media screen and (max-width: 767px) {
      .connections__set {
        height: 62px; } }
  .connections__person {
    width: 80px;
    vertical-align: top; }
  .connections__person-avatar {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 3px; }
    .connections__person-avatar img {
      min-width: 100%;
      height: auto; }
  .connections__person-name {
    font-size: 11px;
    line-height: 1.2;
    font-style: normal;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 8px;
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis; }

/* index-event */
.index-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px; }
  .index-event:nth-child(-n+2) {
    margin-top: 0; }
  @media screen and (max-width: 1149px) {
    .index-event:nth-child(-n+2) {
      margin-top: 41px; }
    .index-event:first-child {
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .index-event {
      display: block;
      margin-top: 37px; }
      .index-event:nth-child(-n+2) {
        margin-top: 37px; } }
  .index-event__logo {
    width: 56px; }
    .index-event__logo img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 1149px) {
      .index-event__logo {
        width: 64px; } }
    @media screen and (max-width: 767px) {
      .index-event__logo {
        margin-bottom: 18px; } }
  .index-event__infowrapper {
    margin-left: 28px; }
    @media screen and (max-width: 767px) {
      .index-event__infowrapper {
        margin-left: 0; } }
  .index-event__name.index-event__name {
    font-size: 15px;
    line-height: 1.47;
    margin-top: 0;
    font-weight: normal;
    color: #277dc6;
    margin-bottom: 3px; }
  .index-event__date {
    display: block;
    font-size: 13px;
    line-height: 1.69;
    color: #959595;
    margin-bottom: 8px; }

/*-----  End of Index event  ------*/
/* Event Card */
.event-card {
  padding-left: 120px;
  position: relative;
  padding-top: 34px; }
  .event-card:last-child .event-card__infowrapper {
    border-bottom: 0; }
  @media screen and (max-width: 767px) {
    .event-card {
      padding-left: 75px; } }
  .event-card__logo {
    width: 120px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 34px; }
    @media screen and (max-width: 1149px) {
      .event-card__logo {
        width: 115px; } }
    @media screen and (max-width: 767px) {
      .event-card__logo {
        width: 60px;
        left: 0px; } }
    .event-card__logo img {
      max-width: 94px;
      max-height: 99px;
      height: auto;
      display: inline-block; }
      @media screen and (max-width: 1149px) {
        .event-card__logo img {
          max-width: 73px; } }
      @media screen and (max-width: 767px) {
        .event-card__logo img {
          max-width: 60px; } }
  .event-card__infowrapper {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 36px;
    min-height: 99px;
    margin-left: 32px; }
    @media screen and (max-width: 1149px) {
      .event-card__infowrapper {
        margin-left: 0;
        padding-right: 60px; } }
    @media screen and (max-width: 767px) {
      .event-card__infowrapper {
        padding-right: 57px; } }
  .event-card__info_future {
    max-width: 760px; }
  .event-card__name {
    margin: 0; }
    .event-card__name_future {
      margin-bottom: 5px; }
  .event-card__link {
    font-size: 15px;
    font-weight: 400; }
    .event-card__link_future {
      font-size: 18px;
      font-weight: 500; }
  .event-card__date {
    display: block;
    color: #959595;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 2px;
    margin-bottom: 11px; }
    .event-card__date_future {
      color: #353535;
      font-size: 15px;
      font-weight: 400; }
    @media screen and (max-width: 767px) {
      .event-card__date {
        color: #353535;
        font-size: 15px;
        line-height: normal;
        margin-top: 4px; } }
  .event-card__about {
    color: #959595;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px; }
    .event-card__about_future {
      font-size: 15px; }
  .event-card__datesinfo, .event-card__placeinfo {
    display: block;
    color: #959595;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px; }
  .event-card__place, .event-card__regdate {
    display: inline-block; }
  .event-card__place {
    margin-right: 24px; }
    @media screen and (max-width: 1149px) {
      .event-card__place {
        margin-right: 0; } }
  .event-card__controls {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside; }
  .event-card__control {
    display: inline-block;
    margin-left: 15px; }
    .event-card__control:first-child {
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        .event-card__control:first-child {
          margin-top: 0; } }
    .event-card__control_mobile {
      display: none; }
    @media screen and (max-width: 560px) {
      .event-card__control {
        margin-left: 0;
        display: block;
        margin-top: 10px; }
        .event-card__control_mobile {
          display: block; } }
  .event-card__controllink {
    font-size: 15px;
    font-weight: 400; }
    .event-card__controllink--delete {
      color: #de5e59; }
      .event-card__controllink--delete:hover {
        color: #de5e59; }
  .event-card__badge {
    background-color: #de5e59;
    color: #fff;
    vertical-align: middle; }
  .event-card__dropdown {
    top: 32px; }
    @media screen and (max-width: 560px) {
      .event-card__dropdown {
        display: none; } }
  .event-card__btn {
    position: absolute;
    right: 0;
    top: 35px; }
    @media screen and (max-width: 1149px) {
      .event-card__btn {
        position: static; } }
  .event-card__addtocalendar, .event-card__tolist {
    vertical-align: middle; }
    .event-card__addtocalendar .btn, .event-card__addtocalendar .constructor__language span, .constructor__language .event-card__addtocalendar span, .event-card__tolist .btn, .event-card__tolist .constructor__language span, .constructor__language .event-card__tolist span {
      padding: 0 17px; }
      @media screen and (max-width: 767px) {
        .event-card__addtocalendar .btn, .event-card__addtocalendar .constructor__language span, .constructor__language .event-card__addtocalendar span, .event-card__tolist .btn, .event-card__tolist .constructor__language span, .constructor__language .event-card__tolist span {
          width: 100%; } }
  .event-card__hidebtn, .event-card__reject {
    vertical-align: middle; }
    .event-card__hidebtn a, .event-card__reject a {
      line-height: 38px; }
      @media screen and (max-width: 767px) {
        .event-card__hidebtn a, .event-card__reject a {
          width: 100%;
          display: block;
          text-align: center; } }
  .event-card__footer--relevant {
    padding-top: 4px; }
  .event-card__fav {
    margin-bottom: 15px; }

/* User photo */
.user-photo__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px; }

.user-photo__img {
  width: 195px;
  height: 265px;
  overflow: hidden;
  margin-right: 30px;
  background: url("../js/layout3/prod/img/user-av-lg.jpg") 50% 50% no-repeat;
  background-size: cover; }
  .user-photo__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .user-photo__img--small {
    width: 130px;
    height: 130px;
    background: url("../js/layout3/prod/img/user-av-md.jpg") 50% 50% no-repeat;
    background-size: cover;
    margin-right: 0; }

.user-photo__controls {
  width: 195px;
  text-align: center;
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .user-photo__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  .user-photo__img {
    margin: 0;
    margin-top: 30px; }
    .user-photo__img--small {
      margin-bottom: 30px; }
  .user-photo__controls {
    width: 100%; }
  .user-photo .form__help, .user-photo .form__error,
  .user-photo .form__error {
    text-align: center; } }

/* Message */
.message {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 12px 105px;
  padding-left: 95px;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .message {
      border-radius: 16px 16px 17px 17px;
      position: relative;
      z-index: 1;
      max-width: 90%;
      margin-top: 18px;
      padding: 12px 20px;
      box-sizing: border-box; }
      .message:before, .message:after {
        content: "";
        display: block; } }
  .message--unread {
    background: #DCEAF8; }
    @media screen and (max-width: 767px) {
      .message--unread {
        background: #fff; } }
  .message--read .message__text {
    padding: 0; }
  .message--unread.message--user {
    background: #FFF; }
    .message--unread.message--user .message__text {
      background: #DCEAF8; }
    @media screen and (max-width: 767px) {
      .message--unread.message--user {
        background: #1685ca; }
        .message--unread.message--user .message__text {
          background: #1685ca; } }
  .message--unread.message--guest .message__text {
    padding: 0; }
  @media screen and (max-width: 767px) {
    .message--guest {
      background: #E2E2E2;
      float: left; }
      .message--guest .message__date {
        left: 20px; }
      .message--guest:before {
        width: 0;
        display: block;
        height: 14px;
        box-sizing: content-box;
        position: absolute;
        border-bottom-right-radius: 17px;
        border-right: 14px solid #E2E2E2;
        position: absolute;
        left: -5px;
        bottom: 0;
        z-index: 0; }
      .message--guest:after {
        border-right: 14px solid #fff;
        border-bottom-right-radius: 17px;
        position: absolute;
        height: 14px;
        left: -14px;
        bottom: 0; } }
  @media screen and (max-width: 767px) {
    .message--user {
      background: #1685ca;
      float: right; }
      .message--user .message__text {
        color: #FFF; }
      .message--user .message__date {
        right: 20px; }
      .message--user:before {
        width: 0;
        display: block;
        height: 14px;
        box-sizing: content-box;
        position: absolute;
        border-bottom-left-radius: 17px;
        border-left: 14px solid #1685ca;
        position: absolute;
        right: -5px;
        bottom: 0;
        z-index: 0; }
      .message--user:after {
        border-right: 14px solid #fff;
        border-bottom-left-radius: 17px;
        position: absolute;
        height: 14px;
        right: -14px;
        bottom: 0; } }
  .message__photo {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 55px;
    margin-top: 5px; }
    .message__photo img {
      width: 100%;
      height: 100%;
      border-radius: 3px; }
    .message__photo--online::before {
      display: block; }
    @media screen and (max-width: 767px) {
      .message__photo {
        display: none; } }
  .message__content {
    padding-left: 10px; }
    @media screen and (max-width: 767px) {
      .message__content {
        padding-left: 0; } }
  .message__username {
    display: inline-block;
    margin-bottom: 2px; }
    @media screen and (max-width: 767px) {
      .message__username {
        display: none; } }
  .message__date {
    position: absolute;
    right: 35px;
    top: 20px;
    color: #949494;
    font-size: 13px;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .message__date {
        bottom: -22px;
        top: auto; } }
  .message__text {
    color: #353535;
    line-height: 21px;
    font-size: 15px;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .message__text {
        padding: 0; } }

/* Dialog */
.dialog {
  width: 100%;
  display: table;
  padding: 15px 0;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding-left: 35px;
  padding-right: 35px; }
  .dialog--unread.dialog--guest {
    background: #dceaf8; }
  .dialog:first-child {
    border-top: 0; }
  @media screen and (max-width: 1149px) {
    .dialog {
      display: block;
      position: relative;
      min-height: 93px; } }
  @media screen and (max-width: 767px) {
    .dialog {
      padding-left: 0;
      padding-right: 0;
      min-height: 79px; } }
  .dialog:before, .dialog:after {
    display: table;
    content: ""; }
  .dialog:after {
    clear: both; }
  .lt-ie8 .dialog {
    zoom: 1; }
  .dialog__col {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 1149px) {
      .dialog__col {
        display: block; } }
    .dialog__col_user {
      width: 30.787589498806682%;
      padding-right: 15px; }
      .dialog__col_user:before, .dialog__col_user:after {
        display: table;
        content: ""; }
      .dialog__col_user:after {
        clear: both; }
      .lt-ie8 .dialog__col_user {
        zoom: 1; }
      @media screen and (max-width: 1149px) {
        .dialog__col_user {
          width: 100%;
          padding-left: 100px; } }
      @media screen and (max-width: 767px) {
        .dialog__col_user {
          padding-left: 91px; } }
    .dialog__col_message {
      padding-left: 15px;
      width: 65.39379474940334%; }
      @media screen and (max-width: 1149px) {
        .dialog__col_message {
          display: none; } }
  .dialog__userphoto {
    width: 49px;
    height: 49px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    @media screen and (max-width: 1149px) {
      .dialog__userphoto {
        width: 73px;
        height: 73px;
        position: absolute;
        left: 35px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media screen and (max-width: 767px) {
      .dialog__userphoto {
        width: 64px;
        height: 64px;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .dialog__userphoto:before {
      content: "";
      display: none;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: 2px solid #fff;
      background-color: #47cd70;
      position: absolute;
      bottom: -5px;
      right: -5px; }
    .dialog__userphoto img {
      width: 100%;
      height: 100%;
      border-radius: 3px;
      display: block; }
    .dialog__userphoto--online:before {
      display: block; }
  .dialog__userinfo {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 1149px) {
      .dialog__userinfo {
        margin-top: 5px;
        display: block; } }
  .dialog__username {
    color: #277dc6;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    display: block; }
    @media screen and (max-width: 1149px) {
      .dialog__username {
        font-size: 15px;
        display: inline-block; } }
  .dialog__date {
    color: #949494;
    font-size: 13px;
    font-weight: 400;
    display: block; }
    @media screen and (max-width: 767px) {
      .dialog__date {
        display: none; } }
    @media screen and (max-width: 1149px) {
      .dialog__date {
        position: absolute;
        right: 0;
        top: 0; } }
  .dialog__message {
    padding-left: 57px;
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 50px; }
    .dialog__message--mobile {
      display: none; }
      @media screen and (max-width: 1149px) {
        .dialog__message--mobile {
          display: block;
          padding-left: 0;
          padding-right: 15px;
          padding-top: 6px;
          padding-bottom: 5px; } }
    .dialog__message--unread {
      background-color: #ddebf9;
      border-radius: 3px; }
    .dialog__message--unread.dialog__message--guest .dialog__text {
      padding-left: 0; }
    .dialog__message--read .dialog__text {
      padding-left: 0; }
    .dialog__message--read .dialog__img--mobile {
      margin-left: 0; }
    .dialog__message--read.dialog__message--user .dialog__text {
      padding-left: 6px; }
    .dialog__message--guest {
      padding-left: 13px; }
      @media screen and (max-width: 1149px) {
        .dialog__message--guest {
          padding-left: 0; } }
      .dialog__message--guest .dialog__img {
        display: none; }
  .dialog__img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px; }
    .dialog__img--mobile {
      display: none; }
      @media screen and (max-width: 1149px) {
        .dialog__img--mobile {
          display: block;
          float: left;
          margin-top: 10px;
          width: 22px;
          height: 22px;
          position: relative;
          top: auto;
          left: auto;
          margin-left: 5px;
          margin-right: 4px; } }
    .dialog__img img {
      width: 100%;
      height: 100%;
      border-radius: 3px; }
  .dialog__text {
    color: #277dc6;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
    height: 33px;
    overflow: hidden; }
    @media screen and (max-width: 1149px) {
      .dialog__text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 0;
        margin-top: 0px;
        padding-left: 6px;
        font-size: 15px;
        height: 22px;
        line-height: 22px; } }
    @media screen and (max-width: 767px) {
      .dialog__text {
        font-size: 15px;
        color: #353535; } }

/* Contact */
.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; }

/* Alert */
.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%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -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 .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; } }

/* Event-label */
.event-label {
  min-height: 38px;
  color: #353535;
  font-size: 15px;
  font-weight: 400;
  background-color: #f1f1f1;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  margin: 18px 0;
  padding: 10px 15px;
  text-align: center; }

/* My request */
.my-request {
  padding-top: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E2E2E2;
  position: relative; }
  .my-request:last-child {
    border-bottom: 0; }
  .my-request__controls {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside; }
  .my-request__control {
    margin-top: 10px; }
    .my-request__control:first-child {
      margin-top: 0; }
  .my-request__dropdown {
    top: 37px; }
    @media screen and (max-width: 767px) {
      .my-request__dropdown {
        top: 10px; } }
  @media screen and (max-width: 767px) {
    .my-request {
      padding-top: 15px;
      margin-top: 20px; }
      .my-request:first-child {
        margin-top: 0; } }

.my-request-info {
  font-size: 0; }
  .my-request-info__fieldname, .my-request-info__fieldvalue {
    vertical-align: top;
    display: inline-block;
    font-size: 15px;
    margin-top: 15px; }
  .my-request-info__fieldname {
    width: 34.60620525059666%;
    color: #949494;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .my-request-info__fieldname {
        margin-top: 18px; }
        .my-request-info__fieldname:first-child {
          margin-top: 0; } }
  .my-request-info__fieldvalue {
    width: 65.39379474940334%;
    color: #353535;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .my-request-info__fieldvalue {
        margin-top: 0px; } }
  .my-request-info__authorbtn {
    margin-left: 18px; }
  @media screen and (max-width: 767px) {
    .my-request-info__fieldname, .my-request-info__fieldvalue {
      display: block;
      width: 100%; } }

/* Discussion item */
.discussion-item {
  padding: 30px 0;
  padding-left: 143px;
  position: relative;
  border-top: 1px solid #E2E2E2; }
  @media screen and (max-width: 1149px) {
    .discussion-item {
      padding-left: 92px; } }
  @media screen and (max-width: 767px) {
    .discussion-item {
      padding-left: 0; } }
  .discussion-item:first-child {
    margin-top: 10px;
    border-top: 0; }
  .discussion-item:last-of-type {
    border-bottom: 1px solid #E2E2E2; }
  .discussion-item__photo {
    position: absolute;
    left: 0;
    top: 30px;
    width: 113px;
    height: 113px;
    border-radius: 3px;
    overflow: hidden; }
    .discussion-item__photo img {
      width: 100%;
      height: 100%; }
    @media screen and (max-width: 1149px) {
      .discussion-item__photo {
        width: 73px;
        height: 73px; } }
    @media screen and (max-width: 767px) {
      .discussion-item__photo {
        display: none; } }
    .discussion-item__photo--mobile {
      display: none;
      width: 62px;
      height: 62px;
      position: static;
      margin-right: 15px;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .discussion-item__photo--mobile {
          display: inline-block; } }
  .discussion-item__content {
    position: relative; }
  @media screen and (max-width: 767px) {
    .discussion-item__info {
      margin-bottom: 20px; } }
  .discussion-item__name {
    font-weight: normal;
    margin-bottom: 11px;
    font-size: 15px;
    color: #277dc6;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      .discussion-item__name {
        vertical-align: middle;
        margin-bottom: 0; } }
  .discussion-item__text {
    margin-bottom: 10px; }
    .discussion-item__text p {
      font-size: 15px;
      line-height: 1.5;
      color: #353535;
      margin-bottom: 0; }
  .discussion-item__time {
    font-size: 15px;
    line-height: 1.5;
    color: #959595; }
  .discussion-item__reply {
    margin-left: 13px;
    font-size: 15px;
    line-height: 1.5;
    color: #277dc6; }

.discussion-quote {
  background-color: #f3f3f3;
  margin-bottom: 25px;
  border-left: 2px solid #E2E2E2;
  font-size: 15px;
  padding-top: 11px;
  padding-left: 19px;
  padding-bottom: 11px;
  margin-top: 10px; }
  .discussion-quote .discussion-quote {
    margin-bottom: 18px; }
  .discussion-quote__author {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    color: #353535;
    display: inline-block;
    margin-bottom: 4px; }
  .discussion-quote__text {
    width: 90%; }
    @media screen and (max-width: 1149px) {
      .discussion-quote__text {
        width: 100%; } }
    .discussion-quote__text p {
      font-size: 15px;
      line-height: 1.5;
      color: #353535;
      margin-bottom: 0; }

/* Discussion info */
.discussion-info {
  padding: 21px 0; }
  .discussion-info__number {
    font-size: 15px;
    line-height: 1.5;
    color: #959595; }
  .discussion-info__pagination {
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-top: 14px; }
    .discussion-info__pagination .pagination__item, .discussion-info__pagination .pagination__more {
      border-color: transparent; }
      .discussion-info__pagination .pagination__item a, .discussion-info__pagination .pagination__more a {
        color: #277dc6;
        font-size: 15px; }
      .discussion-info__pagination .pagination__item--active {
        background: #FFF;
        border-color: #E2E2E2;
        color: #353535; }
        .discussion-info__pagination .pagination__item--active:hover {
          border-color: #a8a8a8; }

/* Discussion send */
.discussion-send {
  border-top: 1px solid #E2E2E2;
  position: relative;
  padding-top: 30px;
  padding-left: 143px; }
  @media screen and (max-width: 1149px) {
    .discussion-send {
      padding-left: 92px; } }
  @media screen and (max-width: 767px) {
    .discussion-send {
      padding-left: 0; } }
  .discussion-send__photo {
    position: absolute;
    left: 0;
    top: 30px;
    width: 113px;
    height: 113px;
    border-radius: 3px;
    overflow: hidden; }
    .discussion-send__photo img {
      width: 100%;
      height: 100%; }
    @media screen and (max-width: 1149px) {
      .discussion-send__photo {
        width: 73px;
        height: 73px; } }
    @media screen and (max-width: 767px) {
      .discussion-send__photo {
        display: none; } }
  .discussion-send__form {
    width: 100%; }
    .discussion-send__form textarea {
      resize: none;
      width: 100%;
      border: 0;
      border-bottom: 1px solid #E2E2E2;
      color: #353535;
      font-size: 15px;
      line-height: 21px;
      height: 113px;
      min-height: 0; }

/* Discussions item */
.discussions-item {
  padding-top: 40px;
  padding-bottom: 19px;
  padding-left: 143px;
  position: relative;
  border-top: 1px solid #E2E2E2; }
  @media screen and (max-width: 1149px) {
    .discussions-item {
      padding-left: 92px; } }
  @media screen and (max-width: 767px) {
    .discussions-item {
      padding-left: 0; } }
  .discussions-item:first-child {
    margin-top: 5px;
    border-top: 0; }
  .discussions-item:last-of-type {
    border-bottom: 1px solid #E2E2E2; }
  .discussions-item__info {
    text-align: center;
    width: 113px;
    position: absolute;
    left: 0;
    top: 40px; }
    @media screen and (max-width: 1149px) {
      .discussions-item__info {
        width: 73px;
        height: 73px; } }
    @media screen and (max-width: 767px) {
      .discussions-item__info {
        display: none; } }
  .discussions-item__photo {
    width: 100%;
    border-radius: 3px;
    overflow: hidden; }
    .discussions-item__photo img {
      width: 100%;
      height: 100%; }
    .discussions-item__photo--mobile {
      display: none;
      width: 62px;
      height: 62px;
      position: static;
      margin-right: 15px;
      vertical-align: top; }
      @media screen and (max-width: 767px) {
        .discussions-item__photo--mobile {
          display: inline-block;
          vertical-align: middle; } }
  .discussions-item__name {
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    color: #277dc6;
    font-weight: normal;
    margin-top: 12px;
    margin-bottom: 8px; }
    @media screen and (max-width: 1149px) {
      .discussions-item__name {
        font-size: 13px;
        line-height: 1.3; } }
    @media screen and (max-width: 767px) {
      .discussions-item__name {
        display: block;
        font-size: 15px;
        line-height: 1.5;
        margin-top: 0;
        text-align: left; } }
  .discussions-item__time {
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    color: #959595; }
    @media screen and (max-width: 767px) {
      .discussions-item__time {
        display: block;
        text-align: left; } }
  .discussions-item__content {
    position: relative; }
  .discussions-item__header {
    display: none; }
    @media screen and (max-width: 767px) {
      .discussions-item__header {
        display: block;
        margin-bottom: 24px; } }
  .discussions-item__headerinfo {
    display: inline-block;
    vertical-align: middle; }
  .discussions-item__theme.discussions-item__theme {
    margin-bottom: 18px;
    margin-top: 0; }
  .discussions-item__theme a {
    font-size: 18px;
    font-weight: 500;
    color: #277dc6; }
  @media screen and (max-width: 767px) {
    .discussions-item__theme {
      display: inline-block; } }
  .discussions-item__text p {
    font-size: 15px;
    line-height: 1.5;
    color: #353535;
    margin-top: 10px;
    margin-bottom: 0; }
    .discussions-item__text p:first-child {
      margin-top: 0; }

/* Redesign news block and page */
.redesign-news {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 75px;
  border-radius: 5px;
  border: solid 1px #e2e2e2;
  width: 100%;
  max-width: 1204px;
  margin: 30px auto;
  margin-bottom: 0; }
  @media screen and (max-width: 1149px) {
    .redesign-news {
      margin: 0 auto;
      margin-bottom: 15px;
      padding-top: 99px; } }
  @media screen and (max-width: 767px) {
    .redesign-news {
      padding-top: 69px;
      padding-left: 20px;
      padding-right: 20px; } }
  .redesign-news__header {
    text-align: center; }
  .redesign-news__img {
    width: 940px;
    height: 168px;
    margin-bottom: 47px;
    display: inline-block; }
    @media screen and (max-width: 1149px) {
      .redesign-news__img {
        display: none; } }
    .redesign-news__img--tablets {
      width: 684px;
      height: 165px;
      display: none; }
      @media screen and (max-width: 1149px) {
        .redesign-news__img--tablets {
          display: inline-block; } }
      @media screen and (max-width: 767px) {
        .redesign-news__img--tablets {
          display: none; } }
    .redesign-news__img--mobile {
      display: none;
      width: 226px;
      height: 92px; }
      @media screen and (max-width: 767px) {
        .redesign-news__img--mobile {
          display: inline-block;
          margin-bottom: 30px; } }
  .redesign-news__link {
    color: #353535; }
    .redesign-news__link:hover, .redesign-news__link:active, .redesign-news__link:focus {
      color: #353535; }
  .redesign-news__heading {
    font-size: 24px;
    text-align: center;
    color: #353535;
    max-width: 620px;
    margin: 0 auto;
    margin-bottom: 23px;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .redesign-news__heading {
        font-size: 20px;
        line-height: 1.5; } }
  .redesign-news__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    color: #353535;
    max-width: 693px;
    margin: 0 auto;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .redesign-news__text {
        font-size: 17px;
        line-height: 1.5; } }
  .redesign-news__more {
    display: inline-block; }
  .redesign-news__content {
    max-width: 744px;
    margin: 0 auto; }
  .redesign-news__features {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    margin-top: 109px;
    text-align: center; }
  .redesign-news__feature {
    margin-top: 107px; }
    .redesign-news__feature:first-child {
      margin-top: 0; }
  .redesign-news__icon {
    max-width: 200px; }
  .redesign-news__featurename {
    margin-top: 22px;
    margin-bottom: 11px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #353535; }
  .redesign-news__featureinfo {
    text-align: left; }
    .redesign-news__featureinfo p {
      font-size: 15px;
      line-height: 1.9;
      color: #353535;
      margin-bottom: 0;
      margin-top: 30px; }
      .redesign-news__featureinfo p:first-child {
        margin-top: 0; }
  .redesign-news__sign {
    font-size: 15px;
    line-height: 1.9;
    color: #353535;
    margin-top: 50px; }
  .redesign-news__social {
    margin-top: 35px;
    margin-left: -5px; }
    .redesign-news__social .like-btn {
      margin: 0 5px;
      margin-top: 15px; }
  .redesign-news__links {
    margin-top: 46px;
    margin-left: -9px; }
  .redesign-news__link {
    display: inline-block;
    margin: 0px 9px;
    margin-top: 9px; }

/* Social icons */
.social-icons__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  font-size: 0;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  overflow: hidden; }
  .social-icons__list--island {
    border: 0;
    box-shadow: 0 1px 3px 0 rgba(50, 60, 73, 0.19); }

.social-icons__text {
  font-size: 13px;
  color: #959595;
  margin-bottom: 8px; }
  @media screen and (max-width: 1149px) {
    .social-icons__text {
      text-align: center; } }

.social-icons__item {
  display: inline-block;
  width: 33.3333%;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
  border-left: 1px solid #e2e2e2; }
  .social-icons__item:first-child {
    border-left: 0; }
  @media screen and (max-width: 1149px) {
    .social-icons__item {
      height: 44px; } }

.social-icons__link {
  display: block;
  line-height: 50px;
  text-align: center;
  background: #FFF;
  width: 100%;
  height: 100%;
  transition: all .3s ease; }
  @media screen and (max-width: 1149px) {
    .social-icons__link {
      line-height: 44px; } }
  .social-icons__link:before {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    line-height: 50px;
    transition: all .3s ease; }
    @media screen and (max-width: 1149px) {
      .social-icons__link:before {
        line-height: 44px; } }
  .social-icons__link--vk:before {
    content: "\f189";
    color: #4d76a1;
    font-size: 20px; }
  .social-icons__link--vk:hover {
    background: #4d76a1; }
    .social-icons__link--vk:hover:before {
      color: #fff; }
  .social-icons__link--fb:before {
    content: "\f230";
    color: #3b5998;
    font-size: 24px; }
  .social-icons__link--fb:hover {
    background: #3b5998; }
    .social-icons__link--fb:hover:before {
      color: #fff; }
  .social-icons__link--tw:before {
    content: "\f099";
    color: #55acee;
    font-size: 23px; }
  .social-icons__link--tw:hover {
    background: #55ACEE; }
    .social-icons__link--tw:hover:before {
      color: #fff; }

/* Like btn */
.like-btn {
  display: inline-block;
  height: 26px;
  border-radius: 3px;
  outline: 0;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 13px;
  font-weight: normal; }
  .like-btn:before {
    content: "";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 17px;
    color: #FFF;
    vertical-align: middle;
    line-height: 26px; }
  .like-btn--vk {
    background-color: #46749b; }
    .like-btn--vk:before {
      content: "\f189";
      position: relative;
      top: -1px; }
  .like-btn--tw {
    background-color: #55acee; }
    .like-btn--tw:before {
      content: "\f099"; }
  .like-btn--fb {
    background-color: #3b5998; }
    .like-btn--fb:before {
      content: "\f230"; }
  .like-btn--liked {
    padding-right: 2px; }
  .like-btn__text {
    line-height: 26px;
    font-size: 13px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px; }
  .like-btn__number {
    font-size: 13px;
    color: #FFF;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding-right: 10px; }
    .like-btn__number:before {
      content: "";
      height: 18px;
      width: 1px;
      background: rgba(255, 255, 255, 0.3);
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      position: relative;
      top: -1px; }

/* option-list */
.option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .option-list + .option-list {
    margin-top: 10px; }
  .option-list .accordion {
    width: auto; }
  .option-list svg {
    width: 12px;
    height: 36px;
    margin-top: 0; }
  .option-list__children {
    padding-left: 30px; }
  .option-list--inner {
    margin-left: -22px; }
  .option-list .form__custom-control {
    position: relative;
    padding-left: 30px; }
    .option-list .form__custom-control span {
      display: block; }
    .option-list .form__custom-control input[type="checkbox"] + svg {
      position: absolute;
      left: 0;
      top: 0;
      margin-right: 0; }

/* video component for docs */
.video {
  text-align: center;
  background: #000; }
  .video iframe {
    border: 0;
    width: 853px;
    height: 480px;
    vertical-align: middle; }
    @media screen and (max-width: 1149px) {
      .video iframe {
        width: 700px;
        height: 349px; } }
    @media screen and (max-width: 767px) {
      .video iframe {
        width: auto;
        height: auto; } }
  .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%;
      -webkit-transform: translate(-50%, -52%);
      -ms-transform: translate(-50%, -52%);
      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%;
      -webkit-transform: translate(-50%, -48%);
      -ms-transform: translate(-50%, -48%);
      transform: translate(-50%, -48%);
      z-index: 3;
      opacity: 0; }
    .video__open:hover:after {
      opacity: 1;
      transition-duration: .2s; }
    .video__open:hover:before {
      opacity: 1;
      transition-duration: .2s; }
    .video__open--lg {
      display: block;
      width: 455px; }
      @media screen and (max-width: 1149px) {
        .video__open--lg {
          display: none; } }
    .video__open--md {
      display: none;
      width: 290px; }
      .video__open--md:before {
        left: 53%; }
      @media screen and (max-width: 1149px) {
        .video__open--md {
          display: block; } }
      @media screen and (max-width: 767px) {
        .video__open--md {
          display: none; } }
    .video__open--xs {
      display: none;
      width: 210px; }
      .video__open--xs:before {
        left: 54%; }
      @media screen and (max-width: 767px) {
        .video__open--xs {
          display: block; } }
  .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; }

/* modal */
.modal--video {
  width: 853px;
  margin-top: 130px; }
  @media screen and (max-width: 1149px) {
    .modal--video {
      width: 100%;
      height: 100%;
      margin: 125px 0 0; } }
  @media screen and (max-width: 767px) {
    .modal--video {
      margin: 40% 0 0; } }
  .modal--video .modal-content {
    border-radius: 0; }
  .modal--video .modal-body {
    padding: 0; }
  .modal--video .delete--modal {
    position: absolute;
    top: 5px;
    right: -20px; }
    @media screen and (max-width: 1149px) {
      .modal--video .delete--modal {
        right: 15px; } }
    .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: .1s;
    transition-duration: .1s;
    fill: white; } }

/* Headers */
h1, h2, h3 {
  line-height: 1.3; }

h4 {
  line-height: normal; }

/* Empty page */
.empty-page__iconwrapper {
  padding-top: 60px;
  padding-bottom: 42px; }

.empty-page__icon {
  width: 103px;
  height: 90px;
  display: block;
  margin: 0 auto; }
  .empty-page__icon--requests {
    width: 110px;
    height: 112px; }
  .empty-page__icon--contacts {
    width: 110px;
    height: 73px; }

.empty-page__status {
  display: block;
  text-align: center;
  font-size: 15px;
  text-align: center;
  color: #959595;
  margin-top: 10px;
  line-height: 1.47; }

.empty-page__help {
  max-width: 394px;
  margin: 0 auto;
  padding-bottom: 75px; }

.empty-page__helptext {
  text-align: center;
  font-size: 15px;
  line-height: 1.47;
  color: #353535; }

.empty-page__helpimg {
  width: 191px;
  height: 271px;
  margin: 0 auto;
  position: relative; }

.empty-page__helpline {
  position: absolute;
  left: 210px;
  top: -15px; }
  @media screen and (max-width: 767px) {
    .empty-page__helpline {
      display: none; } }

.empty-page__actions {
  padding-top: 31px; }
  @media screen and (max-width: 767px) {
    .empty-page__actions--requests {
      padding-left: 15px; } }

.empty-page__welcome {
  font-size: 15px;
  line-height: 1.47;
  text-align: center;
  color: #353535;
  margin-bottom: 0; }
  .empty-page__welcome--contacts {
    margin-bottom: 5px; }
    @media screen and (max-width: 1149px) {
      .empty-page__welcome--contacts {
        padding-left: 22px; } }
    @media screen and (max-width: 767px) {
      .empty-page__welcome--contacts {
        margin-bottom: 21px;
        padding-left: 15px; } }
  @media screen and (max-width: 1149px) {
    .empty-page__welcome--requests {
      padding-left: 22px; } }
  @media screen and (max-width: 767px) {
    .empty-page__welcome--requests {
      padding-left: 0; } }

/* Event timetable */
.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 */
.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; }

/* Popovers */
.popover-icon {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  cursor: pointer; }
  .popover-icon svg {
    width: 100%;
    height: 100%; }

/* Achievements */
@media screen and (max-width: 767px) {
  .achievements__pill {
    margin-bottom: 15px; } }

.achievements__tabs {
  margin-bottom: 40px;
  margin-top: 0; }
  @media screen and (max-width: 1149px) {
    .achievements__tabs {
      margin-top: 40px; } }
  @media screen and (max-width: 767px) {
    .achievements__tabs {
      display: none; } }

.achievements-user__photo {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 19px; }
  .achievements-user__photo img {
    width: 100%;
    height: 100%; }

.achievements-user__data {
  display: inline-block; }

.achievements-user__name {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: normal;
  margin-top: 0; }
  @media screen and (max-width: 1149px) {
    .achievements-user__name {
      margin-top: -10px; }
      .achievements-user__name a {
        color: #fff;
        font-size: 15px; }
        .achievements-user__name a:hover, .achievements-user__name a:active {
          color: #fff; } }

.achievements-header {
  border: 0; }
  .achievements-header--bordered {
    border-bottom: 1px solid #e2e2e2; }
  .achievements-header__user {
    margin-bottom: 40px; }
  .achievements-header__btn {
    margin-top: -5px; }
    .achievements-header__btn--mobile {
      display: none; }
      @media screen and (max-width: 1149px) {
        .achievements-header__btn--mobile {
          margin-top: 20px;
          display: inline-block; } }
  @media screen and (max-width: 1149px) {
    .achievements-header .achievements-header__title {
      float: none; } }
  @media screen and (max-width: 1149px) {
    .achievements-header__title {
      display: block;
      float: none;
      font-weight: normal;
      color: #ffffff; }
      .achievements-header__title span {
        color: rgba(255, 255, 255, 0.5); } }
  @media screen and (max-width: 1149px) {
    .achievements-header {
      display: none; } }
  .achievements-header--mobile {
    display: none; }
    @media screen and (max-width: 1149px) {
      .achievements-header--mobile {
        display: block;
        padding-bottom: 30px;
        margin-top: -30px;
        padding-top: 30px;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        border-bottom: 0;
        background-color: #3388d3; } }
    @media screen and (max-width: 767px) {
      .achievements-header--mobile {
        margin-top: -20px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -15px; } }

@media screen and (max-width: 1149px) {
  .block__content .achievements__heading {
    margin-top: 45px;
    margin-bottom: 20px; } }

.block__content .achievements__heading:first-child {
  margin-top: 0; }

.achievements__more {
  margin-top: 27px; }

.achievement {
  border-left: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
  padding: 15px 20px; }
  .achievement:first-child {
    border-top: 1px solid #e2e2e2; }
  .achievement__date {
    font-size: 13px;
    color: #959595;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px; }
  .achievement__score {
    display: inline-block;
    text-align: center;
    border-radius: 54px;
    background-color: #e7e7e7;
    padding: 5px 10px; }
  .achievement__heading {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 7px;
    line-height: 1.47;
    font-weight: normal; }
  .achievement__more {
    font-size: 13px;
    color: #959595;
    margin: 0; }

.ach-pill {
  display: inline-block;
  border-radius: 54px;
  vertical-align: middle;
  color: white;
  font-size: 13px;
  padding: 0px 6px;
  margin-left: 8px;
  border: 1px solid #3ebe65;
  background: #fff;
  color: #1a7a37;
  font-weight: normal; }
  .ach-pill--head {
    padding: 5px 11px; }
    @media screen and (max-width: 1149px) {
      .ach-pill--head {
        background: #43A2E4;
        color: #fff;
        border-color: #43A2E4; } }
    @media screen and (max-width: 767px) {
      .ach-pill--head {
        margin-bottom: 15px; } }
  .ach-pill--single {
    margin-left: 0; }
  .ach-pill--large {
    padding: 5px 11px; }
  .ach-pill--orange {
    border-color: #f2bc00;
    background: #f2bc00;
    color: #fff; }
  .ach-pill--gray {
    color: #959595;
    background-color: #e7e7e7;
    border-color: #e7e7e7; }

/* Jumbotron */
.jumbo {
  width: 62.2923588%;
  padding: 60px 0;
  max-width: 750px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(50, 61, 74, 0.19); }
  .jumbo--inprofile {
    width: 100%;
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 20px; }
  .jumbo--thin {
    width: 46.2624585%;
    max-width: 560px;
    padding-left: 98px;
    padding-right: 98px; }
  .jumbo--reg .jumbo__container {
    text-align: left; }
  .jumbo__container {
    max-width: 556px;
    margin: 0 auto;
    text-align: center; }
  .jumbo__iconwrapper {
    text-align: center; }
  .jumbo__icon {
    display: inline-block; }
    .jumbo__icon svg {
      width: 100%; }
    .jumbo__icon--contacts {
      width: 110px;
      height: 73px;
      fill: #AAC8E6; }
    .jumbo__icon--requests {
      width: 110px;
      height: 112px;
      fill: #AAC8E6; }
    .jumbo__icon--dialogs {
      width: 103px;
      height: 90px;
      fill: #AAC8E6; }
    .jumbo__icon--favs {
      width: 77px;
      height: 71px;
      margin-bottom: 19px; }
  .jumbo-icon--check {
    width: 57px;
    height: 57px;
    background: #3ebe65;
    border-radius: 50%;
    padding-top: 13px;
    padding-left: 5px;
    box-sizing: border-box;
    margin-bottom: 20px; }
    .jumbo-icon--check:before {
      content: "";
      display: inline-block;
      width: 11px;
      height: 27px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .jumbo__status {
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: normal;
    color: #2f8ccd;
    margin-top: -24px; }
  .jumbo__heading {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    line-height: normal;
    margin-bottom: 16px; }
  .jumbo__text {
    margin-bottom: 14px;
    margin-top: 16px; }
  .jumbo__subtext {
    font-size: 13px;
    line-height: 1.46;
    color: #959595;
    margin-top: 16px; }
  .jumbo__img {
    margin-top: 24px;
    text-align: center; }
    .jumbo__img img {
      display: inline-block;
      max-width: 100%;
      height: auto; }
    .jumbo__img + .jumbo__text {
      margin-top: 8px; }
    .jumbo__img--d {
      display: block; }
      @media screen and (max-width: 1149px) {
        .jumbo__img--d {
          display: none; } }
    .jumbo__img--dt {
      display: block; }
      @media screen and (max-width: 767px) {
        .jumbo__img--dt {
          display: none; } }
    .jumbo__img--t {
      display: none; }
      @media screen and (max-width: 1149px) {
        .jumbo__img--t {
          display: block; } }
      @media screen and (max-width: 767px) {
        .jumbo__img--t {
          display: none; } }
    .jumbo__img--m {
      display: none; }
      @media screen and (max-width: 767px) {
        .jumbo__img--m {
          display: block; } }
    .jumbo__img--fav-1 img {
      width: 72.13656387665198%; }
    @media screen and (max-width: 1149px) {
      .jumbo__img--fav-1 img {
        max-width: 80.41666666666667%; } }
    @media screen and (max-width: 767px) {
      .jumbo__img--fav-1 img {
        max-width: 73.4375%; } }
    .jumbo__img--fav-2 img {
      width: 41.07929515418502%; }
    @media screen and (max-width: 1149px) {
      .jumbo__img--fav-2 img {
        max-width: 51.80555555555556%; } }
    @media screen and (max-width: 767px) {
      .jumbo__img--fav-2 img {
        max-width: 73.4375%; } }
  .jumbo__caption {
    margin-top: 8px; }
  @media screen and (max-width: 1149px) {
    .jumbo {
      width: 100%;
      max-width: 100%; } }
  @media screen and (max-width: 767px) {
    .jumbo {
      padding: 50px 15px; } }

/* Forms */
.form-control {
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1;
  padding: 8px 10px;
  vertical-align: middle;
  height: 38px;
  color: inherit;
  box-shadow: none;
  transition: none; }
  .form-control:focus {
    box-shadow: none;
    outline: initial;
    outline: -webkit-focus-ring-color auto 5px;
    border-color: transparent; }

.container {
  width: 100%;
  max-width: 767px;
  padding: 0 15px; }
  .container--nogutter {
    padding: 0 !important; }

@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 1103px;
    margin: 0 auto; }
    .container--new {
      max-width: 1103px;
      margin: 0 auto; } }

@media (min-width: 1150px) {
  .container {
    width: 100%;
    min-width: 1104px;
    padding: 0 16px; }
    .container--new {
      min-width: 1104px;
      margin: 0 auto; } }

@media (min-width: 768px) {
  [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }
  .row, .media-snippet, .contact {
    margin-left: -10px;
    margin-right: -10px; } }

@media (min-width: 1150px) {
  [class*="col-"] {
    padding-left: 16px;
    padding-right: 16px; }
  .row, .media-snippet, .contact {
    margin-left: -16px;
    margin-right: -16px; } }

body {
  background-color: #f1f1f1;
  color: #353535;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  min-width: 320px;
  position: static;
  overflow-y: auto;
  overflow-x: auto;
  width: 100%; }
  body.s-guide {
    background: #FFF; }

.scroll-fix {
  position: fixed;
  overflow-y: scroll; }

@media (min-width: 768px) {
  body {
    min-width: 768px; } }

@media (min-width: 1150px) {
  body {
    min-width: 1220px; } }

.l-page {
  min-height: 100%;
  min-width: 100%; }
  .l-page:after {
    content: '';
    display: table;
    clear: both; }

.oldie-message {
  display: none; }

.oldie .oldie-message {
  display: block; }

.margin-bottom {
  margin-bottom: 30px !important; }

.margin-top {
  margin-top: 30px !important; }

.margin-top--20 {
  margin-top: 20px !important; }

.margin-top-table {
  margin-top: -8px !important; }

.margin-none {
  margin: 0 !important; }

.badge:empty {
  display: none; }

.row > .index-event:nth-child(2n+1), .media-snippet > .index-event:nth-child(2n+1), .contact > .index-event:nth-child(2n+1) {
  clear: both; }

.footer-v2 {
  background-color: transparent;
  text-align: center;
  padding: 100px 0;
  min-width: 100%; }
  @media screen and (max-width: 1149px) {
    .footer-v2 {
      padding: 65px 0; } }
  @media screen and (max-width: 767px) {
    .footer-v2 {
      padding: 30px 0;
      padding-top: 20px; } }
  .footer-v2__links {
    font-size: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E2E2E2; }
    .footer-v2__links a {
      display: inline-block;
      font-size: 15px;
      margin-left: 13px;
      margin-right: 13px; }
      @media screen and (max-width: 767px) {
        .footer-v2__links a {
          margin-top: 10px; } }
      .footer-v2__links a:last-child {
        margin-right: 0; }
  .footer-v2__text {
    color: #949494; }
  @media (max-width: 320px) {
    .footer-v2__links a:nth-child(2) {
      margin-right: 0; } }

.l-page .header {
  min-height: 60px;
  background-color: #086aaa;
  color: #fff;
  position: relative;
  min-width: 100%; }
  .l-page .header--ega {
    background-color: #ffd54f; }
  .l-page .header .container {
    position: relative; }
  .l-page .header__calendar {
    display: none;
    margin-left: 20px;
    font-size: 15px;
    line-height: 1;
    margin-top: 28px;
    color: #fff;
    float: left; }
    .l-page .header__calendar:hover {
      color: #fff;
      opacity: 0.6; }
    .l-page .header__calendar:focus {
      color: #fff;
      opacity: 0.6; }
  .l-page .header__language {
    display: none;
    margin-left: 30px;
    line-height: 1;
    font-size: 15px;
    margin-top: 28px;
    float: left;
    color: #fff;
    opacity: 0.6; }
    .l-page .header__language:nth-of-type(3n) {
      margin-left: 20px; }
    .l-page .header__language:hover {
      color: #fff;
      opacity: 1; }
    .l-page .header__language:focus {
      color: #fff; }

.l-page .logo {
  display: none;
  float: left;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 25px; }
  .l-page .logo:hover, .l-page .logo:active, .l-page .logo:hover:active {
    color: #fff; }

.l-page .univer-logo {
  float: left;
  height: 117px;
  max-width: 120px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  background-color: #fff;
  box-sizing: border-box; }
  .l-page .univer-logo img {
    vertical-align: middle;
    max-height: 107px;
    max-width: 100%;
    display: block; }
  .l-page .univer-logo + .logo {
    margin-left: 120px; }

.l-page .glyphicon-search {
  color: #3e3e3e;
  display: block;
  width: 15px; }

@media (min-width: 1150px) {
  .l-page .main-menu {
    display: none; }
  .l-page .logo {
    display: block; }
  .l-page .header__calendar {
    margin-top: 28px;
    display: block; }
  .l-page .header__language {
    display: block; } }

/*-----  End of Adaptive header  ------*/
.pages-list {
  counter-reset: item;
  list-style-type: none; }
  .pages-list ol {
    counter-reset: item; }
  .pages-list li {
    display: block; }
    .pages-list li:before {
      content: counters(item, ".") ". ";
      counter-increment: item; }

.login__reset {
  margin-top: 40px;
  display: block; }
  @media screen and (max-width: 1149px) {
    .login__reset {
      margin-top: 30px; } }

.index-scrollto {
  cursor: pointer; }

.index-container {
  max-width: 1104px;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 1149px) {
    .index-container {
      padding: 0 22px;
      width: 768px; } }
  @media screen and (max-width: 767px) {
    .index-container {
      padding: 0 22px;
      width: auto; } }
  .index-container--nogutter {
    padding: 0; }

.index-content {
  background-color: #fff;
  margin-top: 20px;
  box-shadow: 0 1px 3px 0 rgba(50, 60, 73, 0.19); }
  .index-content .container--nogutter {
    padding: 0 15px !important; }

.index-block {
  margin-top: 20px;
  margin-bottom: 0; }
  .index-block .block__title {
    font-size: 22px;
    margin-bottom: 15px; }
  .index-block .block__header {
    border-bottom: 1px solid #e2e2e2; }
  .index-block .block__content {
    margin-bottom: 0; }
  .index-block__content {
    margin: 50px 0; }
    @media screen and (max-width: 1149px) {
      .index-block__content {
        padding-bottom: 10px; } }
  .index-block__more {
    margin-top: 40px; }

@media screen and (max-width: 1149px) {
  .block__header + .index-block__content {
    margin: 50px 0; } }

@media screen and (max-width: 767px) {
  .block__header + .index-block__content {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px; } }

/*===================================
=            Index promo            =
===================================*/
.index-promo {
  background-color: #3783d0;
  color: #fff;
  text-align: left;
  padding-top: 43px;
  padding-bottom: 48px; }
  @media screen and (max-width: 1149px) {
    .index-promo {
      padding-top: 45px;
      padding-bottom: 65px; } }
  .index-promo__title {
    font-weight: bold;
    color: #fff;
    font-size: 39px;
    margin: 0 0 14px 0;
    line-height: 1.08;
    letter-spacing: -0.8px; }
    @media screen and (max-width: 767px) {
      .index-promo__title {
        font-size: 28px;
        line-height: 1.21;
        letter-spacing: -0.6px; } }
  .index-promo__text {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.33;
    margin-bottom: 17px; }
    @media screen and (max-width: 767px) {
      .index-promo__text {
        font-size: 18px;
        line-height: 1.39; } }
  .index-promo__container {
    max-width: 1104px;
    margin: 0 auto; }
    @media screen and (max-width: 1149px) {
      .index-promo__container {
        padding: 0 22px;
        width: 768px; } }
    @media screen and (max-width: 767px) {
      .index-promo__container {
        padding: 0 22px;
        width: auto; } }
  .index-promo__content {
    margin-right: -32px;
    background: url("../js/layout3/prod/img/promo-first-screen.png") top right no-repeat; }
    @media screen and (max-width: 1149px) {
      .index-promo__content {
        background: none;
        margin-right: 0; } }
  .index-promo__contentcol {
    max-width: 534px; }
    @media screen and (max-width: 1149px) {
      .index-promo__contentcol {
        max-width: 91.14583333333334%; } }
    @media screen and (max-width: 767px) {
      .index-promo__contentcol {
        max-width: 100%; } }
  .index-promo__calendar {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    display: none;
    margin-top: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease; }
    .index-promo__calendar:hover, .index-promo__calendar:active, .index-promo__calendar:focus {
      color: #fff;
      border-color: #fff; }
    @media screen and (max-width: 1149px) {
      .index-promo__calendar {
        display: inline-block; } }
  .index-promo__btn-wrapper {
    display: inline-block; }
    .index-promo__btn-wrapper + .index-promo__btn-wrapper {
      margin-left: 24px; }
      @media screen and (max-width: 767px) {
        .index-promo__btn-wrapper + .index-promo__btn-wrapper {
          margin-left: 0;
          margin-top: 19px; } }
    @media screen and (max-width: 767px) {
      .index-promo__btn-wrapper {
        display: block; } }
  .index-promo__btn {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    line-height: normal;
    height: auto;
    padding: 0; }
    .index-promo__btn:hover, .index-promo__btn:active, .index-promo__btn:hover:active, .index-promo__btn:focus {
      border-color: transparent;
      color: #fff; }
    .index-promo__btn--light {
      border: 0;
      border-radius: 100px;
      background-color: #ffffff;
      box-shadow: 0 12px 14px 0 rgba(53, 76, 101, 0.26);
      color: #277dc6;
      padding: 0 24px;
      height: 38px;
      line-height: 38px;
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
      .index-promo__btn--light:hover, .index-promo__btn--light:active, .index-promo__btn--light:hover:active, .index-promo__btn--light:focus {
        color: #277dc6;
        box-shadow: 0 19px 21px 0 rgba(53, 76, 101, 0.26); }
  .index-promo__buttons {
    margin-top: 31px; }
  .index-promo__steps {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    font-size: 0;
    margin-top: 57px; }
  .index-promo__step {
    width: 154px;
    margin-left: 36px;
    vertical-align: top;
    display: inline-block;
    margin-top: 31px; }
    .index-promo__step:nth-child(3n+1) {
      margin-left: 0; }
    .index-promo__step:nth-child(-n+3) {
      margin-top: 0; }
    @media screen and (max-width: 1149px) {
      .index-promo__step {
        width: 33.33333%;
        margin-left: 0;
        box-sizing: border-box;
        position: relative;
        padding-left: 54px;
        box-sizing: border-box; } }
    @media screen and (max-width: 767px) {
      .index-promo__step {
        width: 50%;
        margin-top: 24px;
        padding-left: 0; }
        .index-promo__step:nth-child(-n+3) {
          margin-top: 31px; }
        .index-promo__step:nth-child(-n+2) {
          margin-top: 0; }
        .index-promo__step:nth-child(2n) {
          padding-left: 5px; }
        .index-promo__step:nth-child(2n+1) {
          padding-right: 5px; } }
  .index-promo__icon {
    height: 48px; }
    @media screen and (max-width: 1149px) {
      .index-promo__icon {
        height: auto;
        width: 54px;
        position: absolute;
        left: 0;
        top: 0; } }
    @media screen and (max-width: 767px) {
      .index-promo__icon {
        position: static;
        height: 41px; } }
  .index-promo__steptext {
    opacity: 0.8;
    font-family: Roboto;
    font-size: 13px;
    line-height: 1.31;
    color: #ffffff; }
    @media screen and (max-width: 1149px) {
      .index-promo__steptext {
        display: inline-block;
        padding-right: 4px; } }

@media (min-width: 1150px) {
  .index-content .container--nogutter {
    padding: 0 !important; } }

/*-----  End of Index promo  ------*/
/*=====================================
=            Index-start-section           =
=====================================*/
.index-start {
  background: #3783d0 url("../js/layout3/prod/img/worldmap.jpg") 50% 0 no-repeat;
  padding-top: 128px;
  padding-bottom: 133px; }
  @media screen and (max-width: 767px) {
    .index-start {
      padding-top: 85px;
      padding-bottom: 100px; } }
  .index-start__container {
    max-width: 525px;
    margin: 0 auto;
    text-align: center; }
  .index-start__heading {
    font-size: 39px;
    line-height: 1.08;
    letter-spacing: -0.8px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 12px; }
    @media screen and (max-width: 767px) {
      .index-start__heading {
        font-size: 32px;
        line-height: 1.31;
        margin-bottom: 8px; } }
  .index-start__text {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.39;
    color: #fff;
    margin-bottom: 36px; }
    @media screen and (max-width: 767px) {
      .index-start__text {
        font-size: 22px;
        margin-bottom: 23px; } }
  .index-start__btn {
    display: inline-block;
    max-width: 214px; }

/*-----  End of Index start  ------*/
/*=====================================
=            Index-share           =
=====================================*/
.index-share {
  background: #FFF;
  text-align: center;
  padding-top: 71px;
  padding-bottom: 74px; }
  .index-share .social-icons__text {
    color: #353535;
    font-size: 15px;
    line-height: 1.47;
    margin-bottom: 14px; }
  .index-share .social-icons__list {
    margin: 0 auto;
    max-width: 275px; }

/*-----  End of Index share  ------*/
/*=====================================
=            Index-section            =
=====================================*/
/*-----  End of Index-section  ------*/
/*================================
=            Features            =
================================*/
/*-----  End of Features  ------*/
/*================================
=            Info                =
================================*/
/*-----  End of Info  ------*/
/*================================
=            Requests            =
================================*/
/*-----  End of Requests  ------*/
/*================================
=            Carousel            =
================================*/
.index-partners__wrapper {
  background: #FFF;
  text-align: center;
  padding-bottom: 125px;
  padding-top: 104px; }
  @media screen and (max-width: 767px) {
    .index-partners__wrapper {
      padding-top: 82px;
      padding-bottom: 91px; } }

.index-partners__heading {
  margin-top: 0;
  margin-bottom: 51px;
  margin-left: auto;
  margin-right: auto;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.09;
  letter-spacing: -0.9px;
  text-align: center;
  max-width: 480px; }
  @media screen and (max-width: 767px) {
    .index-partners__heading {
      text-align: left;
      margin-left: 0;
      margin-right: 0; } }

.index-partners__link {
  display: block; }
  .index-partners__link:hover, .index-partners__link:active, .index-partners__link:focus, .index-partners__link:active:hover {
    opacity: .8; }

.index-partners__subtitle {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #353535; }

.index-partners__text {
  font-size: 15px;
  line-height: 1.2;
  color: #949494;
  margin: 0 auto; }

.index-partners__image {
  height: 150px;
  width: 150px;
  line-height: 150px;
  overflow: hidden;
  margin: 0 auto; }
  .index-partners__image img {
    height: 100%;
    width: auto; }

.index-partners__list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 724px;
  margin: 0 auto;
  margin-top: 51px;
  margin-bottom: 63px; }
  @media screen and (max-width: 1149px) {
    .index-partners__list {
      margin-top: 48px;
      margin-bottom: 44px; } }
  @media screen and (max-width: 767px) {
    .index-partners__list {
      display: block;
      margin-top: 53px;
      margin-bottom: 42px;
      text-align: left; } }

.index-partners__listitem {
  width: 33.3333%; }
  @media screen and (max-width: 767px) {
    .index-partners__listitem {
      display: block;
      width: auto;
      margin-top: 20px; }
      .index-partners__listitem:first-child {
        margin-top: 0; } }

.index-partners__listnumber {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #353535; }
  .index-partners__listnumber:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 2px;
    margin-top: 11px;
    margin-bottom: 11px;
    background-color: #f2bc00; }
    @media screen and (max-width: 767px) {
      .index-partners__listnumber:after {
        margin-left: 0;
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .index-partners__listnumber {
      font-size: 34px; } }

.index-partners__listtext {
  font-size: 15px;
  line-height: 1.47;
  text-align: center;
  color: #353535; }
  @media screen and (max-width: 767px) {
    .index-partners__listtext {
      text-align: left;
      margin-bottom: 0; } }

.index-partners__text {
  font-size: 15px;
  line-height: 1.2;
  color: #949494;
  margin: 0 auto; }

.index-partners__image {
  height: 150px;
  width: 150px;
  line-height: 150px;
  overflow: hidden;
  margin: 0 auto; }
  .index-partners__image img {
    height: 100%;
    width: auto; }

.index-partners__subtitle {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #353535; }

.index-partners__link {
  display: block; }

.index-partners__item {
  border-radius: 3px;
  background-color: #ffffff; }

.index-partners__itemin {
  box-shadow: 0 1px 3px 0 rgba(50, 61, 74, 0.19);
  max-width: 249px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 395px;
  padding: 0 5px;
  box-sizing: border-box;
  border: solid 1px #e2e2e2; }
  @media screen and (max-width: 1149px) {
    .index-partners__itemin {
      max-width: 228px; } }
  @media screen and (max-width: 767px) {
    .index-partners__itemin {
      max-width: 100%; } }

@media (min-width: 768px) {
  .index-partners__title {
    font-size: 28px;
    margin-top: 100px;
    margin-bottom: 60px; }
  .index-partners__image {
    margin-top: 0; } }

@media (min-width: 1150px) {
  .index-partners__text {
    width: 90%; } }

.index-partners__wrapper .control-down:after {
  content: '';
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22451.847%22%20height%3D%22451.847%22%20fill%3D%22%23086aaa%22%20viewBox%3D%220%200%20451.847%20451.847%22%3E%3Cpath%20d%3D%22M225.923%20354.706c-8.098%200-16.195-3.092-22.37-9.263L9.27%20151.157c-12.36-12.36-12.36-32.397%200-44.75%2012.354-12.355%2032.388-12.355%2044.748%200L225.923%20278.32%20397.83%20106.413c12.358-12.354%2032.39-12.354%2044.743%200%2012.365%2012.354%2012.365%2032.392%200%2044.75L248.293%20345.45c-6.178%206.17-14.275%209.256-22.37%209.256z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto; }

.index-partners__wrapper .owl-prev .control-down:after,
.index-partners__wrapper .owl-next .control-down:after {
  display: block;
  position: static;
  width: 20px;
  height: 20px; }

.index-partners__wrapper .owl-buttons {
  display: none; }

.index-partners__wrapper .owl-theme .owl-controls .owl-page span {
  background-color: #2f8dce; }

.index-partners__wrapper .owl-theme .owl-controls {
  margin-top: 30px; }

.index-partners__wrapper .owl-theme .owl-controls {
  position: relative; }
  .index-partners__wrapper .owl-theme .owl-controls .owl-prev {
    position: absolute;
    left: 0;
    top: -210px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .index-partners__wrapper .owl-theme .owl-controls .owl-next {
    position: absolute;
    right: 0;
    top: -210px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
  .index-partners__wrapper .owl-theme .owl-controls .owl-prev,
  .index-partners__wrapper .owl-theme .owl-controls .owl-next {
    background-color: transparent; }

@media (min-width: 1150px) {
  .index .owl-controls .owl-pagination {
    display: block; }
  .index .owl-theme .owl-controls {
    display: block; }
    .index .owl-theme .owl-controls .owl-buttons {
      display: block; } }

/*-----  End of index partners carousel  ------*/
/*=============================
=            Icons            =
=============================*/
.index-howto {
  background: #FFF;
  padding-top: 132px;
  padding-bottom: 135px;
  margin-top: 20px;
  background: #FFF url("../js/layout3/prod/img/bg-gradient.jpg") 0 bottom repeat-x; }
  .index-howto__title {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: -0.9px;
    text-align: center;
    max-width: 600px;
    margin-top: 0;
    margin-bottom: 51px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      .index-howto__title {
        text-align: left; } }
  .index-howto__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 98px; }
    .index-howto__section:first-child {
      margin-top: 0; }
    @media screen and (max-width: 1149px) {
      .index-howto__section {
        display: block;
        padding: 0 22px; } }
    @media screen and (max-width: 767px) {
      .index-howto__section {
        padding: 0 15px;
        margin-top: 79px; } }
  .index-howto__col--3 {
    width: 249px; }
  .index-howto__col--5 {
    width: 439px; }
  .index-howto__col--7 {
    width: 629px; }
  .index-howto__col--4 {
    width: 344px; }
  .index-howto__col--8 {
    width: 724px; }
  .index-howto__col--9 {
    width: 819px; }
  .index-howto__col--first {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .index-howto__col--second {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  @media screen and (max-width: 1149px) {
    .index-howto__col {
      width: 100%; } }
  .index-howto__number {
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
    background: #DE5E59;
    margin-bottom: 23px;
    border-radius: 50%; }
  .index-howto__heading {
    margin-top: 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.18;
    color: #353535;
    margin-bottom: 13px; }
  .index-howto__icon {
    margin-top: 26px;
    margin-bottom: 13px; }
    @media screen and (max-width: 1149px) {
      .index-howto__icon {
        margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .index-howto__icon {
        margin-top: 27px; } }
  .index-howto__text {
    font-size: 13px;
    line-height: 1.46;
    margin-top: 0;
    color: #353535; }
    @media (min-width: 1150px) {
      .index-howto__text {
        max-width: 270px; } }
  .index-howto__img {
    max-width: 100%;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e2e2e2; }
    .index-howto__img img {
      max-width: 100%;
      height: auto; }
    .index-howto__img--noshadow {
      box-shadow: none;
      border: none; }
    @media screen and (max-width: 767px) {
      .index-howto__img {
        display: none; } }
    .index-howto__img--d {
      display: block; }
      @media screen and (max-width: 1149px) {
        .index-howto__img--d {
          display: none; } }
    .index-howto__img--dt {
      display: block; }
      @media screen and (max-width: 767px) {
        .index-howto__img--dt {
          display: none; } }
    .index-howto__img--t {
      display: none; }
      @media screen and (max-width: 1149px) {
        .index-howto__img--t {
          display: block; } }
      @media screen and (max-width: 767px) {
        .index-howto__img--t {
          display: none; } }
    .index-howto__img--m {
      display: none; }
      @media screen and (max-width: 767px) {
        .index-howto__img--m {
          display: block; } }
  .index-howto__images {
    position: relative;
    width: 100%;
    padding-bottom: 76.92307692307693%; }
    @media screen and (max-width: 767px) {
      .index-howto__images {
        padding-bottom: 0; } }
    .index-howto__images .index-howto__img:first-child {
      position: absolute;
      left: 0;
      top: 0;
      width: 95.5983494%;
      height: auto; }
    .index-howto__images .index-howto__img:last-child {
      width: 63.6245111%;
      position: absolute;
      right: 25px;
      margin-top: 15.469613259668508%; }
    @media screen and (max-width: 767px) {
      .index-howto__images .index-howto__img:first-child, .index-howto__images .index-howto__img:last-child {
        position: static;
        width: auto;
        height: auto;
        margin-top: 0; } }
    .index-howto__images--dt {
      display: block; }
      @media screen and (max-width: 767px) {
        .index-howto__images--dt {
          display: none; } }
    .index-howto__images--m {
      display: none; }
      @media screen and (max-width: 767px) {
        .index-howto__images--m {
          display: block; } }
  .index-howto__row {
    margin-bottom: 35px; }
    .index-howto__row .index-howto__heading {
      margin-bottom: 0; }
    .index-howto__row .index-howto__heading + p {
      margin-top: 13px; }
    .index-howto__row:before, .index-howto__row:after {
      display: table;
      content: ""; }
    .index-howto__row:after {
      clear: both; }
    .lt-ie8 .index-howto__row {
      zoom: 1; }
    @media (min-width: 1150px) {
      .index-howto__row [class*="col-"] {
        padding: 0; } }
    @media (min-width: 1150px) {
      .index-howto__row {
        margin-bottom: 0; }
        .index-howto__row .col-lg-12 {
          width: 100%; } }

/*-----  End of index partners carousel  ------*/
/*=============================
=            Icons            =
=============================*/
.index-content [class*="icon-"] {
  display: inline-block;
  vertical-align: top;
  width: 52px;
  height: 52px;
  min-width: 52px;
  background-color: #2f8dce;
  border-radius: 50%;
  text-align: center; }
  .index-content [class*="icon-"] svg {
    fill: #fff;
    width: 30px;
    height: 52px; }

.index-content .icon-instruments svg {
  margin-right: 4px; }

.index-content .icon-users svg {
  margin-left: 10px; }

.index-content .icon-config svg {
  margin-left: 2px;
  margin-top: 1px; }

.index-content .icon-file svg {
  width: 22px; }

.index-content .icon-check svg {
  width: 28px;
  margin-left: 2px; }

.index-content .icon-message svg {
  width: 28px; }

/*-----  End of Icons  ------*/
.main__title {
  font-family: "Roboto", sans-serif; }
  .main__title .index-promo__title, .main__title .index-promo__text, .main__title .index-promo__calendar {
    font-family: "Roboto", sans-serif; }

@media (max-width: 767px) {
  header .nolog_user-block .user-block__item:last-child {
    display: block; }
  main .main__title .index-promo__title {
    font-size: 32px; }
  main .main__title .index-promo__text {
    font-size: 15px;
    width: 80%;
    margin-bottom: 30px; }
  main .main__title .index-promo__calendar span {
    font-size: 15px; }
    main .main__title .index-promo__calendar span::after {
      content: '';
      display: block;
      width: 141px;
      height: 1px;
      background: #6aaddc;
      margin-top: 3px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  header .nolog_user-block .user-block__item {
    display: block; }
  main .main__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    main .main__title:first-child {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    main .main__title:last-child {
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    main .main__title .index-promo__text {
      margin-bottom: 20px; }
    main .main__title .index-promo__calendar {
      display: block; }
      main .main__title .index-promo__calendar span {
        font-size: 15px; }
        main .main__title .index-promo__calendar span::after {
          content: '';
          display: block;
          width: 141px;
          height: 1px;
          background: #6aaddc;
          margin-top: 3px; }
    main .main__title .index-promo__btn-wrapper {
      margin: 0;
      width: 40%; }
      main .main__title .index-promo__btn-wrapper .index-promo__btn {
        width: 100%; } }

.dashboard__header {
  padding-top: 42px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E2E2; }
  .dashboard__header--withoutborder {
    border-bottom: 0; }
  @media screen and (max-width: 1149px) {
    .dashboard__header {
      border-bottom: 0; } }

.dashboard__alert {
  margin: 0 auto;
  background-color: #3ebe65;
  color: #fff;
  border-bottom: 1px solid #E2E2E2;
  text-align: center; }
  .dashboard__alert .dashboard__alert-text {
    display: none;
    margin: 0; }
  .dashboard__alert.active {
    padding: 20px 80px;
    border-bottom: none;
    border-radius: 3px; }
    .dashboard__alert.active .dashboard__alert-text {
      display: block; }

.dashboard__next {
  float: right;
  font-size: 0; }
  .dashboard__next a:first-child {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 15px; }
    @media screen and (max-width: 1149px) {
      .dashboard__next a:first-child {
        color: #FFF; }
        .dashboard__next a:first-child:hover {
          color: #FFF; } }

.dashboard__logo {
  display: inline-block;
  -webkit-transform: rotate(5.5deg);
  -ms-transform: rotate(5.5deg);
  transform: rotate(5.5deg);
  margin-left: 10px;
  width: 270px;
  height: 180px; }
  .dashboard__logo img {
    width: 100%;
    height: auto; }

.dashboard__name {
  margin: 0;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 24px; }
  @media screen and (max-width: 1149px) {
    .dashboard__name {
      margin-bottom: 15px; } }

.dashboard__subheading {
  margin-bottom: 0; }

@media screen and (max-width: 1149px) {
  .dashboard__pagename {
    margin-top: 20px;
    font-size: 20px;
    color: #FFF;
    margin-bottom: 0; } }

.dashboard__select {
  display: none; }
  @media screen and (max-width: 767px) {
    .dashboard__select {
      display: block;
      border-radius: 3px;
      margin-top: 10px; } }

@media (max-width: 1149px) {
  .dashboard__header {
    padding: 26px 0; }
    .dashboard__header p {
      color: #b5d7f7; }
    .dashboard__header--lg {
      display: none; }
    .dashboard__header--sm {
      display: block; }
  .dashboard__alert {
    border-bottom: 1px solid #569ccc; }
    .dashboard__alert p {
      color: #fff; }
  .dashboard__name {
    font-size: 20px;
    line-height: 1.5; }
    .dashboard__name a {
      display: inline;
      color: #FFF;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      transition: border-color .3s ease; }
      .dashboard__name a:hover, .dashboard__name a:active {
        border-color: #fff; }
    .dashboard__name--internal {
      font-size: 15px;
      margin-bottom: 20px; }
  .dashboard__title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .dashboard__alert.active {
    padding: 15px 25px; }
  .dashboard__header {
    background-color: #298acd; }
    .dashboard__header .container--nogutter {
      padding: 0 15px !important; } }

.block__header .dashboard__breadcrumbslink {
  float: none; }

.dashboard__breadcrumbsdelimeter {
  margin: 0 7px;
  color: #959595; }

.dashboard-table {
  padding: 35px 0; }
  .dashboard-table--admin {
    border-bottom: 1px solid #e2e2e2; }
    @media screen and (max-width: 1149px) {
      .dashboard-table--admin {
        border-top: 1px solid #e2e2e2;
        border-color: #569ccc;
        margin-top: 20px; }
        .dashboard-table--admin a {
          color: #FFF; }
          .dashboard-table--admin a:hover, .dashboard-table--admin a:active, .dashboard-table--admin a:hover {
            color: #FFF; } }
  @media screen and (max-width: 767px) {
    .dashboard-table__cell:nth-child(2) {
      margin-bottom: 0; } }

.dashboard-reg {
  padding: 35px 0;
  border-bottom: 1px solid #E2E2E2; }
  @media screen and (max-width: 1149px) {
    .dashboard-reg {
      border-color: #569ccc; } }
  .dashboard-reg--inner {
    padding: 0;
    border-bottom: 0; }
    @media screen and (max-width: 1149px) {
      .dashboard-reg--inner .dashboard-reg__status {
        color: #353535; } }
    .dashboard-reg--inner .dashboard-reg__settingslink {
      color: #277dc6; }
      .dashboard-reg--inner .dashboard-reg__settingslink:hover, .dashboard-reg--inner .dashboard-reg__settingslink:active {
        border-color: transparent;
        color: #277dc6; }
  .dashboard-reg__status {
    margin-bottom: 4px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 300;
    color: #353535; }
    @media screen and (max-width: 1149px) {
      .dashboard-reg__status {
        color: #FFF; } }
    .dashboard-reg__status:before {
      content: "";
      width: 14px;
      height: 14px;
      border-radius: 50%;
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -4px; }
    .dashboard-reg__status--opened:before {
      background-color: #3ebe65; }
    .dashboard-reg__status--closed:before {
      background-color: #e0e0e0; }
  .dashboard-reg__col {
    padding: 0;
    vertical-align: top;
    display: inline-block; }
    @media screen and (max-width: 1149px) {
      .dashboard-reg__col {
        display: block; } }
    .dashboard-reg__col--requests {
      margin-left: 28px; }
      @media screen and (max-width: 1149px) {
        .dashboard-reg__col--requests {
          margin-left: 0;
          margin-top: 25px; } }
  .dashboard-reg__requests {
    font-size: 20px;
    font-weight: 300;
    color: #353535; }
    @media screen and (max-width: 1149px) {
      .dashboard-reg__requests {
        color: #FFF; } }
    .dashboard-reg__requests--none {
      color: #959595; }
      @media screen and (max-width: 1149px) {
        .dashboard-reg__requests--none {
          color: #b5d7f7; } }
  @media screen and (max-width: 1149px) {
    .dashboard-reg__number {
      color: #FFF;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      transition: border-color .3s ease; }
      .dashboard-reg__number:hover, .dashboard-reg__number:active {
        border-color: #fff;
        color: #FFF; } }
  .dashboard-reg__settingslink {
    font-size: 15px;
    color: #277dc6; }
    @media screen and (max-width: 1149px) {
      .dashboard-reg__settingslink {
        color: #FFF;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        transition: border-color .3s ease; }
        .dashboard-reg__settingslink:hover, .dashboard-reg__settingslink:active {
          border-color: #fff;
          color: #FFF; } }

.dashboard-submit {
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #e2e2e2;
  text-align: center;
  padding: 75px 15px;
  margin-top: 20px; }
  .dashboard-submit__heading {
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 24px;
    text-align: center;
    color: #353535; }
  .dashboard-submit__text {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
    color: #353535; }
  .dashboard-submit__buttons a {
    display: inline-block;
    vertical-align: middle;
    max-width: 145px;
    margin-left: 30px;
    margin-right: 0px; }
    .dashboard-submit__buttons a:hover {
      cursor: pointer; }
    .dashboard-submit__buttons a:first-child {
      margin-left: 0; }
  .dashboard-submit__buttons .btn, .dashboard-submit__buttons .constructor__language span, .constructor__language .dashboard-submit__buttons span {
    color: #FFF; }
    .dashboard-submit__buttons .btn:hover, .dashboard-submit__buttons .constructor__language span:hover, .constructor__language .dashboard-submit__buttons span:hover, .dashboard-submit__buttons .btn:focus, .dashboard-submit__buttons .constructor__language span:focus, .constructor__language .dashboard-submit__buttons span:focus, .dashboard-submit__buttons .btn:active, .dashboard-submit__buttons .constructor__language span:active, .constructor__language .dashboard-submit__buttons span:active {
      color: #FFF; }

.event__menu {
  float: left;
  width: 275px;
  margin-right: 22px; }

.event__menubtn {
  margin-top: 25px; }

.event__fav-btn {
  margin-top: 10px; }
  .event__fav-btn--mobile {
    margin-top: 20px; }
  @media screen and (max-width: 1149px) {
    .event__fav-btn {
      margin-top: 0;
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .event__fav-btn {
      margin-top: 30px; } }

.event__content {
  float: left;
  width: 807px; }

.event__tabs {
  margin-bottom: -10px;
  margin-top: 0; }

.event__contacts {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside; }

.event__logo {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  width: 180px;
  height: auto; }
  .event__logo img {
    width: 100%;
    height: 100%; }

.event__when {
  color: #adadad;
  text-align: center;
  margin-bottom: 10px; }

.event__date {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px; }

.event__title {
  margin-top: 0;
  margin-bottom: 15px; }

.event__description {
  margin: 0; }

.event__header {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #E2E2E2; }
  .event__header--withoutborder {
    border-bottom: 0; }
  .event__header--sm {
    display: none; }
  .event__header--admin {
    margin-bottom: 0; }
  .event__header--withalert {
    padding-bottom: 0; }

.event__controls {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  padding-top: 35px; }
  @media screen and (max-width: 1149px) {
    .event__controls {
      padding-bottom: 10px; } }

.event__control {
  display: inline-block;
  margin-left: 10px; }
  .event__control:first-child {
    margin-left: 0; }

@media screen and (max-width: 1149px) {
  .event__controllink {
    color: #fff; }
    .event__controllink:hover, .event__controllink:active {
      color: #fff; } }

.event__calendar-name {
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 500; }

.event__calendar-status {
  font-size: 13px;
  color: #959595;
  line-height: 19px; }

.event__text {
  font-size: 15px;
  line-height: 28px; }
  .event__text p {
    font-size: 15px;
    line-height: 28px; }

.event__nav {
  display: none; }

.event .event__tabs.nav-pills {
  display: none; }

@media screen and (max-width: 767px) {
  .event__navblock .block__wrapper {
    padding-bottom: 40px;
    padding-top: 40px; } }

.event__navlabel {
  font-size: 13px;
  color: #959595;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1;
  vertical-align: top;
  display: block; }
  @media screen and (max-width: 767px) {
    .event__navlabel {
      display: none; } }
  .event__navlabel--mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .event__navlabel--mobile {
        display: block;
        margin-bottom: 0;
        margin-top: 10px; } }

.event-table__head {
  color: #949494;
  padding-bottom: 5px; }

@media (max-width: 1149px) {
  .event__menu {
    display: none; }
  .event__content {
    float: none;
    width: 100%; }
    .event__content .block--header .block__wrapper {
      padding: 0; }
  .event__navblock .block__wrapper {
    padding-bottom: 0; }
  .event__header {
    background-color: #298acd;
    padding: 22px 0 25px 0;
    margin: 0;
    border: none; }
    .event__header--sm {
      display: block; }
  .event__menubtn {
    width: 100%; }
  .event__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .event__info-content {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .event__date {
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-bottom: 5px; }
  .event__where {
    color: #b5d7f7; }
  .event__logo {
    margin: 0;
    width: 73px;
    height: 73px;
    background: #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .event__logo img {
      max-width: 70px; }
  .event__title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px; }
    .event__title a {
      color: #fff; }
      .event__title a:hover, .event__title a:active, .event__title a:hover:active {
        color: #fff; }
    .event__title--internal {
      font-size: 15px;
      margin-top: 0;
      margin-bottom: 20px; }
  .event__page-name {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff; }
  .event__description {
    color: #fff;
    margin-bottom: 10px; }
  .event__nav {
    display: block;
    margin-bottom: 30px; }
    .event__nav--m0 {
      margin: 0; }
  .event__regbtn {
    height: 44px;
    line-height: 44px; }
  .event__menu-link {
    color: #2f8dce;
    border: 1px solid #2f8dce;
    line-height: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    border-radius: 3px; }
    .event__menu-link:hover {
      color: #2f8dce; }
    .event__menu-link svg {
      fill: #2f8dce;
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
  .event .connections__person-name {
    display: none; }
  .event .connections__person-avatar {
    width: 100%;
    height: 62px;
    border-radius: 3px;
    overflow: hidden; }
  .event .connections__person {
    width: 62px;
    margin-right: 14px; }
  .event__header {
    padding-top: 15px; }
  .event__reg {
    margin-bottom: 30px; }
  .event__tomenu {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .event__content .pin__section {
    border-radius: 0;
    border-left: none;
    border-right: none; }
  .event__content .pin-title {
    margin-left: 15px;
    margin-right: 15px; }
  .event .event__tabs {
    display: none; }
  .event .event__tabs.nav-pills {
    display: block; }
    .event .event__tabs.nav-pills li.active {
      margin-left: 10px; } }

.associated__header {
  background-color: #0f76b9;
  padding: 40px 0; }

.associated__vuz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.associated__logo {
  min-width: 130px;
  width: 130px;
  height: 130px;
  margin-right: 30px;
  border-radius: 3px;
  padding: 15px;
  background-color: #fff; }
  .associated__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.associated__flex--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.associated__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 600px; }

@media (max-width: 767px) {
  .associated__description {
    margin-top: 25px; } }

.associated__button {
  background: #5db1f1;
  font-size: 15px;
  font-weight: normal;
  color: #ffffff; }
  .associated__button:hover {
    color: #fff;
    background: #72baf1; }

.associated__name {
  font-size: 26px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px; }
  .associated__name a {
    color: #fff; }
  @media (max-width: 1199px) {
    .associated__name a {
      font-size: 20px;
      line-height: 1.45; } }

.associated__page {
  font-size: 15px;
  margin: 0;
  color: #fff; }
  .associated__page:hover, .associated__page:active {
    color: #FFF; }
  .associated__page--xs {
    display: none; }
  .associated__page--sm {
    display: block; }

@media (max-width: 1149px) {
  .associated__header {
    padding: 30px 20px; }
  .associated__logo {
    margin-right: 20px;
    height: 90px;
    min-width: 90px;
    width: 90px;
    padding: 5px; }
  .associated__name {
    font-size: 20px; } }

@media (max-width: 767px) {
  .associated__header {
    padding: 15px 15px 25px; }
  .associated__logo {
    height: 73px;
    min-width: 73px;
    width: 73px;
    padding: 3px;
    margin-right: 14px; }
  .associated__name {
    font-size: 15px;
    font-weight: 400; }
  .associated__page--sm {
    display: block;
    margin-bottom: 25px; }
  .associated__page--xs {
    display: none;
    margin-top: 15px;
    margin-bottom: 5px; }
  .associated__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .associated__flex--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .associated__column-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .associated__button {
    width: 100%;
    height: 44px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .associated__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .associated__page {
    margin-bottom: 15px; } }

@media (min-width: 1200px) {
  .associated__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .associated__column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
  .associated__flex--wrapper {
    width: 100%; } }

.events__header {
  border-bottom: 1px solid #E2E2E2; }
  @media screen and (max-width: 1149px) {
    .events__header {
      border-bottom: 0;
      background-color: #1685CA;
      padding: 25px 0; } }

.events__heading {
  margin-top: 3px; }
  @media screen and (max-width: 1149px) {
    .events__heading {
      margin: 0;
      color: #FFF;
      margin: 0;
      font-size: 20px;
      padding-left: 20px; } }

@media screen and (max-width: 767px) {
  .events__list {
    padding: 0 15px; } }

.events-calendar__nav-pills.nav-pills {
  margin-top: 20px; }

.events-calendar__heading {
  margin-top: 0; }

.events-calendar__org {
  margin-top: 0; }

.events-calendar__tabs {
  border-bottom: 1px solid #E2E2E2; }

@media screen and (max-width: 1149px) {
  .dialogs {
    padding-bottom: 60px; } }

.dialogs__header {
  display: none; }
  .dialogs__header--mobile {
    display: none; }
  @media screen and (max-width: 1149px) {
    .dialogs__header {
      display: block;
      padding: 25px 0;
      background: #1685ca;
      margin-bottom: 40px; }
      .dialogs__header--mobile {
        display: none; } }
  @media screen and (max-width: 767px) {
    .dialogs__header {
      display: none;
      margin-bottom: 0; }
      .dialogs__header--mobile {
        display: block;
        padding-left: 22px;
        position: relative;
        padding: 10px 0; } }

.dialogs__back {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 20px;
  font-size: 0;
  position: absolute;
  left: 20px;
  top: 19px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUBAMAAABL3sEiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAJFBMVEUAAAD///////////////////////////////////////8AAAC0t6v7AAAACnRSTlMAA2ChXVmYAWJh6kERyAAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAySURBVAjXY2AAAiFFEMlotQRECa9aCuasSgdzlhXg4zB0gTkwCioIVUKQuxTJWgbJiQBLcxtQGtdYXgAAAABJRU5ErkJggg=="); }

.dialogs__friendinfo {
  display: block;
  text-align: right;
  margin-right: 20px; }

.dialogs__friend {
  display: inline-block; }

.dialogs__friendname {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  max-width: 210px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.dialogs__friendphoto {
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  position: relative; }
  .dialogs__friendphoto:before {
    content: "";
    display: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #1685ca;
    background-color: #47cd70;
    position: absolute;
    bottom: -5px;
    right: -5px; }
  .dialogs__friendphoto--online:before {
    display: block; }
  .dialogs__friendphoto img {
    width: 100%;
    height: 100%;
    border-radius: 3px; }

.dialogs__heading {
  color: white;
  font-size: 20px;
  margin: 0; }
  @media screen and (max-width: 1149px) {
    .dialogs__heading {
      padding-left: 22px; } }
  @media screen and (max-width: 767px) {
    .dialogs__heading {
      padding-top: 10px;
      padding-bottom: 10px; } }

.dialogs__tabs {
  margin-left: 35px;
  margin-right: 35px;
  border-bottom: 1px solid #E2E2E2; }
  .dialogs__tabs--list {
    margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .dialogs__tabs {
      display: none; } }

.dialogs__dialogs {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside; }
  .dialogs__dialogs--empty {
    margin-left: 35px;
    margin-right: 35px; }
    @media screen and (max-width: 1149px) {
      .dialogs__dialogs--empty {
        margin-left: 22px;
        margin-right: 22px; } }
    @media screen and (max-width: 767px) {
      .dialogs__dialogs--empty {
        margin-left: 15px;
        margin-right: 15px;
        padding: 30px 0; } }

@media screen and (max-width: 767px) {
  .dialogs__dialog {
    padding: 0; } }

.dialogs__nomessages {
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 20px; }
  @media screen and (max-width: 1149px) {
    .dialogs__nomessages {
      margin-left: 22px;
      margin-right: 22px;
      margin-top: 40px; } }

.dialogs__messages {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
  height: 448px;
  overflow-y: auto; }
  @media screen and (max-width: 767px) {
    .dialogs__messages {
      height: 365px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 33px;
      background: #FFF; } }

.dialogs__message {
  display: block;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .dialogs__message {
      margin-top: 20px; }
      .dialogs__message:before, .dialogs__message:after {
        display: table;
        content: ""; }
      .dialogs__message:after {
        clear: both; }
      .lt-ie8 .dialogs__message {
        zoom: 1; }
      .dialogs__message:first-child {
        margin-top: 0; } }

.dialogs__footer {
  padding: 0 35px;
  padding-top: 10px; }
  @media screen and (max-width: 767px) {
    .dialogs__footer {
      padding: 0; }
      .dialogs__footer--chat {
        margin-top: auto; } }

.dialogs__sendwrapper {
  position: relative;
  padding-left: 70px;
  padding-right: 70px; }
  @media screen and (max-width: 767px) {
    .dialogs__sendwrapper {
      padding: 0; } }

.dialogs__sendform textarea {
  resize: none;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #E2E2E2;
  color: #353535;
  font-size: 15px;
  line-height: 21px;
  height: 85px;
  min-height: 0; }
  .dialogs__sendform textarea.placeholder {
    color: #353535;
    font-size: 15px;
    line-height: 21px; }
  .dialogs__sendform textarea:-moz-placeholder {
    opacity: 1;
    color: #353535;
    font-size: 15px;
    line-height: 21px; }
  .dialogs__sendform textarea::-webkit-input-placeholder {
    color: #353535;
    font-size: 15px;
    line-height: 21px; }
  .dialogs__sendform textarea::-moz-placeholder {
    opacity: 1;
    color: #353535;
    font-size: 15px;
    line-height: 21px; }
  .dialogs__sendform textarea:-ms-input-placeholder {
    color: #353535;
    font-size: 15px;
    line-height: 21px; }
  @media screen and (max-width: 767px) {
    .dialogs__sendform textarea {
      height: 60px;
      border: 1px solid #E2E2E2;
      box-sizing: border-box;
      min-height: 0;
      padding-right: 60px; } }
  .dialogs__sendform textarea:focus.placeholder {
    color: transparent; }
  .dialogs__sendform textarea:focus:-moz-placeholder {
    opacity: 1;
    color: transparent; }
  .dialogs__sendform textarea:focus::-webkit-input-placeholder {
    color: transparent; }
  .dialogs__sendform textarea:focus::-moz-placeholder {
    opacity: 1;
    color: transparent; }
  .dialogs__sendform textarea:focus:-ms-input-placeholder {
    color: transparent; }

.dialogs__sendform .form-group {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .dialogs__sendform .form-group {
      margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .dialogs__sendform {
    position: relative;
    padding: 14px;
    padding-right: 55px;
    background-color: #f8f8f8; } }

.dialogs__textmessage {
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .dialogs__send {
    display: none; } }

.dialogs__send--mobile {
  display: none; }
  @media screen and (max-width: 767px) {
    .dialogs__send--mobile {
      display: block; } }
  @media screen and (max-width: 767px) {
    .dialogs__send--mobile button {
      height: 60px;
      width: 55px;
      position: absolute;
      right: 0;
      top: 14px;
      border-radius: 0;
      padding: 0;
      text-align: center;
      color: #277dc6;
      background: transparent;
      border: 0; }
      .dialogs__send--mobile button:hover, .dialogs__send--mobile button:focus, .dialogs__send--mobile button:active {
        color: #277dc6; }
      .dialogs__send--mobile button:before {
        content: "";
        width: 12px;
        height: 20px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUBAMAAABL3sEiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAJFBMVEUAAAD///////////////////////////////////////8AAAC0t6v7AAAACnRSTlMAA2BdoFkBmKFhMs7ifgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAA3SURBVAjXYxBSZAABqyUCICpqlSOISl8F5rJVrWqEcFfg5S6CUCsRghAl2Dlgo6EWQa2VnAgiAetWHWHjQI4mAAAAAElFTkSuQmCC");
        margin-top: 15px;
        display: inline-block; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .dialogs__send--mobile button:before {
        display: none; } }

.dialogs__user, .dialogs__talker {
  position: absolute;
  top: 0;
  width: 49px;
  height: 49px;
  border-radius: 3px;
  display: block; }
  @media screen and (max-width: 767px) {
    .dialogs__user, .dialogs__talker {
      display: none; } }
  .dialogs__user img, .dialogs__talker img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    display: block; }

.dialogs__user {
  left: 0; }

.dialogs__talker {
  right: 0; }
  .dialogs__talker--online:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #47cd70;
    position: absolute;
    bottom: -5px;
    right: -5px; }

@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: .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; }

.search-user__form--mobile {
  display: none; }
  @media screen and (max-width: 1149px) {
    .search-user__form--mobile {
      display: block; } }

@media screen and (max-width: 1149px) {
  .search-user__header {
    display: none; } }

.search-user__header--mobile {
  display: none; }
  @media screen and (max-width: 1149px) {
    .search-user__header--mobile {
      background-color: #1685ca;
      padding: 30px 20px;
      display: block; } }

.search-user__heading {
  margin-top: 0; }
  @media screen and (max-width: 1149px) {
    .search-user__heading {
      color: #FFF; } }

.search-user__row:before, .search-user__row:after {
  display: table;
  content: ""; }

.search-user__row:after {
  clear: both; }

.lt-ie8 .search-user__row {
  zoom: 1; }

.search-user__additional {
  display: none; }
  .search-user__additional.is-active {
    display: block; }

.search-user__col {
  padding: 0; }
  .search-user__col--results {
    width: 65.7243816254417%;
    float: left; }
    @media screen and (max-width: 1149px) {
      .search-user__col--results {
        width: 100%;
        float: none; } }
  .search-user__col--params {
    width: 31.448763250883395%;
    float: right;
    padding-top: 17px; }
    @media screen and (max-width: 1149px) {
      .search-user__col--params {
        display: none; } }
  .search-user__col--name {
    width: 65.7243816254417%;
    float: left; }
    @media screen and (max-width: 1149px) {
      .search-user__col--name {
        width: 74.30939226519337%; } }
    @media screen and (max-width: 767px) {
      .search-user__col--name {
        width: 100%;
        float: none; } }
  .search-user__col--namehalf {
    width: 65.7243816254417%; }
    @media screen and (max-width: 1149px) {
      .search-user__col--namehalf {
        width: 48.61878453038674%; } }
    @media screen and (max-width: 767px) {
      .search-user__col--namehalf {
        width: 100%; } }
  .search-user__col--search {
    width: 31.448763250883395%;
    float: right; }
    @media screen and (max-width: 1149px) {
      .search-user__col--search.is-hidden {
        display: none; } }
    @media screen and (max-width: 1149px) {
      .search-user__col--search {
        width: 22.92817679558011%; } }
    @media screen and (max-width: 767px) {
      .search-user__col--search {
        width: 100%;
        float: none;
        margin-top: 10px; } }
  .search-user__col--city, .search-user__col--cityed {
    display: none; }
    @media screen and (max-width: 1149px) {
      .search-user__col--city, .search-user__col--cityed {
        width: 48.61878453038674%;
        float: right;
        display: block; } }
    @media screen and (max-width: 767px) {
      .search-user__col--city, .search-user__col--cityed {
        width: 100%;
        float: none; } }
  .search-user__col--city {
    display: none; }
    .search-user__col--city.is-active {
      display: none; }
      @media screen and (max-width: 1149px) {
        .search-user__col--city.is-active {
          display: block; } }
    @media screen and (max-width: 767px) {
      .search-user__col--city {
        margin-top: 30px; } }
  @media screen and (max-width: 1149px) {
    .search-user__col--cityed {
      padding-top: 55px; } }
  @media screen and (max-width: 767px) {
    .search-user__col--cityed {
      padding-top: 30px; } }
  .search-user__col--age {
    display: none; }
    @media screen and (max-width: 1149px) {
      .search-user__col--age {
        width: 48.61878453038674%;
        float: left;
        display: block;
        padding-top: 20px; } }
    @media screen and (max-width: 767px) {
      .search-user__col--age {
        width: 100%;
        float: none; } }
  .search-user__col--agefrom {
    width: 47.159090909090914%;
    float: left; }
  .search-user__col--ageto {
    width: 47.159090909090914%;
    float: right; }
  .search-user__col--sex {
    display: none; }
    @media screen and (max-width: 1149px) {
      .search-user__col--sex {
        width: 48.61878453038674%;
        float: right;
        display: block;
        padding-top: 55px; } }
    @media screen and (max-width: 767px) {
      .search-user__col--sex {
        width: 100%;
        float: none;
        padding-top: 30px; } }
  .search-user__col--university {
    display: none; }
    @media screen and (max-width: 1149px) {
      .search-user__col--university {
        width: 48.61878453038674%;
        float: left;
        display: block;
        padding-top: 20px; } }
    @media screen and (max-width: 767px) {
      .search-user__col--university {
        width: 100%;
        float: none; } }
  .search-user__col--interests {
    display: none; }
    @media screen and (max-width: 1149px) {
      .search-user__col--interests {
        width: 48.61878453038674%;
        float: left;
        display: block;
        padding-top: 25px; } }
    @media screen and (max-width: 767px) {
      .search-user__col--interests {
        width: 100%;
        float: none; } }
  .search-user__col--searchmobile {
    display: none; }
    .search-user__col--searchmobile .btn, .search-user__col--searchmobile .constructor__language span, .constructor__language .search-user__col--searchmobile span {
      background: #0065A8; }
      .search-user__col--searchmobile .btn:hover, .search-user__col--searchmobile .constructor__language span:hover, .constructor__language .search-user__col--searchmobile span:hover {
        background: #0074c2; }
    @media screen and (max-width: 1149px) {
      .search-user__col--searchmobile {
        width: 48.61878453038674%;
        float: right;
        display: block;
        padding-top: 25px; } }
    @media screen and (max-width: 767px) {
      .search-user__col--searchmobile {
        width: 100%;
        float: none; } }

.search-user__interestsbtn {
  color: #fff;
  background-color: #298acd;
  border: 1px solid #94c5e6; }

.search-user__gender {
  border-radius: 3px; }

@media screen and (max-width: 1149px) {
  .search-user__topfiltergroup {
    padding-bottom: 25px;
    border-bottom: 1px solid #569ccc; }
    .search-user__topfiltergroup:first-child {
      border-bottom: 0;
      padding-bottom: 10px; } }

.search-user__agelabel, .search-user__ulabel {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px; }

@media screen and (max-width: 1149px) {
  .search-user__results {
    padding: 0 20px; } }

.search-user__content {
  padding-top: 13px; }

.search-user__params {
  background: #F7F7F7;
  padding: 20px;
  border: 1px solid #E2E2E2;
  border-radius: 5px; }

.search-user__paramsheading {
  margin-top: 0;
  color: #353535;
  font-size: 18px;
  font-weight: 500; }

.search-user__filtercity {
  margin-bottom: 25px; }

.search-user__filtergroup {
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 25px; }

.search-user__filterlabel {
  display: block;
  color: #3e3e3e;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 14px; }

.search-user__filtercontrols {
  text-align: center;
  display: none; }
  @media screen and (max-width: 1149px) {
    .search-user__filtercontrols {
      padding-top: 10px;
      display: block; } }

.search-user__filter-open {
  display: inline-block;
  vertical-align: top; }

.search-user__filter-close {
  display: inline-block;
  vertical-align: top;
  display: none; }
  .search-user__filter-close svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.search-user__filter-open, .search-user__filter-close {
  color: #fff;
  padding: 0 10px; }
  .search-user__filter-open span, .search-user__filter-close span {
    float: left; }
  .search-user__filter-open:hover, .search-user__filter-open:active, .search-user__filter-close:hover, .search-user__filter-close:active {
    color: #FFF; }
  .search-user__filter-open svg, .search-user__filter-close svg {
    width: 8px;
    height: 38px;
    fill: #fff;
    float: right;
    margin-left: 10px; }

.search-user__filterrow:before, .search-user__filterrow:after {
  display: table;
  content: ""; }

.search-user__filterrow:after {
  clear: both; }

.lt-ie8 .search-user__filterrow {
  zoom: 1; }

.search-user__filtercol {
  width: 46.855345911949686%; }
  .search-user__filtercol_left {
    float: left; }
  .search-user__filtercol_right {
    float: right; }

.search-user__filterage {
  margin-bottom: 30px; }

.search-user__filterlegend {
  border: 0;
  color: #3e3e3e;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 14px; }

.search-user__topfilter:before, .search-user__topfilter:after {
  display: table;
  content: ""; }

.search-user__topfilter:after {
  clear: both; }

.lt-ie8 .search-user__topfilter {
  zoom: 1; }

.requests-container {
  padding-top: 40px; }

.request:nth-child(n+2) {
  margin-top: 70px; }

.request__logo {
  float: left; }

.request__header {
  margin-top: 0;
  padding-top: 10px;
  line-height: 22px; }
  .request__header:hover {
    opacity: 0.6; }
  .request__header--wrapper {
    float: right; }
    .request__header--wrapper time {
      display: block;
      color: #959595;
      font-size: 13px;
      margin-top: 4px;
      margin-bottom: 15px; }

.request.offer .request__status:hover {
  cursor: default; }

.request__status {
  position: relative;
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 18px;
  float: right;
  margin-bottom: 20px; }
  .request__status .alert2:first-child {
    margin-top: 0; }
  .request__status .alert2:last-child {
    margin-bottom: 0; }
  .request__status:last-child {
    margin-bottom: 0px; }
  @media (min-width: 1200px) {
    .request__status .social-icons {
      opacity: 0;
      position: absolute;
      top: 0;
      right: 18px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: opacity ease .05s; }
    .request__status:hover {
      cursor: pointer; }
    .request__status:hover .social-icons {
      opacity: 1; } }
  @media (max-width: 767px) {
    .request__status .social-icons {
      opacity: 1;
      margin-top: 18px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .request__status .social-icons {
      opacity: 1;
      float: right; } }
  .request__status .social-icons {
    width: 106px; }
    .request__status .social-icons p {
      display: none; }
    .request__status .social-icons__text {
      display: none; }
    .request__status .social-icons__item {
      height: 28px; }
    .request__status .social-icons__link {
      line-height: 28px; }
      .request__status .social-icons__link::before {
        line-height: 28px; }
      .request__status .social-icons__link--fb {
        line-height: 27px; }
        .request__status .social-icons__link--fb:before {
          font-size: 20px; }

.request dl {
  margin: 0;
  font-size: 13px; }
  .request dl:first-of-type {
    margin-top: 15px; }

.request dt {
  display: inline-block;
  color: #959595;
  font-weight: 400; }

.request dd {
  display: inline;
  color: #353535; }

.request__alert {
  background: #fff;
  border: 1px solid #3897d9;
  border-radius: 5px;
  min-height: 93px; }
  .request__alert.quantitative {
    margin-top: 18px; }

.request__currency-list-included {
  margin-top: 18px; }

@media (max-width: 767px) {
  .request__currency-list, .request__currency-list-included {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .request__currency-status {
    margin-bottom: 15px; } }

.request__currency-status {
  display: inline-block;
  border-radius: 13px;
  color: white;
  font-size: 13px;
  line-height: 2;
  padding: 0px 11px;
  margin-right: 15px; }

.request__currency-status-neutral {
  background: #43a2e4; }

.request__currency-status-accepted {
  background: #3ebe65; }

.request__currency-status-declined {
  color: #959595;
  background: #e7e7e7; }

.request__currency-settings {
  display: inline-block;
  color: #277dc6;
  font-size: 13px; }
  .request__currency-settings:hover {
    opacity: 0.6; }

.request::after {
  content: "";
  display: block;
  clear: both; }

@media (max-width: 767px) {
  .request__status {
    width: 100%; }
  .request__header--wrapper {
    width: 74%; }
  .request__logo {
    max-width: 27%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .request__status {
    width: 87%; }
  .request__header--wrapper {
    width: 87%; }
  .request__logo {
    max-width: 10%; } }

@media (min-width: 1200px) {
  .request__status {
    width: 80%; }
  .request__header--wrapper {
    width: 80%; }
  .request__logo {
    max-width: 15%; } }

.request__alert {
  margin-bottom: 20px; }
  .request__alert-wrapper {
    margin-top: 40px; }
  @media (max-width: 1199px) {
    .request__alert-wrapper {
      padding: 0 15px; } }

.request__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .request__row-change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 33%; }
    .request__row-change .dropdown__trigger {
      margin-top: 8px;
      margin-right: 0;
      margin-left: 18px; }
  @media (max-width: 767px) {
    .request__row-change {
      width: 66%; } }
  .request__row-info {
    width: 66%; }
    .request__row-info .request__currency-status {
      margin-right: 0; }
  .request__row-title {
    width: 33%;
    margin-right: 1%;
    color: #949494;
    font-size: 15px; }
  .request__row-status {
    width: 33%;
    margin-right: 1%; }
  @media (max-width: 767px) {
    .request__row-status {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      width: 50%;
      margin-top: 10px; } }
  .request__row:not(:last-of-type) {
    margin-bottom: 12px; }
  .request__row-link {
    margin-left: 18px; }
  .request__row-coauthors-list {
    width: 100%; }
    .request__row-coauthors-list .request__alert {
      margin-bottom: 0; }
    .request__row-coauthors-list input {
      margin-bottom: 18px; }
  .request__row-coauthors-item {
    margin-bottom: 18px;
    padding: 10px 13px;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 3px; }

@media (max-width: 767px) {
  .request__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .request__row:not(:first-of-type) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .request__row:not(:first-of-type) .request__row-title {
        width: 100%;
        margin: 0; }
      .request__row:not(:first-of-type) .request__row-info {
        width: 100%;
        margin: 0; } }

.request__status-view {
  padding: 40px 0;
  border-bottom: 1px solid #E2E2E2; }
  .request__status-view--tight {
    padding: 22px 0; }
  .request__status-view:last-of-type {
    padding-bottom: 0;
    border: none; }

@media (max-width: 1199px) {
  .request__status-view {
    padding: 30px 15px; }
    .request__status-view:last-of-type {
      padding: 40px 15px; } }

.request-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 767px) {
  .request-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .request-flex .request__row-title {
      width: 100%;
      margin-bottom: 15px; }
    .request-flex .request__row-info {
      width: 100%; }
    .request-flex .request__file-name {
      width: auto; } }

@media (min-width: 768px) {
  .request-flex .file-list__file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.request-view__header {
  display: block; }
  @media (max-width: 1199px) {
    .request-view__header .profile-content__breadcrumbslink {
      display: block;
      width: 50%;
      padding: 10px 0;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 3px;
      text-align: center;
      margin-bottom: 20px; }
    .request-view__header .profile-content__breadcrumbsdelimeter {
      display: none; } }

@media (min-width: 1199px) {
  .request__section-svg {
    display: none; } }

.request__section-svg {
  fill: #fff;
  width: 12px;
  height: 12px;
  margin-right: 10px; }

.calendar__header {
  padding-top: 42px;
  padding-bottom: 50px;
  background: #FFF; }
  @media screen and (max-width: 1149px) {
    .calendar__header {
      padding-top: 27px;
      padding-bottom: 26px; } }
  @media screen and (max-width: 767px) {
    .calendar__header {
      padding-top: 22px;
      padding-bottom: 22px; } }

.calendar__title {
  margin-top: 0; }

.calendar__btn {
  margin-top: 32px; }

.calendar__filter {
  margin-bottom: 0; }
  .calendar__filter > .row, .calendar__filter > .media-snippet, .calendar__filter > .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.calendar__advanced {
  margin-top: 24px;
  display: none; }
  .calendar__advanced .form__choice {
    margin-top: 30px; }
    @media screen and (max-width: 1149px) {
      .calendar__advanced .form__choice {
        margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .calendar__advanced {
      margin-top: 0; } }

.calendar__filter-item {
  margin-bottom: 30px; }
  .calendar__filter-item--long {
    margin: 0; }

.calendar__name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.calendar__filter-close {
  display: none; }
  .calendar__filter-close svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media screen and (max-width: 1149px) {
    .calendar__filter-close {
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .calendar__filter-close {
      margin-top: 30px; } }

.calendar__filter-open, .calendar__filter-close {
  padding: 0 10px; }
  .calendar__filter-open span, .calendar__filter-close span {
    float: left; }
  .calendar__filter-open svg, .calendar__filter-close svg {
    width: 8px;
    height: 38px;
    fill: #277dc6;
    float: right; }

.calendar__filter-open--active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.calendar__filter-controls {
  display: block;
  padding-left: 0; }
  @media (min-width: 1150px) {
    .calendar__filter-controls {
      width: 17.66667%; } }
  .calendar__filter-controls--xs {
    display: none; }
    .calendar__filter-controls--xs .calendar__filter-open--active {
      display: none; }
      .calendar__filter-controls--xs .calendar__filter-open--active + .calendar__filter-close {
        display: inline-block; }

.calendar__filter-checkbox {
  margin-top: 0; }

@media (min-width: 1150px) {
  .calendar__filter-submit {
    width: 15.66667%; } }

@media screen and (max-width: 1149px) {
  .calendar__filter-submit .btn, .calendar__filter-submit .constructor__language span, .constructor__language .calendar__filter-submit span {
    background-color: #086aaa; } }

@media screen and (max-width: 767px) {
  .calendar__filter-submit {
    display: none; } }

.calendar__filter-submit--xs {
  display: none; }
  @media screen and (max-width: 767px) {
    .calendar__filter-submit--xs {
      display: block; } }

@media screen and (max-width: 1149px) {
  .calendar__header {
    border-bottom: none;
    background-color: #298acd; } }
  @media screen and (max-width: 1149px) and (max-width: 1149px) {
    .calendar__header .form__choice span {
      color: #fff; } }

@media screen and (max-width: 1149px) {
    .calendar__header .container--nogutter {
      padding: 0 15px !important; }
  .calendar__title,
  .calendar .form__label {
    color: #fff; }
  .calendar .btn-link {
    color: #fff; }
    .calendar .btn-link svg {
      fill: #fff; }
  .calendar__filter-close {
    margin-top: 27px; }
  .calendar__filter-open {
    margin-top: 0px; }
  .calendar__filter-open, .calendar__filter-close {
    height: auto;
    line-height: normal; }
    .calendar__filter-open svg, .calendar__filter-close svg {
      height: 22px; }
  .calendar__filter-controls {
    display: none; }
    .calendar__filter-controls--xs {
      display: block; }
      .calendar__filter-controls--xs .btn svg, .calendar__filter-controls--xs .constructor__language span svg, .constructor__language .calendar__filter-controls--xs span svg {
        margin-left: 10px; }
  .calendar__name {
    margin-bottom: 24px; }
  .calendar__btn {
    margin-top: 0;
    color: #fff;
    background-color: #298acd;
    border: 1px solid #94c5e6; }
    .calendar__btn:active {
      background-color: #63ade0; } }

@media screen and (max-width: 767px) {
  .calendar__filter-open {
    margin-top: 20px; } }

.profile-settings__header {
  margin-bottom: 35px; }
  @media screen and (max-width: 1149px) {
    .profile-settings__header {
      border-bottom: 0;
      background-color: #1685CA;
      padding: 25px 0; } }

.profile-settings__heading {
  margin-top: 3px; }
  @media screen and (max-width: 1149px) {
    .profile-settings__heading {
      margin: 0;
      color: #FFF;
      margin: 0;
      font-size: 20px; } }

.profile-settings__select {
  display: none; }
  @media screen and (max-width: 767px) {
    .profile-settings__select {
      display: block;
      border-radius: 3px;
      margin-top: 10px; } }

@media screen and (max-width: 767px) {
  .profile-settings__tabs {
    display: none; } }

@media screen and (max-width: 1149px) {
  .discussions {
    margin-top: 15px; } }

@media screen and (max-width: 767px) {
  .dashboard-publish__banner {
    margin-top: 0;
    margin-bottom: 30px; } }

.dashboard-publish__content {
  margin: 40px 0; }
  @media screen and (max-width: 767px) {
    .dashboard-publish__content {
      margin: 30px 0; } }

.dashboard-publish__text {
  text-align: center;
  max-width: 518px;
  margin: 0 auto;
  margin-bottom: 38px; }

.docs__layout--internal {
  background: #FFF; }

.docs__header {
  background: #FFF;
  border-bottom: 1px solid #e2e2e2; }

.docs__headertop {
  background-color: #0f76b9;
  padding: 32px 0; }
  @media screen and (max-width: 1149px) {
    .docs__headertop {
      padding: 22px 0; } }

.docs__headerbottom {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none; }
  @media screen and (max-width: 1149px) {
    .docs__headerbottom {
      padding-left: 22px;
      padding-right: 22px;
      display: block; } }
  @media screen and (max-width: 767px) {
    .docs__headerbottom {
      padding-left: 15px;
      padding-right: 15px; } }

.docs__heading {
  font-size: 26px;
  color: #ffffff;
  margin: 0;
  font-weight: 400; }
  @media screen and (max-width: 1149px) {
    .docs__heading {
      padding-left: 22px;
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .docs__heading {
      padding-left: 15px; } }

.docs__menuwrapper {
  float: left;
  width: 275px;
  margin-right: 22px;
  padding-top: 50px; }
  @media screen and (max-width: 1149px) {
    .docs__menuwrapper {
      display: none; } }
  .docs__menuwrapper--modal {
    float: none;
    display: block;
    padding-top: 30px;
    margin-left: 15px;
    margin-bottom: 50px; }
  @media screen and (max-width: 1149px) {
    .docs__menuwrapper--internal {
      display: block;
      padding-bottom: 40px;
      padding-left: 22px; } }
  @media screen and (max-width: 767px) {
    .docs__menuwrapper--internal {
      padding-left: 15px; } }
  .docs__menuwrapper ul {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside; }
  .docs__menuwrapper .toctree-l1 {
    margin-top: 40px; }
    .docs__menuwrapper .toctree-l1:first-child {
      margin-top: 0; }
    .docs__menuwrapper .toctree-l1 > a {
      font-size: 15px;
      color: #353535;
      line-height: 1.5; }
    .docs__menuwrapper .toctree-l1 ul {
      margin: 0;
      padding: 0;
      text-indent: 0;
      list-style: none;
      list-style-position: outside;
      padding-left: 15px; }
      .docs__menuwrapper .toctree-l1 ul li {
        position: relative;
        margin-top: 8px; }
        .docs__menuwrapper .toctree-l1 ul li a {
          font-size: 15px;
          line-height: 1.5;
          color: #277dc6;
          display: block; }
        .docs__menuwrapper .toctree-l1 ul li a.current.reference {
          position: relative; }
          .docs__menuwrapper .toctree-l1 ul li a.current.reference:before {
            content: "";
            height: 20px;
            width: 2px;
            background-color: #277dc6;
            position: absolute;
            left: -15px;
            top: 0; }

.docs__container {
  float: left;
  width: 807px; }
  @media screen and (max-width: 1149px) {
    .docs__container {
      float: none;
      width: 100%; } }

.docs__content .section {
  padding-left: 0; }
  .docs__content .section > p {
    line-height: 28px;
    font-size: 15px;
    margin-top: 20px; }
    .docs__content .section > p:first-child {
      margin-top: 0; }
  .docs__content .section > img {
    margin: 48px 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.19); }
    .docs__content .section > img:first-child {
      margin-top: 0; }
  .docs__content .section > ul, .docs__content .section > ol, .docs__content .section > dl {
    margin: 20px 0; }
    .docs__content .section > ul:first-child, .docs__content .section > ol:first-child, .docs__content .section > dl:first-child {
      margin-top: 0; }
    .docs__content .section > ul li, .docs__content .section > ol li, .docs__content .section > dl li {
      margin-top: 10px; }
      .docs__content .section > ul li:first-child, .docs__content .section > ol li:first-child, .docs__content .section > dl li:first-child {
        margin-top: 0; }
  .docs__content .section .headerlink {
    display: none; }

.docs__content .admonition p {
  line-height: 28px;
  font-size: 15px; }

.docs__alert {
  margin: 70px 0; }

.docs__links {
  margin-top: 70px; }
  .docs__links:before, .docs__links:after {
    display: table;
    content: ""; }
  .docs__links:after {
    clear: both; }
  .lt-ie8 .docs__links {
    zoom: 1; }

.docs__link {
  display: inline-block; }
  .docs__link svg {
    width: 16px;
    height: 10px;
    fill: #2f8dce;
    display: inline-block;
    vertical-align: middle; }
  .docs__link--prev {
    float: left; }
    .docs__link--prev svg {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-right: 15px; }
  .docs__link--next {
    float: right; }
    .docs__link--next svg {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      margin-left: 15px; }
    @media screen and (max-width: 767px) {
      .docs__link--next {
        margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    .docs__link--prev, .docs__link--next {
      float: none;
      display: block;
      text-align: center; } }

.docs__breadcrumbslink {
  color: #959595; }
  .docs__breadcrumbslink:hover, .docs__breadcrumbslink:active, .docs__breadcrumbslink:focus {
    color: #959595; }

.docs__breadcrumbsdelimeter {
  margin: 0 7px;
  color: #959595; }

.docs__title {
  font-weight: normal; }

@media screen and (max-width: 1149px) {
  .docs__block {
    margin-top: 15px; } }

.docs__menu-link {
  color: #2f8dce;
  border: 1px solid #2f8dce;
  line-height: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  border-radius: 3px; }
  .docs__menu-link:hover {
    color: #2f8dce; }
  .docs__menu-link svg {
    fill: #2f8dce;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }

.attendance__header {
  background: #FFF; }
  @media screen and (max-width: 1149px) {
    .attendance__header {
      background: #298acd; } }

.attendance__headerin {
  padding-top: 45px;
  padding-bottom: 45px;
  max-width: 1104px;
  margin: 0 auto;
  width: 100%; }
  @media screen and (max-width: 1149px) {
    .attendance__headerin {
      padding: 26px 22px; } }
  @media screen and (max-width: 767px) {
    .attendance__headerin {
      padding: 0 15px; } }

.attendance__heading {
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 24px;
  color: #277dc6;
  margin: 0; }
  @media screen and (max-width: 1149px) {
    .attendance__heading {
      color: #FFF; } }

@media screen and (max-width: 767px) {
  .attendance__col {
    margin-top: 40px; } }

.attendance__alert {
  margin-top: 0; }

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ep-rights__left {
  margin-right: auto; }

.ep-rights__right {
  margin-left: auto; }
  .ep-rights__right--bottom {
    -ms-flex-item-align: end;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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; }

.blog__header {
  padding-top: 27px;
  padding-bottom: 34px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(50, 60, 73, 0.19); }
  @media screen and (max-width: 1149px) {
    .blog__header {
      padding-top: 22px;
      padding-bottom: 28px; } }
  @media screen and (max-width: 767px) {
    .blog__header {
      padding-top: 18px;
      padding-bottom: 23px; } }

.blog__container {
  max-width: 1104px;
  margin: 0 auto;
  width: 100%;
  padding: 0; }
  @media screen and (max-width: 1149px) {
    .blog__container {
      padding: 0 22px; } }
  @media screen and (max-width: 767px) {
    .blog__container {
      padding: 0 15px; } }

.blog__heading {
  margin: 0;
  font-size: 26px;
  color: #353535;
  font-weight: normal;
  line-height: normal; }
  @media screen and (max-width: 1149px) {
    .blog__heading {
      font-size: 22px; } }

.blog__content {
  max-width: 1204px;
  margin: 0 auto; }

.blog__entries {
  width: 62.2923588%;
  margin: 0 auto; }
  @media screen and (max-width: 1149px) {
    .blog__entries {
      width: 100%; } }

.blog-entry {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(50, 61, 74, 0.19);
  margin-top: 20px; }
  .blog-entry__wrapper {
    display: block;
    padding: 44px 35px 47px 35px; }
    @media screen and (max-width: 1149px) {
      .blog-entry__wrapper {
        padding: 44px 22px 47px 22px; } }
    @media screen and (max-width: 767px) {
      .blog-entry__wrapper {
        padding: 30px 15px 37px 15px;
        margin-top: 15px; } }
    .blog-entry__wrapper img {
      max-width: 100%; }
  .blog-entry__link {
    display: block; }
  .blog-entry__heading {
    margin-bottom: 27px;
    margin-top: 0;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    color: #494949; }
    @media screen and (max-width: 767px) {
      .blog-entry__heading {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 19px; } }
  .blog-entry__cover {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 26px; }
    @media screen and (max-width: 767px) {
      .blog-entry__cover--big {
        display: none; } }
    .blog-entry__cover--small {
      display: none; }
      @media screen and (max-width: 767px) {
        .blog-entry__cover--small {
          display: block;
          margin-bottom: 22px; } }
  .blog-entry__subheading {
    margin-top: 26px;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    color: #353535; }
    @media screen and (max-width: 767px) {
      .blog-entry__subheading {
        margin-top: 15px;
        font-size: 17px;
        line-height: 25px; } }
  .blog-entry__more {
    float: left;
    width: 50%; }
  .blog-entry__datewrapper {
    width: 50%;
    float: right;
    text-align: right; }
  .blog-entry__date {
    font-size: 13px;
    color: #959595;
    margin-top: 19px;
    font-weight: normal; }
  .blog-entry__footer:before, .blog-entry__footer:after {
    display: table;
    content: ""; }
  .blog-entry__footer:after {
    clear: both; }
  .lt-ie8 .blog-entry__footer {
    zoom: 1; }

.blog-post {
  padding-bottom: 50px;
  max-width: 1204px;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(50, 61, 74, 0.19); }
  .blog-post h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 60px; }
    @media screen and (max-width: 1149px) {
      .blog-post h2 {
        font-size: 20px; } }
    .blog-post h2 + p {
      margin-top: 0; }
  .blog-post img {
    max-width: 100%; }
  .blog-post p {
    margin-top: 26px;
    font-size: 18px;
    line-height: 29px;
    color: #353535; }
    @media screen and (max-width: 767px) {
      .blog-post p {
        margin-top: 15px;
        font-size: 16px;
        line-height: 27px; } }
  .blog-post__content {
    width: 62.1376812%;
    margin: 0 auto; }
    @media screen and (max-width: 1149px) {
      .blog-post__content {
        width: 100%;
        padding: 0 22px; } }
    @media screen and (max-width: 767px) {
      .blog-post__content {
        padding: 0 15px; } }
  .blog-post__header {
    padding-top: 50px;
    padding-bottom: 54px; }
    .blog-post__header:after, .blog-post__header:before {
      content: "";
      display: table;
      clear: both; }
  .blog-post__title {
    margin-bottom: 27px;
    margin-top: 0;
    font-size: 38px;
    line-height: 44px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .blog-post__title {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 19px; } }
  .blog-post__subtitle {
    font-size: 22px;
    line-height: 31px;
    font-weight: 300; }
    @media screen and (max-width: 767px) {
      .blog-post__subtitle {
        font-size: 18px;
        line-height: 27px; } }
  .blog-post__back {
    float: left; }
  .blog-post__date {
    float: right;
    font-size: 13px;
    color: #959595;
    font-weight: normal; }
  .blog-post__media {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 22px;
    margin-bottom: 26px; }
    @media screen and (max-width: 767px) {
      .blog-post__media--big {
        display: none; } }
    .blog-post__media--small {
      display: none; }
      @media screen and (max-width: 767px) {
        .blog-post__media--small {
          display: block;
          margin-bottom: 22px; } }
    .blog-post__media--shadowed {
      box-shadow: 0 1px 3px 0 rgba(50, 60, 73, 0.19); }
    .blog-post__media--bordered {
      border: 1px solid #e2e2e2; }

.olymps__hero {
  height: 294px;
  background: url("../js/layout3/prod/img/msu.jpg") 50% bottom no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 20px;
  border-radius: 5px; }
  @media screen and (max-width: 1149px) {
    .olymps__hero {
      height: 204px;
      margin-top: 0;
      border-radius: 0; } }
  @media screen and (max-width: 767px) {
    .olymps__hero {
      height: 85px; } }

.olymps__back {
  border-color: #277dc6;
  margin-bottom: 25px; }

.olymps__blockcontent {
  margin-top: 25px; }

.olymps__logo {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(50, 61, 74, 0.19);
  bottom: 36px;
  left: 36px;
  text-align: center;
  line-height: 150px; }
  .olymps__logo img {
    display: inline-block;
    width: 114px;
    height: auto; }
  @media screen and (max-width: 1149px) {
    .olymps__logo {
      bottom: 22px;
      left: 22px; } }
  @media screen and (max-width: 767px) {
    .olymps__logo {
      height: 75px;
      width: 75px;
      line-height: 75px;
      bottom: 5px;
      left: 15px; }
      .olymps__logo img {
        width: 55px; } }

.olymps__container {
  margin-top: 20px; }

.olymps__content {
  width: 75%;
  float: left;
  box-sizing: border-box;
  padding-right: 20px; }
  @media screen and (max-width: 1149px) {
    .olymps__content {
      width: 100%;
      padding-right: 0; } }

.olymps__sidebar {
  width: 25%;
  float: right; }
  @media screen and (max-width: 1149px) {
    .olymps__sidebar {
      display: none; } }

.olymps__blocktitle.olymps__blocktitle {
  float: none;
  margin-bottom: 12px; }

.olymps__blocktext {
  margin-top: 0;
  margin-bottom: 33px; }

.olymps__to div[class^="col"] {
  margin-bottom: 0; }

.olymps__tolist {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside; }

.olymps__toitem {
  display: block;
  margin-bottom: 20px; }
  .olymps__toitem:last-child {
    margin-bottom: 0; }

.olymps__t-only {
  display: none;
  margin: 20px 0; }
  @media (min-width: 768px) and (max-width: 1149px) {
    .olymps__t-only {
      display: block; } }

.olymps__m-only {
  display: none;
  margin: 15px 0; }
  @media (max-width: 767px) {
    .olymps__m-only {
      display: block; } }

.olymps__dt-only {
  display: none;
  margin: 15px 0px; }
  @media (min-width: 768px) {
    .olymps__dt-only {
      display: block; } }

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

.olymps__menu-link {
  color: #2f8dce;
  border: 1px solid #2f8dce;
  line-height: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  border-radius: 3px; }
  .olymps__menu-link:hover {
    color: #2f8dce; }
  .olymps__menu-link svg {
    fill: #2f8dce;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }

.olymps__menuheader {
  background-color: #298acd;
  padding: 22px 0 25px 0;
  margin: 0;
  border: none; }
  .olymps__menuheader--sm {
    display: block; }

.olymps__menutitle {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px; }
  .olymps__menutitle a {
    color: #fff; }
    .olymps__menutitle a:hover, .olymps__menutitle a:active, .olymps__menutitle a:hover:active {
      color: #fff; }
  .olymps__menutitle--internal {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 20px; }

.olymps__page-name {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  color: #fff; }

.olymps__fullimg {
  width: 100%;
  height: auto; }

.olymps-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  counter-reset: my-counter; }
  .olymps-list__item {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding-left: 23px; }
    .olymps-list__item:first-child {
      padding-left: 0; }
    .olymps-list__item:before {
      content: counter(my-counter);
      counter-increment: my-counter;
      width: 29px;
      height: 29px;
      background: #DE5E59;
      display: block;
      line-height: 29px;
      text-align: center;
      border-radius: 50%;
      font-size: 18px;
      font-weight: bold;
      color: #ffffff; }
    @media screen and (max-width: 767px) {
      .olymps-list__item {
        width: 100%;
        float: none;
        padding: 0;
        margin-top: 35px; }
        .olymps-list__item:first-child {
          margin-top: 15px; } }
  .olymps-list__heading {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    color: #353535;
    display: block;
    margin-top: 14px; }
  .olymps-list__dates {
    font-size: 13px;
    line-height: 1.46;
    color: #353535;
    margin-top: 7px; }

.olymps-entry {
  border-radius: 5px;
  background-color: #ffffff;
  border-top: 1px solid #e2e2e2;
  padding: 42px 0; }
  .olymps-entry:first-child {
    border-top: none;
    padding-top: 0; }
  .olymps-entry:last-child {
    padding-bottom: 0; }
  .olymps-entry__wrapper {
    display: block; }
  .olymps-entry__link {
    display: block; }
  .olymps-entry__heading {
    margin-top: 0;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 19px; }
    @media screen and (max-width: 767px) {
      .olymps-entry__heading {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 19px; } }
  .olymps-entry__subheading {
    margin-top: 19px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    display: block;
    color: #353535; }
    .olymps-entry__subheading p {
      font-size: 18px;
      font-weight: 300;
      line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .olymps-entry__subheading {
        margin-top: 15px;
        font-size: 17px;
        line-height: 25px; }
        .olymps-entry__subheading p {
          font-size: 17px;
          line-height: 25px; } }
  .olymps-entry__more {
    float: left;
    width: 50%; }
    .olymps-entry__more a {
      font-size: 18px; }
  .olymps-entry__datewrapper {
    width: 50%;
    float: right;
    text-align: right; }
  .olymps-entry__date {
    font-size: 13px;
    color: #959595;
    margin-top: 19px;
    font-weight: normal; }
  .olymps-entry__footer:before, .olymps-entry__footer:after {
    display: table;
    content: ""; }
  .olymps-entry__footer:after {
    clear: both; }
  .lt-ie8 .olymps-entry__footer {
    zoom: 1; }

/* 
 * 	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: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(../js/layout3/prod/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(../js/layout3/prod/css/..img/owl_ajaxLoader.gif) no-repeat center center; }
