html, body {
  font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

.btn {
  outline: none !important;
  box-shadow: none !important;
}

.app-wrapper {
  min-height: 100%;
  width: 100%;
  max-width: 1920px;
}

.app-sidebar .app-logo {
  margin: 36px auto;
}

.app-logo {
  width: 150px;
}

.app-logo-text {
  font-size: 0.75rem;
  line-height: 35px;
  vertical-align: middle;
}

.app-top {
  min-height: 64px;
  padding-top: 13px;
  padding-bottom: 13px;
  background: #ffffff;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}

.app-top .app-logo {
  width: auto;
}

.app-top .app-logo img {
  height: 35px;
  padding-bottom: 5px;
}

.app-menu-bars {
  padding-top: 3px;
  padding-bottom: 3px;
}

.app-breadcrumbs {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
}

.app-min-menu {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1607843137);
  border-top: 1px solid transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 2;
}

.app-min-menu.show {
  border-top: 1px solid #EEE;
}

.app-loc-widgets .btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: left;
  text-align: start;
  margin-bottom: 1rem;
}

.app-loc-widgets-group {
  display: block;
}

.main-menu {
  margin-top: 64px;
}

.main-menu li {
  padding: 0 0 1px 0;
}

.main-menu a {
  display: block;
  color: #000;
  font-weight: bold;
  padding: 1.5rem 15px;
  margin: 0 -15px;
  background: #ffffff;
  transition: 0.2s background-color;
  text-decoration: none;
}

.main-menu a:hover, .main-menu li.active a {
  background-color: #E6E6E6;
}

.site-index-menu {
  padding: 0;
  max-width: 800px;
  margin: 2.5rem 0 0;
}

.site-index-menu li {
  padding: 0;
  list-style: none;
  margin: 1.25rem 0;
  position: relative;
}

.site-index-menu ul {
  margin: 0;
  padding: 0;
}

.site-index-menu a {
  font-weight: bold;
  position: relative;
  display: block;
  border: 1px solid #BFBFBF;
  border-radius: 0.4em;
  padding: 0.4em 1.2em;
  color: #000;
  font-size: 1.1em;
  line-height: 1.8em;
  text-decoration: none;
  background: #fff;
  transition: 0.2s background-color;
}

.site-index-menu a:hover, .site-index-menu a:focus {
  background: #E6E6E6;
}

