body {
  /* min-width: 1920px; */
  min-width: 1900px;
  background: radial-gradient(
      21.75% 39.35% at 50% 50%,
      rgba(68, 188, 255, 0.06) 0%,
      rgba(68, 188, 255, 0) 100%
    ),
    center/ contain url(./image/bg.png),
    0px 20px / 40vw no-repeat url(./image/icon.svg), #112054;
  /* background-size: contain; */
}
form {
  width: 100%;
  display: flex;
  border-top: 1px dashed #21caff;
  align-items: center;
}
input.search {
  font-family: Montserrat;
  width: calc(100% - 55px);
  border: 0;
  outline: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}
input.search::placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff !important;
}
.search::-moz-placeholder {
  opacity: 1;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff !important;
}

.search-button {
  width: 35px;
  height: 35px;
  border: 0;
  cursor: pointer;
  background: center / 15px no-repeat url(./image/search-icon.svg);
}

.search-wrap {
  margin: 0 auto;
  width: 976.5px;
  height: 68.5px;
  background: no-repeat url(./image/search-bg.svg);
  display: flex;
  padding: 20px 200px 10px 117px;
  align-items: center;
  position: relative;
  z-index: 1;
}

footer {
  display: flex;
  align-items: center;
  width: 100%;
  height: 147px;
  padding: 50px 0 0 50px;
  background: center 43px / 100% no-repeat url(./image/footer.svg);
}
.logo {
}

html,
body {
  height: 100%;
  /* overflow-x: hidden; */
}
body {
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1 0 auto;
}
footer {
  flex-shrink: 0;
}

main {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  justify-content: space-evenly;
  max-width: 1790px;
  margin: 0 auto;
}
/* main */
.left-block,
.right-block {
  width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
   
}
/* CIRCLE */
.circle-block {
  height: 814px;
  width: 804px;
  background: center/ 442px no-repeat url(./image/circle/circle-bg-small.svg),
    center/ 644px no-repeat url(./image/circle/circle-bg.svg);
  position: relative;
}
.cyrcle-rotate {
  position: absolute;
  top: 220px;
  left: 216px;
  /* transform: translate(-50%, -50%); */
  width: 372px;
}

