@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=cyrillic-ext');
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }


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

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }

  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

/*# sourceMappingURL=bootstrap.css.map */

/**
 * FileUploader
 * Copyright (c) 2017 Innostudio.de
 * Website: http://innostudio.de/fileuploader/
 * Version: 1.0.0.5 (15-Jun-2017)
 * Requires: jQuery v1.7.1 or later
 * License: http://innostudio.de/fileuploader/documentation/#license
 */

/*
    Configuration
*/
.fileuploader,
.fileuploader *,
.fileuploader :before,
.fileuploader :after {
    box-sizing: border-box;
}

/*
    Parent
*/
.fileuploader {
    display: block;
    width: 100%;
    line-height: normal;
    text-align: left;
    overflow: hidden;
}

/*
    Input
*/
.fileuploader-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid transparent;
    cursor: pointer;
    overflow: hidden;
}

/* input caption */
.fileuploader-input-caption {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 10px 15px;
    margin-right: 15px;
    background: #fff;
    border: 1px solid #dde4f6;
    border-radius: 4px;
    color: #94a2e8;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/* input button */
.fileuploader-input-button {
    display: inline-block;
    background: #687ddb;
    padding: 11px 20px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.fileuploader-input-button:hover {
    background: #7b90ef;
}
.fileuploader-input-button:active {
    background: #687ddb;
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
}

/* input focused state */
.fileuploader-focused .fileuploader-input-caption {
    border-color: #b8c2ef;
}
.fileuploader-focused .fileuploader-input-button {
    background: #7b90ef;
    border-color: #7b90ef;
}

/* input disabled state */
.fileuploader-disabled .fileuploader-input {
    opacity: 0.7;
    cursor: default;
    pointer-events: none !important;
}

/* input dragging state */
.fileuploader-theme-default .fileuploader-dragging {
    background: #fff;
    border: 1px dashed #dde4f6;
}
.fileuploader-theme-default .fileuploader-dragging .fileuploader-input-caption {
    border-color: transparent;
}
.fileuploader-theme-default .fileuploader-dragging .fileuploader-input-button {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

/* input uploading state */
.fileuploader.fileuploader-is-uploading .fileuploader-input-caption:after {
    width: 14px;
    height: 14px;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    opacity: 0.8;
}

/* global loader */
.fileuploader.fileuploader-is-uploading .fileuploader-input-caption:after,
.fileuploader-item .fileuploader-item-image.fileuploader-loading:after,
.fileuploader-item.upload-pending .fileuploader-action-remove:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-top: 3px solid #dde4f6;
    border-right: 3px solid #dde4f6;
    border-bottom: 3px solid #dde4f6;
    border-left: 3px solid #979fb8;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: fileuploaderSpin 1s infinite linear;
    animation: fileuploaderSpin 1s infinite linear;
}
/*
    Thumbnails
    default theme
*/

/* list */
.fileuploader-items-list {
    display: block;
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}

/* item */
.fileuploader-item {
    position: relative;
    margin: 0;
    padding: 20px 15px;
    border-bottom: 1px solid #e8e8e8;
    -webkit-animation: fileuploaderSlideIn 0.4s ease;
    animation: fileuploaderSlideIn 0.4s ease;
}
.fileuploader-item:last-child {
    border-bottom: 0;
    margin-bottom: -15px;
}

/* item uploading state */
.fileuploader-item.upload-failed {
    background: rgba(219, 104, 104, 0.08);
}
.fileuploader-item.upload-pending .fileuploader-action-remove:after {
    width: 26px;
    height: 26px;
    right: -5px;
    top: 50%;
    margin-top: -13px;
    opacity: 0.2;
    display: none;
}

/* item columns */
.fileuploader-item .columns {
    position: relative;
    z-index: 2;
}

/* item column-thumbnail */


/* thumbnail loading state */
.fileuploader-item .column-thumbnail .fileuploader-item-image.fileuploader-loading:after {
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    opacity: 0.12;
}

/* item icon */
.fileuploader-item .fileuploader-item-icon {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 11px;
    background: #ddd;
    border-radius: 4px;
    -webkit-animation: fileuploaderFadeIn .2s ease;
    animation: fileuploaderFadeIn .2s ease;
}
.fileuploader-item .fileuploader-item-icon.is-bright-color {
    color: #888;
}
.fileuploader-item .fileuploader-item-icon i {
    display: block;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: bold;
}

/* item icon like file */
/*
.fileuploader-item .fileuploader-item-icon {
    width: 30px;
    margin: 0 auto;
    border-radius: 3px;
}
.fileuploader-item .fileuploader-item-icon i {
    padding-top: 3px;
}
.fileuploader-item .fileuploader-item-icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom-left-radius: 2px;
    border-width: 4px;
    border-style: solid;
    border-color: #f5f6fa #f5f6fa rgba(255, 255, 255, .35) rgba(255, 255, 255, .35);
}
.fileuploader-item .fileuploader-item-icon {
    -webkit-animation: fileuploaderFadeIn 0.4s ease;
    animation: fileuploaderFadeIn 0.4s ease;
}
*/

/* item column-title */


/* item actions */
.fileuploader-item .column-actions {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
}
.fileuploader-action {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: top;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.fileuploader-item .column-actions .fileuploader-action + .fileuploader-action {
    margin-left: 10px;
}
.fileuploader-item .column-actions .fileuploader-action-success {
    position: absolute;
    right: 0;
    top: 0;
}
.fileuploader-item .column-actions .fileuploader-action-success:hover,
.fileuploader-item .column-actions .fileuploader-action-success:active {
    opacity: 0;
}

/* icon.remove */
.fileuploader-action-remove {
    background: url('/bundles/letters/img/dad_del.png') no-repeat 50% 50%;
}
/*.fileuploader-action-remove:hover {
    background: #ffefef;
}
.fileuploader-action-remove:active {
    background: #ffcfcf;
}
.fileuploader-action-remove i:before,
.fileuploader-action-remove i:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    height: 8px;
    width: 2px;
    background-color: #f59595;
}
.fileuploader-action-remove i:before {
    -webkit-transform: rotate(45deg);
    		transform: rotate(45deg);
}
.fileuploader-action-remove i:after {
    -webkit-transform: rotate(-45deg);
    		transform: rotate(-45deg);
}*/

/* icon-start */
.fileuploader-action-start {
    background: #687ddb;
    border-radius: 50%;
}
.fileuploader-action-start i {
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2px;
    margin-top: -5px;
    border-radius: 2px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
}
.fileuploader-action-start:hover {
    background: #7b90ef;
}
.fileuploader-action-start:active {
    background: #687ddb;
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
}

/* icon.success */
.fileuploader-action-success {
    background: #687ddb;
    border: 0;
    -webkit-transform: rotate(45deg);
    		transform: rotate(45deg);
}
.fileuploader-action-success i:before,
.fileuploader-action-success i:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	-webkit-transform: rotate(0);
    		transform: rotate(0);
}
.fileuploader-action-success i:before {
    width: 4px;
    height: 2px;
    left: 6px;
    top: 11px;
    background: #fff;
}
.fileuploader-action-success i:after {
    top: 4px;
    left: 9px;
    width: 2px;
    height: 9px;
    background: #fff;
}

/* icon-download */
.fileuploader-action-download {
    background: #687ddb;
    border-radius: 50%;
}
.fileuploader-action-download i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -4px;
    width: 2px;
    height: 5px;
    border-radius: 0;
    background: #fff;
}
.fileuploader-action-download i:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -4px;
    left: -3px;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #fff;
    border-radius: 2px;
}
.fileuploader-action-download:hover {
    background: #7b90ef;
}
.fileuploader-action-download:active {
    background: #687ddb;
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
}

/* icon-retry */
.fileuploader-action-retry {
    background: #687ddb;
    border-radius: 50%;
}
.fileuploader-action-retry i:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.fileuploader-action-retry i:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 3px;
    left: 3px;
    top: 9px;
    background: #687ddb;
}
.fileuploader-action-retry:hover,
.fileuploader-action-retry:hover i:after {
    background: #7b90ef;
}
.fileuploader-action-retry:active,
.fileuploader-action-retry:active i:after {
    background: #687ddb;
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
}

/* item progress bar */
.fileuploader-item .fileuploader-progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
	width: 100%;
    height: 4px;
	border-radius: 4px;
    overflow: hidden;
}
.fileuploader-item .fileuploader-progressbar .bar {
	position: absolute;
	left: 0;
	top: 0;
    width: 0%;
	height: 100%;
    border-radius: 4px;
    background: #687ddb;
    -webkit-transition: width 0.3s ease;
    		transition: width 0.3s ease;
}
.fileuploader-item .progress-bar2 .fileuploader-progressbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
			user-select: none;
}
.fileuploader-item .progress-bar2 .fileuploader-progressbar .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 0;
    background: rgba(104, 125, 219, 0.08);
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}


/* clipboard paste loading */
.fileuploader-input-caption .fileuploader-pending-loader {
    margin-right: 5px;
}
.fileuploader-pending-loader {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    vertical-align: middle;
}
.fileuploader-pending-loader:after,
.fileuploader-pending-loader .left-half {
    background: #fff;
}
.fileuploader-pending-loader .right-half,
.fileuploader-pending-loader .spinner {
    background: #94a2e8;
}
.fileuploader-pending-loader:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    z-index: 4;
}
.fileuploader-pending-loader .left-half,
.fileuploader-pending-loader .right-half,
.fileuploader-pending-loader .spinner {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}
.fileuploader-pending-loader .left-half {
    left: 0;
    opacity: 1;
    border-radius: 100% 0 0 100%/ 50% 0 0 50%;
    -webkit-animation: fileuploaderOpacity 3s steps(1, end) infinite;
    animation: fileuploaderOpacity 3s steps(1, end) infinite;
    z-index: 3;
}
.fileuploader-pending-loader .right-half {
    right: 0;
    opacity: 0;
    border-radius: 0 100% 100% 0/ 0 50% 50% 0;
    -webkit-animation: fileuploaderOpacity 3s steps(1, end) reverse infinite;
    animation: fileuploaderOpacity 3s steps(1, end) reverse infinite;
    z-index: 1;
}
.fileuploader-pending-loader .spinner {
    left: 0;
    border-radius: 100% 0 0 100%/ 50% 0 0 50%;
    -webkit-animation: fileuploaderSpin 3s linear infinite;
    animation: fileuploaderSpin 3s linear infinite;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    z-index: 2;
}

.fileuploader-input-inner img{display: none;}

