html {
  font-size: 16px;
}

#fullview > * {
  display: block;
  height: 100vh !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  overflow: hidden;
}

body {
  background-repeat: no-repeat no-repeat;
  background-position: 100% 0, 0 100%;
  background-size: contain;
  font-family: Inter, sans-serif;
  font-size: 15px;
  background-color: #f4f4f4;
}

body.home {
  height: 100vh;
  overflow: hidden;
}

h1,
h2 {
  font-family: Blogger Sans, sans-serif;
}

.navbar-default {
  border-color: transparent;
  padding: 32px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
}

@media screen and (max-width: 768px) {
  .navbar-default {
    padding: 1rem 0;
  }
}

.navbar.navbar-closed {
  -webkit-box-shadow: inset 0px 50px 35px -30px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 50px 35px -30px rgba(0, 0, 0, 0.75);
}

.navbar-right li {
  background-color: #fff;
  border-radius: 15px;
  margin-right: 15px;
  color: #1f1f1f;
  font-size: 18px;
}

.navbar-right li:hover {
  background-color: #7a16ff;
  color: #fff;
}

.bg1 {
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/bg1.jpg");
  position: relative;
}

.bg1 .content .row {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.bg1 .content .row:not(:last-child) {
  margin-bottom: 1rem;
}

.bg1 .content .row > div {
  width: 13rem;
}

.bg1 .content .row::before,
.bg1 .content .row::after {
  display: none;
}

@media screen and (min-width: 1200px) {
  .bg1 .content h1 {
    font-size: clamp(4rem, 6vw, 6rem);
  }
}

@media screen and (max-width: 1200px) {
  .bg1 .content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 7.5rem 0 0;
    padding: 1rem;
  }

  .bg1 .content > div {
    position: static;
    width: 100%;
  }

  .bg1 .content .row {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .bg1 .content {
    padding: 0;
  }

  .bg1 .content h1 {
    margin: 0;
    font-size: 2.625rem;
    overflow-wrap: break-word;
  }

  .bg1 .content .row:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .bg1 .content .row {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.5rem;
  }

  .bg1 .content .row > div {
    width: 100%;
  }
}

body.home .content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow: auto;
  scroll-snap-type: y mandatory;
}
body.home .content-wrapper .section {
  width: 100%;
  height: 100vh;
  scroll-snap-align: start;
}

h1 {
  color: #000;
  line-height: 1;
  text-transform: uppercase;
}

.new-supa-buttons {
  background-color: #fff;
  color: #000;
  border-radius: 40px;
  padding: 25px;
  width: 100%;
  /* float: left; */
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
}

.new-supa-buttons.active-btn {
  background-color: #7a16ff;
  color: #fff;
}

.new-supa-buttons:hover {
  background-color: #7a16ff;
  color: #fff;
  text-decoration: none;
}

.content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px;
}

.tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.75rem 2rem;
  border-radius: 32px;
}

.tile-white {
  background-color: #fff;
  color: #000;
  font-size: 0.75rem;
}
.tile-green {
  background-color: #00ca9a;
  color: #fff;
}
.tile-blue {
  background-color: #3cadff;
  color: #fff;
}
.tile-red {
  background-color: #ff684b;
  color: #fff;
}

.tile img {
  width: 50px;
}

.tile .text-block {
  font-size: 1rem;
  line-height: 1.5;
}

.tile .number {
  font-size: 52px;
  font-weight: 700;
  font-family: "Blogger Sans";
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .tile {
    flex-direction: row-reverse;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 24px;
  }

  .tile.tile-white {
    margin-bottom: 1rem;
    padding: 0;
    background: transparent;
    color: #1f1f1f;
  }

  .tile .number {
    font-size: 36px;
  }

  .tile img {
    width: 40px;
  }
}

.btn-more {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: transparent;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.btn-more-fill {
  background-color: #f4f4f4;
  color: #000;
  text-transform: uppercase;
  padding: 5px 10px 0px 15px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 15px;
}

.btn-more-fill:hover {
  background-color: #7a16ff;
  color: #fff;
}

.btn-more-fill img {
  border-radius: 5px;
  padding: 5px;
  width: 50px;
  transform: rotate(-90deg);
}

.btn-more > img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 4px;
  background: #fff;
  border-radius: 16px;
  object-fit: contain;
}

.btn-more > p {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .btn-more {
    position: absolute;
    top: 90%;
  }
}

.navbar-brand-mini {
  display: none;
}

