body {
line-height: 1.1;
overflow-x:hidden;
} 

* {
  box-sizing: border-box;
  transition: none 0.2s linear;
}

h2.title { font-family: "Spartan"; font-size: 4rem; font-weight: 700; } 

#rectDashesRoad1, #rectDashesRoad2  {
  transition: all 1s linear;
}
#cloudDouble {
  animation: cloudDoubleAnimate 18s infinite;
}
#cloudDouble2 {
  animation: cloudDouble2Animate 20s infinite;
}
#cloudDouble3 {
  animation: cloudDouble3Animate 12s infinite;
}
#cloud {
  animation: cloudAnimate 17s infinite;
}
#cloud2 {
  animation: cloud2Animate 11s infinite;
}
#balloon, #balloonCircle, #balloonElem {
  animation: ballonAnimate 9s infinite;
}
#sun {
  animation: sunAnimate 16s infinite;
}
#lampCircle {
  animation: lampCircleAnimate 10s infinite;
}
#starToScale, #ballonStar, #starSun {
  animation: starToScaleAnimate 10s infinite;
}

#loader:after { transition: all .6s cubic-bezier(0.915, 0.000, 0.180, 0.990); } 

#loader-wrapper { opacity:1; width:100%; height:100%; top:0; left: 0; display: flex; align-items: center; justify-content: center; position: fixed; background: #fff; z-index:9999; transition: opacity .3s linear; }
#loader-wrapper.end { opacity:0; }
#loader { width:auto; height:auto; font-size:1.5rem; font-family: 'Spartan', sans-serif; font-weight: 700; text-align:left; position:relative; line-height:1.5; } 
#loader:after { content: ""; width: 0%; height: 130%; top: -15%; left: -20%; position: absolute; z-index: -1; } 
#loader.start:after { width:140%; }
#loader.end:after { width:0%; left:auto!important; right:-20%!important; }


#income_chart_wrapper { width:50%; }

canvas {
  width: 100%;
  height: 100%;
}
b {
  font-weight: 700;
}
span {
  -webkit-appearance: none;
  color: inherit;
  text-decoration: inherit;
}
a {
  -webkit-appearance: none;
  color: inherit;
  text-decoration: inherit;
}
.inner_container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0px 20px;
}
.banner {
  display: block;
  width: 100%;
  max-width: 1688px;
  background-color: #c4e5ed;
  padding-left: 358px;
  margin: 119px auto 160px auto;
}
.banner_container {
  display: grid;
  grid-template-columns: 500px 1fr;
}
.banner_left {
  display: block;
  position: relative;
}
.banner_title {
  font-family: "Spartan";
  margin: 0;
  font-weight: 700;
  font-size: 4rem;
  padding-top: 0px;
  min-width: 430px;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  transform: translateY(50%);
}
.banner_year {
  font-family: "Spartan";
  position: absolute;
  font-size: 220px;
  font-weight: 900;
  right: 40px;
  color: transparent;
  -webkit-text-stroke: 1px #000000;
  opacity: 0;
  bottom: -130px;
  margin: 0;
}
.banner_img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.top_info {
  display: block;
  width: 100%;
}
.top_info_container {
  display: grid;
  position: relative;
  grid-template-columns: 50% 50%;
  margin-bottom: 155px;
}
.top_info_road {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: -1;
}
.top_info_map{
  display: block;
  position: absolute;
  left: -200px;
  z-index: -1;
}
.top_info_left {
  display: block;
  position: relative;
  width: max-content;
  justify-self: center;
  min-width: 296px;
  transition: all 0.2s linear;
}
.top_info_city {
  display: block;
  margin: 0;
  font-size: 1.07rem;
  font-weight: 700;
  padding-bottom: 6px;
  padding-top: 100px;
}
.top_info_smallText {
  display: block;
  margin: 0;
  font-size: .92rem;
  font-weight: 600;
  padding-bottom: 32px;
}
.top_info_people {
  margin: 0;
  display: block;
  position: relative;
  font-family: "Spartan";
  font-size: 4.3rem;
  font-weight: 900;
}
.top_info_people:before {
  display: block;
  position: absolute;
  content: url("../images/pin.png");
  right: calc(100% + 25px);
}
.top_info_right {
  position: relative;
  padding: 100px 75px 85px 60px;
  background-color: #ebf9fe;
}
.top_info_text {
  display: block;
  margin: 0;
  font-size:1.3rem;
  line-height: 1.6;
  font-weight: 600;
  padding-bottom: 35px;
}
.top_info_income {
  display: block;
  position: relative;
  font-family: "Spartan";
  margin: 0;
  font-size: 4.1rem;
  font-weight: 900;
  margin-bottom: 70px;
  white-space: nowrap;
  text-align: right;
}
.top_info_income:after {
  content: attr(data-currency);
  position: absolute;
  text-transform: uppercase;
  font-size:1.2rem;
  top: 100%;
  right: 0px;
}
.top_info_info {
  display: grid;
  width: 100%;
  grid-template-columns: 50% 50%;
}
.top_info_infoText {
  padding: 17px 15px;
  border: 1px solid #82abb5;
  font-size: 0.9rem;
  font-weight:500;
}
.top_info_infoText:last-child {
  border-left: 0;
}
.income {
  display: block;
  position: relative;
  width: 100%;
  max-width: 2000px;
  background-color: #dae9ed;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 0px 200px 0px;
  margin-bottom: 150px;
}
.income_bgText {
  display: block;
  position: absolute;
  font-family: "Spartan";
  margin: 0;
  font-size: 19vw;
  color: #fff;
  line-height: 1;
  top: 270px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-weight: 900;
  opacity: 0.35;
  letter-spacing: 0em;
}
.income_title {
  display: block;
  margin: 0;
  font-family: "Spartan";
  font-size:4rem;
  font-weight: 700;
  padding-bottom: 140px;
}
.income_box {
  display: grid;
  position: relative;
  grid-template-columns: 180px calc(100% - 295px);
  gap: 115px;
}
.income_tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
  border:0 solid rgba(0,0,0,.1);
  align-self: start;
}
.income_tab {
  display: flex;
  position: relative;
  width: inherit;
  margin: 1px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 176px;
  padding: 20px 40px;
  cursor: pointer;
  transition: all 0.4s linear;
  cursor: pointer;
  background: rgba(0,0,0,.05);
}

.income_tab:first-child { border-top-left-radius:12px; border-top-right-radius:12px;  }
.income_tab:last-child { border-bottom-left-radius: 12px; border-bottom-right-radius:12px;   }

