@charset "UTF-8";
/**
 * Общие стили кнопок: кнопка "назад" / Официальный сайт
 */
/**
 * Кнопки в шапке, кнопка выбора языка
 */
/**
 * Ссылки/кнопки в шапке, кнопка выбора страны
 */
/**
 * Ссылки/кнопки в меню слева и на главной
 */
/**
 * Ссылки/кнопки в меню на главной
 */
/**
 * Выпадающий список стран
 */
/**
 * Кнопка "наверх"
 */
/**
 * Ссылки в сайдбаре
 */
html, body {
  font-family: Calibri, Carlito, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  max-width: 100%;
  word-wrap: break-word;
  hyphens: auto;
}

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

.flag-icon {
  border: 1px solid #D9D9D9;
  background-size: cover;
}

a.app-logo {
  color: #000;
}

.app-logo img {
  height: 40px;
}

.app-wrapper {
  flex-grow: 1;
}

.app-breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.app-breadcrumbs .fas {
  font-size: 0.75em;
}
.app-breadcrumbs .app-btn-text {
  padding: 0;
  border-color: transparent !important;
}

.app-sidebar {
  width: auto;
}

a {
  color: #FBBA00;
}
a:hover {
  color: #c89400;
}

.app-header {
  background-color: #fff;
  color: #000;
  padding: 40px 0;
  height: auto;
}

.app-btn {
  color: #000;
  border: 1px solid #000;
  background-color: transparent;
  transition: 0.2s color, 0.2s border, 0.2s background-color, 0.2s outline;
  outline: 0 solid transparent;
  outline-offset: -4px;
}
.app-btn:hover {
  color: #000;
  background-color: #FBBA00;
  border-color: #FBBA00;
  outline-color: transparent;
}
.app-btn:focus, .app-btn:focus:not(:focus-visible) {
  color: #000;
  border-color: #B9B9B9;
  background-color: transparent;
  outline: 0 solid #B9B9B9;
  outline-offset: -4px;
}
.app-btn:active {
  color: #000;
  border-color: currentColor;
  background-color: transparent;
  outline-color: transparent;
}
.app-btn:disabled, .app-btn.disabled {
  color: #D9D9D9;
  border-color: #D9D9D9;
  background-color: transparent;
  outline-color: transparent;
}

.app-scrolltop {
  width: 46px;
  padding-top: 2px;
  height: 46px;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  bottom: 50%;
  right: 1.5rem;
  z-index: 2;
  transition: 0.5s opacity;
}
.app-scrolltop:hover, .app-scrolltop:focus, .app-scrolltop:active {
  color: #000;
  border-color: #FBBA00;
  background: #FBBA00;
}

.app-scrolltop i {
  width: 1rem;
  height: 1rem;
}

.app-btn-header, .btn.app-btn-header {
  color: #000;
  border-color: #000;
  background-color: transparent;
  transition: 0.2s color, 0.2s border, 0.2s background-color, 0.2s outline;
  outline: 0 solid transparent;
  outline-offset: -4px;
}
.app-btn-header:hover, .btn.app-btn-header:hover {
  color: #000;
  border-color: #FBBA00;
  background-color: #FBBA00;
  outline-color: transparent;
}
.app-btn-header:focus, .btn.app-btn-header:focus {
  color: #000;
  border-color: #EDB20B;
  background-color: #EDB20B;
  outline-color: #000;
}
.app-btn-header:active, .btn.app-btn-header:active {
  color: #000;
  border-color: #EDB20B;
  background-color: #EDB20B;
  outline-color: #000;
}
.app-btn-header:disabled, .app-btn-header.disabled, .btn.app-btn-header:disabled, .btn.app-btn-header.disabled {
  color: #888888;
  border-color: #888888;
  background-color: transparent;
  outline-color: transparent;
}

.app-link-header {
  color: #000;
  border-color: transparent;
  background-color: transparent;
  transition: 0.2s color, 0.2s border, 0.2s background-color;
  outline: 0 solid transparent;
  outline-offset: -4px;
}