.navbar-burger {
  display: none;
  width: 72px;
  height: 72px;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.navbar-burger:hover {
  background: #7a16ff;
}

.navbar-burger:hover svg path {
  fill: #fff;
}

.navbar.minified .navbar-burger-close {
  display: none;
}

.navbar-burger-close {
  display: none;
  width: 72px;
  height: 72px;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.navbar-burger-close:hover {
  background: #7a16ff;
}

.navbar-burger-close:hover svg path {
  fill: #fff;
}

.navbar-header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

.navbar-header-right .navbar-right::before,
.navbar-header-right .navbar-right::after {
  display: none;
}

.navbar-header-right .navbar-right {
  float: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.navbar.minified {
  background: url("../img/shadow.png") top center;
  background-repeat: repeat-x;
  background-size: contain;
}

.navbar-mini .navbar-brand-big {
  display: block;
  height: 121px;
  width: 121px;
}

.navbar-minified .navbar-brand-mini {
  display: block;
}

.navbar.minified .navbar-collapse {
  display: none !important;
}

.navbar.minified .navbar-burger {
  display: flex;
}

/* .navbar:not(.collapsed) .navbar-burger-close {
  display: flex;
} */

@media screen and (max-width: 768px) {
  .navbar-burger {
    display: flex;
    height: auto;
    width: auto;
  }

  .navbar-burger-close {
    width: 40px;
    height: 40px;
  }

  .navbar-burger,
  .navbar-burger-close {
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .navbar-burger:hover,
  .navbar-burger-close:hover {
    background: transparent;
  }

  .navbar-header-right {
    align-items: flex-start;
  }

  .navbar-header-right .collapse {
    border: none;
  }

  .navbar-header-right .navbar-right {
    flex-direction: column;
  }
}

.pr-20 .nav {
  padding-right: 1.125rem;
}

.russia-map-wrapper {
  background-color: #fff;
  text-align: center;
  width: 90%;
  border-radius: 25px;
  padding: 45px 50px;
  position: relative;
  min-height: 70vh;
  transition: all 1s;
}

.russia-map-wrapper form {
  position: relative;
  width: 300px;
  margin-bottom: 0.5rem;
  z-index: 1;
}

.russia-map-wrapper form label {
  display: block;
}

.russia-map-wrapper form input {
  width: 100%;
  padding: 1rem;
  border-radius: 16px;
  border: none;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
  font-size: 1rem;
  font-weight: normal;
}

.russia-map {
  position: absolute;
  display: inline-block;
  transform-origin: top left;
  top: 50%;
  left: 50%;
  width: 831px;
  height: 530px;
  transition: all 0.5s;
}

.russia-map path:hover {
  fill: #7a16ff;
}

.russia-map path.selected-path {
  fill: #ff684b;
}

.russia-map path.pathtech:hover {
  fill: #00ca9a;
}
.russia-map path.pathstanki:hover {
  fill: #3cadff;
}
.russia-map path.pathchem:hover {
  fill: #3e8f3e;
}
.russia-map path.pathit:hover {
  fill: #aa1111;
}
.russia-map path.pathavia:hover {
  fill: #edb100;
}
.russia-map path.pathmedicine:hover {
  fill: #f8d7da;
}
.russia-map path.patheco:hover {
  fill: #fb427b;
}

.map__wrapper:has(.map__wrapper__leaders .items .item:nth-child(1):hover)
  .russia-map
  path.patheco {
  fill: #fb427b;
}
.map__wrapper:has(.russia-map path.patheco:hover)
  .map__wrapper__leaders
  .items
  .item:nth-child(1) {
  color: #000;
}
.map__wrapper:has(.map__wrapper__leaders .items .item:nth-child(2):hover)
  .russia-map
  path.pathmedicine {
  fill: #f8d7da;
}
.map__wrapper:has(.russia-map path.pathmedicine:hover)
  .map__wrapper__leaders
  .items
  .item:nth-child(2) {
  color: #000;
}
.map__wrapper:has(.map__wrapper__leaders .items .item:nth-child(3):hover)
  .russia-map
  path.pathavia {
  fill: #edb100;
}
.map__wrapper:has(.russia-map path.pathavia:hover)
  .map__wrapper__leaders
  .items
  .item:nth-child(3) {
  color: #000;
}
.map__wrapper:has(.map__wrapper__leaders .items .item:nth-child(4):hover)
  .russia-map
  path.pathit {
  fill: #a11;
}
.map__wrapper:has(.russia-map path.pathit:hover)
  .map__wrapper__leaders
  .items
  .item:nth-child(4) {
  color: #000;
}
.map__wrapper:has(.map__wrapper__leaders .items .item:nth-child(5):hover)
  .russia-map
  path.pathchem {
  fill: #3e8f3e;
}
.map__wrapper:has(.russia-map path.pathchem:hover)
  .map__wrapper__leaders
  .items
  .item:nth-child(5) {
  color: #000;
}
.map__wrapper:has(.map__wrapper__leaders .items .item:nth-child(6):hover)
  .russia-map
  path.pathstanki {
  fill: #3cadff;
}
.map__wrapper:has(.russia-map path.pathstanki:hover)
  .map__wrapper__leaders
  .items
  .item:nth-child(6) {
  color: #000;
}
.map__wrapper:has(.map__wrapper__leaders .items .item:nth-child(7):hover)
  .russia-map
  path.pathtech {
  fill: #00ca9a;
}
.map__wrapper:has(.russia-map path.pathtech:hover)
  .map__wrapper__leaders
  .items
  .item:nth-child(7) {
  color: #000;
}
.map__wrapper:has(.map__wrapper__leaders .items .item:nth-child(8):hover)
  .russia-map
  path {
  fill: #b0b0b0;
}

@media screen and (max-width: 1200px) {
  .russia-map-wrapper {
    padding: 32px;
  }

  .russia-map {
    width: 100%;
  }

  .russia-map #russia-svg {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    min-width: auto !important;
  }
}

@media screen and (max-width: 1024px) {
  .russia-map-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .russia-map-wrapper {
    padding: 24px;
    margin-left: 0;
    overflow: auto;
  }
}

.map-pin {
  position: absolute;
  background-image: url(../img/bubble-count.svg);
  color: #fff;
  padding: 3px 5px 5px 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  font-size: 9px;
}

.map-pin.selected-pin {
  background-image: url(../img/bubble-count-selected.svg);
}

.bg2,
.bg3,
.bg4,
.bg5 {
  padding-top: 150px;
}

@media screen and (max-width: 1500px) {
  .bg2,
  .bg3,
  .bg4,
  .bg5 {
    padding-top: 120px;
  }
}

.bg3,
.bg4,
.bg5 {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 1200px) {
  .bg3,
  .bg4,
  .bg5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .bg2,
  .bg3,
  .bg4,
  .bg5 {
    padding-top: 96px;
  }

  .bg3,
  .bg4,
  .bg5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bg2 > .list-inline {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }

  .bg2 > .list-inline > li {
    padding: 0;
  }

  .new-supa-buttons {
    font-size: 1.125rem;
  }
}

h2 {
  text-align: left;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  h2 {
    margin-top: 0.625rem;
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

.bg3 h2,
.bg4 h2,
.bg5 h2 {
  margin-top: 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 3.25rem;
  font-weight: 700;
}

#map-wrapper .close-more,
.russia-map-wrapper .close-more {
  display: none;
}

#map-wrapper .open-more--interactive,
#map-wrapper .close-more,
.russia-map-wrapper .open-more,
.russia-map-wrapper .close-more {
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 10;
}

#map-wrapper .open-more--interactive,
#map-wrapper .close-more {
  top: 25px;
  z-index: 10;
}

#map-wrapper .open-more--interactive:hover,
#map-wrapper .close-more:hover,
.russia-map-wrapper .open-more:hover,
.russia-map-wrapper .close-more:hover {
  cursor: pointer;
}

#map-wrapper.open .open-more,
.russia-map-wrapper.open .open-more {
  display: none;
}

#map-wrapper.open .close-more,
.russia-map-wrapper.open .close-more {
  display: block;
}

#map-wrapper .side-menu {
  max-height: 400px;
  overflow-y: auto;
}

#map-wrapper .side-menu::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0.5em;
}
#map-wrapper .side-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#map-wrapper .side-menu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.russia-map-wrapper .subtitle {
  text-align: left;
  width: 100%;
  color: #8f8f8f;
  font-size: 24px;
  position: absolute;
  left: 60px;
  bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .russia-map-wrapper .subtitle {
    font-size: 16px;
    left: 2rem;
    bottom: 2rem;
  }

  #map-wrapper .open-more--interactive,
  #map-wrapper .close-more,
  .russia-map-wrapper .open-more,
  .russia-map-wrapper .close-more {
    top: 2rem;
    right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .russia-map-wrapper .subtitle {
    left: 1.5rem;
    bottom: 1.5rem;
  }

  #map-wrapper .open-more--interactive,
  #map-wrapper .close-more {
    top: 10px;
    right: 10px;
  }

  .russia-map-wrapper .open-more,
  .russia-map-wrapper .close-more {
    top: 1.5rem;
    right: 1.5rem;
  }
}

.russia-map-wrapper h2 {
  position: relative;
  z-index: 10;
}

.russia-map-wrapper.open {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100dvh !important;
  margin-left: 0;
  z-index: 999999;
  border-radius: 0 !important;
}

.russia-map-wrapper.open .subtitle {
  display: none;
}

.russia-map-wrapper.open .russia-map {
  top: 40%;
}

#map-wrapper.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  z-index: 999999;
  border-radius: 0;
}