.income_tab:last-child {
  border-bottom: 0;
}
.income_tab:hover {
  filter: brightness(100%);
}
.income_tab:hover .income_icon_circle{
  background-color: #ebe5a5a6;
/*  transform: scale(1.2) translateY(-5px);*/
}
.income_tab:hover .income_icon_circle img {
  transform: scale(1.2);
}
.income_tab.active:hover .income_icon_circle img {
}
.income_tab.active:hover .income_icon_circle {
}
.income_tab.active {
 background:rgba(0,0,0,.2);
}
.income_tab.active:after {
  content: " ";
  display: block;
  position: absolute;
  right: -17px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 16px;
  border-color: transparent;
  border-left-color: rgba(0,0,0,.2);
  margin-top: -10px;
}

.income_tab.active .income_icon_circle{
  background-color: #ebe5a5;
}
.income_icon_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 52px;
  min-height: 52px;
  width: 52px;
  min-width: 52px;
  margin-bottom: 15px;
}
.income_icon_circle img {
  display: block;
  max-width: 100%;
  margin-left: 10px;
  transition: all 0.4s linear;
}
.income_tab_title {
  margin: 0;
  font-size:0.94rem;
  font-weight: 600;
  text-align: center;
}
.income_right {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.4s linear;
}
.income_item { display: block; position: absolute; visibility: hidden; z-index: -1;  opacity: 0; transition: all 0s linear; width: 100%; }
.income_item.active {  position: relative; visibility: visible; min-height: 480px; opacity: 1; z-index:1;}
.income_item.align-start {  align-self: start; }
.income_grid_item { display: flex; align-items: center;  background-color: rgba(0,0,0,.1); padding: 50px 25px; height: 100%; filter: brightness(115%); }

