@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.eda-hidden {
  visibility: hidden !important;
}

#toolbar-administration {
  position: absolute;
  width: 100%;
  top: 0;
}

body, * {
  font-family: "Fira Sans", sans-serif !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}

.main {
  width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 2;
}

.main .container .container {
  padding: 0;
}

.bgm {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: url("../img/bgt.png") no-repeat 50% 50% / 100% auto, url("../img/rf.svg") no-repeat 50% 50% / 100% auto;
  z-index: 1;
}

.main .container {
  max-width: 1400px;
  padding: 0 30px;
}

.mn-block .container {
  max-width: 1400px;
  padding: 0 15px;
}

.footer .container {
  max-width: 1400px;
  padding: 0 30px;
}

.empty-logo {
  width: 150px;
}

.title-1 {
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 500;
}

.title-2 {
  font-size: 16px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
}

.title-3 {
  font-size: 16px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
}

.main .header-top {
  position: relative;
  z-index: 20;
  height: auto;
  background-color: #356bcb;
  color: #ffffff;
  padding: 5px 0;
}

.unarmy {
  width: 50px;
  height: auto;
}

.main .header-top .unarmy {
  width: 50px;
  height: auto;
}

.main .header-bottom {
  position: relative;
  z-index: 20;
  background-color: #356bcb;
  color: #ffffff;
  padding: 5px 0;
  border-bottom: solid 5px #356bcb;
}

.main .header {
  position: relative;
  z-index: 20;
  width: 100%;
  background-color: #356bcb;
  color: #ffffff;
  padding: 5px 0;
}

.main .header-main .logo {
  width: 110px;
  height: auto;
  max-width: none;
}

.main .company {
  font-size: 14px;
  line-height: 1.05;
  font-weight: 300;
  width: 400px;
}

.main .nopr {
  padding-right: 0;
}

.footer .nopr {
  padding-right: 0;
}

.soc, .phone, .addr {
  margin-bottom: 5px;
}

.main .phone h5, .main .addr h5 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 3px;
  color: #ffffff;
}

.main .soc h5 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 3px;
  color: #ffffff;
}

.main .phone, .main .phone a, .main .addr, .main .addr a, .main .soc a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 3px;
  display: block;
  color: #ffffff;
}

.main .phone a {
  transition: .3s;
  white-space: nowrap;
}

.main .phone a:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.main .soc a img {
  transition: .3s;
}

.main .soc a:hover img {
  text-decoration: none;
  transform: scale(1.05);
}

.main .b-unarmy a img {
  transition: .3s;
}

.main .b-unarmy a:hover img {
  text-decoration: none;
  transform: scale(1.05);
}

.main .addr p {
  margin: 0;
}

img.social {
  height: 27px;
  width: auto;
}

.nop {
  padding: 0 !important;
}

.mn-block {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  height: 427px;
}

.main-slider {
  float: left;
  position: relative;
  width: 75%;
  height: 100%;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

.main-news {
  float: right;
  position: relative;
  width: 25%;
  height: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  display: flex;
  flex-wrap: wrap;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.mn-item {
  height: calc(100% / 4);
  flex: 0 0 50%;
  max-width: 50%;
  overflow: hidden;
}

.mn-item a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  opacity: 0.5;
  transition: .3s;
}

.mn-item a:hover {
  opacity: 1;
  transform: scale(1.05);
}

.main-news.isVer .mn-item {
  background-size: auto 100%;
}

.mn-item.active a {
  opacity: 1;
}

.main-empty {
  clear: both;
  height: 15px;
}

.main-empty-1 {
  clear: both;
  height: 1px;
}

.main-slider > div {
  height: 100%;
}

.main-slider > div > div {
  height: 100%;
}

.main-slider > div > div > div {
  height: 100%;
}

.ms-text {
  position: absolute;
  bottom: 10px;
  z-index: 4;
  font-size: 16px;
  color: #ffffff;
}

.ms-text span {
  display: block;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  color: #eec03d;
  text-transform: uppercase;
}

.ms-bg {
  position: absolute;
  bottom: 0;
  z-index: 3;
  height: 80px !important;
  width: 100%;
  left: 0;
  background-color: #356bcb;
  opacity: 0.5;
}

.ms-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  width: 1px;
  background-color: #d52b1e;
  z-index: 4;
  opacity: 0.5;
}

.header-main {
  position: relative;
  background-color: #356bcb;
  z-index: 20;
  padding: 5px 0;
  height: auto;
  color: #ffffff;
}

.main .menu-top ul {
  padding: 2px 0;
}

.main .menu-top li {
  position: relative;
  display: inline-block;
  width: 24%;
  text-align: left;
  margin: 4px 0;
}

.main .menu-top li a {
  display: block;
  color: #000000;
  line-height: 1.05;
  font-size: 12px;
}

