@font-face{
	font-family:"Roboto";
	src:url(../fonts/Roboto-Regular/Roboto-Regular.eot);
	src:url(../fonts/Roboto-Regular/Roboto-Regular.woff2) format("woff2"),url(../fonts/Roboto-Regular/Roboto-Regular.woff) format("woff"),url(../fonts/Roboto-Regular/Roboto-Regular.ttf) format("truetype"),url(../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix) format("embedded-opentype");
	font-weight:400;
	font-style:normal;
	font-display:swap
}
@font-face{
	font-family:"Roboto";
	src:url(../fonts/Roboto-Medium/Roboto-Medium.eot);
	src:url(../fonts/Roboto-Medium/Roboto-Medium.woff2) format("woff2"),url(../fonts/Roboto-Medium/Roboto-Medium.woff) format("woff"),url(../fonts/Roboto-Medium/Roboto-Medium.ttf) format("truetype"),url(../fonts/Roboto-Medium/Roboto-Medium.eot?#iefix) format("embedded-opentype");
	font-weight:500;
	font-style:normal;
	font-display:swap
}
@font-face{
	font-family:"Roboto";
	src:url(../fonts/Roboto-Bold/Roboto-Bold.eot);
	src:url(../fonts/Roboto-Bold/Roboto-Bold.woff2) format("woff2"),url(../fonts/Roboto-Bold/Roboto-Bold.woff) format("woff"),url(../fonts/Roboto-Bold/Roboto-Bold.ttf) format("truetype"),url(../fonts/Roboto-Bold/Roboto-Bold.eot?#iefix) format("embedded-opentype");
	font-weight:700;
	font-style:normal;
	font-display:swap
}
* {
  font-family: "Roboto", sans-serif !important;
}
body {
  background-color: #fff;
  /*background-image: url(../images/intro-bg.svg);*/
  background-repeat: repeat;
  background-position: 0 0;
}
.breadcrumb {
  user-select: none;
  padding: 8px 15px;
  margin-bottom: 0.5rem;
  list-style: none;
  background: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb-item {
  font-size: 0.9rem;
}
.breadcrumb-accessibility-item {
  display: none;
}
main a {
  color: #008c00;
  text-decoration: none;
}
main a:hover {
  color: #008c00;
  text-decoration-color: rgba(0, 81, 180, 0.3) !important;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.page-title {
  position: relative;
  display: block;
  padding: 5px 0 5px 15px;
  font-weight: 500;
  line-height: 1.2
}
.page-title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 3px;
  content: "";
  border-radius: 3px;
  background-color: #4ecc0a
}
.file-cards__link {
  width: 100%;
  border: 0.1rem solid #d3f2c2;
  transition: 0.15s linear;
}
.file-cards__link:hover {
  background: #d3f2c2;
}
.file-cards a {
  text-decoration: none;
  color: #000;
}
.file-cards a:hover {
  text-decoration: none;
  color: #000;
}
.file-cards__icon {
  width: 48px;
  height: 48px;
  border-radius: 0.5rem;
  font-size: 2rem;
  background: #d3f2c2;
  transition: 0.15s linear;
}
.file-cards__link:hover .file-cards__icon {
  background: #e8ffdc;
}
@media (max-width: 540px) {
  .page-title {
    padding: 5px 0 5px 12px;
  }
  .file-cards {
    font-size: 0.8rem;
  }
  .file-cards__icon {
    width: 32px;
    height: 32px;
    border-radius: 0.3rem;
    font-size: 1.5rem;
  }
}
.color-background {
  width: 100%;
}
.color-background.bacground-green {
  background-color: #9ee378;
}

.banner-rch span {
  position: relative;
  z-index: 10;
  display: block;
  font-weight: bold;
}
.banner-rch__region {
  font-size: calc(2rem + 0.8vw);
}
@media (min-width: 500px) {
  .banner-rch__region {
    font-size: calc(2.8rem + 0.8vw);
    line-height: 4rem;
    /*font-size: 4rem;*/
  }
}
.banner-rch__content::after {
  position: absolute;
  color: aquamarine;
  top: -2px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 180px;
  height: 80px;
  content: "";
  background-image: url(../images/arrows.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.banner-rch__title {
  font-size: 1.3rem;
  line-height: 1.2em;
}
.banner-rch__text {
  width: 660px;
}
.banner-rch__bigger {
  font-size: 1rem;
}
.banner-rch__quantity-item {
  font-size: 1.5rem;
}
.banner-rch__quantity {
  font-size: 3rem;
  line-height: 1;
}
.banner-rch__date {
  font-size: calc(2.3rem + 0.8vw);
  line-height: 1;
  text-transform: uppercase;
}
.banner-rch__date-month {
  font-size: calc(1.8rem + 0.8vw);
}
.banner-rch__image {
  min-height: 200px;
  position: relative;
  overflow: hidden;
  padding-right: 0rem;
  background: -o-linear-gradient(left, rgb(20 47 88 / 0%) 65%, #9ee378 110%),
    url(../images/girl.jpg) no-repeat 25% 60% / cover;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(65%, rgb(20 47 88 / 0%)),
      color-stop(110%, #9ee378)
    ),
    url(../images/girl.jpg) no-repeat 25% 60% / cover;
  background: linear-gradient(90deg, rgb(20 47 88 / 0%) 65%, #9ee378 110%),
    url(../images/girl.jpg) no-repeat 25% 60% / cover;
}
.banner-rch__image::after {
  position: absolute;
  color: aquamarine;
  bottom: -1px;
  right: 0px;
  z-index: 5;
  display: block;
  width: 180px;
  height: 80px;
  content: "";
  background-image: url(../images/arrows_green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 769px) {
  .banner-rch__image::after {
    left: 0px;
  }
}