.income_grid_item_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 52px;
  min-height: 52px;
  width: 52px;
  min-width: 52px;
  background-color: #ebe5a5;
  margin-right: 30px;
}
.income_grid_item_icon img {
  display: block;
  max-width: 100%;
  margin-left: 10px;
}
.income_grid_item_amount {
  margin: 0;
  font-family: "Spartan";
  font-weight: 900;
  font-size:1.2rem;
  padding-bottom: 8px;
}
.income_grid_item_text {
  margin: 0;
  font-weight: 500;
  font-size:1rem;
  line-height:1.5;
}
.row {
  margin: 0px -10px ;
}
.row .col-sm {
  padding: 10px;
  min-width:auto;
}
.carousel-indicators {
  bottom: -50px;
  margin: 0;
  max-width: max-content;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.carousel-indicators li {
  display: block;
  height: 8px;
  width: 8px;
  min-height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #9dc9d4;
  margin: 0px 6px;
  cursor: pointer;
}
.carousel-indicators li:hover {
  background-color: #ebe5a5a6;
}
.carousel-indicators li.active {
  background-color: #ebe5a5;
}
.carousel-control-next, .carousel-control-prev {
  color: #000;
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,.1);
  border-radius: 50%;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.2s linear;

}
.carousel-control-next:hover, .carousel-control-prev:hover {
  opacity: 0.75;
}
.carousel-control-prev {
  left: -65px;
}
.carousel-control-next {
  right: -65px;
}
.carousel-control-next-icon {
  background-image: url("../images/arrow-right.png");
  background-size: contain;
  background-position: center center;
}
.carousel-control-prev-icon {
  background-image: url("../images/arrow-left.png");
  background-size: contain;
  background-position: center center;
}
.income_last_title { font-size:1.8rem; font-weight: 600; margin: 0; padding-bottom: 50px; }
.income_columns {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
}
.income_column {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #ebe5a5;
  width: 0;
  font-size: 1.07rem;
  font-weight: 900;
  font-family: "Spartan";
  color: #000;
  line-height: 1;
  overflow: hidden;
  transition: all 1s linear;
  white-space: nowrap;
}
.income_column_inner {
  padding: 15px;
  display: flex;
  align-items: center;
  position: relative;

}
.income_column.visible:after{
  display: block;
  position: absolute;
  content: " ";
  background-image: url("../images/arrow-right.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 100%;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.income_column .year {
  display: block;
  padding: 8px 8px 5px 8px;
  font-size:0.94rem;
  background: #000;
  color: #fff;
  margin: 0 20px 0px 0px;
  border-radius: 20px;
  line-height: 1;
  letter-spacing: 0;
}
.income_column p {
  display: block;
  margin: 5px 0 0 0;
}
.pit_info {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  line-height:1.5;
}

.pit_info_square { background:rgba(255,255,255,.8); }

.pit_info_container {
  position: relative;
}
.pit_info_road {
  display: block;
  position: absolute;
  top: -200px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 100%;
  overflow-x: hidden;
}
.pit_info_title {
  margin: 0;
  font-family: "Spartan";
  font-size:4rem;
  font-weight: 700;
  padding-bottom: 20px;
}
.pit_info_subtitle {
  margin: 0;
  font-size:1.3rem;
  font-weight: 600;
  padding-bottom: 60px;
  line-height: 1.5;
}
.pit_info_text {
  margin: 0;
  font-size: 1.07rem;
  line-height: 1.6;
  font-weight: 400;
  padding-bottom: 25px;
}
.pit_info_text b {
  font-weight: 600;
}
.pit_info_box {
  display: grid;
  grid-template-columns: calc(50% - 40px) calc(50% - 40px);
  gap: 80px;
  padding-bottom: 150px;
  padding-top: 70px;
}
.pit_info_number {
  display: block;
  position: relative;
  width: 100%;
  padding: 50px 50px 40px 50px;
  font-size: 4.3rem;
  font-weight: 900;
  font-family: "Spartan";
  background-color: #ebf9fe;
}

.pit_info_number.second {
  filter: brightness(105%);
}

.pit_info_number.first {
  background-color: #ebe5a5;
}
.pit_info_number.first:after{
  content: url("../images/pit-arrow.png");
  display: block;
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.pit_info_items {
  display: grid;
  grid-template-columns: repeat(5, 20%);
  padding-bottom: 110px;
}

.projects-list { padding-top:25px; }

.pit_info_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  height: 58px;
  min-height: 58px;
  width: 58px;
  min-width: 58px;
  margin-bottom: 30px;
  background-color: #ebe5a5;
}
.pit_info_items .pit_info_item {
  padding: 0px 10px;
}
.pit_info_items .pit_info_item:nth-child(2n) .pit_info_circle {
  background-color: #ebf9fe;
}
.pit_info .carousel-inner  {
  min-height: 370px;
}
.pit_info_carousel {
  display: none;
}
.carousel-inner .carousel-item:nth-child(2n) .pit_info_circle {
  background-color: #ebf9fe;
}
.pit_info_circle img {
  display: block;
  max-width: 100%;
  margin-left: 10px;
}
.pit_info_circle img {
  display: block;
  max-width: 100%;
  margin-left: 10px;
}
.pit_info_square {
  border: 2px solid #6798a5;
  padding: 70px 196px;
  margin-bottom: 240px;
}
.pit_info_square .pit_info_subtitle{
  padding-bottom: 40px;
}
.pit_info_square .pit_info_title{
  padding-bottom: 60px;
}
.pit_info_hiddenBox {
  overflow: hidden;
  transition: all 0.4s linear;
}
.pit_info_hidden {
  text-align: left;
  padding-bottom: 20px;
}
.pit_info_button {
  font-weight: 600;
  font-size:0.94rem;
  display: block;
  max-width: max-content;
  padding: 15px 40px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  margin: 0 auto;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s linear;
  margin-top: 10px;

}
.pit_info_button:hover {
  background-color: #000000b6;
}
.pit_info_button.open {
  color: #000000;
  background-color: #fff;
  border: 1px solid #6798a5;
}
.pit_info_button.open:hover {
  background-color: #6798a520;
}
.expenses {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 180px;
}
.expenses_container {
  display: grid;
  width: 100%;
  max-width: 1688px;
  margin: 0 auto;
  grid-template-columns: calc(100% - 560px) 560px;
}
.expenses_left {
  display: block;
  position: relative;
  background-color: #c4e5ee;
  padding: 80px 100px 160px 280px;
}
.expenses_item {
  padding-bottom: 150px;
}
.expenses_item:last-child {
  padding-bottom: 0px;
}
.expenses_title {
  margin: 0;
  font-family: "Spartan";
  font-size:4rem;
  font-weight: 700;
  padding-bottom: 30px;
}
.expenses_text {
  margin: 0;
  font-size: 1.07rem;
  font-weight: 500;
  padding-bottom: 55px;
  line-height:1.5;
}
.expenses_text b {
  font-weight: 600;
}
.expenses_bigNumber {
  font-family: "Spartan";
  margin: 0;
  font-size: 4.3rem;
  font-weight: 900;
  margin-bottom: 70px;
  margin-bottom: 100px;
}
.expenses_percents {
  display: block;
  position: relative;
  padding: 80px 0px;
}
.expenses_percents_first {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: calc(100% + 30px);
  left: 10px;
  transition: all 0.4s linear;
  opacity: 0;
  width: max-content;
}
.expenses_percents_first .percent {
  display: block;
  position: relative;
  font-size:1.3rem;
  font-family: "Spartan";
  font-weight: 900;
  padding: 15px 20px 12px 20px;
  color: #fff;
  border-radius: 36px;
  background-color: rgba(0,0,0,.1);
  margin-right: 30px;
}

.expenses_percents_first .percent:after {
 content: " ";
 display: block;
 position: absolute;
 left: 50%;
 bottom: -10px;
 border-width: 10px 10px 0px 10px;
 border-top-color: rgba(0,0,0,.1) !important;
 border-style: solid;
 border-color: transparent;
 border-top-color: transparent;
 margin-left: -10px;
}

.expenses_percents_second {
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(100% + 30px);
  right: 10px;
  transition: all 0.4s linear;
  opacity: 0;
  width: max-content;
}
.expenses_percents_second .percent {
  display: block;
  position: relative;
  font-size:1.3rem;
  font-family: "Spartan";
  font-weight: 900;
  padding: 15px 20px 12px 20px;
  color: #6798a5;
  border-radius: 36px;
  background-color: #ebf9fe;
  margin-left: 30px;
}
.expenses_percents_second .percent:after {
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 16px solid #ebf9fe;
  border-right: 16px solid #ebf9fe;
  left: 50%;
  top: -10px;
  transform: rotate(-45deg) translateX(-50%);
  -webkit-transform: rotate(-45deg) translateX(-50%);
}
.expenses_percents_second  .expenses_percents_textBox {
  text-align: right;
}
.expenses_percents_text {
  font-weight: 600;
  font-size:1.3rem;
  margin: 0;
  padding-bottom: 8px;
}
.expenses_percents_number {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 900;
  font-family: "Spartan";
}
.expenses_chart {
  display: flex;
  width: 0;
  transition: all 1s linear;
  height: 60px;
}
.expenses_chart_first {
  position: relative;
  background-color: rgba(0,0,0,.15);
}
.expenses_chart_second {
  position: relative;
  background-color: rgba(255,255,255,.75);
  filter: brightness(110%);
}
.expenses_right {
  display: block;
  height: 100%;
}
.expenses_sticky {
  display: block;
  position: sticky;
  top: 0px;
  padding-top: 140px;
}
.expenses_year {
  font-family: "Spartan";
  position: absolute;
  font-size: 220px;
  font-weight: 900;
  right: -300px;
  color: transparent;
  -webkit-text-stroke: 1px #000000;
  opacity: 0;
  top: -100px;
  margin: 0;
}


.expenses_chart_place_wrapper {
    width: calc(100% + 100px);
    min-height:380px;

}


.expenses_chart_place {
/*  width: calc(100% + 400px); */
  max-width: 900px;
 width:100%;
min-height:380px;

/*
position:absolute;
transform: translateX(25%);
left:0;
 */
}
.expenses_tab {
  filter: brightness(120%);
  background-color: rgba(0,0,0,.1);
  display: flex;
  position: relative;
  width: 180px;
  margin: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding: 20px 40px;
  cursor: pointer;
  transition: all 0.2s linear;
  cursor: pointer;
}
.expenses_icon_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 52px;
  min-height: 52px;
  width: 52px;
  min-width: 52px;
  margin-bottom: 20px;
  background-color: #ebe5a5;
  transition: all 0.2s linear;

}
.expenses_icon_circle.blue {
  background-color: #c4e5ee;
}
.expenses_icon_circle img {
  display: block;
  max-width: 100%;
  margin-left: 10px;
  transition: all 0.4s linear;
}
.expenses_tab_title {
  margin: 0;
  font-size:0.94rem;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s linear;
}
.expenses_tab:hover {
  background-color: rgba(0,0,0,.2);
}
.expenses_tab:hover > .expenses_icon_circle {
  background-color: #ebe5a5a6;
  transform: scale(1.2) translateY(-5px);
  -webkit-transform: scale(1.2) translateY(-5px);
}
.expenses_tab:hover > .expenses_icon_circle img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.expenses_tab:hover > .expenses_icon_circle.blue {
  background-color: #c4e5eea6;
}
.expenses_tab:hover > .expenses_tab_title {
  color: #fff;
}
.expenses .col-sm {
  flex-grow: 0;
}
.expenses .container {
  padding: 0;
  max-width: 700px;
}
.expenses_light_block {
  display: block;
  max-width: max-content;
  min-width: 260px;
  color: #000;
  font-family: "Spartan";
  font-weight: 900;
  font-size: 1.75rem;
  padding: 18px 18px 15px 18px;
  background-color: rgba(255,255,255,.5);
  transition: all 0.2s linear;
}
.top_layer {
  display: block;
  position: fixed;
  background-color: #9dc9d4;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;
  padding: 70px 0px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.4s linear;
}
.top_layer.open {
  z-index: 1000;
  visibility: visible;
  opacity: 1;
}
.top_layer_carousel {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}
.top_layer_carousel .carousel-control-next {
  background-color: rgba(0,0,0,.1);
  top: 240px;
  transform: none;
  -webkit-transform: none;
  height: 58px;
  width: 58px;
  right: -265px;
}
.top_layer_carousel .carousel-control-prev {
  background-color: rgba(0,0,0,.1);
  top: 240px;
  transform: none;
  -webkit-transform: none;
  height: 58px;
  width: 58px;
  left: -265px;
}
.top_layer_bottom .top_layer_text {
  font-size:0.94rem;
}
.top_layer_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 100px;
  min-height: 100px;
  width: 100px;
  min-width: 100px;
  margin: 0px auto 25px auto;
  background-color: #ebe5a5;
}
.top_layer_circle img {
  display: block;
  max-width: 100%;
  margin-left: 25px;
}
.top_layer_bottom_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 52px;
  min-height: 52px;
  width: 52px;
  min-width: 52px;
  margin-right: 30px;
  background-color: #ebe5a5;
}
.top_layer_bottom_circle img{
  display: block;
  max-width: 100%;
  margin-left: 10px;
}
.top_layer_item.blue .top_layer_circle {
  background-color: #c4e5ee;
}
.top_layer_item.blue .top_layer_bottom_circle {
  background-color: #c4e5ee;
}
.top_layer_item.blue .top_layer_first {
  background-color: #c4e5ee;
}
.top_layer_item.blue .top_layer_absolute span {
  background-color: #c4e5ee;
}
.top_layer_item.blue .top_layer_absolute span:after {
  border-bottom: 16px solid #c4e5ee;
  border-right: 16px solid #c4e5ee;
}
.top_layer_top {
  text-align: center;
  max-width: 575px;
  margin: 0 auto
}
.top_layer_title {
  font-family: "Spartan";
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 30px; 
}
.top_layer_bigNumber {
  margin: 0;
  font-size: 4rem;
  font-family: "Spartan";
  font-weight: 900;
  padding-bottom: 20px;
}
.top_layer_percents {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: rgba(0,0,0,.15);
  height: 8px;
  margin-bottom: 180px;
}
.top_layer_first {
  background-color: #ebe5a5;
  position: relative;
  display: block;
  height: 100%;
  width: 0;
  transition: all 0.8s linear;
}
.top_layer_absolute {
  display: flex;
  position: absolute;
  align-items: center;
  top: calc(100% + 25px);
  opacity: 0;
  transition: all 1s linear;
}
.top_layer_absolute span {
  display: block;
  position: relative;
  font-size:1.3rem;
  font-family: "Spartan";
  font-weight: 900;
  padding: 15px 20px 12px 20px;
  color: #000;
  border-radius: 36px;
  background-color: #ebe5a5;
  margin-right: 20px;
}
.top_layer_absolute span:after {
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 16px solid #ebe5a5;
  border-right: 16px solid #ebe5a5;
  left: 50%;
  top: -10px;
  transform: rotate(-45deg) translateX(-50%);
  -webkit-transform: rotate(-45deg) translateX(-50%);
}
.top_layer_text {
  font-size: 1.07rem;
  margin: 0;
  font-weight: 400;
  line-height:1.5;
}
.top_layer_top .top_layer_text {
  width: max-content;
  max-width: 100%;
}
.top_layer_number {
  margin: 0;
  font-weight: 900;
  font-family: "Spartan";
  font-size:1.2rem;
  padding-bottom: 5px;
}
.top_layer_bottom {
  display: grid;
  max-width: 100%;
  grid-template-columns: calc(50% - 85px) calc(50% - 85px);
  gap: 100px 170px; 
  padding-right: 80px;
}
.top_layer_bottom_item {
  display: flex;
  align-items: center;
}
.top_layer_close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: 30px;
  height: 58px;
  width: 58px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.1);
  cursor: pointer;
}
.top_layer_close:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.footer {
  display: block;
  width: 100%;
  background-color: #71a2ae;
  padding: 32px 0px 0px 0px;
  transition: all 0.2s linear;
}
.footer_title {
  color: #ffffff;
  font-weight: 700;
  font-size:0.94rem;
}
.footer_text {
  font-weight: 400;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
  padding-bottom: 50px;
}
.footer_text a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s linear;
}
.footer_text a:hover {
  color: #fff;
  text-decoration: underline;
}
.copyright {
  display: block;
  width: 100%;
  background-color: #c4e5ed;
  padding: 46px 0px;
}
.copyright .inner_container{
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;
  align-items: center;
}
.copyright_item{
  display: block;
  padding: 0px 12px;
  margin: 4px 0px;
  color: #000000;
  font-size: 1rem;
  border-right: 1px solid #000000;
}
.copyright_item:last-child{
  border-right: 0;
}
.copyright_item a{
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s linear;

}
.copyright_item a:hover{
  color: #000000;
  text-decoration: underline;
}
.map_place {
  display: block;
  width: 100%;
  margin-bottom: 150px;
}
.map_place_container {
  display: block;
  max-width: 1688px;
  margin: 0 auto;
  background-color: #dae9ed;
}
.map_place_top {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 10px 45px 10px;
  text-align: center;
}
.map_place_title {
  margin: 0;
  font-size:4rem;
  font-family: "Spartan";
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 100px;
}
.map_place_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.map_place_button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  padding: 10px 15px;
  border: 0;
  background-color: transparent;
  width: max-content;
  font-size: 1.07rem;
  font-weight: 400;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.2s linear;
}