/* animations */
@-webkit-keyframes fileuploaderOpacity {
    0% {
        opacity: 1;
    }
    50%,
    100% {
        opacity: 0;
    }
}
@keyframes fileuploaderOpacity {
    0% {
        opacity: 1;
    }
    50%,
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes fileuploaderFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fileuploaderFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fileuploaderScaleIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes fileuploaderScaleIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes fileuploaderSlideIn {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}
@keyframes fileuploaderSlideIn {
    from {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}
@-webkit-keyframes fileuploaderSlideOut {
    from {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0;
    }
}
@keyframes fileuploaderSlideOut {
    from {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0;
    }
}
@-webkit-keyframes fileuploaderSpin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fileuploaderSpin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* input */
.fileuploader-theme-dragdrop .fileuploader-input {
    display: block;
    padding:0;
    background: #f3f3f3;
    border: 1px dashed #600000;
    border-radius: 0;
    text-align: center;
    -webkit-transition: background-color 0.2s ease;
            transition: background-color 0.2s ease;
}
.fileuploader-theme-dragdrop .fileuploader-input .fileuploader-input-inner {
    -webkit-transition: opacity 0.2s ease;
            transition: opacity 0.2s ease;
}
.fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging .fileuploader-input-inner {
    opacity: 0.4;
}
.fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging img {
    -webkit-transform: rotate(180deg);
    		transform: rotate(180deg);
}
.fileuploader-theme-dragdrop .fileuploader-input img {
    display: block;
    max-width: 64px;
	margin: 0 auto;
	margin-bottom: 30px;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
}
.fileuploader-theme-dragdrop .fileuploader-input h3 {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #555a6b;
    white-space: normal;
}
.fileuploader-theme-dragdrop .fileuploader-input p {
    color: #74809d;
}
.fileuploader-theme-dragdrop.fileuploader-is-uploading .fileuploader-input-caption:after {
	display: none;
}
.fileuploader-theme-dragdrop .fileuploader-pending-loader .right-half,
.fileuploader-theme-dragdrop .fileuploader-pending-loader .spinner {
    background: #687ddb;
}
.fileuploader-theme-dragdrop .fileuploader-input p {
    margin: 10px 0;
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}

.enjoyhint{
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  z-index: 1010;
  pointer-events: none;
  overflow: hidden;
}


.enjoyhint_hide{
  display: none;
}

.enjoyhint_disable_events{
  position:absolute;
  width: 2000px;
  height: 1500px;
  z-index: 1011;
  /*display: none;*/
  pointer-events: all;
}

.enjoyhint_next_btn{
  position:absolute;
  z-index: 1012;
  /*display: none;*/
  pointer-events: all;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 190px;
  height: 40px;
  cursor: pointer;
  margin: 0 auto;
  border: 2px solid rgb(30,205,151);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font: normal normal normal 17px/40px "Advent Pro", Helvetica, sans-serif;
  color: rgb(30, 205, 151);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background: rgba(0,0,0,0);
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -moz-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
}

.enjoyhint_next_btn:hover{
  color: rgba(255,255,255,1);
  background: rgb(30, 205, 151);
}

.enjoyhint_next_btn:active{
  border: 2px solid rgba(33,224,163,1);
  background: rgba(33,224,163,1);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.enjoyhint_skip_btn{
    position:absolute;
    position: absolute;
    z-index: 1012;
    /*display: none;*/
    pointer-events: all;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 190px;
    height: 40px;
    cursor: pointer;
    margin: 0 auto;
    border: 2px solid rgb(30,205,151);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font: normal normal normal 17px/40px "Advent Pro", Helvetica, sans-serif;
    color: rgb(30, 205, 151);
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    letter-spacing: 1px;
    background: rgba(0,0,0,0);
    -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
    -moz-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
    -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
    transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
}

.enjoyhint_skip_btn:hover{
    color: rgba(255,255,255,1);
    background: rgb(30, 205, 151);
}

.enjoyhint_skip_btn:active{
    border: 2px solid rgba(33,224,163,1);
    background: rgba(33,224,163,1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.enjoyhint_close_btn {
    display: inline-block;
    position: absolute;
    z-index: 1012;
    pointer-events: all;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: .3em;
    height: .3em;
    border: none;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    font: 400 8em/normal Arial,Helvetica,sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(0,0,0,0);
    border: 2px solid rgba(33,224,163,1);
}

.enjoyhint_close_btn::before {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 73%;
    height: 2px;
    position: absolute;
    content: "";
    top: 48%;
    left: 14%;
    border: none;
    font: normal 100%/normal Arial,Helvetica,sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #fff;
    text-shadow: none;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.enjoyhint_close_btn::after {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 73%;
    height: 2px;
    position: absolute;
    content: "";
    top: 46%;
    left: 15%;
    border: none;
    font: normal 100%/normal Arial,Helvetica,sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #fff;
    text-shadow: none;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}


.enjoyhint_close_btn:hover{
    color: rgba(255,255,255,1);
    background: rgb(30, 205, 151);
    cursor: pointer;
}

.enjoyhint_close_btn:active{
    border: 2px solid rgba(33,224,163,1);
    background: rgba(33,224,163,1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.enjoyhint_btn{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 150px;
  height: 40px;
  cursor: pointer;
  margin: 0 auto;
  border: 2px solid rgb(30,205,151);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font: normal normal normal 17px/40px "Advent Pro", Helvetica, sans-serif;
  color: rgb(30, 205, 151);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background: rgba(0,0,0,0);
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -moz-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
}

.enjoyhint_btn:hover{
  color: rgba(255,255,255,1);
  background: rgb(30, 205, 151);
}

.enjoyhint_btn:active {
  border: 2px solid rgba(33,224,163,1);
  background: rgba(33,224,163,1);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}


.enjoyhint div.canvas-container{
  position: absolute;
}

.enjoyhint_canvas{
	position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#kinetic_container{
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
}

.enjoyhint_svg{
}
.enjoyhint_svg_wrapper{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  z-index: 100;
	-webkit-transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
}
.enjoyhint_svg_wrapper svg{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
}

.enjoyhint_svg_transparent .enjoyhint_svg_wrapper,.enjoyhint_svg_transparent .enjoy_hint_label{
  opacity:0;
}


.enjoy_hint_label{
  position: absolute;
  color: white;
  z-index: 107;
  font-size: 22px;
  font-family: 'casino_handregular', 'Arial';
  -webkit-transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
}



div.kineticjs-content{
  position: absolute !important;
}


.enjoyhint_skip_btn {
    position: fixed;
}

.enjoy_hint_label {
    display: inline-block;
    min-width: 200px;
    text-align: center;
    max-width: 80%;
}
/*
//
// Tip: to integrate this plugin seamlessly into your application, use these styles as a starting
// point to build your own stylish alerts and confirmations!
//
*/

/* Modal */
.alertable {
  position: fixed;
  z-index: 9999;
  top: 38vh;
  left: calc(50% - 150px);
  width: 300px;
  background: white;
  border-radius: 4px;
  padding: 20px;
  margin: 0 auto;
}

/* Overlay */
.alertable-overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
}

/* Message */
.alertable-message {
  margin-bottom: 20px;
}

/* Prompt */
.alertable-prompt {
  margin-bottom: 20px;
}

.alertable-input {
  width: 100%;
  border-radius: 4px;
  box-shadow: none;
  border: solid 1px #ccc;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  padding: 6px 12px;
  display: block;
  box-sizing: border-box;
  margin-bottom: 10px;
}

/* Button group */
.alertable-buttons {
  text-align: right;
}

/* OK button */
.alertable-ok {
  background: #09d;
  border: solid 1px #09d;
  font-family: inherit;
  font-size: inherit;
  color: white;
  border-radius: 4px;
  padding: 6px 12px;
  margin-left: 4px;
  cursor: pointer;
}

.alertable-ok:hover,
.alertable-ok:focus,
.alertable-ok:active {
  background-color: #08c;
}

/* Cancel button */
.alertable-cancel {
  border: solid 1px #ddd;
  background: white;
  font-family: inherit;
  font-size: inherit;
  color: #888;
  border-radius: 4px;
  padding: 6px 12px;
  margin-left: 4px;
  cursor: pointer;
}

.alertable-cancel:hover,
.alertable-cancel:focus,
.alertable-cancel:active {
  background-color: #f2f2f2;
}
@font-face {
font-family: 'Athelas Regular';
font-style: normal;
font-weight: normal;
src: local('Athelas Regular'), url('/bundles/letters/fonts/Athelas-Regular.woff') format('woff');
}


@font-face {
font-family: 'Athelas Italic';
font-style: normal;
font-weight: normal;
src: local('Athelas Italic'), url('/bundles/letters/fonts/Athelas-Italic.woff') format('woff');
}


@font-face {
font-family: 'Athelas Bold';
font-style: normal;
font-weight: normal;
src: local('Athelas Bold'), url('/bundles/letters/fonts/Athelas-Bold.woff') format('woff');
}


@font-face {
font-family: 'Athelas Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Athelas Bold Italic'), url('/bundles/letters/fonts/Athelas-BoldItalic.woff') format('woff');
}
@font-face {
	font-family: 'AcademyC';
	font-style: normal;
	font-weight: normal;
	src: local('AcademyC'), url('/bundles/letters/fonts/AcademyC.otf') format('opentype');
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

* {box-sizing:border-box;}

body.body_main,
html.html_main
{
	overflow: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.lastScroll body.body_main,
html.html_main.lastScroll {
	overflow: inherit;
	scrollbar-width: inherit;
	-ms-overflow-style: inherit;
}

html {font-size:10px; font-family: 'Roboto';}

body {font-size:1.6rem;  color: #fff; background-color: #000;}
body.body_main::-webkit-scrollbar {
	display: none;
}
a {
	text-decoration: none;
	color: inherit;
	outline: none;
}
b {
	font-weight: bold;
}
button, button:focus, button:active, input, input:focus, input:active {outline: none;}

ul, ol {}
ul li, ol li {padding-bottom:5px;}

ol {margin:0; padding:0;}
	ol li {margin:0 0 0 20px; padding:0 0 5px 0px;}
ul {margin:0; padding:0; padding-left:3rem; padding-bottom:5px;}
	ul li {margin:0 0 0 15px; padding:0 0 5px 0px;}
ol {margin:0; padding:0; padding-left:3rem; padding-bottom:5px;}
	ol li {margin:0 0 0 15px; padding:0 0 5px 0px;}


/*=================Anime======================*/
/*===================In=======================*/
@media (min-width: 990px) {

.anim-in,
.top-head.anim-in *,
.body_second .top-head,
.body_second .top-head .logo 
.body_second .top-head .top-nav {
	transition: none;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition-delay: 0.01s !important;
	transition-duration: 0s !important;
}
.anim-in .logo p,
.anim-in .top-nav,
.anim-in .main:after {
	opacity: 0.01;
}
.contain.anim-in {
	opacity: 0;
}
.anim-in >.content .main .header {
	transform: translateX(15rem);
	opacity: 0;
}
.anim-in > .content .main .strelka {
	transform: translateX(-60rem);
	opacity: 0.1;
}
.anim-in .main-bot {
	transform: translateX(-15rem);
	opacity: 0;
	color: transparent;
}
.anim-in .second {
	transform: translateY(50rem);
}
.anim-in .second-top {
	opacity: 0;
}
.anim-in .second-top .header {
	transform: translateX(20rem);
}
.anim-in .second-top .descript {
	transform: translateX(-20rem);
}
.anim-in .second-top .note-icon .note-holder {
	width: 0;
}
.anim-in .second-top .sfa:before {
	-webkit-animation: none;
	-o-animation: none;
	animation: none;
}
.anim-in .second-top .sfa:after {
	-webkit-animation: none;
	-o-animation: none;
	animation: none;
}
.anim-in .second-bot .item-holder:nth-child(1) {
	width: 40rem;
	height: 26.6rem;
}
.anim-in .second-bot .item-holder:nth-child(2) {
	width: 35rem;
	height: 51rem;
}
.anim-in .second-bot .image-holder .item-holder:nth-child(1),
.anim-in .second-bot .image-holder .item-holder:nth-child(2){
	width: 30.8rem;
	height: 24.1rem;
}
.anim-in .item-holder .item p span {
	transform: translateX(-40rem);
	opacity: 0;
}

@keyframes top-line {
	50% {
		width: 48.3rem;
	}
	100% {
		transform: translateX(-50rem);
	}
}
@keyframes left-line {
	25% {
		height: 0;
	}
	75%,100% {
		height: 6.8rem;
	}
}
.anim-in .third:before {
	transform: translateY(-60rem);
	opacity: 0;
}
.anim-in .third {
	transform: translateY(60rem);
}
.anim-in .third:after {
	transform: translateY(40rem);
	opacity: 0;
}
.anim-in .red-line:before {
	height: 25rem;
	top: 35%;
	opacity: 0;
}
.anim-in .third-top .header {
	opacity: 0;
	transform: translateX(10rem);
}
.anim-in .third-top .descript {
	opacity: 0;
	transform: translateX(-10rem);
}
.anim-in .third-top .item-holder {
	width: 42.8rem;
	height: 31.3rem;
}
.anim-in .third-bot .item-holder:nth-child(1) {
	width: 28.6rem;
	height: 35.6rem;
}
.anim-in .third-bot .item-holder:nth-child(2) {
	width: 39.3rem;
	height: 25.7rem;
}
.anim-in .third-bot .item-holder:nth-child(3) {
	width: 25.4rem;
	height: 29.2rem;
}
.anim-in .third .more-hold, .anim-out .third .more-hold {
	transform: translate(-50rem, 0);
	opacity: 0;
}
.anim-in .fourth {
	transform: translateY(50rem);
}
.anim-in .fourth .head-block .header,
.anim-out .fourth .head-block .header {
	transform: translateX(20rem);
	opacity: 0;
}
.anim-in .fourth .head-block .descript,
.anim-out .fourth .head-block .descript {
	transform: translateX(-20rem);
	opacity: 0;
}
.anim-in .fourth .item {
	width: 20rem;
	height: 20rem;
}
.anim-in .fourth .item p span {
	transform: translateX(-5rem);
	opacity: 0;
}
.anim-in .fifth {
	transform: translateY(50rem);
}
.anim-in .fifth .header {
	transform: translateX(20rem);
	opacity: 0;
}
.anim-in .sixth {
	transform: translateY(50rem);
	background-color: transparent;
}
.anim-in .sixth:before {
	visibility: hidden;
}
.anim-in .sixth .header {
	transform: translateX(15rem);
}


/*===================Out=======================*/
.anim-out .background{
	transform: translateY(-130vh);
}
.anim-out .main:after {
	opacity: 0;
	transform: scale(1.2);
	transition: ease 1s;
}
.anim-out .main .strelka,
.anim-out .main .header,
.anim-out .main-bot {
	transform: translateY(-100rem);
	transition: ease 2s;
}
.anim-out .second-top .header,
.anim-out .second-top .descript,
.anim-out .second-top .sfa {
	transform: scale(1.1);
	opacity: 0;
	transition: ease 0.5s;
}
.anim-out .second {
	transform: translateY(-80rem);
	transition: cubic-bezier(.7,-0.2,.67,1.07) 1s 0.1s;
}
.anim-out .third {
	transform: translateY(-60rem);
	transition-timing-function: cubic-bezier(.55,.02,.44,.3);
	transition-delay: 0s;
}
.anim-out .third:before {
	transform: translateX(-70rem);
	transition: cubic-bezier(.55,.02,.44,.3) 1s;
}
.anim-out .third:after {
	transform: translate(70rem, 100rem);
	transition: cubic-bezier(.55,.02,.44,.3) 1s;
}
.anim-out .red-line:before {
	opacity: 0;
	top: 0;
	height: 100%;
	transition: ease 3s 0s;
}
.anim-out .fourth .head-block .header,
.anim-out .fourth .head-block .descript {
	transition-delay: 0s;
}
.anim-out .fourth {
	transform: translateY(-50rem);
	transition: ease-in 2s 0.5s;
}
.anim-out .fifth .header {
	transform: scale(1.1);
	opacity: 0;
	transition: linear 0.5s;
}
.anim-out .fifth {
	transform: translateY(-50rem);
	transition: ease-in-out 1s 0.2s;
}
.anim-out .sixth {
	transform: translateY(-50rem);
	transition: ease-in-out 1.5s 0s;
}
.anim-out .sixth .header,
.anim-out .sixth .big-btn {
	transform: translateY(2rem);
	transition: ease 0.5s 0s;
}

}
/*============================================*/
.contain {
	background: url(/bundles/letters/img/1920_opt/Fon.jpg) repeat-y;
	transition: all ease 1s;
	background-size: 100%;
	min-height: 100%;
	width: 100%;
	position: relative;
}
.body_main.modal-open .contain {
	pointer-events: none !important;
	overflow: hidden !important;
}
.top-head {
	position: fixed;
	padding:4rem;
	top: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to top, transparent 10%, rgba(0,0,0,0.4) 70%);
	z-index: 10;
	transition: ease 0.5s;
}
.top-head-in {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 153.2rem;
	width:100%;
	margin:0 auto;
}
.logo {
	text-transform: uppercase;
	font-weight: 700;
}
.logo a {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img {
	transition: ease 1.1s;
	height: 4.2rem;
	width: 5.1rem;
}

@media (min-width: 990px) {
.body_main .loader {
	transform: translate(72rem, 40vh);
}
}
.logo p {
	margin-left: 1rem;
	transition: ease 1s;
	transition-delay: 1.1s;
}
.top-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: ease 1s;
	transition-delay: 1.1s;
}
.top-head .navbar .nav-item {margin-right: 3rem;cursor: pointer;}
	.top-head .navbar .nav-item:first-child {text-transform: uppercase;}
	.top-head .navbar .nav-item:last-child {margin-right: 0;}
.top-head .navbar .nav-item:hover {
    border-bottom: 0.2rem solid #ba1d30;
}
.nav-item.sel {border-bottom: 0.3rem solid #ba1d30;}

.menu_btn {display:none;}

.search-icon {
	background: url(/bundles/letters/img/search.svg) no-repeat center center;
	background-size: 55%;
}
.account {
	display: inline-block;
	background: url(/bundles/letters/img/account.svg) no-repeat center center;
	-webkit-background-size: 40%;
	background-size: 40%;
	margin-left: 1rem;
}
.as-buttons {
	margin-left: 4rem;
	display: flex;
}
.search-box {
	display: flex;
}
.search-box input {
	display: none;
}
.as-buttons a.account,
.as-buttons a.search-icon {
	width: 3rem;
	height: 3rem;
	cursor: pointer;
}
.as-buttons a.account:hover,
.as-buttons a.search-icon:hover,
.dropdown.show .account,
.dropdown.show .search-icon
{
	box-shadow: 0 0 0 2px #ba1d30;
	border-radius: 50%;
}
.background {
	overflow: hidden;
	height: 100vh;
	display: flex;
  	width: 100%;
}
.background.bg7 {
	height: inherit;
}
.content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 12rem 0;
	position: relative;
	overflow: hidden;
}
.background:last-child .content {
	padding: 0;
}
.content-wrapper {
	display: flex;
	width: 153.2rem;
	position: relative;
}
.main {
	justify-content: space-between;
	align-items: center;
	flex-flow: column;
	height: 79rem;
    filter: contrast(2);
    padding: 7rem 20rem;
}
.main:after {
	content: '';
  	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #021460;
	z-index: 0;
	opacity: 0.5;
	transition: ease-out 3s;
	transition-delay: 1.1s;
	display: block;
}
.main-top {
	width: 100%;
	z-index: 2;
}
.header {
	position: relative;
	font-size: 6.6rem;
	font-family: 'Athelas Bold';
	line-height: 7rem;
}
.main .header {
	width: 61rem;
	transition: ease-out 1.5s;
	transition-delay: 0.4s;
	z-index: 2;
}
.main .strelka {
	position: absolute;
	content: '';
	top: 6rem;
	left: 8rem;
	background-image: url(/bundles/letters/img/strelka.png);
	background-size: cover;
	width: 25rem;
	height: 28rem;
	z-index: 1;
	transition: ease 1.5s;
	transition-delay: 0.3s;
}
.main-bot {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 86rem;
	font-size: 1.8rem;
	margin-left: 10rem;
	transition: ease-out 1.5s;
	transition-delay: 0.4s;
	z-index: 1;
	position: relative;
}
.main-bot a {
	color: #fc0107;
	text-decoration: underline;
}
.main-bot p {
	width: 40rem;
	line-height: 3.2rem;
}
.bg1 .content {
	background-position: 0rem 433rem;
}
.bg2 .content {
	background-position: 0rem 334rem;
}
.second {
	height: 79rem;
	align-items: flex-start;
	padding: 7rem 0;
	justify-content: flex-end;
	flex-flow: column;
	position: relative;
	transition: ease 1s 0.5s;
}
.second-top {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	position: absolute;
	top: 0;
	width: 40rem;
	height: 33rem;
	margin-left: 8rem;
	transition: linear 0.5s 1.25s;
}
.descript {
	font-size: 3rem;
	line-height: 3.7rem;
}
.second-top .header {
	transition: ease-out 2s 1.25s;
}
.second-top .descript {
	width: 30rem;
	transition: ease 1.75s 1.25s;
}
.second-top .note-icon {
	margin-left: -1.6rem;
	width: 10rem;
	height: 10rem;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	transform: rotate(-45deg);
}
.second-top .note-icon .note-holder {
	overflow: hidden;
	transform: rotate(0deg);
	width: 10rem;
	height: 10rem;
	transition: ease 1.5s 2.1s;
	position: absolute;
}
.second-top .note-icon .note {
	transform: rotate(45deg);
	background: url(/bundles/letters/img/note.svg);
	background-repeat: no-repeat;
	width: 6.1rem;
	height: 6.8rem;
	position: relative;
	background-size: cover;
	margin: 1.5rem;
}
.second-top .sfa {
	position: relative;
	width: 48.5rem;
	overflow: hidden;
}
.second-top .sfa:before {
	position: absolute;
	content: '';
	top: 1.8rem;
	right: 0rem;
	width: 0;
	height: 0.4rem;
	background-color: #fff;
	-webkit-animation: top-line 1.5s cubic-bezier(.65,.05,.36,1) 1.2s 1;
	-o-animation: top-line 1.5s cubic-bezier(.65,.05,.36,1) 1.2s 1;
	animation: top-line 1.5s cubic-bezier(.65,.05,.36,1) 1.2s 1;
}
.second-top .sfa:after {
    position: absolute;
    content: '';
    top: 1.8rem;
	left: 0;
	height: 0;
	width: 0.4rem;
    background-color: #fff;
    -webkit-animation: left-line 1.5s cubic-bezier(.65,.05,.36,1) 1.2s 1;
    -o-animation: left-line 1.5s cubic-bezier(.65,.05,.36,1) 1.2s 1;
    animation: left-line 1.5s cubic-bezier(.65,.05,.36,1) 1.2s 1;
}
.second-bot {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}
.item-holder {
	position: relative;
	overflow: hidden;
	box-shadow: 0 3rem 3rem rgba(0,0,0,0.2);
	cursor:pointer;
}
.item-holder:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #0042bc;
	opacity: 0.4;
	transition: ease 0.5s;
}
.item-holder:hover:after {
	background-color: transparent;
}
.item-holder .item {
	display: flex;
	align-items: flex-end;
	transition: ease 0.5s;
	filter: grayscale(1) contrast(1.5);
	background-size: cover;
	background-repeat: no-repeat;
}
 .item-holder:hover .item {
	filter: grayscale(0);
}
.item-holder .item p {
	font-size: 2.5rem;
	padding: 2rem;
	line-height: 3.5rem;
	background: linear-gradient(to top, #000, transparent);
	width: 100%;
}
.item-holder .item p span {
	display: block;
	transition: ease 1s;
}
.second-bot .item-3 p span {
	transition-delay: 1.625s;
}
.second-bot .item-4 p span {
	transition-delay: 1.75s;
}
.second-bot .item-2 p span {
	transition-delay: 1.875s;
}
.second-bot .item-1 p span {
	transition-delay: 2s;
}
.second-bot .image-holder {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	position: relative;
	align-items: flex-start;
	width: 44.8rem;
}
.second-bot .image-holder .item-holder:last-child {
	margin-top: 3rem;
}
.second-bot .item-holder:nth-child(1) {
	width: 56.4rem;
	height: 37.6rem;
	transition: ease 1s 1.5s;
}
.second-bot .item-holder:nth-child(2) {
	width: 44.5rem;
	height: 64rem;
	transition: ease 1s 1.375s;
}
.second-bot .image-holder .item-holder:nth-child(1) {
	width: 44.8rem;
	height: 32.1rem;
	transition: ease 1s 1.125s;
}
.second-bot .image-holder .item-holder:nth-child(2) {
	width: 44.8rem;
	height: 32.1rem;
	transition: ease 1s 1.25s;
}
.second-bot .item-1 {
	background-image: url(/bundles/letters/img/1920_opt/second_photo1.jpg);
	width: 100%;
	height: 100%;
}
.second-bot .item-2 {
	background-image: url(/bundles/letters/img/1920_opt/second_photo2.jpg);
	width: 100%;
	height: 100%;
}
.second-bot .item-3 {
	background-image: url(/bundles/letters/img/1920_opt/second_photo3.jpg);
	width: 100%;
	height: 100%;
}
.second-bot .item-4 {
	background-image: url(/bundles/letters/img/1920_opt/second_photo4.jpg);
	width: 100%;
	height: 100%;
}


@media (max-width: 990px) {
	.second-bot .item-1 {
		background-image: url(/bundles/letters/img/768_/second_photo1.jpg);
	}
	.second-bot .item-2 {
		background-image: url(/bundles/letters/img/768_/second_photo2.jpg);
	}
	.second-bot .item-3 {
		background-image: url(/bundles/letters/img/768_/second_photo3.jpg);
	}
	.second-bot .item-4 {
		background-image: url(/bundles/letters/img/768_/second_photo4.jpg);
	}
}




.more-hold {
	position: absolute;
	font-size: 1.5rem;
	line-height: 4.5rem;
	bottom: -3rem;
	left: 1.8rem;
}
.more-hold .more-inf {
	display: block;
	text-transform: uppercase;
	position: relative;
	width: max-content;
	z-index: 0;
}
.more-hold .more-inf:before {
	content: '';
	position: absolute;
	top: 0;
	left: -1.5rem;
	height: 100%;
	width: 6rem;
	background-color: #b91315;
	transition: ease 1s;
	z-index: -1;
}
.more-hold .more-inf:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -30px;
	background: url(/bundles/letters/img/rarr.png) no-repeat;
	width: 28px;
	height: 9px;
	margin-top:-5px;
}
.red-line:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 75.4rem;
	top: 11rem;
	left: 0;
	background-color: #9e0718;
	transition: ease 1s 1.35s;
}
.third {
	height: 96.6rem;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	padding: 11rem 8rem 3rem 4rem;
	position: relative;
	transition: ease-in-out 1s 0.5s;
}
.third:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 19rem;
	border-left: 153rem solid #fff;
	border-bottom: 39rem solid transparent;
	transition: ease-out 1s 1.1s;
}
.third:after {
	position: absolute;
	content: '';
	bottom: -3rem;
	left: 0;
	height: 26rem;
	border-right: 153rem solid #fff;
	border-top: 16rem solid transparent;
	z-index: 0;
	transition: ease-out 2s 1.475s;
}
.third-top {
	display: flex;
	margin-bottom: 6.5rem;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
}
.head-block {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.third-top .head-block {
	color: #b91315;
	width: 38.8rem;
	height: 41rem;
	position: absolute;
	top: -3rem;
	left: 15rem;
}
.third-top .header {
	transition: ease 2s 1.475s;
}
.third-top .descript {
	width: 40rem;
	font-family: 'Open Sans';
	color: #676869;
	transition: ease 1s 1.475s;
}
.third-bot {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	z-index: 1;
}
.third-top .bookmark-icon {
	background-image: url(/bundles/letters/img/bookmark.svg);
	background-repeat: no-repeat;
	width: 6.1rem;
	height: 8rem;
}
.third .item-holder {
	transition: ease-out 1s;
}
.third-top .item-holder {
	width: 57.8rem;
	height: 40.3rem;
	transition-delay: 1.1s; 
}
.third-bot .item-holder:nth-child(1) {
	width: 31.6rem;
	height: 37.6rem;
	transition-delay: 1.475s;
}
.third-bot .item-holder:nth-child(2) {
	width: 46.3rem;
	height: 27.7rem;
	transition-delay: 1.35s;
}
.third-bot .item-holder:nth-child(3) {
	width: 32.4rem;
	height: 38.2rem;
	transition-delay: 1.225s;
}
.third-top .item-1 {
	background-image: url(/bundles/letters/img/1920_opt/third_photo1.jpg);
	width: 100%;
	height: 100%;
}
.third-bot .item-holder:first-child {
	top: -6.5rem;
}
.third-bot .item-2 {
	background-image: url(/bundles/letters/img/1920_opt/third_photo2.jpg);
	width: 100%;
	height: 100%;
}
.third-bot .item-3 {
	background-image: url(/bundles/letters/img/1920_opt/third_photo3.jpg);
	width: 100%;
	height: 100%;
}
.third-bot .item-4 {
	background-image: url(/bundles/letters/img/1920_opt/third_photo4.jpg);
	width: 100%;
	height: 100%;
}


@media (max-width: 990px) {
	.third-top .item-1 {
		background-image: url(/bundles/letters/img/768_/third_photo1.jpg);
	}
	.third-bot .item-2 {
		background-image: url(/bundles/letters/img/768_/third_photo2.jpg);
	}
	.third-bot .item-3 {
		background-image: url(/bundles/letters/img/768_/third_photo3.jpg);
	}
	.third-bot .item-4 {
		background-image: url(/bundles/letters/img/768_/third_photo4.jpg);
	}
}


.third-bot .item-3 p span {
	transition-delay: 1.625s;
}
.third-bot .item-4 p span {
	transition-delay: 1.75s;
}
.third-bot .item-2 p span {
	transition-delay: 1.875s;
}
.third-top .item-1 p span {
	transition-delay: 2s;
}
.third .more-hold {
	bottom: 1rem;
	left: 4rem;
	color: #000;
	z-index: 1;
	transition: ease-out 2s 1.475s;
}
.third .more-hold .more-inf::before {
	background: none;
}
.fourth {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	position: relative;
	transition: cubic-bezier(.35,.32,.14,.95) 3s 0.5s;
}
.fourth .choise {
	position: absolute;
	top: -5rem;
	left: 47rem;
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
}
.fourth-body {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.fourth .head-block {
	height: 38.2rem;
	width: 38rem;
}
.fourth .head-block .header,
.fourth .head-block .descript {
	transition: ease-in-out 1.5s 2s;
}
.fourth .com-icon {
	background-image: url(/bundles/letters/img/com.svg);
	background-repeat: no-repeat;
	width: 7.7rem;
	height: 8.3rem;
}
.fourth-right {
	height: 51.6rem;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.right-top, .right-bot {
	display: flex;
	justify-content: space-between;
	width: 106.7rem;
}
.fourth .item {
	width: 23.4rem;
	height: 23.4rem;
	background-color: #fff;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #000;
	transition: ease-out 0.5s;
	overflow: hidden;
}
.fourth .right-top .item:nth-child(1) {
	transition-delay: 1s;
}
.fourth .right-top .item:nth-child(2) {
	transition-delay: 1.125s;
}
.fourth .right-top .item:nth-child(3) {
	transition-delay: 1.25s;
}
.fourth .right-top .item:nth-child(4) {
	transition-delay: 1.375s;
}
.fourth .right-bot .item:nth-child(1) {
	transition-delay: 1.5s;
}
.fourth .right-bot .item:nth-child(2) {
	transition-delay: 1.625s;
}
.fourth .right-bot .item:nth-child(3) {
	transition-delay: 1.75s;
}
.fourth .right-bot .item:nth-child(4) {
	transition-delay: 1.875s;
}
.fourth .item p {
	color: #2f3032;
	position: absolute;
	bottom: 0;
	padding: 2rem 3rem;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.6rem;
	left: 0;
	right: 0;
}
.fourth .item p span {
	transition: ease 1s;
	display: block;
}
.fourth .right-top .item:nth-child(1) p span {
	transition-delay: 2s;
}
.fourth .right-top .item:nth-child(2) p span {
	transition-delay: 2.125s;
}
.fourth .right-top .item:nth-child(3) p span {
	transition-delay: 2.25s;
}
.fourth .right-top .item:nth-child(4) p span {
	transition-delay: 2.375s;
}
.fourth .right-bot .item:nth-child(1) p span {
	transition-delay: 2.5s;
}
.fourth .right-bot .item:nth-child(2) p span {
	transition-delay: 2.625s;
}
.fourth .right-bot .item:nth-child(3) p span {
	transition-delay: 2.75s;
}
.fourth .right-bot .item:nth-child(4) p span {
	transition-delay: 2.875s;
}
.right-top .item .item-1 {
	background-image: url(/bundles/letters/img/item1.svg);
	background-repeat: no-repeat;
	width: 6.5rem;
	height: 6rem;
}
.right-top .item .item-2 {
	background-image: url(/bundles/letters/img/item2.svg);
	background-repeat: no-repeat;
	width: 5.2rem;
	height: 5.6rem;
}
.right-top .item .item-3 {
	background-image: url(/bundles/letters/img/item3.svg);
	background-repeat: no-repeat;
	width: 5.5rem;
	height: 5.6rem;
}
.right-top .item .item-4 {
	background-image: url(/bundles/letters/img/item4.svg);
	background-repeat: no-repeat;
	width: 6.4rem;
	height: 4.4rem;
}
.right-bot .item .item-5 {
	background-image: url(/bundles/letters/img/item5.svg);
	background-repeat: no-repeat;
	width: 7.2rem;
	height: 5.4rem;
}
.right-bot .item .item-6 {
	background-image: url(/bundles/letters/img/item6.svg);
	background-repeat: no-repeat;
	width: 4.1rem;
	height: 4.6rem;
}
.right-bot .item .item-7 {
	background-image: url(/bundles/letters/img/item7.svg);
	background-repeat: no-repeat;
	width: 5.2rem;
	height: 5.5rem;
}
.right-bot .item .item-8 {
	background-image: url(/bundles/letters/img/item8.svg);
	background-repeat: no-repeat;
	width: 6.1rem;
	height: 5.6rem;
}
.fourth .more-hold {
	bottom: -9rem;
}
.blue-bg {
	background-color: #133b7a;
	height: 100%;
}
.blue-bg:after {
	position: absolute;
	background-image: url(/bundles/letters/img/1920_opt/bg_1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.2;
	filter: contrast(1);
	transition: ease 1s;
}
.fifth {
	z-index: 1;
	flex-flow: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 73.4rem;
	transition: ease 1.5s 0.5s;
}
.fifth-top {
	margin-left: 20rem;
}
.fifth-top .head-block {
	height: 35rem;
	width: 67rem;
}
.fifth .header {
	font-family: 'Athelas Rerular';
	transition: ease-out 1.5s 1.5s;
}
.blank-icon {
	background-image: url(/bundles/letters/img/blank.svg);
	background-repeat: no-repeat;
	width: 8.3rem;
	height: 7.4rem;
}
.fifth-bot {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.fifth-bot .item {
	width: 29.3rem;
	height: 34.7rem;
	background-repeat: no-repeat;
}
.highlight {
	position: absolute;
	transition: all 0.2s;
	top: 0;
	bottom: 0;
	background: linear-gradient(to top, #000e34 65%, transparent);
	z-index: 0;
	display: block;
}
.fifth-bot .item-1 {
	background-image: url(/bundles/letters/img/1920_opt/fifth_photo1.jpg);
}
.fifth-bot .item-2 {
	background-image: url(/bundles/letters/img/1920_opt/fifth_photo2.jpg);
}
.fifth-bot .item-3 {
	background-image: url(/bundles/letters/img/1920_opt/fifth_photo3.jpg);
}
.fifth-bot .item-4 {
	background-image: url(/bundles/letters/img/1920_opt/fifth_photo4.jpg);
}
.fifth-bot .item-5 {
	background-image: url(/bundles/letters/img/1920_opt/fifth_photo5.jpg);
}

@media (max-width: 990px) {
	.fifth-bot .item-1 {
		background-image: url(/bundles/letters/img/768_/fifth_photo1.jpg);
	}
	.fifth-bot .item-2 {
		background-image: url(/bundles/letters/img/768_/fifth_photo2.jpg);
	}
	.fifth-bot .item-3 {
		background-image: url(/bundles/letters/img/768_/fifth_photo3.jpg);
	}
	.fifth-bot .item-4 {
		background-image: url(/bundles/letters/img/768_/fifth_photo4.jpg);
	}
	.fifth-bot .item-5 {
		background-image: url(/bundles/letters/img/768_/fifth_photo5.jpg);
	}
}

.fifth-bot .item p {
	font-size: 1.8rem;
	line-height: 1.8rem;
	background: linear-gradient(to top, #fff 40%, transparent);
	color: #000;
}
.fifth .more-hold {
	bottom: -7.7rem;
	left: 1.6rem;
}
.sixth {
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	background-color: #9e0718;
	height: 74.6rem;
	padding: 8rem 17rem;
	width: 142.2rem;
	overflow: hidden;
	transition: ease-out 1.5s 0.5s;
	z-index: 3;
}
.sixth:before {
	position: absolute;
	content: '';
	bottom: 0;
	background-image: url(/bundles/letters/img/sixth1.svg);
	background-repeat: repeat-x;
	width: 240rem;
	height: 50%;
	background-size: 100rem;
	left: -22rem;
	opacity: 0.1;
	transition: ease-out 1.5s 0.5s;
}
.sixth .header {
	width: 100%;
	padding: 2rem;
	transition: ease-in-out 1s 1s;
}
.sixth a {
	padding: 4.3rem 12rem;
	background-color: #fff;
	color: #9e0718;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2.9rem;
	z-index: 1;
	transition: ease 0.5s;
	position:relative;
}
.sixth a:hover {
	transform: scale(1.1);
}
.final {
	flex-flow: column;
}
.seventh-top {
	flex-flow: column;
	background-color: #0a2d5e;
	width: 100%;
	padding: 20rem 22.7rem 9rem 34rem;
    height: 75.5rem;
	justify-content: space-between;
}
.seventh-top .header {
	color: #f80508;
	font-size: 3.5rem;
}
.contacts-body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3.5rem;
	font-family: 'Open Sans';
}
.contacts-items {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 13rem;
}
.contacts-items .item {
	display: flex;
	justify-content: flex-start;
	font-size: 1.8rem;
	align-items: center;
}
.fa {
	color: #f80508;
	margin-right: 2rem;
}
.fa-phone {
}
.more-question {
	display: none;
	justify-content: space-between;
	align-items: center;
	font-size: 1.8rem;
	align-self: flex-end;
	margin-bottom: 1.8rem;
}
.more-question p {
	margin-right: 2.8rem;
}
.quest-form {
	border: 0.1rem solid #d1d1d1;
	width: 50.2rem;
	height: 5.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.quest-form input[type=text] {
	background: none;
	border: none;
	color: #d1d1d1;
	margin-left: 2.9rem;
	width: 30rem;
}
.quest-form input[type=text]:focus::-webkit-input-placeholder {
	color: transparent;
}
.quest-form button {
	width: 7rem;
	margin-right: 0.5rem;
	height: 4.5rem;
	color: #c2151c;
	display: flex;
	justify-content: center;
	align-items: center;
}
.quest-form button span {
	font-size: 4rem;
	line-height: 3.5rem;
    margin-bottom: 1rem;
}
.path-descript .header{
	border-bottom: 0.1rem solid #23426e;
	line-height: 5rem;
	margin-bottom: 2rem;
}
.path-descript p {
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin-left: 1rem;
}
.map-middle {
	width: 100%;
	height: 85.8rem;
	/*background-image: url(/bundles/letters/img/map.png);*/
}
.seventh-bot {
	width: 100%;
	background-color: #610000;
	/*flex-flow: column;*/
	padding: 5rem 0rem 22rem;
	justify-content: space-between;
	overflow: hidden;
}
.seventh-bot-in {
	flex-flow: column;
	justify-content: space-between;
	overflow: hidden;
	max-width: 80rem;
	margin: 0 auto;
	position:relative; 
	z-index:1;
}
.seventh-bot:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: -50rem;
	background-image: url(/bundles/letters/img/footer-bg.svg);
	-webkit-background-size: cover;
	background-size: cover;
	width: 168%;
	height: 207%;
	opacity: 0.2;
}
.seventh-bot .navbar {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	height: 8rem;
	font-size: 1.4rem;
	border-bottom: 0.1rem solid #851a20;
	z-index: 1;
	margin-bottom:3rem;
}
.socials {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
	margin-bottom:3rem;
}
.fed-sup {
	display: flex;
	width: 38.9rem;
	font-family: 'Open Sans';
	justify-content: space-between;
	align-items: center;
}
.fed-sup p {
	width: 30rem;
	font-size: 1.43rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.8rem;
	opacity: 0.4;
}
.fed-sup img {
	width: 6rem;
}
.fin-friend {
	background-image: url(/bundles/letters/img/fin-friend.png);
	-webkit-background-size: cover;
	background-size: cover;
	width: 16.1rem;
	height: 4.2rem;
}
.socials .soc {
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*width: 16rem;*/
	display: none;
}
.socials .soc .item {
	width: 4rem;
	height: 4rem;
	border: 0.2rem solid #955354;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.fb {
	background-image: url(/bundles/letters/img/soc3.svg);
}
.socials .fb {
	background-size: 33%;
}
.twitter {
	background-image: url(/bundles/letters/img/soc4.svg);
}
.socials .twitter {
	background-size: 40%;
}
.vk {
	background-image: url(/bundles/letters/img/soc2.svg);
}
.socials .vk {
	background-size: 50%;
}
.copyright {
	font-size: 1.4rem;
	margin:0 0 3rem 0rem;
	padding:0;
}
.credit {
	text-align: center;
	font-size: 1.2rem;
	opacity: 0.4;
	line-height: 1.2em;
}
.modal-dialog {
	max-width: 132.8rem;
	margin: 1.75rem auto;
	position: relative;
}
.modal-data .modal-dialog {
	max-width: 98.8rem;}

.modal-content {
	padding: 5.2rem 8.1rem;
	color: #000;
}
.modal-header {
	border-bottom: none;
	padding: 0;
	margin-bottom: 8.1rem;
}
.modal-content .modal-title {
	color: #20305c;
	font-size: 5.95rem;
	font-family: Athelas Regular;
	line-height: 5.95rem;
	width:100%;
/*	display: flex;
	align-items: flex-start;*/
}
.modal-title-icon {
	width: 5.4rem;
	height: 5.3rem;
	margin-right: 2.8rem;
}
.modal-close {
	width: 3rem;
	height: 3rem;
	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 0 1px #000;
	cursor: pointer;
    position: fixed;
    transform: translate(118.6rem, -2.5rem);
	-ms-transform: translate(5rem, -4rem);
	font-size:2.3rem;
}
	.modal-close > span {/*margin-top:-.2rem;*/}
.modal-data .modal-close {transform: translate(84.6rem, -2.5rem);}
.modal-body {
	padding: 0;
}
.modal-footer {padding:3rem 0 0 0;}
.modal-footer {
  justify-content: space-between;
 }
.chevron-links {
	color: #595651;
	font-size: 2.8rem;
	line-height:1.2em;
	margin:0; 
	padding:0;
}
.chevron-links li {
	margin:0; 
	padding:0;
	margin-bottom: 4.5rem;
	padding-left: 4.5rem;
	position: relative;
	/*cursor: pointer;*/
}
.chevron-links a {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	cursor:pointer;
}
.chevron-links li:hover a {
	text-decoration: none;
}
.chevron-links li:before, .chevron-links li:after {
	content: '';
	position: absolute;
	width: 1.4rem;
	height: 1.4rem;
	border-right: 2px solid  #d10808;
	border-top: 2px solid  #d10808;
	transform: rotate(45deg);
}
.chevron-links li:before {
	top: 0.8rem;
	left: 0rem;
}
.chevron-links li:after {
	top: 0.8rem;
	left: 0.7rem;
}
.login-form {
	display: flex;
	justify-content: space-between;
}
.modal-login-form {
	width: 50%;
}
.modal-login-form .form-div {
	width: 100%;
	border-right: 1px solid #2d2d2d;
	padding-right: 6.8rem;
}
.modal-login-form .form-group {
	display: flex;
	flex-flow: column;
	margin-bottom: 4.5rem;
}
.modal-login-form .form-group:last-child {
	margin: 0;
	padding-bottom: 2.2rem;
}
.modal-login-form h2 {
	font-size: 3rem;
	color: #9d1314;
	font-family: 'Athelas Regular';
	text-transform: uppercase;
}
.modal-login-form.d1 h2 {
	margin-bottom: 6.4rem;
}
.modal-login-form .form-group input {
	height: 9.1rem;
	border: solid 1px #888888;
	padding: 3rem;
	font-size: 2.8rem;
}
.modal-login-form .form-label {
	font-family: 'Roboto Light';
	font-size: 2rem;
	color: #595651;
	margin-bottom: 1.5rem;
}
.checkbox {
	display: flex;
	margin-bottom: 6rem;
}
.checkbox input[type="checkbox"] {
	display: none;
}
.checkbox-red {
	position: relative;
	font-family: 'Roboto Light';
	font-size: 2rem;
	padding-left: 3.4rem;
	color: #595651;
}
.checkbox-red:after {
	content: '';
	position: absolute;
	border: 1px solid #888;
	width: 1.8rem;
	height: 1.8rem;
	left: 0rem;
	margin-right: 1.7rem;
	transition: cubic-bezier(0.1, 0.43, 0.14, 1.35) 0.3s;
}
.checkbox-red:before {
	content: '';
	position: absolute;
	top: 0.4rem;
	left: 0.4rem;
	width: 1.2rem;
	height: 1.2rem;
	transform: scale(0);
	transition: cubic-bezier(0.1, 0.43, 0.14, 1.35) 0.3s;
}
.checkbox input[type="checkbox"]:checked + .checkbox-red:after {
	border-color: #f00;
}
.checkbox input[type="checkbox"]:checked + .checkbox-red:before {
	background-color: #f00;
	transform: scale(1);
}
.checkbox .form-label {
	margin-bottom: 0;
}
.modal-login-form .login-submit {
	padding-right: 6.8rem;
	display: flex;
	justify-content: space-between;
}
.btn {
	width: 24.8rem;
	height: 6rem;
	border-radius: 0.3rem;
	font-size: 2.6rem;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.7rem;
	color: #fff;
	text-align: center;
	padding: 0 1rem;
	transition: 1s ease;
	cursor: pointer;
	-webkit-appearance: meter;
	border:0;
}
.btn-reg {width:35rem;}
.btn-send {width:37.5rem;}
.btn.btn-grey,
.btn.btn-raised {
	background-color: #adaeb2;
}
.btn.btn-grey:hover,
.btn.btn-raised:hover {
	background-color: #838488;
}
.btn.btn-red,
.btn.btn-red.btn-primary,
.btn.btn-success {
	background-color: #da0b0c;
}
.btn.btn-red.btn-primary:hover,
.btn.btn-red:hover,
.btn.btn-success:hover{
	background-color: #8a0b0e;
}
.btn.btn-upload {
	font-weight: normal;
	font-size: 1.8rem;
	border: solid 0.5px #b6b6b6;
	color: #68676b;
	background:url(/bundles/letters/img/dl-icon.png) no-repeat .9rem center;
}
.btn-default {background-color: #adaeb2;}
.modal-login-form.d2 {
	padding-left: 6.8rem;
}
.modal-login-form.d2 h2 {
	margin-bottom: 6.9rem;
}
.login-with-soc {
	display: flex;
	justify-content: space-between;
	width: 29.4rem;
}
.login-with-soc .item {
	width: 9.1rem;
	height: 9.1rem;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
.login-with-soc .item.vk {
	background-color: #5c789f;
	background-size: 60%;
}
.login-with-soc .item.fb {
	background-color: #455a97;
	background-size: 45%;
}
.login-with-soc .item.twitter {
	background-color: #1da1f2;
	background-size: 60%;
}
.modal-descript {
	color: #000;
	font-size: 3.6rem;
	margin-bottom: 5.3rem;
}
.account-info .modal-title {
	color: #9d1314;
	text-transform: uppercase;
	font-family: 'AcademyC';
}
.account-info .modal-body {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.account-info-left {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: flex-start;
	width: 19%;
}
img.account-photo {
	margin-bottom: 1.7rem;
	width:24.8rem;
}
.account-info .descript {
	font-size: 1.3rem;
	color: #68676b;
	line-height: normal;
	text-align: center;
}
.account-info-right {
	width: 75%;
	display: flex;
	flex-flow: column;
}
.account-name {
	color: #2c4058;
	font-size: 4.7rem;
	font-family: 'Athelas Regular';
	margin-bottom: 5.4rem;
	text-transform: uppercase;
}
.account-details {
	display: flex;
}
.details-item {
	font-family: 'Open Sans';
	margin-bottom: 2.2rem;
}
.details-item .d1 {
	font-size: 1.7rem;
	margin-bottom: 0.3rem;
}
.details-item .d2 {
	font-size: 2.85rem;
	color: #2c4058;
}
.account-details-left {
 width:55%;
}
.account-details-right {
	padding-left: 6rem;
}
.faq-items {padding:0; margin:0;}
	.faq-items li {padding:0; margin:0;}
.faq-items .item-header {
	color: #f00;
	font-size: 2.8rem;
	margin-bottom: 1.4rem;
	display: flex;
	align-items: center;
}
.faq-items .item-header img {
	width: 3rem;
	margin-right: 2rem;
}
.li_1 {position:relative;}
	.li_1 > div,
	.li_1 > ul {position:relative; z-index:1;}
	.li_1:after {position:absolute; z-index:0; content:''; top:-1rem; right:-5.5rem; bottom:-1.5rem; left:-10rem; background:#fff; box-shadow:0 3px 6px rgba(0,0,0,.2); transition: ease-in-out 1.2s; opacity:0;}
	.li_1-aimate:after {opacity:1; background:#e5e9ee;}

.dotted-list {
	padding-left: 6.2rem;
	margin-bottom: 4rem;
}
.dotted-list li {
	margin-bottom: 1.4rem;
	color: #595651;
	font-size: 2rem;
	position: relative;
}
.dotted-list li:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #595651;
	border-radius: 50%;
	left: -1rem;
	top: 1rem;
}
.body_second .content {
	padding-top: 20rem;
	padding-bottom: 0px;
	margin-bottom: -5.5rem;
    z-index: 1;
}
.body_second .article-wrapper {
	background-color: #fff;
	color: #000;
	padding: 3.5rem 5.5rem 5.5rem 10rem;
	font-family: 'Open Sans';
	position: relative;
	width: 100%;
}
.body_second .article-wrapper:before {
	content: '';
	position: absolute;
	width: 5.5rem;
	height: 100%;
	background-color: #a50000;
	top: 0;
	left: 0;
}
.body_second .article-wrapper:after {
	content: '';
	position: absolute;
	width: 5.5rem;
	height: 100%;
	background-image: url(/bundles/letters/img/footer-bg.svg);
	top: 0;
	left: 0;
	background-size: 279rem;
	background-position: center;
	opacity: 0.5;
}
.article-head {
	margin-bottom: 5.3rem;
}
.article-wrapper .header {
	color: #b61f1f;
	font-size: 5.95rem;
	font-family: 'Athelas Regular';
	margin-bottom: 1rem;
    line-height: 5.95rem;
}
.article-wrapper .comeback {
	font-size: 1.4rem;
	color: #2c4058;
	line-height: 3.35rem;
	position: relative;
	text-decoration: underline;
}
.article-wrapper .comeback:hover {
	text-decoration: none;
}
.article-wrapper h4 {
	font-size: 2.6rem;
	color: #2c4058;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #68676b;
	margin-bottom: 2rem;
	font-family: 'Roboto';
}
.article-wrapper p {
	font-size: 2rem;
	line-height: 1.5em;
	color: #504e53;
	text-align: justify;
	margin-bottom: 2.5rem;
}
.warning {
	color: #e82d38;
	border-left: 5px solid #e82d38;
	padding-left: 1.5rem;
	font-size: 2rem;
	line-height: 2.4rem;
	text-align: justify;
	margin-bottom: 2.5rem;
}
.article-wrapper .dotted-list {
	margin-bottom: 2.5rem;
	padding-left: 1.5rem;
}
.article-tags {
	color: #68676b;
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-bottom: 4.5rem;
}
.article-tags a {
	text-decoration: underline;
}
.bottom-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.next-section {
	color: #e82d38;
	font-size: 1.8rem;
	line-height: 2.4rem;
    font-weight: normal;
}
.next-section:hover {
    text-decoration: none;
    background-color: #e82d38;
    color: #fff;
}
.body_second .seventh-bot {
	z-index: 0;
	padding-top: 11rem;
}
/*=======удалить, когда модалки будут подтягиваться аяксом в body=======*/
.modal-open .content {
    z-index: auto;
}
/*==============================================*/
.form-wrapper {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
}
.status-bar {
	width: 93.1rem;
	position: relative;
	margin-top: 2.4rem;
	margin-bottom: 9.5rem;
	margin-left: 6rem;
}
.status-bar:before {
	content: 'Старт';
	position: absolute;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #b5b5b5;
	top: -3rem;
}
.status-bar:after {
	content: '';
	position: absolute;
	background-color: transparent;
	background-image: url('/bundles/letters/img/paperplane.png');
	width: 3.9rem;
	height: 2.2rem;
	right: -6.7rem;
	top: -7px;
	transition: ease-in-out 1s;
	transition-delay: 0.7s;
	background-size: cover;
}
.stage5.status-bar:after {
	transform: translate(11rem, -4rem);
	opacity: 0;
}
.line {
	height: 1.1rem;
	border-radius: 0.55rem;
	background-color: #acacac;
	box-shadow: inset 0 0 6px 0 #322d24;
	overflow: hidden;
	position: relative;
}
.line:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #1269d5;
	box-shadow: inherit;
	transition: 1s cubic-bezier(0.94, 0.15, 0.13, 0.99);
	transform: translateX(-100%);
}
.stage1 .line:before {
	transform: translateX(-80%);
}
.stage2 .line:before {
	transform: translateX(-60%);
}
.stage3 .line:before {
	transform: translateX(-40%);
}
.stage4 .line:before {
	transform: translateX(-20%);
}
.stage5 .line:before {
	transform: translateX(0%);
}
.status-bar .counts {
	display: flex;
	justify-content: space-between;
	padding: 0 17.2rem;
	align-items: center;
	margin-top: -2.3rem;
}
.status-bar .counts a {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	color: #6b6966;
	cursor: pointer;
}
.status-bar .counts .count-img {
	background-color: #acacac;
	width: 3.4rem;
	height: 3.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 2px solid #fff;
	position: relative;
	overflow: hidden;
}
.status-bar .counts a .count-img:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #3051ac;
	transition: 0.5s ease;
	transition-delay: 0.7s;
	transform: translateX(-100%);
	top: 0;
	bottom: 0;
}
.status-bar .counts a.checkpoint .count-img:before {
	transform: translateX(0);
}
.status-bar.stage1 .counts a:nth-child(1) .count-img:before {
	transform: translateX(0);
}
.status-bar.stage2 .counts a:nth-child(1) .count-img:before,
.status-bar.stage2 .counts a:nth-child(2) .count-img:before {
	transform: translateX(0);
}
.status-bar.stage3 .counts a:nth-child(1) .count-img:before,
.status-bar.stage3 .counts a:nth-child(2) .count-img:before,
.status-bar.stage3 .counts a:nth-child(3) .count-img:before {
	transform: translateX(0);
}
.status-bar.stage4 .counts a .count-img:before {
	transform: translateX(0);
}


.count-img .icon_item {
	z-index: 1;
	background-position: center center;
	width: 100%;
	height: 100%;
	-webkit-background-size: 60%;
	background-size: 60%;
	background-repeat: no-repeat;
	position: relative;
}
.step1 .icon_item {
	background-image: url("/bundles/letters/img/personal.png");
	background-size: 72%;
}
.step2 .icon_item {
	background-image: url("/bundles/letters/img/compas.png");
}
.step3 .icon_item {
	background-image: url("/bundles/letters/img/note-white.png");
	background-size: 50%;
}
.step4 .icon_item {
	background-image: url("/bundles/letters/img/send-request.png");
}
.counts a span {
	position: absolute;
	text-align: center;
	width: 15rem;
	bottom: -2.5rem;
	left: -6rem;
	font-size: 1.3rem;
}
.form-wrapper h4 {
	color: #1e2f5b;
	border: none;
	align-self: flex-start;
	padding: 0;
	margin-bottom: 4.5rem;
	margin-left: 3rem;
}
.form-cont {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	padding-right: 10rem;
}
.form-wrapper .form-div {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	transition: 1s ease;
}
.form-top {
	width: 67.8rem;
	text-align: justify;
	margin-bottom: 3.3rem;
}
.acc-quest {
	display: flex;
	margin-bottom: 2rem;
}
.acc-quest-item {
	margin-right: 6.8rem;
}
.acc-descript {
	color: #6b6966;
	font-size: 1.6rem;
	line-height: 1.9rem;
}
.form-wrapper .form-item {
	margin-bottom: 4rem;
}
.acc-quest-item input {
	margin-right: 1rem;
}
.form-item .form-control {
	width: 67rem;
	height: 4.5rem;
}
.form-item label {
	margin: 0 1rem;
}
.form-item.double-input {
	display: flex;
	justify-content: space-between;
}
.form-item.double-input input {
	width: 24.5rem;
}
.red-star {
	color: #da0b0c;
}
.form-item.flex-item {
	display: flex;
	align-items: center;
}
.flex-item.last {
    justify-content: flex-end;
}
.flex-cont {
	width: 67rem;
	display: flex;
}
.form-item input[type="radio"] {
	width: auto;
	height: auto;
}
.flex-cont .gender-item {
	margin-left: 7rem;
}
input.small {
	width: 20.1rem;
}
.box {
	width: 14.6rem;
	height: 100%;
	border: 1px solid #dedede;
	margin-right: 2rem;
}
.captcha {
	display: flex;
	align-items: center;
	margin-right: 10rem;
}
.r-descript {
	color: #595651;
}
.form-out, .form-in {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.form-in {
	transform: translate(50%);
}
.form-out {
	transform: translate(-50%);
}

.block1,
.block2,
.block3,
.block4,
.block5 {transform: translate(50%); position: absolute; opacity: 0; pointer-events: none;}

.modal-body .block1 {transform: translate(0%); position: relative; opacity: 1; pointer-events: inherit;}

.stage1 + .form_block .block1 {transform: translate(0%); position: relative; opacity: 1; pointer-events: inherit;}

.stage2 + .form_block .block1 {transform: translate(-50%);}
.stage2 + .form_block .block2 {transform: translate(0%); position: relative; opacity: 1; pointer-events: inherit;}

.stage3 + .form_block .block1 {transform: translate(-50%);}
.stage3 + .form_block .block2 {transform: translate(-50%);}
.stage3 + .form_block .block3 {transform: translate(0%); position: relative; opacity: 1; pointer-events: inherit;}

.stage4 + .form_block .block1 {transform: translate(-50%);}
.stage4 + .form_block .block2 {transform: translate(-50%);}
.stage4 + .form_block .block3 {transform: translate(-50%);}
.stage4 + .form_block .block4 {transform: translate(0%); position: relative; opacity: 1; pointer-events: inherit;}

.stage5 + .form_block .block1 {transform: translate(-50%);}
.stage5 + .form_block .block2 {transform: translate(-50%);}
.stage5 + .form_block .block3 {transform: translate(-50%);}
.stage5 + .form_block .block4 {transform: translate(0%); position: relative; opacity: 1; pointer-events: inherit;}
.stage5 + .form_block .block5 {}


.form-item.problem {
	display: flex;
}
.problem textarea {
	width: 67rem;
	margin-bottom: 1rem;
    height: auto !important;
}
.problem .flex-cont {
	flex-flow: column;
}
.instruments {
	display: flex;
	justify-content: space-between;
	color: #585858;
	font-family: Roboto;
	font-size: 1.3rem;
	margin-bottom: 4rem;
}
.instruments a {
	text-decoration: underline;
}
.upload-item {
	display: flex;
	font-size: 1.95rem;
	margin-bottom: 1rem;
}
.upload-item div {
	margin-right: 2rem;
}
.filename {
	color: #585858;
	font-weight: bold;
}
.filesize {
	color: #bebebe;
}
.ref-del img {
	width: 1.5rem;
}
.add-file {
	margin-top: 3.7rem;
	display: block;
	position: relative;
	color: #585858;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: underline;
}
.add-file:before {
	content: '';
	position: absolute;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #585858;
	border-top: 5px solid transparent;
	height: 0;
	width: 0;
	left: 15.7rem;
	top: 0.4rem;
}
.form-div.congradulation {
	color: #808080;
	font-size: 6rem;
	font-family: 'Athelas Regular';
	text-align: center;
	align-items: center;
	justify-content: center;
	margin: 17rem 10rem 17rem 10rem;
	display: flex;
	flex-flow: column;
}
.form-div.congradulation div {
	margin-bottom: 5rem;
	width:100%;
}
.congradulation .btn {
	width: 32rem;
}
@keyframes frontLeg {
	30% {
		transform: rotate(-45deg);
	}
	38% {
		transform: rotate(-40deg);
	}
	45%, 70% {
		transform: rotate(-45deg);
	}
	100% {
		transform: rotate(0);
	}
}
@keyframes backLeg {
	30% {
		transform: rotate(45deg);
	}
	38% {
		transform: rotate(40deg);
	}
	45%, 70% {
		transform: rotate(45deg);
	}
	100% {
		transform: rotate(0);
	}
}
@keyframes bounce {
	30% {
		transform: translateY(-3rem);
	}
	38% {
		transform: translateY(-3rem);
	}
	45%, 70% {
		transform: translateY(-3rem);
	}
	75% {
		transform: translateY(-1.5rem);
	}
	100% {
		transform: translateY(0);
	}
}
#front {
	animation: frontLeg 1.5s infinite;
	transform-origin: 40% 50%;
}
#back {
	animation: backLeg 1.5s infinite;
	transform-origin: 20% 55%;
}
.form-loader {
	width: 20rem;
	text-align: center;
	font-size: 2rem;
	color: #f0575b;
	transition: 1s ease;
}
.bodyLoader-animate .form-loader {transform: translateX(183%); opacity:0;}
.form-loader .svg-holder{
	animation: bounce 1.5s infinite;
}
.form-loader.form-in {
	transform: translateX(30rem);
	top: 15rem;
}
#map{height: 100%;}
.contac_div {height: 70rem;position: relative; overflow:hidden;}
.contac_tooltip {position: absolute; top: 0;left: 0; background: #fff; width: 50rem; line-height: 1.2; box-shadow: 1px 1px 3px rgba(0,0,0, 0.1);}
	.contac_table {display: table; width: 100%;}
	.contac_td {display: table-cell;vertical-align: top;}
	.contac_td:first-child {width: 130px; height: 12rem; overflow: hidden;}
	.contac_td:first-child img {width: 100%;}
	.contac_td:nth-child(2) {padding:.5rem 2.5rem .5rem 3rem; font-size: 2.2rem; font-family: 'Open Sans'; font-weight: 600;text-transform: uppercase; color: #415368;}
	.contac_text {margin-bottom: .5rem; line-height: 1.3;}
	.contac_a {
		color: #a61928;
		font-size: 1.8rem;
		text-decoration: none;
		font-weight: 400;
		position: relative;
		padding-left: 2rem;
		background: url(/bundles/letters/img/ico_link_yandex.png) no-repeat left 0.5rem;
	}

	.ballon {
		width: 46rem;
		padding: 1rem 1rem 0.3rem 1rem;
		background: #fff;
		text-align: left;
		position: relative;
		top: -5rem;
		box-shadow: 0 0 1px #333
	}
	.ballon .close{
		position: absolute;
		right: 1rem;
		top: 1rem;
	}



/*===================*/
.slideContent .h1_bot {
    color: #20305c;
    font-size: 5.95rem;
    font-family: Athelas Regular;
    line-height: 5.95rem;
    margin-bottom: 5.5rem;
}
.status {
    color: #2c4058;
    font-size: 1.4rem;
    position: relative;
}
.status a:hover {
    text-decoration: underline;
}
.header + .status {
	margin-bottom: 4rem;
}
.status img {
	padding-right: 0.5rem;
}
.comeback:before {
    content: '';
    position: absolute;
    width: 2rem;
    height: 1.3rem;
    background: url(/bundles/letters/img/arrow_back.png);
	left: -2.5rem;
	top: 1rem;
}
.h3_bot, #answerContent h3 {
    font-size: 2.6rem;
    color: #2c4058;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #68676b;
    margin-bottom: 2rem;
    font-family: 'Roboto';
}
.answer_like .buttonholder {
	display: flex;
	justify-content: space-between;
}
.locallike {
	cursor: pointer;
}
.locallike.ll1:hover .sp1 svg {
	fill: #3051ac;
}
.locallike.ll1:hover .sp11 {
	color: #3051ac;
}
.locallike.ll2:hover .sp2 svg {
	fill: #e82d38;
}
.locallike.ll2:hover .sp22 {
	color: #e82d38;
}
.answer_like .d1 {
	color: #504e53;
	font-size: 1.8rem;
	margin-bottom: 1rem;
}
.article-wrapper ol {
	list-style: decimal;
	padding-left: 1.8rem;
	margin-bottom: 2.5rem;
}
.article-wrapper ol li {
	margin-bottom: 1.4rem;
	color: #595651;
	font-size: 2rem;
}
.sit_txt {}
.sit_li {display:flex; align-items:center; margin-bottom:2rem;}
.sit_li .sp1 {min-width:3rem; width:3rem; height:3rem; border-radius:50%; background: #20305c; color:#fff; font-size:2rem; text-align:center; display:inline-block; padding-top:0.4rem; margin-right:1rem; line-height:1em;}
.sit_li .sp2 {font-size:2rem; }
.sit_termin ul, .answer_body ul {
	padding-left: 2.2rem;
	margin-bottom: 4rem;
}
.sit_termin ul li, .answer_body ul li {
	margin-bottom: 1.4rem;
	color: #595651;
	font-size: 2rem;
	position: relative;
}
.sit_termin ul li:before, .answer_body ul li:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #595651;
	border-radius: 50%;
	left: -1rem;
	top: 1rem;
}
.form-item select {
	width: 67rem;
	height: 4.5rem;
}
.flex-item .td1 {
	margin: 0 1rem;
}
.form-item.double-input select {
	width: 24.5rem;
}
.double-input .d1 {
	margin-right: 7.3rem;
}
.double-input .d {
	display: flex;
	align-items: center;
}
.captcha_reload span {
    background: url(/bundles/letters/img/refresh.png) no-repeat center;
    width: 30px;
    height: 30px;
    display: block;
}
.captcha .form-control {
    width: 21rem;
}
.draftUploader input[type="file"] {
    display: none;
}
.restore label {
    text-decoration: underline;
}
.captcha_reload {
    margin-right: 10rem;
    margin-left: 2rem;
}
.key_item:before {
    content: '#';
}
.dotted-list a:hover {
    text-decoration: underline;
}
/*===========================*/
.slide1_in {
    position: relative;
    z-index: 2;

}
.done_steps {
    margin: 0 auto;
    width: 107.3rem;
}
.apply_block .redact.abstep .icon_item:hover {
	background-image: url(/bundles/letters/img/ico_pen_white.svg);
	background-size: 56%;
}
.apply_block .abstep.done .icon_item {
	background-image: url(/bundles/letters/img/ico_ok.svg);
	background-size: 55%;
}
.form_block {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
	min-height:34rem;

}
.form_block form {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    padding-right: 10rem;
}
.form_block .form-group4 {display:flex; width:100%; justify-content: space-between}
.form_block .dstep {
    /*display: none;*/
    flex-flow: column;
    align-items: flex-end;
	transition: 1s ease;
}
.form_block .dstep.active {
    display: flex;
}
.form_block .bloc_tit {
    color: #1e2f5b;
    border: none;
    align-self: flex-start;
    padding: 0;
    margin-bottom: 4.5rem;
    margin-left: 3rem;
}
.form_block .block0 .bloc_tit label {
    color: #1e2f5b;
    border: none;
    align-self: flex-start;
    padding: 0;
    margin-left: 2.5rem;
	font-size: 2.6rem;
}
.form_block .block0 label, .form_block .block1 label, .form_block .block2 label, .form_block .block3 label, .form_block .block4 label {
    color: #262626;
    font-size: 1.6rem;
    position: relative;
    line-height: 1.1em;
    margin-right: 0.8rem;
}
.checkbox-custom {
    position: relative;
    width: 1.4rem;
	border: 1px solid #585858;
    border-radius: 50%;
    height: 1.4rem;
}
.checkbox-custom, .span_label {
    display: inline-block;
    vertical-align: middle;
}
.span_label {
    font-size: 1.4rem;
    font-weight: 400;
}
.checkbox:checked + .checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
    background: #9c0112;
    border-radius:50%;
}
.checkbox2 {display: none;}
.checkbox-custom2 {
    position: relative;
    width: 2rem;
    height: 2rem;
    border: none; display:inline-block;
    border:1px solid #9c0112;
}
.checkbox-custom2+label {border-bottom:1px dashed #262626; cursor:pointer;}

.checkbox-custom2, .span_label {
    display: inline-block;
    vertical-align: middle;
}
.checkbox2:checked + .checkbox-custom2::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    left: 0.3rem;
    background: #9c0112;
}
.block1_top {
    padding-top: 3.5rem;
    text-align: right;
    padding-bottom: 3rem;
    border-bottom: 1px solid #d1d1d3;
    margin-bottom: 4.8rem;
}
.info_text {
    color: #6b6966;
    font-size: 1.6rem;
    line-height: 1.9rem;
}
.bloc_tit2 {
    font-size: 1.8rem;
    margin-bottom: 2.2rem;
}
.feedback_form {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 0rem;
}
.form_block .point {
    position: relative;
}
.feedback_form .td1 .point {
    margin-right: -0.8rem;
    float: right;
}
.form_block .point:before {
	content: '*';
	color: #da0b0c;
}
.form-control-red, .form-group .form-control-red {
    border: 1px solid #585858;
    background-image: none;
    margin: 0;
    height: 4.8rem;
    padding: 1rem 2rem;
    line-height: 2.5rem;
    width: 67rem;
	font-size: 1.6rem;
}
.captcha_reload + .form-control-red {
	width: 66%;
}
select {
    word-wrap: normal;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
select.select2 {
    width: 0;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #600000;
    min-height: 4.8rem;
    height: auto;
    border-radius: 0;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #585858;
	border-radius: 0;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
    padding-left: 2rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 1.4em;
    font-size: 1.8rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 2.8rem;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 4.8rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

b {
    font-weight: bold;
}
.clearselect-holder {
    display: inline-block;
    position: absolute;
    top: 1.5rem;
    right: 3rem;
}
.clearselect-holder {
    display: inline-block;
}
.clearselect {
    display: none;
    cursor: pointer;
}
.tbl {
    display: table;
}
.tbl .td {
    display: table-cell;
	margin-right: 5rem;
}
.w210 {
    width: 21rem;
}
.feedback_form .form-group {
    margin: 0;
    padding: 0;
}

.form-group {
    position: relative;
}
.form-group.is-empty .sp_clear {
    display: none;
}
.form-group .sp_clear {
    display: block;
    z-index: 999;
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    right: 1.6rem;
    top: 1.6rem;
    cursor: pointer;
    background-image: url(/bundles/letters/img/close.svg);
    background-position: 150% 50%;
    background-repeat: no-repeat;
    transition: background 0s;
    background-size: 1.6rem;
    right: -20px;
}
.letter_stepOne_personalConfirm_block .checkbox-custom2 {
    float: left;
    margin-right: 1rem;
}
.checkbox-custom2, .span_label {
    display: inline-block;
    vertical-align: middle;
}

.letter_stepOne_personalConfirm_block label {
    display: block;
}
.form_block .block2 .fg5 {
    padding-bottom: 3rem;
}
.form_block .stepsarea {
    padding: 1.7rem;
    min-height: 34.7rem;
    margin-bottom: 0;
    border: 1px solid #585858;
	width: 100%;
	font-size: 1.6rem;
	line-height:1.2em;
	margin-bottom: 1.3rem;
}
.form_block .block3 .bot_grey {
	display: flex;
	justify-content: space-between;
	color: #585858;
	font-family: Roboto;
	font-size: 1.3rem;
	margin-bottom: 1rem;
}
.savdel {
	width: 69%;
	display: flex;
	justify-content: space-between;
}
.savdel a {
	display:inline-block;
	text-decoration: underline;
	cursor: pointer;
}
.draftUploader {
    display: none;
    width: 67rem;
    height: inherit;
    position: relative;
    background: white;
    border: 0px solid #a7202f;
    bottom: inherit;
    left: inherit;
    padding: 0 0 3.5rem;
}
.fileuploader {
	display: flex;
	flex-flow: column-reverse;
	
}
.btn-upload .fileuploader {padding-left:2.5rem; letter-spacing: -.4px;}
.draftUploader .fileuploader {
    /*width: 17.5rem;*/
}
.draftUploader input[type="file"] {
    display: none;
}
.upfotoinp {opacity:0;}
.fileuploader-theme-dragdrop .fileuploader-input {
	display: block;
	-webkit-transition: background-color 0.2s ease;
	transition: auto;
	background: none;
	border: none;
	text-align: left;
	border-radius: 0;
	border:1px dashed #585858; padding:1rem; background:#f2f2f2;
}
.fileuploader-theme-dragdrop .fileuploader-input .fileuploader-input-inner {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.draftUploader .fileuploader-input-caption {
    /*padding: 1.28rem 0.3rem 1.28rem 0.3rem;*/
}
.fileuploader-input-caption .sp2 {display:none;}
.fileuploader-input-caption {
    white-space: normal;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.6rem;
    color: #d4b7b8;
    background: none;
    border: none;
    margin-right: 0;
    padding: 8.98rem 4rem 8.98rem 4rem;
}

.fileuploader-input-caption {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 10px 15px;
    margin-right: 15px;
    border: 1px solid #dde4f6;
    border-radius: 4px;
    color: #94a2e8;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.fileuploader-items {
	position: relative ;top: auto;
}
.draftUploader .fileuploader-items {
    display: none;
}
.btn-upload .fileuploader-items {top: 41rem; left:-4rem; width:36rem; position: absolute;}
.fileuploader-items-list {
    display: block;
    padding: 0 !important;
    list-style: none;
}
.btn-upload .fileuploader-items-list {
margin:0;
}
.form_block .block3 .maxv {
    color: #8a8a8a;
    font-size: 1.4rem;
    display: inline-block;
}
.form_block .block3 .fg2 {
    display: block;
    margin-bottom: 4rem;
    width: 67rem;
}
.div-edit {
    font-size: 1.4rem;
    background: #f0efef;
    border: 1px solid #ccc;
    position: relative;
    padding: 1.365rem 2rem;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
#letterContentText {
    word-break: break-all;
}
.div-edit p {
    margin-bottom: 1rem; margin-top:1rem;
}
.div-edit .pen-edit {
    position: absolute;
    bottom: 1.3rem;
    right: 1.3rem;
    width: 1.4rem;
    height: 1.6rem;
    background: url(/bundles/letters/img/ico_pen_red.svg) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.feedback_form .tr {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}
.feedback_form .td1 {
    margin: 0 1rem;
    text-align: right;
}
.feedback_form .td {
    display: inline-block;
	position: relative;
}
.feedback_form .td_capcha img {
    float: left;
}
.feedback_form .captcha_image {
    width: 13rem;
    height: 5rem;
}
.captcha_reload {
    margin-right: 10rem;
    margin-left: 2rem;
}
.clear {
    clear: both;
}
.processHint .checkbox, .feedback_form .checkbox2 {display: none;}
.select2-results__option {
    color: #444;
	margin:0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 2.3rem;
}
.feedback_form .td.td2 {
    width: 67rem;
}
.feedback_form .td2-radio > div {display:flex;}
	.feedback_form .radio  {padding-right:3rem;}
.form-control-red {
    width: 100%;
}

	.feedback_form .td2 .help-block {list-style:none; padding-top:1rem; position:absolute;}
		.feedback_form .td2 .help-block {color:red; font-size:1.3rem;}
		.feedback_form .td2 input[type=password] + .help-block {position: relative; padding-bottom: 0; margin-bottom: 0;}
	.feedback_form .td_capcha .help-block {top:5rem;}


.processHint {
    margin-bottom: 2rem;
}
.processHint label {
    margin-right: 6.8rem;
}
.a_ico_2 {
	display: flex;
	width: 100%;
	text-decoration: none;
	align-items: center;
	margin-bottom: 4rem;
	margin-top: -3rem;
	color: #585858;
	text-decoration: underline;
	font-size: 1.6rem;
}
#ppdOpen .ico_2 {
	color: #990618;
	font-size: 3rem;
	margin-right: 1rem;
}
#ppdContainer {
	align-self: flex-start;
	margin-left: 9rem;
}
.form-group .tr {
	align-items: flex-start;
}
.form_block .frp_form_errors {padding-left:0;top: 5.5rem;}
.form_block .frp_form_errors li {margin-left:0;}
.frp_form_errors { list-style: none; }
.frp_form_errors li { color: #c12b2b; font-size: 1.3rem; }
.feedback_form .frp_form_errors {position:absolute;}
.feedback_form .select2 + .frp_form_errors,
.feedback_form select[class*='select2'] + .frp_form_errors {position:absolute; /*margin-top:4.8rem;*/}
.checkbox2 + .frp_form_errors {
	top: -2rem;
}
.block3 .frp_form_errors {
	top: -2rem;
}
#guideCheckContentWrapper {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
}
.feedback_form .td.td2.td_capcha {
	display: flex;
	align-items: center;
}
.snoska {
	align-self: flex-start;
	margin-left: 22rem;
	color: #595651;
}
.column-thumbnail {
	display: none;
}
.column-title {
	display: flex;
	width: 30rem;
	justify-content: space-between;
	align-items: center;
	margin-right: 1rem;
}
.column-title div {
	margin-right: 3rem;
	width: 20rem;
}
.fileuploader-item {
	padding: 4px 15px;
}
.fileuploader-item .column-actions {
	position: relative;
	top: auto;
	right: auto;
	margin-top: 0.5rem;
}
.column-title span {
	width: 8rem;
}
.fileuploader-item .columns {
	display: flex;
	align-items: center;
	margin-bottom: 3.2rem;
}
.btn-upload .fileuploader-item .columns {margin-bottom:.2rem;}
.feedback_form .td2_legend {
	padding-left: 0;
	position: absolute;
	color: #3051ac;
	font-size: 1.3rem;
	top: -2rem;
}
.bodyLoader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(255,255,255,.8) ;
	opacity:1;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-out;
}
.bodyLoader-animate {opacity:0;}


.search_top_block {
	height: 11rem;
	position: absolute;
	top: -11rem;
	left: 0;
	right: 0;
	z-index: 999;
	background: #374a60;
	box-shadow: 0 2px 6px rgba(0,0,0,.5);
	padding: 4rem 3rem 0;
	display: block;
	transition: top .3s ease-out;
	-moz-transition: top .3s ease-out;
	-webkit-transition: top .3s ease-out;
	-o-transition: top .3s ease-out;
}
.search_top_block .st_in {
	max-width: 87rem;
	margin: 0 auto;
	border-left: 1px solid #fff;
	position: relative;
}
.search_top_block .st_in .form-group {
	padding: 0 11rem 0 2rem;
	margin: 0;
}
.search_top_block .form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 7px 0;
	line-height: 1.42857143;
}
.search_top_block .form-group input {
	position: relative;
}
.search_top_block.search_top_block_show {
	top: 0rem;
}
.search_top_block .form-control,.search_top_block .form-group .form-control {
	border: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
	background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
	background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
	background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
	-webkit-background-size: 0 2px, 100% 1px;
	background-size: 0 2px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center -webkit-calc(100% - 1px);
	background-position: center bottom, center calc(100% - 1px);
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: background 0s ease-out;
	-o-transition: background 0s ease-out;
	transition: background 0s ease-out;
	float: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
.search_top_block .st_in .form-group .form-control {
	background-size: 0 2px, 100% 0;
	color: #fff;
	font-size: 1.6rem;
}

.search_top_block .form-group .inp_clear {
	padding-right: 3.3rem;
}
.search_top_block .form-group .form-control {
	margin-bottom: 7px;
}
.search_top_block .st_in .form-group .sp_clear {
	width: 2rem;
	height: 2rem;
	right: -1rem;
	top: 1rem;
	background-image: url(/bundles/letters/img/close_white.svg);
	background-position: 150% 50%;
	background-size: 2rem;
	display: block !important;
}
.search_top_block .st_in_btn {
	position: absolute;
	right: 3rem;
	top: .6rem;
	background: rgba(255,255,255,.2);
	border-radius: 2px;
	color: #fff;
	padding: 0.5rem 1rem;
	border: 0;
}
.feedback_form .td.letter_stepOne_personalConfirm_block {
	display: flex !important;
	align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 1.6rem;
}
.fileuploader-input-caption {
	padding: 0;
	border: none;
	color: #585858;
	overflow: visible;
}
.fileuploader-input-caption:before {
	content: '';
	display:none;
	position: absolute;
	border-bottom: .5rem solid transparent;
	border-left: 1rem solid #585858;
	border-top: .5rem solid transparent;
	height: 0;
	width: 0;
	right: -1.5rem;
	top: 0.7rem;
}
.contacts_info {
	margin-bottom: 5rem;
}
.contacts_row {
	display: flex;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	width: 93.1rem;
	justify-content: space-between;
	font-size: 2rem;
	color: #464646;
	border-bottom: 1px solid #e4e4e4;
}
.contacts_row div:last-child {
	width: 47rem;
}
.road_to {
	display: flex;
	margin-bottom: 5rem;
}
.road_to img {
	margin-right: 5rem;
}
.cont-auth {
	display: flex;
	justify-content: space-between;
	padding-top: 3rem;
}
.cont-auth-l {
	width: 50%;
	padding-left: 6.5rem;
}
.regForm.globForm.feedback_form.feedback_form_login {
	width: 100%;
	border-right: 1px solid #2d2d2d;
	padding-right: 6.8rem;
}
.regForm.globForm.feedback_form.feedback_form_login2 {
border-right: 0px solid #2d2d2d;
padding-right:0;
}
.cont-auth-l h1 {
	margin-bottom: 6.4rem;
}
.cont-auth h1 {
	font-size: 3rem;
	color: #9d1314;
	font-family: 'Athelas Regular';
	text-transform: uppercase;
}
.feedback_form_login .tr {
	flex-flow: column;
	margin-bottom: 4.5rem;
	align-items: flex-start;
	width:100%;
}
.feedback_form_login .tr-pad {}
.feedback_form_login .td1 {
	font-family: 'Roboto Light';
	font-size: 2rem;
	color: #595651;
	margin: 0 0 1.5rem;
	text-align: left;
}
.feedback_form_login .td.td2 {
	width: inherit;
}
.feedback_form_login .form-group .form-control-red {
	height: 9.1rem;
	border: solid 1px #888888;
	padding: 3rem;
	font-size: 2.8rem;
	width: 100%;
}
.feedback_form_login .tr:nth-child(3), .feedback_form_login .tr:last-child {
	flex-flow: row-reverse;
	align-self: flex-start;
	align-items:center;
	justify-content:flex-end;
}
.feedback_form_login .tr:nth-child(3) .td.td2 {
	margin-right: 1.7rem; width:2rem;
}
.feedback_form_login .tr:nth-child(3) .td.td1 {
	margin:.2rem 0 0 0;
}
.feedback_form_login .tr:last-child {
	width: 100%;
}
.btn.btn-raised, .btn.btn-primary, .btn.btn-raised.btn-primary {
	background-color: #adaeb2;
}
.btn.btn-success {
	background-color: #da0b0c;
}
.feedback_form_login .tr:last-child .td.td2 {
	display: flex;
	flex-flow: row-reverse;
	flex-wrap:wrap;
	width: 100%;
	justify-content: space-between;
}
.cont-auth-r {
	padding-left: 6.8rem;
	width: 50%;
}
.cont-auth-r h1 {
	margin-bottom: 6.9rem;
}
.socauth {
	display: flex;
	justify-content: space-between;
	width: 29.4rem;
}
.socauth a {
	width: 9.1rem;
	height: 9.1rem;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
.soc_vk {
	background-color: #5c789f;
	background-size: 60%;
	background-image: url(/bundles/letters/img/soc2.svg);
}
.soc_fb {
	background-color: #455a97;
	background-size: 45%;
	background-image: url(/bundles/letters/img/soc3.svg);
}
.soc_gg {
	background-image: url(/bundles/letters/img/google-plus.svg);
	background-color: #c04e42;
	background-size: 75%;
}
.as-buttons .dropdown-menu.show {
	width: inherit;
	height: inherit;
	padding: 0;
	border-radius: 0.4rem;
	left: inherit !important; 
	right:0;
	float:none;
	margin-top:1rem;
}
.trk_top {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 9px solid #da0b0c;
	position: absolute;
	top: -9px;
	right: .7rem;
}
.as-buttons .btn.btn-top {
	width: 24rem;
	height: 100%;
	border-radius: 0.3rem;
	margin-bottom: 0;
	padding: 1rem;
	background-color: #da0b0c;
	font-size: 1.6rem;
	line-height:1.3em;
}
.as-buttons .btn.btn-top:hover {
	box-shadow: none;
}

.article-title-ico {
	display: flex;
}
.title-icon {
	width: 5.4rem;
	height: 5.3rem;
	margin-right: 2.8rem;
}





/*============ TOP BTN =================*/





.top_profile {width:35.4rem; display:table; color:#262626;}
	.tp_tbl {display:flex; width:38.5rem;}
	.top_profile .td1 {width:12.3rem; min-width:12.3rem; display:table-cell; vertical-align:top; padding:1.5rem;}
		.top_profile .td1 img {width:100%;}
	.top_profile .td2 {display:table-cell; vertical-align:top; padding:1.5rem; padding-left:0;}
		.top_profile .d1 {font-size:1.4rem; font-weight:bold; text-transform:uppercase; padding-bottom: .5rem;}
		.top_profile .d2 {font-size:1.4rem; padding-bottom:1.9rem;}
			.top_profile .d2 a {color:#262626; text-decoration:none;}
		.top_profile .d3 {display:inline-block; font-size:1.2rem;}
			.top_profile .d3 .btn.btn-top {width:18rem;}
		.top_profile .d4 {display:inline-block; padding-left:1.5rem; font-size:1.2rem; text-transform:uppercase;}
			.top_profile .d4 a {color:#600000;}

.trk_top_white {
	border-bottom: 9px solid #fff;
}

.btn-top {background-color:#61080a; padding:1.5rem 2rem; color:#fff; border-radius:0; font-size:1.2rem; margin:0; text-transform:uppercase; display:inline-block; text-decoration:none !important; color:#fff !important; text-align:center;}
	.btn-top:hover {background-color:#8a0b0e !important;}
	.btn-top2 {display:block;}



/*============= LK ================*/



.pers {
	margin: 0 auto;
	position: relative;
   z-index: 10;
   color:#262626;
   line-height:normal;
}

.pers .btn-tab {
	display: inline-block;
	background: rgba(255,255,255,1);
	color:#600000;
	font-size: 1.8rem;
	padding:0rem 1rem;
	margin-right: 2rem;
	min-height: 7.5rem;
	text-align: center;
	margin-bottom: 2em;
	width: 22.5rem;
	cursor: pointer;
	text-transform: uppercase;
	transition:background .2s linear;
	-moz-transition:background .2s linear;
	-webkit-transition:background .2s linear;
	-o-transition:background .2s linear;
}

.pers .btn-tab:hover{
	background: rgba(255,255,255,0.8);
}
.pers .btn-tab.active{
	background: rgba(36, 50, 69, 1);
	color:#fff;
}
.pers .btn-tab.active:hover{
	background: rgba(36, 50, 69, 1);
	cursor: default;
}
.pers .btn-tab:last-child{
	margin-right: 0;
}

.pers .btn-tab div {
  display: inline-block;
  vertical-align: middle;
}
.pers .btn-tab:before {
  content: "";
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle;
}



.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: #fff;
  border: 0px solid #cccccc;
  border-radius: 4px;
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.form-control,
.form-group .form-control {
  border: 1px solid #585858;
/*  background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
  -webkit-background-size: 0 2px, 100% 1px;
          background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(100% - 1px);
  background-position: center bottom, center calc(100% - 1px);
  background-color: rgba(0, 0, 0, 0);*/
  -webkit-transition: background 0s ease-out;
       -o-transition: background 0s ease-out;
          transition: background 0s ease-out;
  float: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.date .form-control {border:0;}
.form-control::-moz-placeholder,
.form-group .form-control::-moz-placeholder {
  color: #BDBDBD;
  font-weight: 400;
}
.form-control:-ms-input-placeholder,
.form-group .form-control:-ms-input-placeholder {
  color: #BDBDBD;
  font-weight: 400;
}
.form-control::-webkit-input-placeholder,
.form-group .form-control::-webkit-input-placeholder {
  color: #BDBDBD;
  font-weight: 400;
}

.input-group .form-control {width:100%;}

.pers-cont {
	background: #fff;
	/*margin-top: 2.5rem;*/
	width: 100%;
	/*padding: 4rem 4rem 0;*/
}

.pers-content {line-height:2.5rem; font-size:1.6rem;}
	.pers-content p {margin: 0 0 2rem 0 ;}
	.pers-content ol {padding:0; margin: 0 0 1rem 2rem ;}
		.pers-content ol li {margin:0; padding: 0 0 1rem 0rem ;}

.pers-cont .pc-tit{
	font-size: 1.8rem;
	text-transform: uppercase;
	margin-bottom: 3rem;
}

.pers-cont .pc-name{
	font-size: 1.8rem;
	text-transform: uppercase;
	background: #e8e8e8;
	border: 1px solid #b0b0b0;
	padding: 1.65rem 1.4rem;
	margin-left: -0.5rem;
	margin-bottom: 4rem;
}

.pers .info {
	margin-bottom: 9rem;
}
.pers .dh-tit{
	display: table-cell;
	vertical-align: top;
	width: 16rem;
	padding-right: 2rem;
	text-align: right;
}
.pers .dh-info{
	display: table-cell;
	vertical-align: top;
	font-size: 1.8rem;
}
.pers .info .div-hor{
	margin-bottom: 1.5rem;
}
.pers .dh-info .foto,
.pers .dh-info .foto-det {float: left;}

.pers .dh-info .foto{
	background: url(/bundles/letters/img/foto1.jpg) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	width: 13rem;
	height: 17rem;
	margin-right: 1.7rem;
	display: inline-block;
}

.pers .info .dh-tit{font-size: 1.8rem;}


.foto-det .format {
	display: block;
	font-size: 1.2rem;
	margin-bottom: 5rem;
}
.foto-det .file_upload{	margin-bottom:1rem;}
.foto-det .dofoto,
.foto-det .file_upload .upfoto{
	font-size: 1.3rem;
	color:#262626;
	background-color:rgba(240, 240, 240,1);
	padding: 0.8rem 3.8rem 1rem 3.8rem;
	border:1px solid #b0b0b0;
	display: inline-block;
}
.foto-det .dofoto:hover,
.foto-det .file_upload .upfoto:hover{
	cursor: pointer;
	background-color:rgba(240, 240, 240, 0.6);
}

.foto-det .file_upload .upfoto{
	background-image: url('/bundles/letters/img/ico_upload.svg');
	background-repeat: no-repeat;
	background-position: 2rem 50%;
	-webkit-background-size: 1.1rem 1.1rem ;
	background-size: 1.1rem 1.1rem ;
}
.foto-det .dofoto{
	background-image: url('/bundles/letters/img/ico_camera.svg');
	background-repeat: no-repeat;
	background-position: 2rem 50%;
	-webkit-background-size: 1.1rem 1.1rem ;
	background-size: 1.1rem 1.1rem ;
}

.foto-det .file_upload .dino{display: none;}


.pers .pers-bot {text-align: center;}
.pers .pers-bot a{text-decoration: none; color: #9d0414; font-weight: 600;}
.pers .pers-bot a:hover{text-decoration: underline;}

.inquiry .table th{
	background-color: #f0efef;
	text-align: left;
}

.inquiry .table .span-srch{
	width: 1.6rem;
	height: 1.6rem;
	display: inline-block;
	background-image: url(/bundles/letters/img/ico_srch.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: 1.6rem 1.6rem ;
	background-size: 1.6rem 1.6rem ;
	cursor: pointer;
}

.pers .div-tab {display: none;}
.pers .div-tab.active{display: block;}


/*============= LK ================*/


.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
  font-weight:bold;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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;
}



.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 0;
  border-radius: 4px;
  padding:0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  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: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-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;
}
.pagination {border-radius:0;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {border-color:#b0b0b0;}
.pagination > li:first-child > a, .pagination > li:first-child > span {border-radius:0;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {border-color:#b0b0b0;}
.pagination > li > a, .pagination > li > span {border-color:#b0b0b0; color:#243245;}
.pagination > li:last-child > a, .pagination > li:last-child > span {border-radius:0;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {background-color: #243245; border-color: #243245;}


.inquiry .table thead,
.inquiry .table body {
	border:none; background:none;
}

.inquiry .table thead tr{
	border-top:1px solid #d1d1d3;
	border-left:1px solid #d1d1d3;
	border-right:1px solid #d1d1d3;
	border-bottom:0;
}
.inquiry .table tr.odd,
.inquiry .table tr:nth-child(even) {
	background: #f0eeef;
}
.inquiry .table tbody tr:hover{
	background: #36485e;
	color: #fff;
}
.inquiry .table tr:hover .span-srch{
	background-image: url(/bundles/letters/img/ico_srch_w.svg);
}
.inquiry .table th,
.inquiry .table td {
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	height: 4.9rem;
}
.inquiry .table .date {text-align: left;}
.inquiry .table .status {text-align: left;}
.inquiry .table .srch {width: 1%;}

.inquiry .table th{
	border-bottom: 0;
}
.inquiry .table .tr-date-sel th{
	background: #f9f9f9;
	text-align: left;
	padding: 0;
	padding-top: 0.7rem;
	padding-left: 1rem;
}

.table .th-filtr{
	display: inline-block;
	width: 1.9rem;
	height: 1.2rem;
	margin-left: 0.5rem;
	background:#f0eeef url(/bundles/letters/img/ico_tbl_arlist.png) no-repeat 0 0;
	cursor: pointer;
}
.table .th-filtr_bot {
    display: inline-block;
    width: 1.9rem;
    height: 1.5rem;
    margin-left: 0.5rem;
    background: #f0eeef url(/bundles/letters/img/ico_tbl_arlist_bot.png) no-repeat 0 0;
    cursor: pointer;
	position:relative; 
	top:.3rem;
}
.calfil .calend-wid{
	width: 17rem;
	display: inline-block;
	margin-right:3rem;
}
.calfil .form-control,
.calfil .form-group {
	margin: 0;
	padding: 0;
}

.calfil .input-group {
	border:1px solid #b0b0b0;
	background: #fff;
}

.calfil .input-group .form-control{
	background: none;
	height: 3.4rem;
	padding-left: 1.3rem;
}
.calfil .input-group .input-group-addon{
	border-left:1px solid #b0b0b0;
}
.glyphicon.glyphicon-calendar {
	cursor: pointer;
}
.glyphicon-calendar:before{
	content:'';
	background: url(/bundles/letters/img/ico_calendar.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	display: inline-block;
}
.calfil .input-group .clear-date{
	position: absolute;
	right: -2rem;
	top: 0.3rem;
	font-size: 2rem;
	color:#373737;
	cursor: pointer;
	display:none;
}

.calfil .numb-wid{
	width: 10rem;
	display: inline-block;
}


.datepicker {font-size:1.4rem;}

.tooltip-inner {max-width: 210px;}

.tooltip2 {}
	.tooltip2 .tooltip-inner {background: #f0eeef; color: #414141; font-size: 1.4rem; padding: 1rem;
	  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.2);}
	.tooltip2 .tooltip-arrow {display: block;
		-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
	}
	.tooltip2.top .tooltip-arrow {border-top-color: #f0eeef;}
	.tooltip2.bottom .tooltip-arrow {border-bottom-color: #f0eeef;}
	.tooltip2.left .tooltip-arrow {border-left-color: #f0eeef;}
	.tooltip2.right .tooltip-arrow {border-right-color: #f0eeef;}



.close {
  float: right;
  font-size: 3.1rem;;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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;
}





/*=============================*/


.searchstring {padding-bottom:2rem; font-size:1.8rem;}
.searchresult {padding-bottom:2rem;}
.page-section .searchresults_ul {margin-top:1rem;}
	.page-section .searchresults_ul li {padding-bottom:1.3rem; margin-bottom:1rem;}
		.page-section .searchresults_ul li a {text-decoration:none;}
			.page-section .searchresults_ul li a:hover {text-decoration:underline;}
		.page-section .searchresults_ul li .d1 {padding-bottom: 0.5rem;}
		.page-section .searchresults_ul li .d5 {font-size: 1.8rem; line-height:1.5em; padding-bottom: 0.0rem;}

	.smarked{background: #d8d8d8; padding: 0 2px; color: #333;}



/*=============================*/


.fa, .fab, .fal, .far, .fas {

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;

}
.fa {

    color: #f80508;
    margin-right: 2rem;
	width:1.6rem; height:1.6rem;

}


.fa-map-marker-alt {background:url(/bundles/letters/img/place.svg) no-repeat center center; background-size: contain;}
.fa-phone {background:url(/bundles/letters/img/phone.svg) no-repeat center center; background-size: contain;}
.fa-envelope-open {background:url(/bundles/letters/img/email.svg) no-repeat center center; background-size: contain;}

@media screen and (min-width: 900px) {
	@-moz-document url-prefix() {
			#lkModalChange {overflow:hidden}
			#lkModalChange .modal-dialog {overflow:auto; max-height:95%; max-width: 100.8rem;}
	}
}




@media screen and (max-height: 900px) {
	html {
		font-size: 9px;
	}
	.top-head {
	}
	.seventh-top {
		padding: 20rem 30.7rem 9rem 30rem;
	}
	.red-line:before {
		top: 6%;
	}
}
@media screen and (max-height: 800px) {
	html {
		font-size: 8px;
	}
	body {
		font-size: 1.8rem;
	}
	.top-head {
	}
	.seventh-top {
		padding: 20rem 44.7rem 9rem 44rem;
	}
	.seventh-bot {
	}
	.red-line:before {
		top: 12%;
	}
}
@media screen and (max-height: 700px) {
	html {
		font-size: 7px;
	}
	body {
		font-size: 1.85rem;
	}
	.top-head {
	}
	.seventh-top {
		padding: 20rem 60.7rem 9rem 60rem;
	}
	.seventh-bot {
	}
	.red-line:before {
		top: 12%;
	}
}
@media (max-width: 1600px) {
	html {
		font-size: 7px;
	}
/*	.more-hold .more-inf:after {
		width: 3.8rem;
    	height: 1.9rem;
    	top: 1.5rem;
    	right: -4.5rem;
	}*/
	.logo img {
		width: 5rem;
	}
	.top-head {
	}
	.quest-form {
		height: 6.5rem;
	}
	.quest-form button {
		height: 5.5rem;
	}
	.quest-form button span {
		line-height: 4.5rem;
	}
	.seventh-bot {
	}
	.seventh-bot .navbar {
	}
	.socials .soc {
		width: 25rem;
	}
	.socials .soc .item {
		width: 6rem;
		height: 6rem;
	}
	.credit {
	}
}
@media (max-width: 1279px) {
	html {
		font-size: 6px;
	}
	.top-head {
	}
	.seventh-top {
		padding: 20rem 17.7rem 9rem 29rem;
	}
	.more-hold .more-inf:after {
		width: 4.8rem;
		right: -5.5rem;
	}
	.quest-form button span {
		line-height: 4rem;
	}
}




@media (max-width: 990px) {
	body {font-size:14px;}

	body.body_main,
	html.html_main {overflow:inherit;}

	.contain {}

	.body_main .contain * {transition:none !important}


	.contain {background: url(/bundles/letters/img/768_/Fon.jpg) repeat-y;}

	.main_menu_open,
	.main_open {/*height: 100%; */overflow: hidden;/* width: 100%; position: fixed;*/ }
	.main_cont1 {display:block; position:fixed; right:-310px; bottom:0; top:0px; overflow:auto; /*background:#1f253d; */ background:#0a2d5e; -webkit-overflow-scrolling: touch; /*box-shadow:7px 0 0px #e64c65;*/ box-shadow:-7px 0 0px #23426e; transition: all 0.3s ease; z-index:111; padding-right:0; width:300px;}
		.main_menu_open .main_cont1 {right:0;}
	
	.menu_btn {display:block; width:45px; position:fixed; top:18px; right:23px; border-radius:0px 0px 0px 0px; overflow:hidden; cursor:pointer; z-index:112; transition: all 0.3s ease;}
	.menu_btn .div1 {padding:2px 6px; width:43px; height:45px; border-radius:0px 0px 0px 0px; position:relative; z-index:1; background:transparent;}
	.main_menu_open .menu_btn {right:328px;}
	.content_win_bgnd {position:fixed; top:0; bottom:0; right:0; left:0; background:rgba(0,0,0,0.5); z-index:102; display:none;}
	.main_menu_open .content_win_bgnd {display:block;}

		.top-head .navbar .nav-item {display:block; padding:20px; font-size:20px; border-bottom:1px solid rgba(255,255,255,.3); margin:0;}
			.top-head .navbar .nav-item.sel {background:rgba(255,255,255,.1)}
			.top-head .navbar .nav-item:hover {
				border-bottom:1px solid rgba(255,255,255,.3)
			}
			.nav-item.sel {border-bottom:1px solid rgba(255,255,255,.3)}

	.sp_menu {display:inline-block; position:relative; top:17px; width:31px; height:4px; background:#f3f3f3; border-radius:1px;}
		.sp_menu:after {content:''; display:inline-block; position:absolute; top:-11px; left:0; width:31px; height:4px; background:#f3f3f3; border-radius:1px;}
		.sp_menu:before {content:''; display:inline-block; position:absolute; top:11px; left:0; width:31px; height:4px; background:#f3f3f3; border-radius:1px;}

	.main_menu_open .sp_menu {background:none;}
		.main_menu_open .sp_menu:after {width:auto; height:auto; background:none; content:"✕"; color:#fff; font-size:40px; font-weight:400; top:-18px; line-height:1em;}
		.main_menu_open .sp_menu:before {display:none;}


	.logo img {width: 10rem; height: 8.2rem;}
	.logo a {font-size:3rem;}
	.logo p {margin-left: 2.4rem;}
	
	.body_second .content {padding-top:16rem;}

	.content-wrapper {width:100%;}
	.body_second .content {}

	.background {height: inherit;}

	.as-buttons {margin-right:60px;}

	.as-buttons a.account, 
	.as-buttons a.search-icon {width: 6rem; height: 6rem;}
	.account {background-size: 43%;}
		.as-buttons .btn.btn-top {font-size:16px; width:inherit; white-space:nowrap;}
		.as-buttons .dropdown-menu.show {transform:inherit !important; top:41px !important; right:8px;}


	.content {padding:12rem 0 0 0;}
	.bg1 .content {padding-top:16rem;}
	.main {height:inherit; width:inherit; margin:0 20px; padding: 7rem 13rem;}
		.main .strelka {left:2rem; top:3rem; width: 23rem; height: 25rem;}
		.main-bot {width:initial; margin-top:5rem; /*margin-left: 0rem;*/}
			.main-bot p {width:45%; font-size:14px;}

	.second-top {margin-left: 40px;}
	.second {height:73rem; margin-bottom:5rem;}
	.second-bot {width:inherit; padding:0 20px;}
	.second-bot .item-holder:nth-child(1) {width:268px; height:179px;}
	.second-bot .item-holder:nth-child(2) {width:210px; height:302px;}
	.second-bot .image-holder {width: 212px;}
		.second-bot .image-holder .item-holder:nth-child(1) {width:212px; height:150px;}
		.second-bot .image-holder .item-holder:nth-child(2) {width:212px; height:150px;}
	.more-hold {left:28px;}
		.more-hold .more-inf {font-size:13px;}

	.third {width:728px; overflow: hidden; padding:8rem 20px 3rem 20px;}

	.red-line:before {top: 14rem; height:80rem;}
		.third-top .head-block {top: -10px; left: 70px;}
		.third-top .item-holder {width:312px; height:229px;}
		.third-bot .item-holder:nth-child(1) {width: 204px; height: 252px;}
		.third-bot .item-holder:nth-child(2) {width: 259px; height: 171px;}
		.third-bot .item-holder:nth-child(3) {width: 192px; height: 221px;}
		.third .more-hold {left: 20px;}

	.header {font-size: 5.6rem; line-height: 1.0em;}
	.bg3 .content {padding-top: 6rem;}
	.third-top .head-block {height: 36rem;}
	.third-top .bookmark-icon {width: 5.1rem;}
	.descript {font-size: 2.5rem; line-height: 1.1em;}

	.fourth {margin-bottom: 9rem; margin-top: 3rem;}
	.right-top, 
	.right-bot {width: 505px; flex-wrap: wrap;}
	.fourth-body {justify-content: space-between;}
		.fourth-left {padding-left:40px;}
		.fourth-right {padding-right:20px; height: inherit;}
		.fourth .head-block {width: 196px;}
		.fourth .item {width: 48%; height: 100px; justify-content: flex-start; padding-top:15px; margin-bottom:20px;}
			.fourth .item p {font-size:14px;}
		.fourth .choise {font-size: 15px; left: 244px;}
		.fourth .more-hold {bottom: 4.3rem; }

	.fifth {height:inherit;}
		.fifth-bot {padding:0 20px; padding-bottom: 90px;}
		.fifth-top .head-block {height: 29rem; margin-bottom:22px;}
		.fifth-bot .item {width:135px; height:160px;}
		.fifth .more-hold {bottom: 6.5rem; left: 29px;}
		.fifth-top {margin-left: 18.5rem;}

	.bg6 .content {padding: 16rem 20px;}
	.sixth .header {text-align:center;}
	.sixth {height: 64.6rem;}

	.seventh-top {padding: 12rem 40px 12rem 40px; height:inherit;}
	.contacts-items .item {font-size:14px;}
	.quest-form {width: 35.2rem;}
	.fa {width:2rem; height:2rem;}
	.path-descript {margin-top:40px;}
	.path-descript p {font-size: 14px; line-height: 1.4em; margin-left: 0rem;}


	.seventh-bot-in {max-width:inherit; margin:0 40px;}
		.seventh-bot .navbar {font-size:14px;}
		.fed-sup {width:60rem; justify-content: flex-start;}
		.fed-sup p {font-size: 14px; line-height: 1.1em; margin-left:2rem; width:50rem}
		.copyright {font-size: 12px;}
		.credit {font-size: 12px;}

	.search_top_block {padding-top:2.5rem;}
		.search_top_block .st_in_btn {font-size: 15px; padding:1.3rem; right: 4rem;}
		.search_top_block .st_in .form-group .form-control {font-size:15px;}
		.search_top_block .st_in .form-group .sp_clear {height: 4rem; width:4rem; background-size: 3rem; background-position: 100% 100%; top: .7rem;}



	.cont-auth h1 {font-size: 20px;}
	.feedback_form {font-size: 14px;}
	.feedback_form_login .td1 {font-size: 18px;}
	.form_block .block0 label, .form_block .block1 label, .form_block .block2 label, .form_block .block3 label, .form_block .block4 label {font-size: 15px;}
	.form-control-red, .form-group .form-control-red {font-size: 15px; height: 6.8rem;}
	.form_block .block0 .bloc_tit label {font-size: 20px;}

	.select2-container--default .select2-selection--single {min-height: 6.8rem;}
		.select2-container--default .select2-selection--single .select2-selection__rendered {font-size:15px; line-height:1.7em; padding-top: 1.3rem;}
		.select2-container--default .select2-selection--single .select2-selection__arrow {min-height: 6.8rem;}
		.select2-container--default .select2-selection--single .select2-selection__arrow b {top: 49%;}
		.w210 {width: 17rem;}
		
		.feedback_form {font-size:16px;}
		.feedback_form .td2 .help-block {font-size: 14px;}
		.form-group .sp_clear {width: 15px; height: 15px; background-position: 100% 50%;}
		.captcha_reload + .form-control-red {width: 84px;}

		.article-wrapper p {font-size: 16px; line-height: 1.4em; margin-bottom: 20px;}

		.body_second .article-wrapper {margin: 0 20px;}

		.pers .btn-tab {font-size: 15px;width: 31.5rem;}
		.details-item .d1 {font-size: 14px;}
		.account-info .descript {font-size: 13px;}
		.account-info-left {width: 210px;}
		.btn-upload .fileuploader {padding-left: 27px; font-size: 13px;}
		.btn.btn-upload {height: 7rem;}
		.account-info-right .account-details:first-child .account-details-left {width:inherit;}
		.modal-content .feedback_form .td.td2 {width:360px;}
		.btn-upload .fileuploader-items {top: 46rem;}
		.calfil .calend-wid {width: 130px;}
		.calfil .input-group .form-control {height: 30px;}
		.datepicker {font-size: 14px;}

		.top_profile .d1 {font-size:14px;}
		.top_profile .d2 {font-size:14px;}
		.tp_tbl {width: 46.5rem;}
		.top_profile .d3 .btn.btn-top {width: 23rem;}
		.top_profile .d4 a {font-size:12px;}

	.searchstring {font-size: 14px;}
	.page-section .searchresults_ul li .d5 {font-size: 14px;}
	.chevron-links {font-size: 18px;}

	.dotted-list li,
	.article-wrapper ol li {font-size:16px; line-height: 1.4em;}
		.dotted-list li::before {top:1.8rem; left: -2rem;}
	.sit_li {margin-bottom: 20px;}
	.sit_li .sp2 {font-size: 18px;}
	.sit_li .sp1 {min-width: 5rem; width: 5rem; height: 5rem; font-size: 3.7rem;}

	.modal-dialog {margin-left:20px; margin-right:20px;}
	.modal-content {padding:30px 20px;}
	.modal-close {transform: none; right:40px; width: 30px; height: 30px; z-index: 9; font-size: 20px;}

	.status {font-size: 14px;}
	.h3_bot, #answerContent h3 {font-size: 22px;}
	.sit_termin ul li, 
	.answer_body ul li {font-size: 16px;}
		.sit_termin ul li::before, .answer_body ul li::before {left: -2rem;}
	.warning {font-size: 16px; line-height: 1.4em;}
	.article-tags {font-size: 14px; line-height: 1.4em;}
	.next-section {font-size: 16px; line-height: 1.4em; width:170px;}

	.faq-items .item-header {font-size: 24px; margin-bottom: 17px;}

	.contacts_row {width: 100%; font-size: 16px;}
		.contacts_row div:last-child {width: 56%;}
	.pers-content {line-height:22px;}

	.done_steps {width: 635px;}
	.status-bar::before {font-size: 14px;}
	.counts a span {font-size: 13px; bottom: -5.5rem; left: -5rem;}
	.status-bar .counts {margin-top: -3.3rem;}
	.status-bar .counts .count-img {width: 5.4rem; height: 5.4rem;}
	.article-wrapper h4 {font-size: 20px;}
	.feedback_form .select2 + .frp_form_errors, .feedback_form select[class*="select2"] + .frp_form_errors {margin-top: 36px;}
	.frp_form_errors li {font-size: 13px;}
	#ppdContainer {margin-left: 142px;}
	.a_ico_2 {font-size: 14px; margin-top: -1rem;}

	.form_block form {width:100%; padding-right: 0rem;}
	.form_block .dstep .bloc_tit {margin-left: 0;}
	.form_block .dstep {width:100%;}
	.dstep .feedback_form .tr {width: 100%;}
		.dstep .feedback_form .td1 {width: 130px;}
		.dstep .feedback_form .td.td2 {width: 493px;}
	.block3 .feedback_form .tr {display:block;}
	.block3 .feedback_form .td1 {width:inherit; text-align: left; padding: 0 0 10px 0; margin:0;}
	.block3 .feedback_form .td.td2 {width:inherit;}
	.feedback_form .frp_form_errors {position:relative; top:10px;}
	.block3 .frp_form_errors {position:relative; top:0;}
	.form_block .stepsarea {font-size: 16px;}
	.form_block .block3 .bot_grey {font-size: 14px;}
	.form_block .block3 .maxv {font-size: 13px;}
	.form_block .block3 .fg2 {width: 100%;}
	.form_block .fileuploader-input-caption {font-size: 14px;}
	.snoska {margin-left:0;}
	.div-edit .pen-edit {width: 2.4rem; height: 2.6rem;}
	.span_label {font-size:14px;}
	.form-top {width: 100%;}
	.checkbox-custom {width: 2.4rem; height: 2.4rem;}
	.info_text {font-size: 14px; line-height: 1.4em;}
	.dstep .feedback_form .double-select .td + .td1 {width:90px;}
	.feedback_form .td2_legend {font-size:13px; position: relative; top: 7px;}
	.letter_stepOne_personalConfirm_block .frp_form_errors {top:3.5rem; position:absolute;}
	.showpasportfield .frp_form_errors {position:relative; top:0;}
	.dstep .column-title {width: 300px;}
	.dstep .column-title div {width: 240px;}
	.dstep .column-title span {width: 60px;}
	.modal-open .modal {-webkit-overflow-scrolling: touch;}
	

	.map_img {background:url(/bundles/letters/img/map.png) no-repeat center center; display:block; height:515px;}


	.inquiry .table .span-srch {width: 3.6rem; height: 3.6rem; background-size: 3.6rem 3.6rem;}



}




@media (max-width: 640px) {
	
	.top-head {padding-left:3rem; background: linear-gradient(to top, transparent 10%, rgba(0,28,67,0.7) 70%);}
	.main {padding: 7rem 20px 4rem; margin: 0 0px;}

	.main-bot {display:block; margin-left:0;}
		.main-bot p {width:inherit; padding-bottom:15px;}
	
	.content {padding-top:6rem;}

	.second {height:inherit; padding-top:0; margin-bottom: 0; padding-bottom: 11rem;}
		.second-top {margin-left:20px; position:relative; }
		.second-bot {flex-wrap: wrap; position: relative; margin-top: -100px;}
			.second-bot .item-holder:nth-child(1) {width: 190px; height: 179px;}
			.second-bot .item-holder:nth-child(2) {width: 190px; height: 302px;}
			.second-bot .image-holder {width:inherit; flex-flow: row; justify-content: space-between; align-items: flex-start;}
				.second-bot .image-holder .item-holder:nth-child(1) {width: 190px; margin-top: 3rem;}
				.second-bot .image-holder .item-holder:nth-child(2) {width: 190px;}
		.more-hold {bottom: 0rem;}

	.third {padding-top:6rem; height:inherit; padding-bottom:9rem;}
		.third-top .descript {width: 37rem;}
		.third-top .item-holder {width: 175px;}
		.third-top .head-block { height: 36rem; position: relative; top: 0; left: 0;}
			.third-bot .item-holder:nth-child(2) {display:none;}
			.third-bot .item-holder:nth-child(3) {width: 175px; height: 213px;}
		.third .more-hold {bottom: 5rem;}

	.fourth {margin-top: 0rem; margin-bottom: 14rem;}
		.fourth-body {display: block;}
		.fourth-left {padding-left: 20px;}
		.fourth .choise {display:none;}
		.fourth .head-block {width:inherit; height: 21.2rem; margin-bottom:20px;}
		.fourth-right {padding-left:20px;}
			.right-top, .right-bot {width:inherit;}
		.fourth .more-hold {bottom: -8rem;}

	.fifth {padding-bottom: 15rem;}
		.fifth-top {margin-left: 20px;}
		.fifth-bot {flex-wrap:wrap; justify-content: flex-start; padding:0 0 0 20px;}
			.fifth-bot .item-holder {width: 123px; margin-bottom: 15px; margin-right: 15px;}
			.fifth-bot .item {width: 100%; height: 144px;}
			.fifth-bot .item p {font-size: 13px; line-height:1em;}

	.bg6 .content {padding: 6rem 20px;}
	.sixth {padding: 6rem 20px; height: 61.6rem;}
	.sixth .header {padding:0; font-size: 5rem; line-height: 1.1em;}

	.seventh-top {padding: 6rem 20px 6rem 20px;}
	.seventh-bot {padding-bottom:15rem;}
	.seventh-bot-in {margin: 0 20px;}
	.seventh-bot .navbar {justify-content: flex-start; flex-wrap: wrap; padding-bottom: 3rem; height: 13rem;}
		.seventh-bot .navbar a {margin-right:20px;}
	.fed-sup {width: 50rem;}



	
	
	.body_second .article-wrapper {margin:0; padding:20px 20px 20px 30px;}
	.body_second .article-wrapper:after,
	.body_second .article-wrapper:before {width:15px;}

	.modal-close {top: 17px !important; right: 26px !important;}

	.done_steps {width:100%;}

	.form_block form {display:block;}
	.feedback_form .tr {display: block; width: 100%;}
	.feedback_form .td1 {padding:0 0 7px 0; margin:0; text-align:left;}
	.feedback_form .td.td2 {width:100%;}
	textarea.form-control-red {height:15rem;}

	.contacts_row {}
		.contacts_row > div:first-child {width:40%;}
		.road_to {display:block;}

	.cont-auth {display:block;}
		.cont-auth-l,
		.cont-auth-r {width:inherit; margin-bottom:30px;}
		.regForm.globForm.feedback_form.feedback_form_login {border:0;}

	.status-bar {width:100%; margin-left: 0;}
	.status-bar:after {right: 0; top: -16px;}
	.status-bar .counts {padding:0 9rem;}
	.dstep .feedback_form .td.td2 {width: 390px;}

	.processHint {text-align:left; display:flex; justify-content: space-between;}
		.processHint > label.chb-label:first-child {width:275px;}
		.processHint > label.chb-label {margin-right: 3rem;}
		.processHint > label.chb-label:last-child {margin-right: 0rem;}

	.modal-dialog {margin-left: 15px; margin-right: 15px;}
	.form-div.congradulation {font-size: 5rem; line-height: 1.3em; margin: 5rem 0rem 5rem 0rem;}

	.pers .btn-tab {margin-right: 0rem;}

	.account-info .modal-body {flex-direction: column-reverse; }
	.account-info-right {width:100%; padding-bottom: 30px;}
	.account-details-left {width:100%;}
	.account-info-left {width:100%;}

	.double-select .tbl .td1 {position: absolute; top: -22px;}

	#letters_content tr {display:flex; flex-wrap:wrap;}
		#letters_content tr td:nth-child(1) {order:1; width:20%; border:0;}
		#letters_content tr td:nth-child(2) {order:2; width:70%; border:0;}
		#letters_content tr td:nth-child(3) {order:4; width:100%; border:0;}
		#letters_content tr td:nth-child(4) {order:5; width:100%; text-align: left; border:0;}
		#letters_content tr td:nth-child(5) {order:3; width:10%; border:0;}
	.inquiry .table th, 
	.inquiry .table td {height:inherit;}
	.inquiry thead tr:first-child {display:none;}
	.inquiry thead tr th {display:none;}
	.inquiry thead tr .calfil {display:block;}
	.inquiry .table .span-srch {width: 3.6rem; height: 3.6rem; background-size: 3.6rem 3.6rem;}

	.fileuploader-input-caption {white-space: normal;}
		.fileuploader-input-caption .sp1 {display:none;}
		.fileuploader-input-caption .sp2 {display:inline;}


	.captcha_reload {margin-right: 7.5rem;}
	.captcha_reload + .form-control-red {margin-right:2rem;}


}