.app-link-header:hover {
  color: #000;
  border-color: transparent;
  background-color: transparent;
}

.app-link-header:focus {
  color: #000;
  border-color: #FBBA00;
  background-color: transparent;
  outline: 0 solid #FBBA00;
  outline-offset: -4px;
}

.app-link-header:active {
  color: #000;
  border-color: transparent;
  background-color: transparent;
}

.app-link-header:disabled, .app-link-header.disabled {
  color: #888888;
  border-color: transparent;
  background-color: transparent;
}

.app-btn-text {
  display: inline-block;
  color: #000;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: transparent;
  outline: none;
  transition: 0.2s color, 0.2s border, 0.2s background-color;
  font-size: 1rem;
  line-height: 1.25em;
  text-decoration: none;
  padding: 8px;
}
.app-btn-text:hover {
  color: #000;
}
.app-btn-text:focus {
  color: #000;
  border-color: currentColor;
}
.app-btn-text:active, .app-btn-text.active {
  color: #000;
  background-color: transparent;
  font-weight: normal;
}
.app-btn-text:disabled, .app-btn-text.disabled {
  color: #D9D9D9 !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.main-menu a {
  display: inline-block;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: transparent;
  outline: none;
  transition: 0.2s color, 0.2s border, 0.2s background-color;
  font-size: 1rem;
  line-height: 1.25em;
  text-decoration: none;
  padding: 8px;
}
.main-menu a:hover {
  color: #fff;
}
.main-menu a:focus {
  color: #fff;
  border-color: currentColor;
}
.main-menu a:active {
  color: #fff;
  background-color: transparent;
  font-weight: normal;
}
.main-menu a:disabled, .main-menu a.disabled {
  color: #D9D9D9 !important;
  border-color: transparent !important;
  background-color: transparent !important;
}
.main-menu li.active a {
  color: #fff;
  background-color: transparent;
  font-weight: normal;
}

.site-index-menu {
  color: #6c757d;
  padding: 0;
  margin: 2rem 0 0 0;
  font-size: calc(1rem - 2px);
}
.site-index-menu ul {
  margin: 0;
  padding: 0;
}
.site-index-menu li {
  padding: 0;
  list-style: none;
  margin: 1.25rem 0;
  position: relative;
}
.site-index-menu li.has-file > a::after {
  content: "\f019";
  font-size: 0.75em;
}
.site-index-menu li:not(.has-items):not(.has-file) > a::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAAXNSR0IArs4c6QAAAJ9JREFUOE+V1NENgCAMBUDYgBG6GYwAExAmgBEYrSOwQQ0mmqjQVv8wvLNQxJrX01qjGKN9v9+NHxNrrZRSMgBgEFGFfCYBACGiGll+5Q+yLVOLsOvUIOJGSYgIzPZxiAqYiHOOxhif7qiA3juFEM6zlHM2pZQ7JwJceIIsIIVZQBPeAtrwEvgT3lVAq91W/c7XofHeP1rF3Q1iG6WL5QB/S24TXT/ZlAAAAABJRU5ErkJggg==");
  font-size: 0.75em;
}
.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:not(:last-child)::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-index-menu a {
  font-weight: 700;
  position: relative;
  display: block;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: calc(1em - 2px) 1.25em;
  color: #000;
  text-decoration: none;
  background: #fff;
  outline: 0 solid #fff;
  transition: 0.2s background-color, 0.2s color, 0.2s outline, 0.2s border;
  line-height: 1rem;
}
.site-index-menu a:hover {
  border-color: #FBBA00;
  background: #FBBA00;
}
.site-index-menu a:focus {
  border-color: #EDB20B;
  background: #EDB20B;
  outline: 0 solid #D9D9D9;
  outline-offset: -4px;
}
.site-index-menu a:active {
  background-color: #FBBA00;
}