.map_place_button:last-child{
  margin-right: 0px;
}
.map_place_button:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\2022";
  color: #fff;
  font-size: 18px;
  background-color: #fff;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-right: 13px;
}
.map_place_button:hover:before {
  background-color: #eee;
}
.map_place_button.white:hover:before {
  background-color: #111;
}
.map_place_button.white {
  background-color: #fff;
  color: #000;
}
.map_place_button.white:hover {
  background-color: #eee;
}
/*.map_place_button.white:before {
  background-color: #000;
}*/
.map_place_button.blue {
  background-color: #6798a5;
}
.map_place_button.blue:hover {
  background-color: #568794;
}
.map_place_button.yellow {
  background-color: #d9d4a0;
}
.map_place_button.yellow:hover {
  background-color: #c8c38f;
}
.map_place_button.red {
  background-color: #d09583;
}
.map_place_button.red:hover {
  background-color: #bf8472;
}
.map_place_button.grey {
  background-color: #636363;
}
.map_place_button.grey:hover {
  background-color: #525252;
}
.map_place_bottom {
  height: 1000px;
}
.map_place_bottom iframe {
  border: 0;
}
.fund {
  display: block;
  width: 100%;
  margin-bottom: 110px;
  overflow: hidden;
}

.fund .table td { vertical-align: middle  }