.main .menu-top li a:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000000;
  border-radius: 100%;
  margin-left: -7px;
}

.main .menu-top li a:hover:before {
  margin-left: -7px;
}

.main .menu-bottom ul {
  padding: 2px 0;
}

.main .menu-bottom li {
  display: inline-block;
  width: 24%;
  text-align: left;
  margin: 4px 0;
  position: relative;
}

.main .menu-bottom li a {
  display: block;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.05;
}

.main .menu-bottom li a:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 100%;
  margin-left: -7px;
}

.main .menu-bottom li a:hover:before {
  margin-left: -7px;
}

.block {
  padding: 30px 0 30px 0;
}

.block.news {
  padding: 0;
  margin: 0;
}

.italic {
  font-style: italic;
}

.granad {
  color: #800000;
}

.slogan {

}

.block-content {
  background-color: rgba(255, 255, 255, .90);
  padding: 15px;
}

.nko .block-content {
  background-color: transparent;
}

.slogan .block-content {
  border-radius: 10px;
}

.slogan .content-body {
  font-size: 18px;
}

.main h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}

.node-body table {
  width: 100% !important;
}

.node-count {
  margin-top: 30px;
}

.footer {
  width: 100%;
  background-color: #1f1e1c;
  padding: 50px 0 35px;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.footer .col-lg-4 {
  margin-bottom: 15px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  list-style: none;
  padding: 0;
  margin: 5px 0;
}

.footer ul li a {
  color: #ffffff;
}

.footer ul li a {
  display: inline-block;
  transition: .3s;
}

.footer ul li a:hover {
  text-decoration: none;
  color: #ffffff;
  transform: scale(1.05);
}

.row img {
  max-width: 100%;
}

.item-m {
  border-radius: 10px;
  overflow: hidden;
  height: calc(100% - 30px);
  background-color: rgba(255, 255, 255, .90);
  margin: 0 0 30px;
}

.item-m a {
  display: block;
  text-decoration: none;
  color: #000000;
}

.item-m .m-img {
  overflow: hidden;
}

.item-m a img {
  display: block;
  transition: .3s;
}

.item-m a:hover img {
  transform: scale(1.05);
}

.m-content {
  padding: 15px;
}

span.italic.granad {
  font-size: 18px;
}

.m-title {
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0;
}

.date-info {
  opacity: .7;
}

.m-body {
  opacity: .7;
}

.date-svg {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url("../img/date.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-right: 7px;
  vertical-align: -4px;
}

h4.more {
  float: right;
}

h4.more a {
  display: block;
  line-height: 40px;
  font-size: 18px;
  color: #356bcb;
  transition: .3s;
}

h4.more a:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.m-btn {
  margin-top: 30px;
}

.m-btn a {
  display: inline-block;
  background-color: #356bcb;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 10px;
  transition: .3s;
}

.m-btn a:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.center {
  text-align: center;
}

.b-center {
  display: block;
  margin: 0 auto;
}

.b-info .block-content img {
  transition: .3s;
}

.b-info .block-content:hover img {
  transform: scale(1.05);
}

.b-info img {
  display: block;
  margin-bottom: 30px;
}

.logow {
  width: 100px;
}

.logotw {
  color: #ffffff;
}

.block.map {
  padding: 0;
  margin: 0;
}

.main .isVer.main-slider {
  background-size: auto 100%;
}

.main .isVer.bgm {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: url("../img/bgt.png") no-repeat 50% 50% / auto 100%, url("../img/rf.svg") no-repeat 50% 50% / auto 100%;
  z-index: 1;
}

.main-menu-toggler {
  display: block;
  position: relative;
  width: 115px;
  height: 40px;
  cursor: pointer;
  background-color: #d52b1e;
  padding: 10px;
  margin-left: 30px;
  margin-bottom: -55px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 5;
  color: #ffffff;
}

.mmb {
  display: inline-block;
  vertical-align: middle;
}

.main-menu-toggler .mmb div {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  transition: .3s
}

.main-menu-toggler .mmb div:nth-of-type(2) {
  margin: 5px 0;
  width: 20px
}

.main-menu-toggler:hover .mmb div {
  background-color: #ffffff
}

.main-menu-toggler:hover .mmb div:nth-of-type(2) {
  width: 30px
}

.main-menu-toggler.active .mmb div {
  background-color: #ffffff
}

.main-menu-toggler.active > div:nth-of-type(2) {
  width: 30px
}

.mmt-text {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.m-menu {
  position: relative;
  background-position: 50% 50px;
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-image: url("../img/info.png");
}

.m-menu-2 {
  background-image: url("../img/building.png");
}

.m-menu-3 {
  background-image: url("../img/service.png");
}

.m-menu-4 {
  background-image: url("../img/gallery.png");
}

.menu-main {
  padding: 0 0 15px 0;
  background-color: #ffffff;
  position: absolute;
  z-index: 5;
  left: auto;
  width: calc(100% - 30px);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: .95;
  transition: margin-top 1s;
  top: 0;
  margin-top: -3000px;
  border-left: solid 5px #d52b1e;
  border-right: solid 5px #d52b1e;
  border-bottom: solid 5px #d52b1e;
}

.menu-main.open {
  margin-top: 0 !important;
}

.menu-main .menu-title {
  text-transform: uppercase;
  color: #d52b1e;
  font-size: 18px;
}

.menu-main ul {
  list-style: none;
  padding: 0;
}

.menu-main ul li {
  padding: 5px 0;
  border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
}

.menu-main ul li:last-child {
  border-bottom: none;
}

.menu-main ul li ul {
  list-style: none;
  padding: 0 0 0 15px;
}

.menu-main ul li a, .email a {
  color: #000000;
  display: inline-block;
  transition: .3s;
}

.menu-main ul li a:hover, .email a:hover {
  text-decoration: none;
  color: #d52b1e;
  transform: scale(1.05);
}

.col-12.phone.desktop {
  width: 455px;
}

.col-1.b-unarmy.desktop {
  text-align: right;
}

.menu-main-content {
  padding: 0 15px;
  max-height: calc(100svh - 250px);
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: 5px;
}

.menu-main-content .col-md-6.col-lg-3 {
  position: relative;
}

.menu-main-content .col-md-6.col-lg-3:nth-child(2n):before {
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 15px);
  background-color: #d52b1e;
}

.menu-main-content .col-md-6.col-lg-3:nth-child(3):before {
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 15px);
  background-color: #d52b1e;
}

.menu-main-content::-webkit-scrollbar {
  width: 6px;
}

.menu-main-content::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: #dedede;
}