#map-wrapper.open #map {
  animation: mapFullScreen 1.5s ease forwards;
}

@keyframes mapFullScreen {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.bg3 .about__wrapper {
  display: flex;
}

.slider-about-block {
  background-color: #fff;
  width: 77%;
  padding: 10%;
  font-size: 1.3vw;
  position: relative;
  border-radius: 25px;
  display: block;
  float: left;
  margin-right: 10px;
}

.slider-about-block.slider-about-block--closed:hover {
  cursor: pointer;
}

.slider-about-block.slider-about-block--closed {
  width: 10%;
  padding: 0;
}

.slider-about-block.slider-about-block--closed .text {
  display: none;
}

.slider-about-block.slider-about-block--closed .number {
  left: 50%;
  transform: translateX(-50%);
}

.slider-about-block.slider-about-block--closed img {
  display: none;
}

.slider-about-block.slider-about-block--closed h2 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left top;
  left: 0;
  z-index: 1;
  right: 0;
  width: 280px;
  bottom: -80px;
  /* bottom: 105px; */
  line-height: 100px;
  font-size: 57px;
}

.slider-about-block h2 {
  position: absolute;
  bottom: 50px;
  left: 50px;
  line-height: 40px;
}

.slider-about-block .number {
  position: absolute;
  display: block;
  height: 50px;
  padding-top: 10px;
  width: 50px;
  /* padding: 7px; */
  text-align: center;
  /* min-width: 49px; */
  /* min-height: 15px; */
  left: 6%;
  top: 6%;
  font-weight: 700;
  background-color: #f4f4f4;
  font-family: "Blogger Sans";
  border-radius: 15px;
  font-size: 25px;
}