.fund_container {
  display: grid;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  gap: 20px;
}
.fund_left {
  padding: 0 80px;
}
.fund_title {
  margin: 0;
  font-family: "Spartan";
  font-weight: 700;
  font-size:4rem;
  padding-bottom: 50px;
}
.fund_text {
  margin: 0;
  font-weight: 400;
  font-size: 1.07rem;
  line-height:1.5;
}
.fund_right {
  display: block;
  position: relative;
  background-color: rgba(0,0,0,.2);
  filter: brightness(110%);
/*  padding: 60px 40px 100px 80px;*/
  padding: 60px 40px;
}
.fund_nav {
  display: block;
  position: absolute;
  top: 0;
  right: 60px;
  font-size: 1.07rem;
  font-weight: 700;
  min-width: 60px;
  text-align: center;
}
.fund .carousel-control-next {
  right: -45px;
}
.fund .carousel-control-prev {
  left: -45px;
}
.fund_slide_title {
  margin: 0 auto;
  font-size:1.3rem;
  font-weight: 600;
  padding-bottom: 15px;
}
.fund_slide_number {
  margin: 0 auto;
  font-family: "Spartan";
  font-size: 1.75rem;
  font-weight: 900;
  padding-bottom: 60px;
}
.fund_slide_village {
  margin: 0;
  font-size:1.3rem;
  font-weight: 700;
  padding-bottom: 20px;
}
.fund_slide_text {
  margin: 0;
  font-size: 1.07rem;
  font-weight: 400;
  line-height: 1.4;
}

.fund_slide_name {
    font-size:2rem;
    max-width: 800px;
    font-weight:800;
    line-height:1.5;
}

#fund-general .fund_right { 
    padding:40px;
}

body.highContrast .banner_year, body.highContrast .expenses_year {
  opacity: 1 !important;
}
body.highContrast .income_bgText {
  display: none;
}
body.highContrast .top_info_infoText {
  border-color: #000000;
}
body.highContrast .carousel-indicators li {
  background-color: #000;
}
body.highContrast .income_tab.active {
  background-color: #ffffff;
}
body.highContrast .income_grid_item, body.highContrast .carousel-control-next,  body.highContrast .carousel-control-prev, body.highContrast .expenses_tab, body.highContrast .expenses_light_block{
  background-color: #ffffff;
  border: 2px solid #000;
}
body.highContrast .expenses_tab:hover {
  background-color:#ffffffa6;
}
body.highContrast .expenses_tab:hover .expenses_tab_title{
  color: #000;
}
body.highContrast .income_tab {
  border-bottom: 2px solid #000;
}
body.highContrast .income_tab.active:after {
  display: none;
}
body.highContrast .income_tabs, body.highContrast .expenses_chart_second, body.highContrast .expenses_chart_first, body.highContrast .top_layer_first, body.highContrast .fund_right {
  border: 2px solid #000000;
}
body.highContrast .income_tab:last-child {
  border: 0;
}
body.highContrast .income_tab:hover {
  background-color: #ffffffa6;
}
body.highContrast .expenses_percents_second .percent {
  color: #000;
}
body.highContrast .footer {
  background-color: #0A4C5C;
}
body.highContrast .copyright_item  {
  font-size:0.94rem;
}
body.highContrast .map_place_button {
  color: #000000;
  font-weight: 700;
  border: 2px solid #000;
}
body.highContrast .map_place_button:before {
  margin-right: 8px;
}
body.highContrast .map_place_button.grey {
  color: #ffffff;
}
body.highContrast .top_layer_percents {
  background-color: #000;
  height: 16px;
}


#citizen-calculator-section  { padding:0 0 100px 0;  }
#citizen-calculator-section .info-text { margin: 0; font-size: 1.07rem; line-height: 1.6;  font-weight: 400; padding-bottom: 25px; }
#calc-inner { border:2px solid #6798a5; text-align:center; background:#fff; }
#calc-salary-set { padding: 30px; font-weight: 500; font-size: 1.3rem; } 
#calc-details-section { padding:50px; }
#calc-details-section-inner {  max-width:960px; margin:auto; }
#taxesRange { height:50px; width:100%; margin-top:60px;  }
#taxesRangeValue { font-size:3rem; font-family: "Spartan"; font-weight: 900; margin:0; position:absolute;left:0; transition: all 0s linear; white-space: nowrap;  }
#taxesRangesWrapper { position:relative; max-width:960px; margin:0 auto 40px auto; height:120px;  }
#salary-range {  padding:5px 12px; display:inline-block; margin:0 5px; border:0; border-radius:0; font-weight: 900;  font-family: "Spartan"; text-align:center;  }
#salary-range-wrapper { width:250px; display: inline-block; margin: 0 5px; position: relative;  }
#salary-range option {  padding:10px 0;  }
#salary-range:not(:focus) { box-shadow: 0px 3px 0 0px #c3e4ed; }
#taxPartWrapper { padding:50px 0 40px 0; text-align:center; background:#ebe5a5; font-size:2.8rem; font-weight: 800;  font-family: "Spartan"; position:relative; }
#taxPartWrapper .info { position:absolute; right:15px; top:15px; font-size:22px;  }
#calc-details-header-1 { line-height:1.8; font-weight: 700;  margin:40px 0; font-size: 1.1rem; }
#calc-details-header-1 .inner { max-width:410px; }
#calc-details-header-2 { margin: 80px 0; font-weight: 700; text-align: center; font-size: 1.1rem;  }