.country-dropdown .dropdown-toggle::after {
  display: none;
}
.country-dropdown .dropdown-menu {
  padding: 0;
  color: #000;
  border: 1px solid #000;
  overflow: hidden;
}
.country-dropdown .dropdown-menu > .dropdown-item {
  border-top: 1px solid #000;
  padding: 0.5rem 1rem;
}
.country-dropdown .dropdown-menu > .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: none;
}
.country-dropdown.show .app-link-header {
  color: #000 !important;
  border: 1px solid transparent !important;
}
.country-dropdown .dropdown-item.active, .country-dropdown .dropdown-item:active {
  color: #000;
  background-color: transparent;
}
.country-dropdown .dropdown-item:hover {
  color: #000;
  background-color: #FBBA00;
}
.country-dropdown .dropdown-item:focus {
  outline: 0 solid #B9B9B9;
  outline-offset: -4px;
}

.app-loc-widgets-group {
  margin-bottom: 0.5rem;
}

.app-loc-widgets .btn,
.app-loc-widgets-group,
.app-loc-widgets-group > div {
  width: 100%;
  display: block;
}

.app-loc-widgets-group > .country-dropdown > .btn:first-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  margin-bottom: 0.5rem;
}

.app-loc-widgets-group > .btn:not(:first-child) {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-left-width: 1px;
}

@media (min-width: 375px) {
  .app-loc-widgets .btn,
.app-loc-widgets-group,
.app-loc-widgets-group > div {
    display: inline-block;
    width: auto;
  }
  .app-loc-widgets .btn {
    width: auto;
    margin-bottom: 0;
  }
  .app-loc-widgets-group > .country-dropdown > .btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 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: 768px) {
  .app-loc-widgets-group {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (min-height: 576px) {
  .app-nav {
    top: 0.5rem;
    position: sticky;
  }
  .app-footer {
    top: calc(100vh - 160px);
    position: sticky;
  }
}
@media (min-width: 992px) {
  html, body {
    font-size: 18px;
  }
  .app-sidebar {
    width: 280px;
    min-width: 280px;
    flex-grow: 0;
  }
  .app-logo img {
    height: 40px;
  }
  .app-wrapper.app-wrapper-with-menu {
    background: #fff;
  }
  .btn {
    font-size: 20px;
    line-height: 1.25em;
    padding: calc(0.375em - 1px) calc(0.75em - 1px);
  }
  .app-logo {
    height: 2em;
  }
}
@media (min-width: 1200px) {
  html, body {
    font-size: 20px;
  }
  .btn {
    line-height: 1.25em;
    padding: calc(0.375rem - 1px) calc(0.75rem - 1px);
  }
}
a {
  color: #000;
}
a:hover {
  color: #000;
}

.app-btn-text:focus {
  border: unset;
}

.main-menu li {
  max-width: 240px;
}
.main-menu a {
  border: unset;
}
.main-menu a:focus, .main-menu a:active {
  border: unset;
}

.site-index-menu li.has-file > a::after, .site-index-menu li:not(.has-items):not(.has-file) > a::after {
  font-size: 1rem;
}

@media (min-width: 992px) and (min-height: 576px) {
  .app-footer {
    top: calc(100vh - 160px);
    position: sticky;
  }
}
@media (min-width: 992px) {
  .app-wrapper > .container {
    position: relative;
  }
  .app-wrapper > .container::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% - 15px);
    height: 100%;
    width: 100%;
    background-color: #000;
  }
  .app-sidebar {
    background-color: #000;
    color: #fff;
    padding-top: 101px;
    padding-right: 70px;
    border-top-right-radius: 104px;
    position: relative;
  }
  .app-footer {
    border: unset;
  }
  .app-footer .app-btn {
    color: #fff;
  }
  .app-footer .app-btn:hover {
    color: #000;
    background-color: #FBBA00;
    border-color: #FBBA00;
  }
  .app-footer .app-btn:active, .app-footer .app-btn:focus {
    color: #000;
    background-color: #EDB20B;
    border-color: #EDB20B;
  }
  .btn {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  html, body {
    font-size: 18px;
  }
}

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