@font-face {
  font-family: "Roboto-Regular";
  src: url(../../distrib/fonts/Roboto-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url(../../distrib/fonts/Roboto-Medium.ttf);
  font-weight: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url(../../distrib/fonts/Roboto-Bold.ttf);
  font-weight: normal;
}

* {
  font-size: 1rem;
  font-family: "Roboto-Regular", sans-serif;
  color: #1A1E2D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1164px;
}

#wpadminbar {
  z-index: 2 !important;
}

header {
  border-bottom: 1px solid #E2E2E2;
  height: 100px;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  -ms-flex-line-pack: center;
      align-content: center;
}

header nav .logo {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header nav .logo__text {
  font-size: 1rem;
  color: #1A1E2D;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}

header nav .logo__info {
  font-size: .75rem;
  color: #1A1E2D;
  text-align: center;
  white-space: wrap;
}

header nav .info {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav .info__text {
  font-size: .85rem;
  color: #1A1E2D;
  text-align: right;
}

header nav .info__tel {
  text-align: left;
  padding-left: 10px;
}

header nav .info__tel a {
  text-decoration: none;
  font-size: 1.25rem;
  font-family: "Roboto-Medium", sans-serif;
  color: #2EC9D3;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  white-space: nowrap;
}

header nav .info__tel a:hover {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  color: #1A1E2D;
}

header nav .mobile-menu {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-image: url(../icons/04-icon-mobile-menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  background-color: #FFF;
}

header nav .menu {
  width: 1164px;
  margin: 0;
  padding: 0;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

header nav .menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header nav .menu a {
  display: inline;
  color: #1A1E2D;
  text-decoration: none;
  font-size: 1.5rem;
  text-align: center;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

header nav .menu a.selected {
  color: #2EC9D3;
}

header nav .menu a:hover {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  color: #2EC9D3;
}

.main-img {
  height: 500px;
  background-image: url(../../../../../wp-content/uploads/background_pg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.main-img::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(26, 30, 45, 0.75);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.main-img .img-inner {
  text-align: center;
  position: relative;
}

.main-img .img-inner h1 {
  margin: 0;
  padding: 0;
  font-size: 3rem;
  color: #FFF;
  font-family: "Roboto-Regular", sans-serif;
  color: #FFF;
  text-align: center;
  display: block;
  margin-top: 138px;
}

.main-img .img-inner h1:after {
  content: '';
  display: block;
  border-bottom: 3px solid #FFF;
  width: 90px;
  margin: 40px auto;
}

.main-img .img-inner p {
  display: block;
  max-width: 950px;
  font-size: 1.125rem;
  color: #FFF;
  font-family: "Roboto-Regular", sans-serif;
  text-align: left;
  margin: 0 auto;
}

.main-submenu {
  background-color: #F8F8F8;
  padding: 80px 0;
}

.main-submenu .col-lg-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.main-submenu .col-lg-12 a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  width: 340px;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.main-submenu .col-lg-12 a img {
  width: 70px;
  height: 70px;
  background-color: #FFF;
  border-radius: 10px;
}

.main-submenu .col-lg-12 a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 70px);
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  font-size: 1.563rem;
  color: #1A1E2D;
  font-family: "Roboto-Regular", sans-serif;
}

.main-submenu .col-lg-12 a:hover {
  background-color: #2EC9D3;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-submenu .col-lg-12 a:hover span {
  color: #FFF;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.last-news {
  padding: 80px 0;
}

.last-news a {
  text-decoration: none;
}

.last-news h2 {
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 70px;
  font-size: 1.875rem;
  color: #1A1E2D;
  font-family: "Roboto-Medium", sans-serif;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.last-news h2:hover {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  color: #2EC9D3;
}

.last-news__single {
  padding: 0 30px;
}

.last-news__single:nth-child(2) {
  border-right: 1px solid #E2E2E2;
}

.last-news__single .news-head {
  margin-bottom: 30px;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 1.125rem;
  color: #1A1E2D;
}

.last-news__single .news-inner {
  margin-bottom: 10px;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
  color: #1A1E2D;
  line-height: 25px;
}

.last-news__single .news-link {
  display: block;
  margin-left: auto;
  width: 110px;
  text-align: right;
  text-decoration: none;
  color: #2EC9D3;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.last-news__single .news-link:hover {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  color: #1A1E2D;
}

.main-info {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #F8F8F8;
  background-image: url(../icons/06-icon-allert.svg);
  background-repeat: no-repeat;
  background-position: 80% 80%;
}

.main-info h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
  font-size: 1.875rem;
  color: #1A1E2D;
  font-family: "Roboto-Medium", sans-serif;
}

.main-info p {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
  color: #1A1E2D;
  line-height: 25px;
  margin-bottom: 0;
}

footer {
  background-color: #1A1E2D;
  padding: 40px 0 50px 0;
}

footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 20px;
}

footer .footer-menu .logo {
  max-width: 300px;
}

footer .footer-menu .logo__text {
  color: #2EC9D3;
  font-size: 1rem;
}

footer .footer-menu .logo__info {
  color: #2EC9D3;
  font-size: .85rem;
}

footer .footer-menu .logo__tel {
  color: #2EC9D3;
  font-size: 1rem;
  white-space: nowrap;
}

footer .footer-menu .logo__tel a {
  color: #2EC9D3;
  text-decoration: none;
  font-size: 1rem;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  padding-left: 5px;
}

footer .footer-menu .logo__tel a:hover {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  color: #FFF;
}

footer .footer-menu ul {
  margin: 0;
  padding: 0;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

footer .footer-menu ul li {
  margin: 0;
  padding-bottom: 0;
  list-style-type: none;
}

footer .footer-menu ul li a {
  color: #2EC9D3;
  text-decoration: none;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  font-size: 1.125rem;
}

footer .footer-menu ul li a:hover {
  color: #FFF;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

footer span {
  font-size: 0.875rem;
  color: #2EC9D3;
  font-family: "Roboto-Regular", sans-serif;
  line-height: 20px;
}

.right-menu {
  width: 80%;
  height: 100%;
  position: fixed;
  background-color: #FFF;
  z-index: 10;
  top: 0;
  right: -100%;
  -webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  padding: 0 10px;
}

.right-menu .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  background-image: url(../icons/05-icon-close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
}

.right-menu .header-logo__text {
  font-size: 1.75rem;
  text-align: center;
}

.right-menu .header-logo__info {
  font-size: 1rem;
  text-align: center;
}

.right-menu .header-logo__tel {
  font-size: 1rem;
  text-align: center;
}

.right-menu .header-logo__tel a {
  color: #2EC9D3;
  text-decoration: none;
  font-size: 1rem;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  padding-left: 5px;
  white-space: nowrap;
}

.right-menu .header-logo__tel a:hover {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  color: #FFF;
}

.right-menu ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

.right-menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 15px;
  text-align: center;
}

.right-menu ul li a {
  font-size: 1rem;
  color: #1A1E2D;
  text-decoration: none;
  text-align: center;
}

.right-menu.active {
  right: 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

h1.header {
  margin: 0;
  padding: 40px 0 20px 0;
  font-family: "Roboto-Medium", sans-serif;
  color: #1A1E2D;
  font-weight: normal;
  font-size: 1.875rem;
}

.breadcrumbs {
  padding-bottom: 20px;
}

.breadcrumbs .inner-breads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 5px;
}

.breadcrumbs .inner-breads span {
  color: #A4A4A4;
  font-size: 0.875rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs .inner-breads span a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 5px;
  color: #1A1E2D;
  font-size: 0.875rem;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

.breadcrumbs .inner-breads span a span {
  color: #1A1E2D;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.breadcrumbs .inner-breads span a:hover {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  color: #2EC9D3;
}

.breadcrumbs .inner-breads span a:hover span {
  color: #2EC9D3;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.breadcrumbs .inner-breads span a:after {
  content: '';
  display: block;
  width: 6px;
  height: 7px;
  background-image: url(../icons/07-icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
}

.all-news .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid #E2E2E2;
}

.all-news .item:nth-child(1) {
  padding-top: 20px;
}

.all-news .item img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.all-news .item .right {
  height: 150px;
  padding-left: 25px;
  width: 100%;
}

.all-news .item h3 {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 1.125rem;
  font-family: "Roboto-Medium", sans-serif;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.all-news .item span {
  display: block;
  font-size: 0.875rem;
  color: #A4A4A4;
  margin-bottom: 5px;
}

.all-news .item .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1rem;
  line-height: 25px;
  margin-bottom: 10px;
}

.all-news .item .text p {
  margin: 0;
  padding: 0;
  line-height: 25px;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.all-news .item a.more {
  text-decoration: none;
  color: #2EC9D3;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

.all-news .item a.more:hover {
  color: #1A1E2D;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.single-news {
  padding-top: 20px;
}

.single-news .news-img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-news .time {
  font-size: 0.875rem;
  color: #A4A4A4;
  padding: 20px 0;
}

.single-news span,
.single-news a,
.single-news p {
  line-height: 25px;
  font-size: 1rem;
}

.single-news p {
  margin-bottom: 10px;
}

.single-news ul li {
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 25px;
}

.single-news .all-news-h {
  font-size: 1rem;
  color: #2EC9D3;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 40px;
}

.single-news .all-news-h:hover {
  color: #1A1E2D;
  -webkit-transition: .3s all esae;
  transition: .3s all esae;
}

.documents {
  padding-top: 40px;
  min-height: 55vh;
}

.documents .col-lg-12 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}

.documents .col-lg-12 .wp-block-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.documents .col-lg-12 .wp-block-file::before {
  content: '';
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-image: url(../icons/11-icon-doc.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
}

.documents .col-lg-12 .wp-block-file a {
  color: #1A1E2D;
  text-decoration: none;
  font-size: 1rem;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.documents .col-lg-12 .wp-block-file a:hover {
  color: #2EC9D3;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.contacts {
  background-color: #F8F8F8;
  margin-bottom: 80px;
  margin-top: 20px;
}

.contacts .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts .inner .map {
  height: 350px;
  width: calc(100% - 350px);
}

.contacts .inner .info {
  width: 350px;
  padding-left: 30px;
  padding-top: 30px;
}

.contacts .inner .info .button {
  display: none;
}

.contacts .inner .info ul {
  margin: 0;
  padding: 0;
}

.contacts .inner .info ul li {
  position: relative;
  margin-left: 40px;
  margin-bottom: 20px;
  list-style-type: none;
}

.contacts .inner .info ul li:before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
}

.contacts .inner .info ul li:nth-child(1)::before {
  background-image: url(../icons/08-icon-address.svg);
}

.contacts .inner .info ul li:nth-child(2)::before {
  background-image: url(../icons/09-icon-phone.svg);
}
/*
.contacts .inner .info ul li:nth-child(4)::before {
  background-image: url(../icons/10-icon-time.svg);
}
*/
.contacts .inner .info ul li:nth-child(3)::before {
  background-image: url(../icons/12-icon-mail.svg);
}

.contacts .inner .info ul li span {
  display: block;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 5px;
}

.contacts .inner .info ul li p {
  display: block;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-family: "Roboto-Regular", sans-serif;
  margin-bottom: 5px;
}

.contacts .inner .info ul li a {
  display: block;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  color: #1A1E2D;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 5px;
}

.contacts .inner .info ul li a:hover {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  color: #2EC9D3;
}

.news-page__pagination {
  padding-bottom: 80px;
}

.news-page__pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  padding-top: 40px;
  width: 100%;
}

.news-page__pagination .nav-links .page-numbers {
  font-size: 1rem;
  color: #2EC9D3;
  text-decoration: none;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.news-page__pagination .nav-links .page-numbers:hover {
  color: #1A1E2D;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.news-page__pagination .nav-links .page-numbers.current {
  color: #1A1E2D;
}

@media screen and (max-width: 1399px) {
  header nav .menu li a {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1199px) {
  header nav .info {
    display: none;
  }
  .main-submenu .col-lg-12 a {
    width: 310px;
  }
}

@media screen and (max-width: 991px) {
  .right-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 25px;
  }
  header {
    height: 50px;
  }
  header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header nav .mobile-menu {
    display: block;
  }
  header nav .mobile-menu.fixed {
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 9;
    -webkit-box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
  }
  header nav .logo {
    width: auto;
    text-align: left;
    display: block;
  }
  header nav .logo__text {
    display: block;
    font-size: 1.25rem;
    text-align: left;
    margin-bottom: -5px;
  }
  header nav .logo__info {
    display: block;
    font-size: 0.46rem;
    text-align: left;
    display: none;
  }
  header nav .menu {
    display: none;
  }
  .main-img {
    height: calc(100vh - 40px);
  }
  .main-img .img-inner {
    height: calc(100vh - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-img .img-inner h1 {
    margin: 0;
    font-size: 2.5rem;
  }
  .main-img .img-inner h1:after {
    margin: 20px auto;
  }
  .main-img .img-inner p {
    margin: 0;
    font-size: 1.125rem;
    line-height: 25px;
    text-align: center;
  }
  .main-submenu {
    padding: 40px 0 0 0;
  }
  .main-submenu .col-lg-12 {
    display: block;
  }
  .main-submenu .col-lg-12 a {
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 350px;
    width: 100%;
  }
  footer {
    padding: 40px 0;
  }
  footer .footer-menu {
    display: block;
    text-align: center;
  }
  footer .footer-menu .logo {
    max-width: 100%;
    margin-bottom: 20px;
  }
  footer .footer-menu .logo__tel {
    font-size: 1.563rem;
    white-space: unset;
  }
  footer .footer-menu .logo__tel a {
    font-size: 1.563rem;
    white-space: nowrap;
  }
  footer .footer-menu .logo__info {
    white-space: unset;
  }
  footer .footer-menu ul {
    display: block;
    padding: 0;
  }
  footer .footer-menu ul li {
    margin-bottom: 20px;
  }
  .last-news {
    padding: 40px 0;
  }
  .last-news h2 {
    font-size: 1.563rem;
    padding-bottom: 40px;
  }
  .last-news__single {
    padding: 0 12px;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
  .last-news__single .news-head {
    margin-bottom: 20px;
  }
  .last-news__single .news-link {
    margin-left: 0;
    text-align: left;
  }
  .last-news__single .news-inner {
    margin-bottom: 20px;
  }
  .last-news__single:nth-child(2) {
    border: 0;
    border-bottom: 1px solid #E2E2E2;
  }
  .last-news__single:nth-child(2):after {
    display: none;
  }
  .last-news__single:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .main-info {
    background-position: 250% 80%;
    padding-bottom: 40px;
  }
  .main-info h3 {
    font-size: 1.563rem;
    padding-bottom: 40px;
  }
  h1.header {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 1.563rem;
  }
  .breadcrumbs {
    padding-bottom: 25px;
  }
  .breadcrumbs ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .single-news {
    padding-top: 0;
  }
  .single-news .all-news-h {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .documents {
    padding-top: 0px;
    padding-bottom: 20px;
    min-height: unset;
  }
  .documents .col-lg-12 {
    display: block;
  }
  .contacts {
    margin-top: 0;
    -webkit-mask-box-image: 40px;
            mask-border: 40px;
  }
  .contacts .inner .map {
    display: none;
  }
  .contacts .inner .info {
    width: 100%;
    padding-left: 0;
    height: auto;
  }
  .contacts .inner .info ul {
    width: 300px;
    margin: 0 auto;
  }
  .contacts .inner .info ul li {
    margin-bottom: 30px;
  }
  .contacts .inner .info .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 300px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #2EC9D3;
    font-size: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-transition: .1s all ease;
    transition: .1s all ease;
    text-decoration: none;
    color: #2EC9D3;
    margin-bottom: 30px;
  }
  .contacts .inner .info .button:active {
    background-color: #2EC9D3;
    color: #FFF;
    -webkit-transition: .1s all ease;
    transition: .1s all ease;
  }
  .news-page__pagination {
    padding-bottom: 40px;
  }
  .news-page__pagination .nav-links {
    padding-top: 25px;
  }
}

@media screen and (max-width: 599px) {
  .all-news .item {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .all-news .item:nth-child(1) {
    padding-top: 0;
  }
  .all-news .item img {
    width: 100%;
  }
  .all-news .item .right {
    height: auto;
    padding-left: 0;
  }
  .all-news .item .right h3 {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
  }
  .all-news .item .right .text {
    -webkit-line-clamp: 4;
  }
}
/*# sourceMappingURL=main.css.map */