.slider-about-block img {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 35%;
}

@media screen and (max-width: 1355px) {
  .slider-about-block h2 {
    bottom: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .slider-about-block {
    float: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 6rem 2rem 2rem;
    font-size: 1.5rem;
    padding: 1.5rem;
  }

  .slider-about-block .number {
    position: static;
    height: auto;
  }

  .slider-about-block .text {
    font-size: 1.25rem;
  }

  .slider-about-block h2 {
    position: static;
  }

  .slider-about-block img {
    right: 0;
    width: 20%;
  }

  .about__wrapper {
    width: 100%;
    margin-left: 0;
  }

  .slider-about-block.slider-about-block--closed h2 {
    bottom: 1.5rem;
    line-height: normal;
    left: 50%;
    font-size: 2.375rem;
    transform: rotate(-90deg) translate(-15%, -36%);
  }

  .slider-about-block.slider-about-block--closed .number {
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .about__header {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
  }

  .about__header > div {
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .slider-about-block {
    width: 100%;
    padding: 1rem 1.5rem 1.5rem;
  }

  .slider-about-block .number {
    top: 1.5rem;
    left: 1.5rem;
  }

  .slider-about-block .text {
    font-size: 1.125rem;
  }

  .about__header {
    flex-direction: column;
    gap: 1.5rem;
  }

  .slider-about-block h2 {
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .slider-about-block.slider-about-block--closed {
    width: 100%;
    height: 5rem;
    padding: 1rem;
  }

  .slider-about-block.slider-about-block--closed h2 {
    bottom: auto;
    top: 50%;
    left: 1.25rem;
    font-size: 1.875rem;
    transform: translate(0%, -50%);
  }

  .slider-about-block.slider-about-block--closed .number {
    position: absolute;
    top: 50%;
    left: auto;
    right: 1.5rem;
    transform: translate(0%, -50%);
  }

  .bg3 .about__wrapper {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.bg3,
.bg4 {
  padding-bottom: 2.5rem;
}

.bg3 .row {
  position: relative;
  height: 100%;
  display: flex;
}

.bg3 .about__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

.bg3 .subtitle h2 {
  font-size: 2.2vw;
  margin-bottom: 30px;
}

.bg3 .gray-text {
  font-size: 1.3vw;
  color: #8f8f8f;
}

.bg4 .row {
  height: 100%;
  display: flex;
}

.bg4__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

.bg4 .content-block__wrapper {
  position: relative;
}

.bg4 .orange-number {
  color: #ff684b;
  font-family: "Blogger Sans";
  font-weight: 700;
  font-size: 6vw;
  display: block;
}

.bg4 .black-text {
  color: #1f1f1f;
  line-height: 1.1;
  font-family: "Blogger Sans";
  font-weight: 700;
  font-size: 1.375rem;
  display: block;
  text-transform: uppercase;
}

.bg4 .content-block {
  background-color: #fff;
  width: 100%;
  padding: 2rem;
  font-size: 1rem;
  position: relative;
  border-radius: 25px;
  display: none;
  float: left;
  margin-right: 10px;
}

.bg4 .content-block.active {
  display: block;
}

.bg4 .pages {
  color: #d2d2d2;
  font-size: 3vw;
  font-family: "Blogger Sans";
  font-weight: 700;
  line-height: 1;
}

.bg4 .active-page {
  color: #7a16ff;
}

.bg4 h3 {
  margin: 0.5rem 0 0;
  color: #000;
  font-size: 3vw;
  text-transform: uppercase;
  font-family: "Blogger Sans";
  font-weight: 700;
}

.bg4 .navi {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}

.bg4 .navi img {
  margin-right: 10px;
  width: clamp(2.5rem, 3.6vw, 3rem);
}

.bg4 .navi img:hover {
  cursor: pointer;
}

.bg4 .gray-text {
  color: #a5a5a5;
  bottom: 15px;
  right: 15px;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.bg4 .slider-participants-block {
  position: relative;
  padding-top: 2rem;
}

.bg4 .slider-participants-block:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% + 64px);
  border-top: 1px solid #a5a5a5;
  transform: translateX(-50%);
}

.bg4 .slider-participants-block .number {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 16px;
  font-size: 1rem;
}

.bg4 .slider-participants-block .row {
  margin-bottom: 0.5rem;
}

.bg4 .slider-participants-block .bar {
  position: relative;
  width: 100%;
  border-radius: 15px;
  height: 2.5rem;
  color: #000;
  font-weight: 700;
  text-align: right;
  padding-right: 20px;
  padding-top: 10px;
  font-family: "Blogger Sans";
}

.bg4 .slider-participants-block .bar .bar-filling {
  background-color: #7a16ff;
  position: absolute;
  left: 0;
  top: 0;
  height: 2.5rem;
  border-radius: 15px;
}

.bg4 .slider-participants-block .bar .statistics-number {
  position: relative;
  z-index: 1;
}

.bg4__text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.bg4__text .col-xs-9 {
  padding: 0;
}

.bg5 .partner-imgs {
  margin-top: 30px;
}

.bg5 .partner-img {
  margin-bottom: 30px;
  height: 400px;
  background: #fff no-repeat;
  background-position: center center;
  background-size: 73%;
  border-radius: 60px;
  text-align: center;
}

.bg5 .partner-img img {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
}

.slider-participants__row > div:first-child {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media screen and (max-width: 1200px) {
  .bg3 .row,
  .bg4 .row {
    flex-direction: column;
  }

  .bg3 h2 {
    font-size: 3.25rem;
    margin-bottom: 0;
  }

  .bg3 .gray-text {
    font-size: 1rem;
    line-height: 1.5;
  }

  .bg3 .about__header {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }

  .bg3 .subtitle h2,
  .bg4 .subtitle h2 {
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
  }

  .bg4__wrapper {
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .bg4 .orange-number {
    font-size: 3.25rem;
    line-height: 1;
  }

  .bg4 .black-text {
    font-size: 1.375rem;
  }

  .bg4 .slider-participants-block .row {
    flex-direction: row;
  }

  .bg4__text {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .bg3 h2 {
    font-size: 2.25rem;
  }

  .bg3 .subtitle h2,
  .bg4 .subtitle h2 {
    margin-bottom: 1rem;
  }

  .bg4__wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .bg4 .subtitle {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0 1rem;
  }

  .bg4 .statistics-number {
    position: absolute;
    top: -34px;
    right: 0;
    width: 100%;
  }

  .slider-participants__row > div:first-child {
    margin-bottom: 0.5rem;
    padding-right: 3rem;
  }

  .bg4 .slider-participants-block .bar {
    height: 0.5rem;
    border-radius: 16px;
  }

  .bg4 .slider-participants-block .bar .bar-filling {
    height: 0.5rem;
    border-radius: 16px;
  }

  .bg4 .content-block {
    padding: 1.5rem;
  }

  .bg4 .bg4__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .bg4 .bg4__text .col-xs-9 h3 {
    font-size: 1.875rem;
    line-height: 1;
  }

  .bg4 .bg4__text .gray-text {
    position: static;
    line-height: 1.1;
  }

  .bg4 .navi {
    top: auto;
    transform: translateY(-50%);
    bottom: 0;
  }
  .bg4 .pages {
    font-size: 1.875rem;
  }

  .bg4 .navi img {
    width: 40px;
  }

  .bg4 .slider-participants-block:before {
    width: calc(100% + 48px);
  }

  .bg4 .slider-participants-block .row {
    flex-direction: column;
  }

  .bg4 .slider-participants-block .row .col-xs-6.col-sm-4 {
    width: auto;
  }

  .bg5 .partner-img {
    height: 200px;
    border-radius: 32px;
  }
}

.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.footer {
  color: #8f8f8f;
  padding: 30px;
  font-size: 18px;
}

.footer a {
  color: #8f8f8f;
}

.footer-text {
  margin-top: 37px;
}

.footer a:hover {
  color: #8f8f8f;
}

.footer a:active {
  color: #8f8f8f;
}

.footer img {
  height: 90px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 1rem 0;
    font-size: 1rem;
  }

  .footer-text {
    margin: 1rem 0;
  }

  .footer img {
    height: 56px;
    margin-right: 0.5rem;
  }

  .footer-social {
    text-align: left !important;
  }
}

.info-block {
  border-top: 1px solid #8f8f8f;
  padding: 25px;
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  text-align: left;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.info-block.info-show {
  display: block;
}

.info-block .title {
  color: #000;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: "Blogger Sans";
  font-weight: 700;
}

.info-block .info-number {
  color: #000;
  font-size: 2.375rem;
  text-transform: uppercase;
  font-family: "Blogger Sans";
  font-weight: 700;
}

.info-block .info-subtitle {
  color: #8f8f8f;
  font-size: 0.75rem;
}

.info-block .red-subtitle {
  color: #ff684b;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Blogger Sans";
  font-weight: 700;
}
.info-block .add-subtitle-number {
  color: #fff;
  padding: 7px 10px;
  background-color: #ff684b;
  border-radius: 10px;
  margin-right: 15px;
}

.info-block__description .title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: inherit;
  font-size: 1.125rem;
  text-decoration: none;
}

.info-block__description .title:hover {
  text-decoration: none;
}

.info__wrapper {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .info__wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .info-block .title {
    font-size: 1rem;
  }

  .info-block .info-number {
    font-size: 1.875rem;
  }

  .info-block .info-subtitle {
    font-size: 0.625rem;
  }

  .info-block .red-subtitle {
    font-size: 0.875rem;
  }
  .info-block .add-subtitle-number {
    padding: 4px 8px;
    border-radius: 6px;
    margin-right: 10px;
  }

  .info-block__description .title {
    font-size: 1rem;
  }

  .info__wrapper .btn-more-fill {
    padding: 5px 8px 0px 10px;
    font-size: 1rem;
  }
}

#map ymaps[class*="default-cluster"] {
  color: #fff !important;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 53px !important;
}

#map ymaps[class*="-balloon-overlay"] {
  height: 42px !important;
  width: 36px !important;
  background: url("../img/pin-balloon.svg") center center no-repeat;
  background-size: contain;
}

.side-menu {
  position: absolute;
  left: 25px;
  top: 84px;
  background-color: #fff;
  border-radius: 16px;
  width: 320px;
  max-height: calc(100% - 90px);
  z-index: 999;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}

.popover-content2 {
  word-break: break-word;
  text-wrap: balance;
  height: 100%;
  overflow-x: hidden;
}

.courses,
.not-courses {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
}

.courses h3,
.not-courses h3 {
  margin: 0;
  font-size: 1.125rem;
}

.not-courses {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.courses .courses-list {
  width: 100%;
}

.courses .filters {
  display: flex;
  align-items: center;
  gap: 8px;
}

.courses .filters .count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #7a16ff;
  border-radius: 8px;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
}

.not-courses h3 {
  flex: 1;
}

.not-courses .count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: #7a16ff;
  border-radius: 8px;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
}

.balloon-content h2 {
  font-family: Inter, sans-serif !important;
}

.balloon-image {
  height: 250px;
  width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-size: cover;
  background-position: center center;
}

.balloon-content {
  padding: 30px;
}

.balloon-more {
  border-top: 1px solid #e9e9e9;
}

.btn-more-violet {
  background-color: transparent;
  color: #7a16ff;
  text-transform: uppercase;
  padding: 16px 25px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 15px;
  width: 100%;
  text-align: left;
  position: relative;
  height: 60px;
}

.btn-more-violet:hover {
  color: #7a16ff;
}

.btn-more-violet img {
  border-radius: 5px;
  padding: 5px;
  width: 50px;
  position: absolute;
  right: 7px;
  top: 2px;
}

.courses-list {
  max-height: 150px;
  overflow-y: scroll;
}

.course-item {
  border-top: 1px solid #e9e9e9;
  padding: 20px 0;
}

.course-item:hover {
  cursor: pointer;
}

.course-item .course-title {
  font-weight: 700;
}

.course-item:hover .course-title {
  color: #7a16ff;
}

.navi {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 999;
}

.navi-back {
  width: 50px;
  height: 50px;
  border-radius: 17px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
  display: block;
  float: left;
}

.navi-info {
  height: 50px;
  background-color: #fff;
  border-radius: 17px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
  display: block;
  float: left;
  margin-left: 20px;
  width: 380px;
  padding: 15px;
}

.navi-info .number {
  position: absolute;
  right: 15px;
  top: 13.5px;
  color: #1f1f1f;
  opacity: 0.5;
}

.navi-back:hover {
  cursor: pointer;
}

#map-wrapper {
  width: calc(100% - 70px);
  margin-left: 35px;
}

#courses-rating {
  #map-wrapper {
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  #map-wrapper {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .navi {
    top: 10px;
    left: 10px;
  }

  .navi-back {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .navi-info {
    border-radius: 16px;
  }

  #map-wrapper {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .side-menu {
    left: 10px;
    width: auto;
    border-radius: 12px;
  }

  .courses {
    padding: 10px;
  }

  .courses h3 {
    font-size: 1.125rem;
  }

  .not-courses {
    min-width: 205px;
    padding: 10px !important;
  }

  .not-courses h3 {
    font-size: 1.25rem;
  }
}

.side-menu .courses .btn.btn-more-violet {
  padding: 16px 0px 16px 0;
}

.balloon {
  pointer-events: none;
}

.logo {
  transition: all 0.5s;
  height: 80px;
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.logo-text {
  transition: all 0.5s;
  height: 121px;
  width: 121px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: spin 10s linear infinite;
}

.navbar-brand.navbar-brand-big {
  position: relative;
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 100%;
  padding: 10px;
  height: 141px;
  width: 141px;
}

.navbar.minified .logo-text {
  opacity: 0;
}

.navbar.minified .navbar-brand.navbar-brand-big {
  height: 72px;
  width: 72px;
}

.navbar.minified .navbar-brand.navbar-brand-big .logo {
  width: 46px;
  height: 46px;
}

@media screen and (max-width: 1200px) {
  .logo {
    height: 68px;
    width: 68px;
  }

  .logo-text {
    height: 112px;
    width: 112px;
  }

  .navbar-brand.navbar-brand-big {
    height: 136px;
    width: 136px;
  }
}

@media screen and (max-width: 768px) {
  .logo {
    height: 40px;
    width: 40px;
  }

  .navbar-brand .logo-text {
    display: none;
  }

  .navbar-brand.navbar-brand-big {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    height: 40px;
    width: 40px;
  }

  .navbar.minified .navbar-brand.navbar-brand-big {
    height: 40px;
    width: 40px;
  }
}

@keyframes spin {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    transform-origin: center center;
  }
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  background-color: #7a16ff !important;
}

.navbar-brand-big:hover {
  background-color: #7a16ff;
  color: #fff;
}

.navbar-right li:hover a {
  background-color: #7a16ff;
  color: #fff !important;
}

.navbar-brand-big:hover img {
  filter: brightness(0) invert(1) !important;
}

.filters-btn:hover {
  cursor: pointer;
}

.modal {
  z-index: 999999999 !important;
}

.modal-backdrop {
  z-index: 999999998 !important;
}

input[type="checkbox"] {
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 0;
  opacity: 0;
}

input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  background: url("../img/unchecked.svg") no-repeat center center;
  height: 24px;
  width: 24px;
  left: 0;
  top: -2px;
}