.select2-results__option {
    padding: 20px 6px;
    font-weight: 900;  font-family: "Spartan"; 
}

.select2-dropdown { border:0px; box-shadow:0 5px 20px -10px rgba(0,0,0,.3); }

.select2-container .select2-selection { font-weight: 900;  font-family: "Spartan"; border:0px!important; border-bottom:3px solid #c3e4ed!important; border-radius:0px; }
.select2-results__option { border-bottom:3px solid #c3e4ed!important; }

@media (max-width: 1688px) {
  .header_container {
    padding: 30px 20px;
  }
  .banner {
    padding-left: calc((100% - 1240px) /2);
  }
  .banner_title {
    padding-top: 0px;
  }
  .banner_year {
    font-size: 160px;
    bottom: -100px;
  }
  .expenses_left {
    padding: 80px 80px 80px 100px;
  }
  .expenses_item {
    padding-bottom: 80px;
  }
  .expenses_year {
    right: 10px;
    font-size: 160px;
    top: -80px;
  }
  .top_layer_carousel .carousel-control-next {
    right: -100px;
  }
  .top_layer_carousel .carousel-control-prev {
    left: -100px;
  }
}
@media (max-width: 1280px) {
  .income_box {
    gap: 40px;
    grid-template-columns: 180px calc(100% - 220px);
  }
  .pit_info_square {
    padding: 50px 100px;
  }
  .expenses_container {
    grid-template-columns: 100%;
  }
  .expenses_right  {
    display: none;
  }
  .expenses_chart_place {
    width: 100%;
    margin-left: 0;
  }
  .top_layer_carousel .carousel-control-next {
    right: 35px;
  }
  .top_layer_carousel .carousel-control-prev {
    left: 35px;
  }
  .top_layer_bottom {
    padding-right: 0;
  }
  .top_layer {
    padding-left: 20px; 
    padding-right: 20px;
  }
  .fund_left {
    padding: 0 40px;
  }
  .fund_right {
    padding: 40px 20px 80px 40px;
  }
  .fund_container {
    padding: 0px 20px;
  }
}
@media (max-width: 1024px) {
  .banner_year {
    font-size: 60px;
    bottom: -85px;
    right: 20px;
  }
  .top_info_container {
    grid-template-columns: 100%;
  }
  .top_info_left {
    padding-bottom: 40px;
    min-width: 290px;
  }
  .top_info_city {
    padding-top: 0;
  }
  .top_info_right {
    max-width: max-content;
    min-width: 590px;
    justify-self: center;
  }
  .expenses_year {
    font-size: 60px;
    top: 20px;
  }
}
@media (max-width: 969px) {
  .pit_info_road {
    display: none;
  }
  .top_info_road {
    display: none;
  }
  .top_info_map {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.2s linear;
  }

  .header_container {
    padding: 10px 20px;
  }
  .header_toggleMenu {
    display: block;
    align-self: stretch;
    display: flex;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
  }
  .header_toggle {
    display: block;
    height: 2px;
    width: 30px;
    background-color: #000000;
    position: relative;
    transition: all 0.3s linear;
  }
  .header_toggle:after {
    content: " ";
    display: block;
    height: 2px;
    width: 30px;
    background-color: #000000;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 0.3s linear;
  }
  .header_toggle:before {
    content: " ";
    display: block;
    height: 2px;
    width: 30px;
    background-color: #000000;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 0.3s linear;
  }
  .header_toggleMenu.open .header_toggle {
    background: transparent
  }
  .header_toggleMenu.open .header_toggle:after {
    transform: rotate(45deg) ;
    -webkit-transform: rotate(45deg) ;
    width: 20px;
    top: 50%;
    left: 0;
  }
  .header_toggleMenu.open .header_toggle:before {
    transform: rotate(-45deg)  ;
    -webkit-transform: rotate(-45deg);
    top: 50%;
    bottom: auto;
    width: 20px;
    left: 0;
  }
  .menu {
    flex-direction: column;
    position: absolute;
    top: calc(100% - 2px);
    background-color: #ffffff;
    right: -100%;
    padding: 20px 0 0px 0px;
    max-width: 100%;
    align-items: flex-start;
    transition: all 0.3s linear;
  }
  .menu.open {
    right: 0;
  }
  .menu_item {
    padding: 0px 30px 20px 40px;
  }
  .menu_link.active:before {
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform:  translateY(-50%);
  }
  .menu_link:hover:before {
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform:  translateY(-50%);
  }
  .banner {
    margin-top: 79px;
    margin-bottom: 60px;
  }
  .banner_container {
    grid-template-columns: 1fr 1fr;
  }
  .banner_title {
    padding-top: 30px;
    padding-bottom: 30px;
    min-width: 1px;
    max-width: 100%;
    font-size: 2.1rem;
    transform: translateY(0%);
    padding-bottom: 0px;

  }

.banner_year {
  font-size: 60px;
  bottom: 0px;
  left: 20px;
  position: relative;
}

  .top_info_city {
    font-size: 2.8rem;
  }
  .top_info_people {
    font-size: 2.1rem;
  }
  .top_info_people:before {
    transform: scale(0.5) translate(50%, -50%);
    -webkit-transform: scale(0.6) translate(50%, -50%);
  }
  .top_info_income {
    font-size: 2.1rem;
    margin-bottom: 38px;
  }
  .top_info_left {
    min-width: 170px;
  }
  .top_info_income:after {
    font-size:1.2rem;
    right: -8px;
  }
  .top_info_text {
    font-size: 1.07rem;
    padding-bottom: 24px;
  }
  .top_info_right {
    padding: 30px;
    min-width: 276px;

  }
  .top_info_info {
    grid-template-columns: 100%;
  }
  .top_info_infoText:last-child {
    border-left: 1px solid #82abb5;
    border-top: 0;
  }
  .income {
    margin-bottom: 50px;
  }
  .income_box {
    grid-template-columns: 100%;
  }
  .income_tabs {
    flex-direction: row;
    max-width: max-content;
    justify-self: center;
  }
  .income_tab {
    border: 0;
    border-right: 1px solid #fff;
  }
  .income_tab:last-child {
    border-right: 0;
  }
  .income_tab.active:after {
    right: 50%;
    top: calc(100% - -4px);
    transform: translateX(50%) rotate(90deg);
    -webkit-transform: translateX(50%) rotate(90deg);
  }
  .income_grid_item {
    padding: 30px 20px;
  }
  .income_title {
    font-size: 2.1rem;
    padding-bottom: 40px;
  }
  .income {
    padding: 40px 0px 80px 0px;
  }
  .income_bgText {
    display: none;
  }
  .income_last_title {
    padding-bottom: 25px;
    font-size: 1.07rem;
  }
  .income_column_inner {
    padding: 15px 5px;
  }
  .income_column {
    font-size: 1.07rem;
  }
  .income_column p {
    margin-top: 2px;
  }
  .income_column .year {
    font-size: 1.2rem;
    margin-right: 6px;
  }
  .pit_info_box {
    grid-template-columns: 100%;
    padding-top: 0px;
    padding-bottom: 40px;
    gap: 40px;
  }
  .pit_info_number.first:after {
    display: none;
  }
  .pit_info_carousel {
    display: block;
    margin-bottom: 80px;
    position: relative;
  }
  .pit_info_carousel .pit_info_text {
    padding-bottom: 0;
  }
  .pit_info_items {
    display: none;
  }
  .pit_info_subtitle {
    font-size:1.2rem;
    padding-bottom: 30px;
  }
  .pit_info_title {
    font-size: 2.1rem;
  }
  .pit_info_square {
    padding: 30px 70px;
    margin-bottom: 60px;
  }
  .pit_info_square .pit_info_title {
    padding-bottom: 30px;
  }
  .pit_info_hidden {
    padding-bottom: 10px;
  }
  .expenses_title {
    font-size: 2.1rem;
    padding-bottom: 20px;
  }
  .expenses_text {
    padding-bottom: 30px;
  }
  .expenses_bigNumber {
    font-size: 5rem;
    margin-bottom: 50px;
  }
  .expenses_percents_text {
    font-size:0.94rem;
  }
  .expenses_percents_number {
    font-size:1.2rem;
  }
  .expenses_percents {
    padding: 50px 0px;
  }
  .expenses_percents_second .percent {
    font-size:0.94rem;
  }
  .expenses_percents_first .percent {
    font-size:0.94rem;
  }
  .expenses {
    margin-bottom: 70px;
  }
  .expenses_left {
    padding: 60px 40px 60px 40px;
  }
  .expenses .container .row {
    justify-content: center;
  }
  .expenses_tab {
    margin: 0 auto;
  }
  .expenses_light_block {
    font-size:1.3rem;
    min-width: 200px;
    padding: 10px 12px 8px 12px;
  }
  .top_layer_title {
    font-size:1.3rem;
  }
  .top_layer_circle {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
  }
  .top_layer_bigNumber {
    font-size: 2.1rem;
  }
  .top_layer_bottom {
    gap: 40px;
    justify-content: center;
  }
  .top_layer_percents {
    margin-bottom: 120px;
  }
  .top_layer_top {
    max-width: calc(100% - 300px);
  }
  .map_place_button:before {
    display: none;
  }
  .map_place_buttons {
    flex-wrap: wrap;
  }
  .map_place_button {
    margin-bottom: 10px;
  }
  .map_place_top {
    padding: 60px 10px 20px 10px;
  }
  .map_place_title {
    font-size: 3rem;
    padding-bottom: 40px;
  }
  .map_place_bottom {
    height: 500px;
  }
  .map_place {
    margin-bottom: 60px;
  }
  .fund_title {
    font-size: 3rem;
    padding-bottom: 25px;
  }
  .fund_container {
    grid-template-columns: 100%;
    gap: 40px;
  }
  .fund_slide_title {
    font-size:1.2rem;
  }
  .fund_slide_village {
    font-size:1.2rem;
  }
  .fund_slide_number {
    font-size:1.3rem;
    padding-bottom: 30px;
  }
  .fund_right {
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .fund_left {
    padding: 0;
  }
  .fund {
    margin-bottom: 60px;
  }
  .footer_text {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {

main {
  margin-top: 6rem;
}

.expenses_chart_place_wrapper { width:100%; }


  .top_layer_bottom {
    grid-template-columns: 100%;
    justify-items: center;
  }
  .top_layer_bottom_item {
    width: 300px;
    max-width: 100%;
  }
}
@media (max-width: 610px) {

 .banner_container {
    grid-template-columns: 100%;
  }



  .income_tab {
    padding: 20px;
    min-height: 10px;
  }
  .pit_info_number {
    font-size: 4rem;
    padding: 20px;
  }
  .pit_info_square {
    padding: 30px;
  }
  .expenses_bigNumber {
    font-size: 2.1rem;
  }
  .top_layer_top {
    max-width: 100%;
  }
  .top_layer_carousel .carousel-control-next {
    top: 15px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    right: 0;
  }
  .top_layer_carousel .carousel-control-prev {
    top: 15px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    left: 0;
  }
  .top_layer_close {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    right: 5px;
    top: 5px;
  }
  .top_layer_close:hover {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
  }
  .top_info_map {
    display: none;
  }

#fund-general .fund_right {
  padding: 15px;
}

.fund_slide_name { font-size:1.5rem; }

}

@media (max-width: 575px) {
.expenses_tab { width:auto; min-height: auto; flex-direction: row; justify-content: left; padding:20px; gap: 20px;  }
.expenses_tab_title { text-align:left; }
.expenses_icon_circle { margin-bottom:0px;  }

}

@media (max-width: 480px) {
  .fund_right {
    padding-top: 80px;
  }
  .fund_nav {
    top: -50px;
  }
  .income_item.active {
    min-height: 300px;
  }
  .expenses_chart_place {
    min-height: 300px;
  }
}

@keyframes ballonAnimate {
  0% {
    transform: none;
    -webkit-transform: none;
  }
  50% {
    transform: translate(-250px, 0px) scale(1.2);
    -webkit-transform: translate(-250px, 0px) scale(1.2);
  }
  100% {
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes sunAnimate {
  0% {
    transform: translate(150px, 0px);
    -webkit-transform: translate(150px, 0px);
  }
  50% {
    transform: translate(-280px, -120px);
    -webkit-transform: translate(-280px, -120px);
  }
  100% {
    transform: translate(150px, 0px);
    -webkit-transform: translate(150px, 0px);
  }
}
@keyframes lampCircleAnimate {
  0% {
    r:30
  }
  50% {

    r: 60
  }
  100% {
    r:30
  }
}

@keyframes cloudDoubleAnimate {
  0% {
    transform: translate(-100px, 0px);
    -webkit-transform: translate(-100px, 0px);
  }
  50% {
    transform: translate(180px, -60px);
    -webkit-transform: translate(180px, -60px);
  }
  100% {
    transform: translate(-100px, 0px);
    -webkit-transform: translate(-100px, 0px);
  }
}

@keyframes cloudDouble2Animate {
  0% {
    transform: translate(100px, 110px);
    -webkit-transform: translate(100px, 110px);
  }
  50% {
    transform: translate(-70px, -20px);
    -webkit-transform: translate(-70px, -20px);
  }
  100% {
    transform: translate(100px, 110px);
    -webkit-transform: translate(100px, 110px);
  }
}
@keyframes cloudDouble3Animate {
  0% {
    transform: translate(40px, -10px);
    -webkit-transform: translate(40px, -10px);
  }
  50% {
    transform: translate(0px, 90px);
    -webkit-transform: translate(0px, 90px);
  }
  100% {
    transform:translate(40px, -10px);
    -webkit-transform: translate(40px, -10px);
  }
}
@keyframes cloudAnimate {
  0% {
    transform: translate(170px, 40px);
    -webkit-transform: translate(170px, 40px);
  }
  50% {
    transform: translate(-70px, -20px);
    -webkit-transform: translate(-70px, -20px);
  }
  100% {
    transform: translate(170px, 40px);
    -webkit-transform: translate(170px, 40px);
  }
}

@keyframes cloud2Animate {
  0% {
    transform: translate(20px, 50px);
    -webkit-transform: translate(20px, 50px);
  }
  50% {
    transform: translate(0px, -20px);
    -webkit-transform: translate(0px, -20px);
  }
  100% {
    transform: translate(20px, 50px);
    -webkit-transform: translate(20px, 50px);
  }
}
@keyframes starToScaleAnimate {
  0% {
    transform: none;
    -webkit-transform: none;
  }
  50% {
    transform: scale(1.02, 0.98);
    -webkit-transform: scale(1.02, 0.98);
  }
  100% {
    transform: none;
    -webkit-transform: none;
  }
}

input[type=range] {
  height: 25px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #c3e4ed;
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #c3e4ed;
  height: 38px;
  width: 38px;
  border-radius: 38px;
  background: #83bac8  url('../images/arrows.svg') no-repeat center center;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
  transform: translateY(-7px);
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #c3e4ed;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #c3e4ed;
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #c3e4ed;
  height: 38px;
  width: 38px;
  border-radius: 38px;
  background: #83bac8  url('../images/arrows.svg') no-repeat center center;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #c3e4ed;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #c3e4ed;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #c3e4ed;
  height: 38px;
  width: 38px;
  border-radius: 38px;
  background: #83bac8  url('../images/arrows.svg') no-repeat center center;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #c3e4ed;
}
input[type=range]:focus::-ms-fill-upper {
  background: #c3e4ed;
}


#taxesCategories .icon { width:100px; height:100%;  float:left; }
#taxesCategories .icon-wrapper { background-color: #ebe5a5;  display: flex; align-items: center; justify-content: center; border-radius: 50%; height: 60px; min-height: 60px; width: 60px; min-width: 60px; margin-bottom: 15px;  }
#taxesCategories .icon img { transform: translateX(10px); height:100%; }
#taxesCategories .item { margin:25px 0;   min-width:60px;}
#taxesCategories .expense-data {  }
#taxesCategories .price { font-size: 1.3rem; font-weight: 900; font-family: "Spartan"; margin:5px 0; }
#taxesCategories .cost { font-size: 0.8rem; font-weight: 600; margin:10px 0; }
#taxesCategories .name { line-height:1.3; }
#taxesCategories .cost .value{ font-size: 0.9rem; font-weight: 800; font-family: "Spartan"; margin:5px 0; display:block; }

#carouselTaxesExpanses { margin-bottom:80px; text-align:left; }
#carouselTaxesExpanses .carousel-item { min-height:240px; }
#carouselTaxesExpanses .carousel-item .item { transform: scale(0.5); -webkit-transform: scale(0.5); opacity:0; transition: all .5s ease-out; }
#carouselTaxesExpanses .active.carousel-item .item { transform: scale(1); -webkit-transform: scale(1); opacity:1; }

#carouselTaxesExpanses .active.carousel-item .item:nth-child(1) { transition-delay: 0s;  }
#carouselTaxesExpanses .active.carousel-item .item:nth-child(2) { transition-delay: 0.2s;  }
#carouselTaxesExpanses .active.carousel-item .item:nth-child(3) { transition-delay: 0.4s;  }
#carouselTaxesExpanses .active.carousel-item .item:nth-child(4) { transition-delay: 0.6s;  }
#carouselTaxesExpanses .active.carousel-item .item:nth-child(5) { transition-delay: 0.8s;  }
#carouselTaxesExpanses .active.carousel-item .item:nth-child(6) { transition-delay: 1s;  }

.expenses-container { margin:0; }
.expenses-container .row { justify-content:left!important; }
.charts_wrapper { display:flex; align-items: center; gap: 20px; transition: all .5s ease-out; transform: translateY(100px); opacity:0;  }
.charts_wrapper.active {  transform: translateY(0); opacity:1; }
.chart_legend_wrapper { width:50%; }
#income_charts_wrapper { transform: translateY(0); opacity:1;  }
#income-chart  { width:400px!important; height:400px!important;  max-width: 100% !important; margin:auto;  }

.chart_legend { list-style-type: none; padding: 0; margin-left:60px; margin-bottom:30px;  max-width:320px; }
.chart_legend li { margin: 10px 0; position:relative; line-height:1.4; display:flex; }
.chart_legend li span.bar { width:50px; height:16px; border-radius:3px; position:absolute; left:-60px;  }
.chart_legend li span.perc { display:inline-block; font-weight:600; width: 60px; min-width:60px; margin-right: 5px;  padding-right: 20px;  }


@media (max-width: 767px)
{
    #charts_wrapper { flex-direction:column;  }
    #chart_legend_wrapper { width:100%;  }
    .chart_legend { max-width:100%; }
}

.income_column,
.fund_right,
.expenses_left,
.top_info_right,
.income_grid_item,
.expenses_tab { border-radius:12px;}

@media (max-width: 1199px) {
    #income_charts_wrapper { flex-direction:column; }
    #income_charts_wrapper > div { width:100%!important; }
    #income_charts_wrapper .chart_legend { max-width:100%; }
    #income-chart  { width:320px!important; height:320px!important;  }
}

@media (max-width: 969px) {
    .income_tab:first-child {  border-radius: 0px; border-top-left-radius: 12px; border-bottom-left-radius: 12px; }
    .income_tab:last-child { border-radius: 0px;  border-top-right-radius: 12px; border-bottom-right-radius: 12px; }
}