.site-index-menu li.has-file > a::after {
  content: " ";
  height: 1em;
  background-image: url("../../images/maxim/icon-download.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-index-menu li:not(.has-items):not(.has-file) > a::after {
  content: " ";
  height: 1em;
  background-image: url("../../images/maxim/icon-arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-index-menu li.has-items {
  margin-top: 2em;
  margin-bottom: 3.75em;
}

.site-index-menu li.has-items::before {
  content: "";
  display: block;
  background-color: #6c757d;
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  z-index: 0;
}

.site-index-menu li.has-items::after {
  content: "";
  display: block;
  background-color: #6c757d;
  position: absolute;
  bottom: -1.75em;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  z-index: 0;
}

.site-index-menu li.has-items > a {
  font-weight: normal;
  cursor: default;
  background: #fff !important;
  display: inline-block;
  border: none;
  font-size: 1em;
  color: #6c757d;
  padding: 0 1rem 0 0;
  position: relative;
  z-index: 1;
}

.site-index-menu li > a {
  padding-right: 2em;
}

.site-index-menu li > a::after {
  position: absolute;
  right: 0.5em;
  top: 50%;
  margin-top: -0.5em;
  font-size: 1rem;
}

.site-country h1 {
  font-size: 1.25rem;
}

.base-clur-info {
  /*max-width: 800px;*/
}

.base-clur-info .lead {
  color: #686868;
  position: relative;
  font-size: 1.125rem;
}

.base-clur-info .lead > span {
  position: relative;
  display: inline-block;
  background: #FFF;
  padding-right: 1rem;
  z-index: 1;
}

.base-clur-info .lead::after {
  content: "";
  display: block;
  background-color: #686868;
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  z-index: 0;
}

.locale-select-button {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.locale-list a.active {
  background-color: #E6E6E6;
}

.locale-modal a {
  color: #000;
  background-color: #fff;
  display: block;
  transition: 0.2s background-color;
  text-decoration: none;
  padding: 4px;
}

.site-country a {
  color: #000;
  background-color: #fff;
  display: block;
  transition: 0.2s background-color;
  text-decoration: none;
  padding: 4px;
}

.site-country a:hover, .site-country a:focus, .site-country a:active,
.locale-modal a:hover, .locale-modal a:focus, .locale-modal a:active {
  background-color: #E6E6E6;
}

.city-modal .modal-dialog,
.locale-modal .modal-dialog {
  margin: 0;
}

.city-modal .modal-header,
.locale-modal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
  padding-left: 0;
}

.city-modal .modal-header .close,
.locale-modal .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  float: none;
  z-index: 2;
  opacity: 1;
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  line-height: 1;
  width: 2.5rem;
  text-align: center;
}

.city-modal .modal-content,
.locale-modal .modal-content {
  border-radius: 0;
  min-height: 100vh;
  border: none;
}

.city-modal .modal-body,
.locale-modal .modal-body {
  padding: 1rem;
  overflow: hidden;
}

.city-list-region {
  color: #000;
  font-weight: 500;
  padding: 0 6px;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.city-list-item {
  margin: 2px 0;
}

a.city-list-link {
  font-size: 0.9rem;
  color: #222;
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  transition: 0.2s background-color;
  text-decoration: none;
  padding: 4px 6px;
}

a.city-list-link:hover, a.city-list-link:focus, a.city-list-link:active {
  background-color: #E6E6E6;
}

h1 {
  margin-bottom: 3rem;
}

@media (max-width: 991px) {
  .site-index {
    font-size: 14px;
  }
  h1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 576px) {
  .city-modal .modal-header,
.locale-modal .modal-header {
    padding-left: 1rem;
  }
  .city-modal .modal-header .close,
.locale-modal .modal-header .close {
    right: -3rem;
    top: -0.75rem;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    width: 3rem;
  }
  .city-modal .modal-dialog,
.locale-modal .modal-dialog {
    margin: 3rem auto;
  }
  .city-modal .modal-content,
.locale-modal .modal-content {
    border-radius: 0.3rem;
    min-height: auto;
  }
  .city-modal .modal-body,
.locale-modal .modal-body {
    padding: 1rem;
  }
  .locale-modal a, .site-country a {
    border-radius: 3px;
  }
  .app-logo-text {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .country-list .col-12,
.locale-list .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .country-list .col-12 a,
.locale-list .col-12 a {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 768px) {
  .app-loc-widgets-group {
    display: inline-block;
    margin-right: 0.5rem;
  }
  .app-loc-widgets .btn {
    width: auto;
    margin-bottom: 0;
  }
  .app-loc-widgets > .btn:first-child {
    margin-right: 0.5rem;
  }
  .app-min-menu {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    background: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    z-index: auto;
  }
  .app-loc-widgets-group > .btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .app-loc-widgets-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0;
  }
}
@media (min-width: 992px) {
  .app-sidebar {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1607843137);
    width: 240px;
    min-width: 240px;
    max-width: 240px;
  }
  .app-wrapper-main .app-top {
    box-shadow: none;
    background-color: transparent;
    padding-top: 40px;
  }
}
@media (min-width: 992px) and (min-height: 500px) {
  .app-sidebar > nav {
    position: fixed;
    width: 240px;
  }
}
@media (min-width: 992px) and (min-height: 640px) {
  .app-sidebar > footer {
    position: fixed;
    width: 240px;
    bottom: 0;
  }
}
@media (max-height: 720px) {
  .main-menu {
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .container.app-wrapper {
    max-width: none;
  }
}
[dir=rtl] .site-index-menu li > a {
  padding-right: 1.2em;
  padding-left: 2em;
}

[dir=rtl] .site-index-menu li > a::after {
  right: auto;
  left: 0.5em;
  transform: rotate(180deg);
}

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