input[type="checkbox"]:checked + label:before {
  background: url("../img/checked.svg") no-repeat center center;
}

input[type="checkbox"] + label {
  padding-left: 36px;
  position: relative;
}

.modal label {
  margin: 0;
  font-family: Inter, sans-serif !important;
  font-size: 14px;
  font-weight: normal;
}

.modal-dialog {
  display: flex;
  align-items: center;
  width: 500px !important;
  height: 100%;
}

.modal-content {
  width: 100%;
  border-radius: 16px;
}

.modal-header h3 {
  margin: 0;
  font-size: 22px;
}

.statuses-more {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .modal-dialog {
    width: 95% !important;
  }

  .modal-header {
    padding: 10px;
  }

  .modal-body,
  .modal-footer {
    padding: 10px 0;
  }
}

.clear-filters {
  display: inline-block;
  text-decoration: none;
  color: #7a16ff;
  font-size: 12px;
}

.clear-filters:hover {
  text-decoration: none;
  color: #7a16ff;
}

.modal-header {
  padding: 20px;
}

.modal-header .col-xs-3 {
  text-align: center;
}

.modal-header .close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  opacity: 1;
  font-size: 27px;
  border-left: solid 1px #e9e9e9;
  padding-left: 17px;
}

.modal .btn-more-violet {
  text-align: center !important;
  font-size: 14px;
}

