.dropdown ul li * {
  font-size: 10px;
}
div.search input[type=submit]::placeholder,
.btn-big {
  font-size: 12px;
}

.socials-title {
  font-weight: 600;
}

h1 {
  font-size: 24px;
}

.h1-hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.header-menu.menu-main.tpl {
  height: fit-content;
  padding: 0;
}

.header-menu.menu-main.tpl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 10000px;
  background: inherit;
}

.header-menu.menu-main.tpl .menu-menu-1-container .menu {
  display: flex;
  flex-wrap: wrap;
  padding: 41px 0;
}

.header-menu.menu-main.tpl .menu-menu-1-container .menu li {
  width: calc(50% - 42px);
  margin: 5.5px 21px;
}

.header-menu.menu-main.tpl .menu-menu-1-container .menu li::before {
  display: none;
}

.header-menu.menu-main.tpl .menu-menu-1-container .menu li a {
  padding-left: 0;
}

.sidebar-wrapper {
  background: #10234E;
  display: flex;
  align-items: center;
  padding: 0 !important;
}

.sidebar-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 568%;
  width: 10000px;
  background: inherit;
}

.sidebar-tpl {
  width: 100%;
}

.sidebar-tpl .list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-tpl .list-items .list-item:first-of-type {
  margin-left: 21px;
}

.sidebar-tpl .list-items .list-item {
  width: calc(50% - 34px);
  margin: 0;
  padding-top: 0;
  position: relative;
}

.sidebar-tpl .list-items .list-item > p {
  position: absolute;
  top: 100%;
  padding: 20px;
  background: #FFFFFF;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.sidebar-tpl .list-items .list-item:hover > p {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

header {
  overflow: visible;
}

.left-sidebar .title-block.sidebar-block {
  padding-left: 0;
  background: #1C356B;
}

.left-sidebar .sidebar-block {
  padding-left: 0;
}

.left-sidebar .sidebar-block::before {
  right: -12px;
  left: -10000px;
}

.left-sidebar .title-block.sidebar-block > p {
  color: #8D9AB5;
}

.left-sidebar .sidebar-block h4 {
  color: #FFFFFF;
  font-weight: 400;
}

.left-sidebar .sidebar-block .list-item > a {
  color: #8793AE;
}

.left-sidebar .btn-down {
  position: relative !important;
}

.sidebar-socials .socials-list ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 23px;
  margin-top: 23px;
}

.sidebar-socials .socials-list ul li {
  margin: 15px 0;
}

.cont-center .sidebar-mirror .item-wrap {
  height: 100%;
}
.cont-center .sidebar-mirror .list-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.org-map-img.tpl .map {
  margin: 0 auto;
}
.content-aslider .list-items-wrap::before {
  left: initial;
}
.content-aslider .list-items-wrap::after {
  display: none;
}
.content-experts .slider-wrap.tpl::before {
  left: 24.66667%;
}
.title-block h2 {
  margin: 0 0 24px;
}

.left-sidebar,
.left-sidebar .sidebar-block-1 {
  display: flex;
  flex-direction: column;
}

.left-sidebar .list-item a {
  font-size: 14px;
  font-weight: 700;
}
.left-sidebar .btn {
  z-index: 2;
  left: initial !important;
  align-self: center;
  width: fit-content !important;
}
@media (min-width: 768px) {
  .custom-list ul li a {
    margin-bottom: 15px !important;
  }
}



/* MEDIA */
@media (max-width: 1023px) {
  .left-sidebar .sidebar-news {
    display: none;
  }
}
@media (min-width: 1024px) {
  .main-content .sidebar-slider {
    display: none;
  }
}

@media (max-width: 1300px) {
  .sidebar-socials .socials-list ul {
    position: relative;
    left: initial;
    margin-left: 0;
    margin-top: 0;
    flex-direction: row;
  }
  .sidebar-wrapper {
    flex-direction: column;
  }
  .sidebar-socials .socials-list ul li {
    margin: 15px 7.5px;
  }
}

@media (max-width: 1199px) {
  .header-block-top {
    display: block;
    padding: 16px 0 24px;
  }
  .header-block-top .logo {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .content-experts .slider-wrap.tpl::before {
    left: 50%;
  }
}

@media (min-width: 1600px) {
  .left-sidebar .title-block h2 {
    margin: 0 0 75px;
  }
}
