@keyframes btnLoader {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  90% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.about_page .year_block {
  line-height: 1.3em;
}
@media screen and (min-width: 1201px) {
  .about_page .year_block {
    font-size: 350%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .about_page .year_block {
    font-size: 320%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .about_page .year_block {
    font-size: 280%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .about_page .year_block {
    font-size: 240%;
  }
}
@media screen and (max-width: 480px) {
  .about_page .year_block {
    font-size: 200%;
  }
}

@media screen and (min-width: 1201px) {
  .about_page {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .about_page {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .about_page {
    padding-bottom: 60px;
  }
}

.breadcrumbs {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
}
.breadcrumbs ul div,
.breadcrumbs ul a {
  color: #EAF7FF;
}
@media screen and (max-width: 1200px) {
  .breadcrumbs {
    display: none;
  }
}

.about_page {
  background-size: 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.about_page:after {
  display: block;
  content: "";
  height: 20px;
}
.about_page:before {
  display: block;
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  height: 42.19vw;
  bottom: -15.625vw;
  background-image: inherit;
  background-size: 100% auto;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}
.about_page .inner_about {
  max-width: 1230px;
  width: 100%;
  margin: 100px auto 0;
}
@media screen and (max-width: 1024px) {
  .about_page .inner_about {
    margin-top: 0x;
  }
}
.about_page .inner_about .section_title,
.about_page .inner_about .description_block,
.about_page .inner_about .page_title {
  text-align: center;
  margin-bottom: 30px;
}
.about_page .list_about {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  overflow: hidden;
  padding: 0 23px 10px;
}
@media screen and (min-width: 1201px) {
  .about_page .list_about {
    margin-bottom: 130px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .about_page .list_about {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .about_page .list_about {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .list_about {
    padding: 0 12px;
    margin-bottom: 20px;
  }
}
.about_page .list_about li {
  position: relative;
}
@media screen and (min-width: 1201px) {
  .about_page .list_about li {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .about_page .list_about li {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .about_page .list_about li {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .about_page .list_about li:before {
    content: "";
    position: absolute;
    left: -2px;
    width: 2px;
    height: 100vh;
    bottom: -100%;
    z-index: 1;
    background: #C5DDEC;
    top: 0;
  }
}
.about_page .list_about .description_block {
  text-align: inherit;
  padding: 0 20px;
  flex: 1;
  margin-bottom: 0;
}
.about_page .year_block {
  color: #00ABEC;
  padding: 0 10px;
  font-family: "notosans-bold", "notosansarm-bold";
}
.about_page .info_block {
  box-shadow: 0 4px 50px 2px rgba(0, 158, 224, 0.0705882353);
  background: #ffffff;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about_page .info_block {
    padding: 20px;
  }
}
.about_page .info_block:before {
  color: #EF586E;
  font-size: 4.1rem;
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .about_page .info_block:before {
    left: -10px;
    top: -25px;
  }
}
.about_page .img_block {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
@media screen and (min-width: 1025px) {
  .about_page .img_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .about_page .img_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .img_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .about_page .img_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .about_page .img_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.about_page .img_block picture {
  display: block;
  width: 100%;
  height: 100%;
}
.about_page .img_block img {
  width: 100%;
  height: auto;
  border-radius: 50px;
  display: block;
}
@media screen and (max-width: 768px) {
  .about_page .img_block img {
    border-radius: 30px;
  }
}

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