.useful_links ul, .homepage_news ul, .main_links ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.homepage_news .citizens_reception > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage_news .citizens_reception > img {
  object-fit: cover;
}

.homepage_news .citizens_reception iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.homepage_news .citizens_reception {
  position: relative;
  overflow: hidden;
}
.homepage_news .citizens_reception:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.content {
  padding-top: 0;
  padding-bottom: 80px;
}

.web .homepage_news .announce_button:hover {
  color: #186D6B;
}
.web .useful_links a:hover {
  color: #186D6B;
}
.web .subject_buildings li a:hover {
  background: #f2f2f2;
  z-index: 5;
}
.web .environmental_calendar a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.web .homepage_news .news_title:hover {
  color: #186D6B;
}

.touch .homepage_news .announce_button {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.touch .homepage_news .announce_button:active {
  color: #186D6B;
}
.touch .useful_links a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.touch .useful_links a:active {
  color: #186D6B;
}
.touch .subject_buildings li a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .subject_buildings li a:active {
  background: #f2f2f2;
}
.touch .environmental_calendar a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .environmental_calendar a:active {
  background: rgba(255, 255, 255, 0.2);
}
.touch .homepage_news .news_title {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .homepage_news .news_title:active {
  color: #186D6B;
}

.main_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  height: 465px;
  background-size: cover;
  background-repeat: no-repeat;
}
.main_slider .slide_inner {
  width: 100%;
  height: 100%;
  background-image: url("images/slider.png");
  background-position: 42.8vw bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}
.main_slider .custom_container {
  padding-bottom: 40px;
}
.main_slider .slide_info {
  color: #ffffff;
  font-family: "bold";
  font-size: 160%;
  line-height: 24px;
  height: 72px;
  max-width: 560px;
  overflow: hidden;
  margin-left: auto;
}
.main_slider .slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 0 -2px;
  display: flex;
  position: absolute;
  left: 50%;
  margin-left: 30px;
  bottom: 5px;
}
.main_slider .slick-dots li {
  padding: 10px 2px;
}
.main_slider .slick-dots li.slick-active button {
  background: #ffffff;
}
.main_slider .slick-dots button {
  height: 2px;
  width: 47px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
}

.main_links {
  background: #186D6B;
  padding: 45px 0;
}
.main_links .row {
  margin: 0 -20px;
}
.main_links ul {
  display: flex;
  padding: 0 12px;
}
.main_links li {
  padding: 0 8px;
  width: 20%;
  min-width: 236px;
}
.main_links a {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  box-shadow: 2px 2px 8px 0 rgba(15, 67, 66, 0.3);
  padding: 15px;
  height: 90px;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 120%;
  line-height: 16px;
}
.main_links a img {
  width: 40px;
  height: 40px;
}
.main_links a span {
  display: block;
  padding-left: 10px;
  max-height: 64px;
  position: relative;
  overflow: hidden;
}
.main_links .scroll-x {
  height: 5px;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}
.main_links .scroll-x div {
  position: absolute;
  height: 5px;
  width: 100%;
  display: block;
  left: 0;
  right: 0;
}
.main_links .scroll-x div.scroll-element {
  height: 5px;
}
.main_links .scroll-x div.scroll-element_track {
  background: rgba(219, 229, 229, 0.2);
  z-index: 5;
}
.main_links .scroll-x div.scroll-bar {
  background: #DBE5E5;
  cursor: pointer;
  z-index: 6;
}