.menu-main-content::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

.copyright {
  margin-top: 10px;
  color: #ffffff;
}

.mobile {
  display: none !important;
}

.notebook {
  display: none !important;
}

.swiper-slide-item {
  padding: 7px;
  background-color: rgba(255, 255, 255, .90);
  border-radius: 10px;
  display: block;
  width: 100%;
}

.swiper-slide-item a {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.swiper-slide-item a img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  transition: .3s;
  border-radius: 10px;
  overflow: hidden;
}

.swiper-slide-item:hover a img {
  transform: scale(1.05);
}

.gallery {
  position: relative;
}

.gallery * {
  user-select: none;
}

.photo-next {
  position: absolute;
  z-index: 7;
  width: 20px;
  height: 20px;
  background-image: url("../img/next.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  top: 50%;
  margin-top: 19px;
  right: -10px;
}

.photo-prev {
  position: absolute;
  z-index: 7;
  width: 20px;
  height: 20px;
  background-image: url("../img/prev.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  top: 50%;
  margin-top: 19px;
  left: -10px;
}

.empty {
  display: block;
  height: 1px;
  clear: both;
}

.swiper-container {
  width: 100%;
}

.swiper-wrapper {
  width: 100%;
}

.node-img {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.node-body {
  margin: 30px 0;
  padding: 15px;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 10px;
}

.node-body h1 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 1.3;
}

.node-content {
  line-height: 1.5;
}

.node-body .date-info {
  margin-bottom: 15px;
}

.node-content p {
  line-height: 1.5;
}

.node-content a {
  color: #d52b1e;
  line-height: 1.5;
}

.node-content ul li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.ya-share2 {
  float: right;
  margin-top: 4px;
}

.ya-share2.mobile {
  margin-top: -2px;
}

.node-gallery .col-md-4 {
  margin-bottom: 30px;
}

.node-gallery .col-md-4 a {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.node-gallery .col-md-4 a img {
  display: block;
  width: 100%;
  transition: .3s;
}

.node-gallery .col-md-4 a:hover img {
  display: block;
  width: 100%;
  transform: scale(1.05);
}

.node-gallery .img-g {
  padding: 7px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
}

.node-title {
  background-color: rgba(255, 255, 255, .8);
  padding: 15px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.node-title h1 {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 1.3;
  margin: 0;
}

.main-content h4 {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2 !important;
  margin: 10px 0;
}

.main-content h4 a {
  line-height: 1.2 !important;
}

.node-img {
  position: relative;
}

.mb-info {
  display: flex;
  flex-wrap: wrap;
}

.mb-info > div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.count-gallery {
  text-align: right;
  vertical-align: middle;
}

.count-gallery img {
  width: 20px !important;
  height: auto !important;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.count-gallery span {
  display: inline-block;
  vertical-align: middle;
}

.gallery-svg {
  background-image: url("../img/countgallery.png");
  height: 19px;
  width: 31px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

ul.b-links {
  padding: 0;
  margin: 0;
  list-style: none;
  vertical-align: middle;
}

ul.b-links li {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 5px 0;
  vertical-align: middle;
}

ul.b-links li:after {
  position: relative;
  display: inline-block;
  content: ">";
  color: #cccccc;
  vertical-align: middle;
}

ul.b-links li a {
  color: #d52b1e;
}

ul.b-links li a:hover {
  text-decoration: none;
  color: #356bcb;
}

ul.b-links li:last-child:after {
  display: none;
}

nav.pager {
  display: block;
  margin: auto;
  text-align: center;
  color: #d52b1e;
}

nav.pager ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

nav.pager ul li {
  list-style: none;
  padding: 0;
  margin: 5px;
  display: inline-block;
}

nav.pager ul li a {
  color: #d52b1e;
}

nav.pager ul li a:hover {
  text-decoration: none;
  color: #356bcb;
}

.r-page #block-cav-primary-local-tasks {
  display: none;
}

div[data-drupal-messages] {
  display: none;
}

#block-cav-primary-local-tasks {
  display: none;
}

.node-body input {
  padding: 10px;
  border: solid 1px #cccccc;
  max-width: 100%;
}

.node-body .form-submit {
  display: inline-block;
  background-color: #356bcb;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 10px;
  transition: .3s;
  border: none;
  margin-top: 30px;
}

.node-body .form-submit:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.node-body .form-item {
  margin-bottom: 15px;
}

@media (max-width: 1300px) {
  .main .phone {
    font-size: 12px;
  }

  .title-1 br {
    display: none;
  }
}

@media (max-width: 1199px) {
  .title-1 br {
    display: block;
  }

  .title-1 {
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
  .title-1 {
    font-size: 16px;
  }
}

@media (max-width: 1150px) {
  .desktop {
    display: none !important;
  }

  .notebook {
    display: block !important;
  }

  .notebook.flex {
    display: flex !important;
  }
}

@media (max-width: 1000px) {
  .menu-main-content .col-md-6.col-lg-3:nth-child(2n):before {
  }

  .menu-main-content .col-md-6.col-lg-3:nth-child(3):before {
    display: none;
  }
}

@media (max-width: 767px) {
  @media (max-width: 1000px) {
    .menu-main-content .col-md-6.col-lg-3:nth-child(2n):before {
      display: none;
    }

    .menu-main-content .col-md-6.col-lg-3:nth-child(3):before {
      display: none;
    }
  }
  .vvp {
    margin-top: 15px;
  }

  .header-main .container {
    padding: 0 15px;
  }

  .menu-main {
    left: 0;
    width: calc(100%);
  }

  .header-main {
    height: auto;
  }

  .main-slider {
    width: 100%;
    height: 227px;
    border-bottom-right-radius: 10px;
    background-size: 100% auto !important;
  }

  .main-news {
    display: none;
  }

  .photo-next {
    margin-top: 16px;
  }

  .photo-prev {
    margin-top: 16px;
  }

  .footer .container {
    padding: 0 15px;
  }

  .mobile {
    display: block !important;
  }

  .mobile.flex {
    display: flex !important;
  }

  .main-menu-toggler {
    margin-left: 10px;
  }

  .item-m {
    height: auto !important;
  }

  .main h4 {
    font-size: 22px;
    line-height: 30px;
  }

  h4.more a {
    display: block;
    line-height: 30px;
  }

  .main-slider {
    background-size: auto 100%;
  }

  .main .header-main .logo {
    width: 100px;
  }

  .empty-logo {
    width: 70px;
  }

  .title-1 {
    font-size: 16px;
    line-height: 1.5;
  }

  .title-1 br {
    display: none;
  }

  .slogan .block-content {
    padding: 15px;
  }

  .bgm {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: url("../img/bgt.png") no-repeat 50% 50% / auto 100%, url("../img/rf.svg") no-repeat 50% 50% / auto 100%;
    z-index: 1;
  }

  .bgs {
    width: 100%;
    height: 100svh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
  }

  .menu-main-content {
    padding-top: 15px;
  }

  .photo-next {
    right: 25px;
  }

  .photo-prev {
    left: 25px;
  }

  .mn-block {
    padding: 0 15px;
  }
}

@media (max-width: 567px) {
  .main .header-main {
    height: auto;
  }

  .main .header-main .logo {
    width: 70px;
  }

  .title-1 {
    font-size: 15px;
    line-height: 1.2;
  }

  .main .container {
    padding: 0 15px;
  }

  .main .container .container {
    padding: 0;
  }
}

@media (max-width: 400px) {
  .title-1 {
    font-size: 13px;
    line-height: 1.15;
  }

  .header-menu * {
    font-size: 14px;
  }
}