.modal-body .form-group {
  margin: 0;
}

.modal-footer {
  padding: 0;
}
/* lg */
@media (min-width: 1280px) and (max-width: 1919px) {
  .russia-map-wrapper {
    min-height: 64vh;
  }

  .russia-map-wrapper .subtitle {
    bottom: 40px;
  }
}

.balloon-item {
  width: auto;
  margin-bottom: 0.5rem;
  background-color: #f6f6f6;
  padding: 12px;
  border-radius: 16px;
  font-size: 12px;
}

.tags-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.course-description {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400px;
}

html {
  scroll-behavior: smooth;
}

.cluster-balloon {
  display: block;
  float: left;
}

.balloon-content {
  position: relative;
  padding: 5px 10px;
}

.cluster-balloon-content {
  display: block;
  float: left;
  border-left: 1px solid #cfd5d7;
  padding-left: 27px;
  margin-left: 18px;
  overflow-y: scroll;
  max-height: 400px;
}

.cluster-balloon-content .balloon-content {
  position: unset;
}

.cluster-balloon-content .close-balloon {
  display: none;
}

.cluster-balloon-content .delimeter {
  display: none;
}

.cluster-balloon-content .balloon-contacts {
  border-bottom: 1px solid #cfd5d7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

ymaps[class*="balloon_layout_normal"],
ymaps[class*="balloon__layout"] {
  border-radius: 25px;
}

ymaps[class*="balloon__content"] {
  margin-right: 0 !important;
}

ymaps[class*="balloon__close"] {
  margin-right: 5px;
  margin-top: 5px;
}

.list {
  list-style: none;
  padding-left: 0;
}

.list li {
  margin-bottom: 15px;
}

.list a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
}