.sum-student {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sum-student > div {
  width: 157px;
  height: 63px;
  font-family: Oswald;
  font-style: normal;
  font-weight: 500;
  font-size: 70px;
  line-height: 63px;
  text-align: center;
  color: #ffffff;
}
.sum-student > p {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 19px;
}

.btn-filials {
  position: absolute;
  width: 225px;
  height: 137px;
  left: 289px;
  top: 62px;
  padding: 50px;
  background: center 40px/ 11px no-repeat url(./image/circle/Polygon-filials.svg),
    center / contain no-repeat url(./image/circle/button-filialls.svg);
  border: none;
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 125% */
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #44bcff;
  outline: none;
  transition: 1s;
}
.budget {
  position: absolute;
  width: 311px;
  height: 351px;
  top: 58px;
  left: 31px;
  transition: 1s;
  transform-box: view-box;
  animation: circleblock 1s ease-in-out 4s 1 normal forwards;
  transform: translate(0px, 0px) scale(1);
}
.circle-text {
  width: 156px;
  height: 77px;
  position: absolute;
  top: 92px;
  left: 118px;
}
.circle-text > div {
  font-family: Oswald;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  /* identical to box height, or 157% */
  color: #ffffff;
}
.circle-text > div > span {
  font-size: 30px;
  font-weight: 500;
}
.circle-text > p {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1d5a96;
}
.circle-text::after {
  content: "";
  width: 15px;
  height: 15px;
  background: center/ contain no-repeat url(./image/circle/Up-triangle.svg);
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 73px;
}
.circle-text.costs {
  top: 207px;
  left: 44px;
}
.costs::after {
  display: none;
}
.circle-text.costs::before {
  content: "";
  width: 15px;
  height: 15px;
  background: center/ contain no-repeat url(./image/circle/Down-triangle.svg);
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 57px;
}
.raiting-block {
  position: absolute;
  top: 79px;
  right: 52px;
  width: 279px;
  height: 368px;
  transition: 1s;
}
.circle-text.raiting-text {
  left: 108px;
  top: 111px;
}
.circle-text.raiting-text > div {
  text-align: center;
  width: 79px;
}
.circle-text.raiting-text::after {
  background: center/ contain no-repeat url(./image/circle/Star.svg);
  width: 20px;
  height: 20px;
  left: -12px;
  top: 15px;
}
.publication-block {
  position: absolute;
  bottom: 33px;
  left: 52px;
  width: 279px;
  height: 368px;
}
.bottom-block {
  position: absolute;
  bottom: 53px;
  left: 290px;
  width: 232px;
  height: 147px;
}
.worker-block {
  position: absolute;
  bottom: 59px;
  right: 36px;
  width: 297px;
  height: 339px;
  animation: circleblock-bottom 1s ease-in-out 8s 1 normal forwards;
  transform: translate(0px, 0px) scale(1);
}

.text-block {
  font-size: 30px;
  text-align: center;
  left: 27px;
  top: 15px;
}

.text-block > div {
  font-size: 30px;
  text-align: center;
  width: 97px;
}

.text-block > p {
  width: 97px;
  height: 32px;
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  /* or 160% */
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1d5a96;
}

.mid-text-circle {
  left: 75px;
  top: 119px;
}
.bottom-text-circle {
  left: 148px;
  top: 192px;
}
.circle-text.bottom-text-studetns {
  width: 107px;
  height: 100px;
  top: 30px;
  left: 61px;
}
.circle-text.bottom-text-studetns > div {
  width: 107px;
  text-align: center;
}
.circle-text.bottom-text-studetns > p {
  width: 107px;
  text-align: center;
}
.circle-text.bottom-text-studetns::after,
.text-block::after,
.worker-block .circle-text.worker-text.mid::after {
  display: none;
}
.circle-text.worker-text {
  top: 20px;
  left: 169px;
  height: 100px;
  text-align: center;
  width: 98px;
}
.circle-text.worker-text > p {
  text-align: center;
}
.worker-block .circle-text.worker-text.mid {
  top: 157px;
  left: 74px;
}

.worker-block .circle-text.worker-text.mid::before {
  content: "";
  width: 15px;
  height: 15px;
  background: center/ contain no-repeat url(./image/circle/Down-triangle.svg);
  display: inline-block;
  position: absolute;
  top: 27px;
  left: 65px;
}
.circle-text.text-block.peocent-left {
  left: 163px;
  width: 47px;
  top: 10px;
}
.circle-text.text-block.peocent-left > div,
.circle-text.text-block.peocent-right > div {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 20px;
  width: 47px;
  color: #44bcff;
}
.circle-text.text-block.peocent-left > p,
.circle-text.text-block.peocent-right > p {
  width: 47px;
}
.circle-text.text-block.peocent-right {
  left: 486px;
  width: 47px;
  top: -65px;
}
/* LEFT BAR  -----------*/

.left-block .retancle-one {
  width: 413px;
  height: 335.5px;
  padding: 30px 27px 40px 30px;
  background: center / contain no-repeat
    url(./image/retancle-left/bg-retancle-left-top.svg);
  display: flex;
  flex-direction: column;
  gap: 13px;
  z-index: 1;
  position: relative;
}

.left-block .head-retancle {
  display: flex;
  gap: 24px;
}

.left-block .finanse-cash {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

.left-block .finanse-cash > div {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #44bcff;
}

.left-block .finanse-cash > p {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 2px;
}

.left-block .finance-text,
.bottom-block-stats > h3:nth-child(1) {
  flex-grow: 1;
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.retancle-one-graph {
  position: relative;
  width: 356px;
  height: 198px;
  background: center / contain no-repeat url(./image/retancle-left/bg-small.svg);
}

.rotate-left {
  display: flex;
  flex-direction: column;
  transform: rotate(-90deg);
  height: 356.75px;
  width: 198px;
  position: absolute;
  top: -85px;
  justify-content: space-evenly;
  right: 81px;
}

.retancle-one-graph .retalncle {
  height: 22px;
  transition: width 4s, background 0.4s;
  animation-name: sevastopl-un;
  clear: both;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 12s;
  animation-delay: 1s;
  width: 0px;
  background: linear-gradient(
    270deg,
    #44bcff 0%,
    rgba(68, 188, 255, 0.15) 100%
  );
}
.retancle-one-graph .rotate-left > div > p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 7.7px;
  line-height: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 4px;
}
.retancle-one-graph .tulskiy-un {
  height: 22px;
  transition: width 2s, background 0.2s;
  animation-name: tulskiy-un;
  clear: both;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 15s;
  animation-delay: 1.1s;
  width: 0px;
}

.retancle-one-graph .volgradskiy-un {
  height: 22px;
  transition: width 2s, background 0.2s;
  animation-name: volgradskiy-un;
  clear: both;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 18s;
  animation-delay: 1.5s;
  width: 0px;
}
.retancle-one-graph .sevastopolskiy-un {
  height: 22px;
  width: 0px;
  animation: sevastopol-un-two 19s ease 1.8s infinite alternate none;
}
.retancle-one-graph .tulskiy-un-two {
  height: 22px;
  width: 0px;
  animation: tylskiy-two 16s ease 2.2s infinite alternate none;
}
.retancle-one-graph .sevastopolskiy-un-two {
  height: 22px;
  width: 0px;
  animation: sevastopolskiy-two 11s ease 2.5s infinite alternate none;
}
/* bottom retancle - left */
.retancle-one.bottom {
  padding: 30px 34px 34px 34px;
  z-index: 1;
 align-self: flex-end;
}
.retancle-one.bottom .retancle-one-graph {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  background: none;
}
.retancle-one.bottom .retancle-one-graph .column,
.left-block.right .retancle-one-graph .column {
  display: flex;
  flex-direction: column;
  
}
.retancle-one.bottom .retancle-one-graph .column.center svg {
  overflow: visible;
}
.retancle-one.bottom .retancle-one-graph .column.center {
  width: 164px;
  height: 176px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.retancle-one.bottom .finanse-cash > div {
  font-size: 22px;
}
.retancle-one.bottom .finanse-cash > p,
div.bottom-block-stats-wrapper
  div.bottom-block-stats
  div.stats-block
  div.graph-text
  p {
  font-size: 9px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1d5a96;
  max-width: 69px;
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
}
/* RIGHRT BLOCK */

.left-block.right .bottom .retancle-one-graph {
  background: center / contain no-repeat url(./image/retancle-left/bg-small.svg);
}
.left-block.right .retancle-one.right .retancle-one-graph {
  display: flex;
  background: none;
}

.left-block.right .retancle-one.right .globus {
  /* width: 181.46px;
  height: 181.67px;
  background: center / contain no-repeat url(./image/retangle-right/globus.webp); */
}

.js-globus {
  width: 181.46px;
  height: 181.67px;
}

.left-block.right .retancle-one.right .text-globus {
  flex-grow: 1;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 11px;
}

.left-block.right .retancle-one.right .globus > svg:nth-child(1) {
  position: absolute;
  left: 151px;
top: 22px;
}
.left-block.right .retancle-one.right .globus > svg:nth-child(2) {
  position: absolute;
  left: 156px;
  top: 84px;
}
.left-block.right .retancle-one.right .globus > svg:nth-child(3) {
  position: absolute;
  left: 154px;
  top: 148px;
}
.left-block.right .right {
  width: 413px;
  height: 286.5px;
  padding: 30px 27px 40px 30px;
  background: center / contain no-repeat
    url(./image/retangle-right/right-top-bg.svg);
  display: flex;
  flex-direction: column;
  gap: 13px;
  z-index: 1;
  position: relative;
}

.left-block.right .finanse-cash > p {
  font-size: 9px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1d5a96;
  max-width: 69px;
}
.left-block.right .finanse-cash > div {
  font-size: 22px;
}
.left-block.right .retancle-one-graph .column {
  display: flex;
  flex-direction: column;
  width: 88px;
  padding-left: 31px;
}

div.right:nth-child(1) > div:nth-child(2) {
 width: 328px;
 padding: 2px 6px 0px 0px;
}


.left-block.right .text-globus .column .finanse-cash {
  position: relative;
}

.left-block.right .retancle-one-graph .column .finanse-cash .one::before {
  width: 12px;
  height: 12px;
  background: center/ contain no-repeat
    url(./image/retangle-right/circle-one.svg);
  /* top: 27px;
  left: 65px; */
}
.left-block.right .retancle-one-graph .column .finanse-cash .two::before {
  width: 12px;
  height: 12px;
  background: center/ contain no-repeat
    url(./image/retangle-right/circle-two.svg);
  /* top: 27px;
  left: 65px; */
}
.left-block.right .retancle-one-graph .column .finanse-cash .three::before {
  width: 12px;
  height: 12px;
  background: center/ contain no-repeat
    url(./image/retangle-right/circle-three.svg);
  /* top: 27px;
  left: 65px; */
}

.left-block.right .retancle-one-graph .column .finanse-cash > div::before {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  top: 4px;
  left: -22px;
}
/* Bottom retangle */

.retancle-one.bottom.right-bottom .retancle-one-graph {
  margin-top: 18px;
  padding-left: 7px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.retancle-one.bottom.right-bottom
  .retancle-one-graph.right-bottom
  .graph-block
  > p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  line-height: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
   margin-bottom: 6px;
}
.retancle-one.bottom.right-bottom
  .retancle-one-graph.right-bottom
  .graph-block
  > div {
  height: 6px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 20px;
  text-align: right;
  color: #35aaba;
  position: relative;
  margin-bottom: 6px;
}

.retancle-one.bottom.right-bottom
  .retancle-one-graph.right-bottom
  .graph-block {
  display: flex;
  flex-direction: column;
  
}

div.graph-block > .graph-col-1 {
  background: calc(100% - 10px) 0px no-repeat
    url(./image/retangle-right/bg-retangle.svg);
  width: 0px;
  animation: sevastopol-two 16s ease 1s infinite alternate none;
  height: 6px;
}

.retancle-one.bottom.right-bottom
  .retancle-one-graph.right-bottom
  .graph-block
  > .graph-col-2 {
  background: calc(100% - 10px) 0px no-repeat
    url(./image/retangle-right/bg-retangle-red.svg);
  width: 50px;
  height: 6px;
  color: #c36a6a;
}

.retancle-one.bottom.right-bottom
  .retancle-one-graph.right-bottom
  .graph-block {
  display: flex;
  flex-direction: column;
}
div.left-block.right
  div.retancle-one.bottom.right-bottom
  div.retancle-one-graph.right-bottom
  div.graph-block
  div.graph-col-1
  span,
div.left-block.right
  div.retancle-one.bottom.right-bottom
  div.retancle-one-graph.right-bottom
  div.graph-block
  div.graph-col-2
  span {
  position: absolute;
  right: -7px;
  top: -6px;
}
div.graph-block:nth-child(2) > div:nth-child(2) {
  animation: sevastopol-two 15s ease 2s infinite alternate none;
  width: 0px;
}
div.graph-block:nth-child(3) > div:nth-child(2) {
  animation: sevastopol-two 18s ease 3s infinite alternate none;
  width: 0px;
}
/* BoTTom BLOCK */
.bottom-block-stats-wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}

.bottom-block-stats {
  display: flex;
  width: 643px;
  height: 118.5px;
  background: center/ contain no-repeat url(./image/bottom-block/bg-bottom.svg);
  padding: 30px 18px 18px 30px;
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  left: 286px;
  top: -20px;
}
.stats-block {
  display: flex;
  gap: 12px;
}
.graph-text {
  display: flex;
  flex-direction: column;
  width: 100px;
  gap: 5px;
}
div.bottom-block-stats-wrapper
  div.bottom-block-stats
  div.stats-block
  div.graph-text
  div {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 20px;
  color: #44bcff;
}
.button-down {
  font-family: Oswald;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;

  padding: 32px 29px 15px 41px;
}
.left-wrapper {
  display: flex;
  position: absolute;
  left: 1033px;
  top: 34px;
}

.left--down-button {
  width: 187.5px;
  height: 64.5px;
  background: center/ contain no-repeat
    url(./image/bottom-block/left-bg-button.svg);
}
.left--down-button::after {
  position: absolute;
  content: "3";
  width: 123px;
  bottom: 6px;
  height: 12px;
  background: center/ contain no-repeat url(./image/bottom-block/bg-test.svg);
}

.right--down-button {
  width: 202.5px;
  height: 64.5px;
  background: center/ contain no-repeat
    url(./image/bottom-block/right-bg-button.svg);
  position: absolute;
  left: 174px;
}
/* OTHER  */
.up-button {
  background: center/ contain no-repeat url(./image/block-left/up-block.svg);
  width: 87px;
  height: 540px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.up-button button {
  background: center/ contain no-repeat url(./image/block-left/up-btn.svg);
  width: 45px;
  height: 50px;
  border: 0px;
  position: relative;
  left: 29px;
  top: 146px;
  cursor: pointer;
  transition: 0.6s;
}
.rector-block {
  position: absolute;
  width: 207.5px;
  height: 64.5px;
  left: 1611px;
  top: 42px;
  padding: 10px;
  display: flex;
  background: center/ contain no-repeat url(./image/block-left/rector-bg.svg);
}
.rector-block .gender {
  margin: 2px 16px 13px 8px;
  width: 20px;
  height: 29px;
}

.rector-block .text-block h2 {
  font-family: Oswald;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
}

.rector-block .text-block p {
  font-family: Oswald;
  font-style: normal;
  font-weight: bold;
  font-size: 8px;
  line-height: 12px;
  /* identical to box height, or 150% */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1d5a96;
  text-align: left;
}
/* ARROW */
.arrow-block {
  position: absolute;
  z-index: 2;
}
.arrow-block > img:nth-child(1) {
  position: absolute;
  left: 951px;
  top: 836px;
  z-index: 2;
}

.arrow-block > img:nth-child(2) {
  position: absolute;
  left: 1249px;
  top: 691px;
}
.arrow-block > img:nth-child(3) {
  position: absolute;
 
  left: 522px;
  top: 704px;
}
div.left-block:nth-child(3) {
  position: relative;
   
  width: 445px;
}

.arrow-block > img:nth-child(5) {
  position: absolute;
  width: 158px;
  height: 52px;
  left: 484px;
  top: 277px;
}
.arrow-block > img:nth-child(4) {
  width: 154px;
  position: absolute;
  height: 49px;
  left: 1235px;
  top: 258px;
}