.license_section {
  padding-top: 80px;
}
.license_section .license_list {
  list-style-type: none;
  padding: 35px 0 0;
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.license_section li {
  padding: 0 10px;
  width: 25%;
}
.license_section li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 25px;
  overflow: hidden;
  position: relative;
  height: 235px;
}
.license_section li a .image_block {
  width: 40px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  background-position: left bottom;
  background-size: 40px auto;
  background-repeat: no-repeat;
}
.license_section li a img {
  width: 40px;
  height: auto;
}
.license_section li a:hover {
  background: linear-gradient(144.15deg, #00B9B4 0%, #008C86 100%);
}
.license_section li a:hover img {
  opacity: 0;
}
.license_section li a:hover .info_description {
  opacity: 1;
}
.license_section li a:hover .image_info {
  max-height: 170px;
}
.license_section li a:hover .image_info .info_title {
  color: #ffffff;
}
.license_section li a:hover .image_info .info_description {
  color: #ffffff;
}
.license_section .image_info {
  min-height: 90px;
  max-height: 90px;
  overflow: hidden;
  padding-top: 10px;
  max-width: 280px;
}
.license_section .image_info .info_title {
  color: #2E2E2E;
  font-family: "bold";
  font-size: 150%;
  line-height: 20px;
}
.license_section .image_info .info_description {
  color: #2E2E2E;
  font-size: 130%;
  line-height: 18px;
  min-height: 72px;
  opacity: 0;
  overflow: hidden;
}

.environmental_calendar {
  padding: 20px;
  margin-top: 80px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
  min-height: 300px;
  background-size: cover !important;
  background-position: center !important;
}
.environmental_calendar a {
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.environmental_calendar:before {
  content: "";
  border-radius: 5px;
  background: rgba(24, 109, 107, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.environmental_calendar .section_title {
  flex: none;
}
.environmental_calendar .calendar_info {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
  height: 100%;
  min-height: 260px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.environmental_calendar .section_title {
  color: #ffffff;
}
.environmental_calendar .calendar_description {
  color: #ffffff;
  font-size: 130%;
  letter-spacing: 0;
  line-height: 1.33em;
  padding-top: 15px;
}

.homepage_news {
  display: flex;
  margin: 0 -10px;
  padding-top: 80px;
}
.homepage_news .title_row {
  border-bottom: none;
}
.homepage_news .left_side {
  width: 59%;
  padding: 0 10px;
}
.homepage_news .left_inner {
  padding: 35px 35px 35px 44px;
  border-radius: 5px;
  background: #ffffff;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.homepage_news ul li {
  padding: 25px 0;
  border-bottom: 1px solid rgba(24, 109, 107, 0.1);
}
.homepage_news ul li:nth-child(n+4) {
  display: none;
}
.homepage_news ul li:first-child {
  padding: 0 0 25px;
}
.homepage_news ul li:nth-child(3) {
  border-bottom: none;
}
.homepage_news .news_date {
  color: rgba(46, 46, 46, 0.4);
  font-size: 130%;
  line-height: 1.33em;
  padding-bottom: 5px;
}
.homepage_news .news_title {
  color: #2E2E2E;
  font-family: "bold";
  font-size: 160%;
  line-height: 1.25em;
  display: block;
}
.homepage_news .news_description {
  color: #2E2E2E;
  font-size: 130%;
  padding-top: 13px;
  line-height: 1.33em;
}
.homepage_news .right_side {
  width: 41%;
  padding: 0 10px;
}
.homepage_news .right_inner {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.homepage_news .citizens_reception {
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.homepage_news .reception_text {
  color: #344847;
  font-family: "bold";
  font-size: 200%;
  line-height: 1.33em;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  max-width: 290px;
  padding: 20px 35px;
}
.homepage_news .announce_block {
  flex: 1;
  padding-top: 20px;
}
.homepage_news .announce_inner {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 58px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.homepage_news .announce_inner > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homepage_news .announce_inner:before {
  content: "";
  width: 10px;
  height: 62px;
  background: linear-gradient(29.27deg, #50B74C 0%, #A4CD39 100%);
  position: absolute;
  right: 0;
  top: 15px;
}
.homepage_news .announce_inner:after {
  content: "";
  width: 10px;
  height: 62px;
  background: linear-gradient(29.27deg, #50B74C 0%, #A4CD39 100%);
  position: absolute;
  left: 0;
  top: 15px;
}
.homepage_news .announce_title {
  color: #344847;
  font-family: "bold";
  font-size: 200%;
  line-height: 1.33em;
  text-align: center;
  padding-bottom: 20px;
}
.homepage_news .announce_description {
  color: #2E2E2E;
  font-size: 130%;
  line-height: 1.33em;
  text-align: center;
  padding-bottom: 20px;
}
.homepage_news .announce_button {
  border-radius: 5px;
  background: linear-gradient(152.58deg, #00B9B4 0%, #008C86 100%);
  color: #ffffff;
  font-family: "bold";
  font-size: 120%;
  line-height: 16px;
  padding: 17px;
  min-width: 200px;
  max-width: 100%;
  text-align: center;
}

.homepage_info {
  padding-top: 63px;
}

.homepage_contacts {
  min-height: 330px;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}
.homepage_contacts:before {
  content: "";
  border-radius: 5px;
  background: rgba(24, 109, 107, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.homepage_contacts ul {
  list-style-type: none;
  margin: 0 -75px;
  padding: 95px 20px 30px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.homepage_contacts li {
  padding: 0 75px;
  width: 33.3%;
}
.homepage_contacts .contact_title {
  color: #ffffff;
  font-family: "bold";
  font-size: 220%;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-transform: uppercase;
}
.homepage_contacts .contact_description {
  padding-top: 8px;
}
.homepage_contacts .contact_description > div {
  display: flex;
  padding-top: 10px;
}
.homepage_contacts .contact_description > div span {
  color: #ffffff;
  font-family: "bold";
  font-size: 130%;
  line-height: 1.33em;
  display: block;
  padding-right: 10px;
}
.homepage_contacts .contact_description > div span.item_coord {
  padding-right: 0;
}

.useful_links {
  background: #186D6B;
  width: 100%;
  padding: 40px 0;
}
.useful_links .scroll-x {
  height: 5px;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}
.useful_links .scroll-x div {
  position: absolute;
  height: 5px;
  width: 100%;
  display: block;
  left: 0;
  right: 0;
}
.useful_links .scroll-x div.scroll-element {
  height: 5px;
}
.useful_links .scroll-x div.scroll-element_track {
  background: rgba(219, 229, 229, 0.2);
  z-index: 5;
}
.useful_links .scroll-x div.scroll-bar {
  cursor: pointer;
  background: #DBE5E5;
  z-index: 6;
}
.useful_links .row {
  margin: 0 -20px;
}
.useful_links ul {
  display: flex;
  padding: 0 10px;
}
.useful_links li {
  padding: 0 10px;
  width: 25%;
  min-width: 280px;
}
.useful_links a {
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 2px 2px 8px 0 rgba(15, 67, 66, 0.3);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 25px;
  text-transform: uppercase;
  color: #333333;
  font-family: "bold";
  font-size: 160%;
  line-height: 25px;
  height: 100px;
  overflow: hidden;
}
.useful_links a span {
  max-height: 50px;
  display: block;
  overflow: hidden;
}

.subject_buildings {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
.subject_buildings > .custom_container {
  position: relative;
}
.subject_buildings > .custom_container:before, .subject_buildings > .custom_container:after {
  content: "";
  height: 240px;
  top: 100%;
  width: 450px;
  margin-left: -50px;
  background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 100%;
  z-index: 2;
  pointer-events: none;
}
.subject_buildings > .custom_container:after {
  left: unset;
  margin: 0 0 0 -50px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  right: 100%;
}
.subject_buildings .scroll-wrapper {
  position: relative;
}
.subject_buildings .scroll-wrapper .custom_container {
  padding-left: 0;
}
.subject_buildings .section_title {
  padding-bottom: 30px;
}
.subject_buildings ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 30px;
  display: flex;
  max-width: 100%;
}
.subject_buildings li:first-child {
  padding-left: 0;
}
.subject_buildings li a {
  width: 180px;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.subject_buildings li a img {
  width: 127px;
  height: 127px;
  border-radius: 50%;
}
.subject_buildings .image_title {
  color: #333333;
  font-size: 130%;
  text-align: center;
  padding: 20px 0 0;
  display: block;
  line-height: 1.33em;
}
.subject_buildings .scroll-x {
  height: 5px;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}
.subject_buildings .scroll-x div {
  position: absolute;
  height: 5px;
  width: 100%;
  display: block;
  left: 0;
  right: 0;
}
.subject_buildings .scroll-x div.scroll-element {
  height: 5px;
}
.subject_buildings .scroll-x div.scroll-element_track {
  background: #F0F4F4;
  z-index: 5;
}
.subject_buildings .scroll-x div.scroll-bar {
  cursor: pointer;
  background: #344847;
  z-index: 6;
}

@media (max-width: 1440px) {
  .subject_buildings > .custom_container:before, .subject_buildings > .custom_container:after {
    width: 200px;
  }
  .subject_buildings > .custom_container:before {
    margin-left: -90px;
  }
  .subject_buildings > .custom_container:after {
    margin-right: -90px;
  }
}
@media (max-width: 1199px) {
  .main_slider .slide_inner {
    background-position: 30vw bottom;
  }
  .main_slider .slick-dots {
    right: 20px;
    left: unset;
    margin: 0;
  }

  .homepage_news .reception_text {
    max-width: 260px;
  }

  .homepage_contacts ul {
    margin: 0 -20px;
  }
  .homepage_contacts li {
    padding: 0 20px;
  }
  .homepage_contacts .contact_title {
    font-size: 200%;
  }

  .subject_buildings > .custom_container:before, .subject_buildings > .custom_container:after {
    width: 100px;
  }
  .subject_buildings > .custom_container:before {
    margin-left: -100px;
  }
  .subject_buildings > .custom_container:after {
    margin-right: -100px;
  }
}
@media (max-width: 991px) {
  .main_slider .custom_container {
    padding-bottom: 30px;
  }
  .main_slider .slide_block {
    height: 400px;
  }
  .main_slider .slide_inner {
    background-position: 20vw bottom;
  }
  .main_slider .slide_info {
    max-width: 500px;
  }

  .license_section .license_list {
    padding: 25px 0 0;
  }
  .license_section li {
    width: 50%;
    padding: 10px;
  }

  .homepage_news .announce_title {
    font-size: 180%;
  }
  .homepage_news .left_inner {
    padding: 25px;
  }
  .homepage_news .news_title {
    font-size: 140%;
  }
  .homepage_news .news_description {
    font-size: 120%;
  }
  .homepage_news .reception_text {
    font-size: 160%;
    max-width: 200px;
    padding: 20px 15px;
  }
  .homepage_news .announce_description {
    font-size: 120%;
  }
  .homepage_news .announce_inner {
    padding: 35px 30px;
  }

  .subject_buildings li a img {
    width: 100px;
    height: 100px;
  }

  .homepage_contacts ul {
    margin: 0;
    flex-direction: column;
    padding: 20px 0;
    text-align: center;
  }
  .homepage_contacts li {
    padding: 20px 0;
    width: 100%;
  }
  .homepage_contacts .contact_description > div {
    justify-content: center;
  }
  .homepage_contacts .contact_title {
    font-size: 220%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .main_slider .slide_inner {
    background-position: 15vw bottom;
  }
  .main_slider .slide_info {
    font-size: 140%;
    max-width: 440px;
  }

  .homepage_news {
    flex-wrap: wrap;
  }
  .homepage_news .left_side {
    width: 100%;
  }
  .homepage_news .right_side {
    width: 100%;
    padding-top: 20px;
  }
  .homepage_news .right_inner {
    flex-direction: unset;
  }
  .homepage_news .citizens_reception {
    width: 55%;
  }
  .homepage_news .announce_block {
    padding: 0 0 0 20px;
  }
  .homepage_news .announce_title {
    font-size: 160%;
  }
  .homepage_news .announce_button {
    width: 100%;
  }

  .homepage_contacts .contact_title {
    font-size: 200%;
  }
}
@media (max-width: 639px) {
  .main_slider .slide_inner {
    background-position: 10vw bottom;
  }
  .main_slider .slide_info {
    font-size: 140%;
    max-width: 440px;
  }

  .homepage_news .right_inner {
    flex-direction: column;
  }
  .homepage_news .citizens_reception {
    width: 55%;
  }
  .homepage_news .announce_block {
    padding: 20px 0 0;
  }
  .homepage_news .announce_inner {
    width: 55%;
  }
  .homepage_news .announce_title {
    font-size: 160%;
  }
  .homepage_news .announce_button {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .homepage_news .citizens_reception {
    width: 65%;
  }
  .homepage_news .announce_inner {
    width: 65%;
  }

  .subject_buildings > .custom_container:before, .subject_buildings > .custom_container:after {
    width: 50px;
  }
  .subject_buildings > .custom_container:before {
    margin-left: -50px;
  }
  .subject_buildings > .custom_container:after {
    margin-right: -50px;
  }
}
@media (max-width: 575px) {
  .main_slider .slide_inner {
    background-position: left bottom;
  }
  .main_slider .slick-dots button {
    width: 30px;
  }
  .main_slider .slide_block {
    height: 350px;
  }

  .useful_links {
    padding: 30px 0;
  }

  .main_links {
    padding: 30px 0;
  }
}
@media (max-width: 524px) {
  .license_section li a {
    padding: 25px 15px;
  }

  .homepage_news .citizens_reception {
    width: 70%;
  }
  .homepage_news .announce_inner {
    width: 70%;
    padding: 25px 20px;
  }
  .homepage_news .left_inner {
    padding: 25px 15px;
  }

  .homepage_contacts .contact_title {
    font-size: 180%;
  }
  .homepage_contacts .contact_description > div span {
    font-size: 120%;
  }

  .useful_links a {
    font-size: 140%;
    padding: 25px 15px;
  }
}
@media (max-width: 479px) {
  .main_slider .slide_info {
    max-width: 360px;
  }

  .license_section li {
    width: 100%;
  }
  .license_section li a {
    padding: 25px;
  }

  .homepage_news .citizens_reception {
    width: 100%;
  }
  .homepage_news .announce_inner {
    width: 100%;
  }
  .homepage_news .reception_text {
    max-width: 180px;
    font-size: 140%;
  }

  .subject_buildings li a {
    width: 160px;
  }
}
@media (max-width: 399px) {
  .main_slider .slide_block {
    height: 300px;
  }
  .main_slider .slide_inner {
    background-position: left bottom;
  }
  .main_slider .slide_info {
    font-size: 130%;
    line-height: 20px;
    height: 80px;
    max-width: 100%;
  }
}
.license_section .image_info .info_description {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .homepage_news .announce_button, .web .useful_links a, .web .homepage_news .news_title {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.main_links .scroll-x div.scroll-bar, .useful_links .scroll-x div.scroll-bar, .subject_buildings .scroll-x div.scroll-bar {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .subject_buildings li a, .web .environmental_calendar a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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