.list a:hover {
  color: #47a2db;
  text-decoration: none;
}

.list a.active {
  background-color: #eaf2f8;
  color: #000;
}

.proved-balloon {
  position: absolute;
  right: 2px;
  top: 15px;
}

.space-top {
  margin-top: 165px;
}

body.policy .navbar .block-logo {
  padding-left: 0;
}

body.policy .navbar .block-logo .logo {
  width: 30px;
  height: 30px;
}

#statusModal .modal-header {
  display: flex;
  justify-content: flex-end;
}

.map__wrapper {
  display: flex;
  gap: 1rem;
  padding: 0 35px;
}
.map__wrapper__leaders {
  position: relative;
  flex: 0 1 30%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem;
  border-radius: 32px;
  background: #fff;
}
.map__wrapper__leaders__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.map__wrapper__leaders__title__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #0000000d;
  box-shadow: 0px 8px 12px 0px #0000000a;
  cursor: pointer;
}
.map__wrapper__leaders__title__icon.icon-close {
  display: none;
}
.map__wrapper__leaders h2 {
  flex: 1;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #1f1f1f;
}
.map__wrapper__leaders__notice {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 90px);
  transform: translate(-50%, -70%);
  padding: 12px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #0000000d;
  box-shadow: 0px 8px 12px 0px #0000000a;
  font-size: 14px;
  color: #1f1f1f;
  z-index: 3;
}
.map__wrapper__leaders__notice p {
  margin: 0;
}
.map__wrapper__leaders.open .map__wrapper__leaders__title__icon.icon-close {
  display: flex;
}
.map__wrapper__leaders.open .map__wrapper__leaders__title__icon.default {
  display: none;
}
.map__wrapper__leaders.open .map__wrapper__leaders__notice {
  display: block;
}
.map__wrapper__leaders .items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  list-style-type: none;
}
.map__wrapper__leaders .items .item {
  position: relative;
  padding-left: 2.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  color: #8f8f8f;
  cursor: pointer;
}
.map__wrapper__leaders .items .item:hover {
  color: #000;
}
.map__wrapper__leaders .items .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  background: #fb427b;
  border-radius: 10px;
}
.map__wrapper__leaders .items .item:nth-child(2)::before {
  background: #f8d7da;
}
.map__wrapper__leaders .items .item:nth-child(3)::before {
  background: #edb100;
}
.map__wrapper__leaders .items .item:nth-child(4)::before {
  background: #a11;
}
.map__wrapper__leaders .items .item:nth-child(5)::before {
  background: #3e8f3e;
}
.map__wrapper__leaders .items .item:nth-child(6)::before {
  background: #3cadff;
}
.map__wrapper__leaders .items .item:nth-child(7)::before {
  background: #00ca9a;
}
.map__wrapper__leaders .items .item:nth-child(8)::before {
  background: #b0b0b0;
}
@media screen and (max-width: 1024px) {
  .map__wrapper {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0;
  }
  .map__wrapper__leaders {
    gap: 2rem;
  }
  .map__wrapper__leaders__notice {
    left: auto;
    right: 35px;
    width: calc(50% - 90px);
    transform: translate(0%, -70%);
  }
  .map__wrapper__leaders .items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .map__wrapper__leaders .items .item {
    flex: 0 1 calc(50% - 1rem);
  }
}
@media screen and (max-width: 768px) {
  .map__wrapper {
    gap: 1rem;
  }
  .map__wrapper__leaders {
    display: none !important;
  }
}

#filters-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
