@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
  font-family: "MuseoSans";
  font-weight: light;
  font-style: normal;
  src: url("../../../fonts/MuseoSansLight/MuseoSansLight.eot");
  src: url("../../../fonts/MuseoSansLight/MuseoSansLight.eot?#iefix") format("embedded-opentype"), url("../../../fonts/MuseoSansLight/MuseoSansLight.woff") format("woff"), url("../../../fonts/MuseoSansLight/MuseoSansLight.ttf") format("truetype"); }

@font-face {
  font-family: "MuseoSans";
  font-weight: normal;
  font-style: normal;
  src: url("../../../fonts/MuseoSansRegular/MuseoSansRegular.eot");
  src: url("../../../fonts/MuseoSansRegular/MuseoSansRegular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/MuseoSansRegular/MuseoSansRegular.woff") format("woff"), url("../../../fonts/MuseoSansRegular/MuseoSansRegular.ttf") format("truetype"); }

@font-face {
  font-family: "MuseoSans";
  font-weight: medium;
  font-style: normal;
  src: url("../../../fonts/MuseoSansMedium/MuseoSansMedium.eot");
  src: url("../../../fonts/MuseoSansMedium/MuseoSansMedium.eot?#iefix") format("embedded-opentype"), url("../../../fonts/MuseoSansMedium/MuseoSansMedium.woff") format("woff"), url("../../../fonts/MuseoSansMedium/MuseoSansMedium.ttf") format("truetype"); }

@font-face {
  font-family: "MuseoSans";
  font-weight: bold;
  font-style: normal;
  src: url("../../../fonts/MuseoSansBold/MuseoSansBold.eot");
  src: url("../../../fonts/MuseoSansBold/MuseoSansBold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/MuseoSansBold/MuseoSansBold.woff") format("woff"), url("../../../fonts/MuseoSansBold/MuseoSansBold.ttf") format("truetype"); }

  @font-face {
    font-family: "e-Ukraine";
    font-weight: normal;
    font-style: normal;
    src: url("../../../fonts/e-Ukraine/e-UkraineHead-Regular.otf");
  }
  @font-face {
    font-family: "e-Ukraine";
    font-weight: bold;
    font-style: normal;
    src: url("../../../fonts/e-Ukraine/e-UkraineHead-Bold.otf");
  }
  
::-webkit-input-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

::-ms-input-placeholder {
  color: #666; }

::placeholder {
  color: #666; }

::-moz-selection {
  background-color: #0051a3;
  color: #fff; }

::selection {
  background-color: #0051a3;
  color: #fff; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "MuseoSans", sans-serif;
  font-family: "e-Ukraine";
  overflow-x: hidden;
  color: #606060;
  counter-reset: section; }
  body input, body textarea {
    outline: none; }
    body input:focus:required:invalid, body textarea:focus:required:invalid {
      border-color: red; }
    body input:required:valid, body textarea:required:valid {
      border-color: green; }

b, strong {
  font-weight: bold; }

.font-weight-medium {
  font-weight: 500; }

.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  visibility: visible !important; }

@-webkit-keyframes slideDown {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slideDown {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.reset-link {
  color: inherit; }
  .reset-link:hover, .reset-link:active, .reset-link:focus {
    color: inherit;
    outline: none;
    text-decoration: none; }
button {
  outline: none;
  background-color: transparent;
  border: 0;
  cursor: pointer; }
  button:hover {
    outline: none; }
  button:focus {
    outline: none; }
  button:active {
    outline: none; }
  button:visited {
    outline: none;
    cursor: pointer; }

.block-heading {
  display: table;
  margin: 0 auto;
  position: relative;
  width: 30%;
}
.two-block .block-heading {
  width: 100%;
}
  .block-heading--aside-lines span {
    display: inline-block;
    width: 100%;
    vertical-align: middle; }
    .block-heading--aside-lines span:before, .news h2.block-heading--aside-lines span:before {
      content: '';
      position: relative;
      display: inline-block;
      top: -8px;
      left: -14px;
      width: 100%;
      height: 3px;
      background-color: #e8e8e8;
      margin-left: -100%; }
    .block-heading--aside-lines span:after, .news h2.block-heading--aside-lines span:after {
      content: '';
      position: relative;
      display: inline-block;
      top: -8px;
      right: -14px;
      width: 100%;
      height: 3px;
      background-color: #e8e8e8;
      margin-right: -100%; }
  .block-heading__light--aside-lines span:before {
    background-color: #6f6f6f; }
  .block-heading__light--aside-lines span:after {
    background-color: #6f6f6f; }

.button--red {
  background-color: #cd1000;
  color: white;
  border: 1px solid white;
  cursor: pointer;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .button--red:hover {
    background-color: white;
    border-color: #cd1000;
    color: #cd1000; }

.button--blue {
  background-color: #0051a3;
  color: white;
  border: 1px solid white;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer; }
  .button--blue:hover {
    background-color: white;
    border-color: #0051a3;
    color: #0051a3; }
  .button--blue.active {
    background-color: white;
    border-color: #0051a3;
    color: #0051a3; }

.button--white {
  background-color: white;
  color: #0051a3;
  border: 1px solid white;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer; }
  .button--white:hover {
    background-color: #ebebeb;
    border-color: white;
    color: #0051a3; }
  .button--white.active {
    background-color: white;
    border-color: white;
    color: #0051a3; }

.button--normal {
  width: auto; }

.button--rounded {
  -webkit-border-radius: 2px;
          border-radius: 2px; }

.button--100 {
  width: 100%; }

.header-page {
  width: 90%;
  position: relative;
  min-height: 70px;
  color: white;
  font-size: 18px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 8; }
  .header-page__bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 110%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: .25; }
  .header-page__item--logo-wrapper {
    overflow: hidden; }
  .header-page__item--logo-shape {
   padding: 5px 0;
    }
  .header-page__item--logo {
    max-width: 60px; }
  .header-page__emergency {
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .header-page__text {
    text-decoration: none;
    font-size: 16px;
    /* text-transform: uppercase; */
  }
    .header-page__text--bigger {
      font-weight: bold; }
    .header-page__text--logo-title {
      font-size: 22px;
      font-weight: bold;
      line-height: 1; }
    .header-page__text--logo-description {
      font-size: 16px;
      text-transform: lowercase;
      font-weight: normal; }
 .header-page__text a, .header-page__text a:hover {
	text-decoration: none;
	color: inherit;} .header-page__text:hover {
	text-decoration: none;}
.navbar {
  min-height: 100px;
  height: auto; }
  .navbar__container {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch; }
  .navbar__background-image {
    -webkit-background-size: contain;
            background-size: contain;
    background-position: 0 center;
    background-repeat: repeat-x;
    opacity: .5; }
    .nav__link-wrapper.navbar__background-image--wrapper {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-clip-path: none;
      clip-path: none;
      position: absolute;
      background-position: center left;
      background-size: cover;
    }
  .navbar__wrapper {
    text-transform: uppercase;
    font-weight: bold; }
  .navbar__item {
    list-style-position: inside;
    list-style-type: none; }
    .navbar__item a:hover {
      text-decoration: none; }
  .navbar-dropdown {
    max-width: 250px;
    background-color: white;
    list-style-position: inside;
    list-style-type: none; }
  .navbar-desktop-menu {
    position: absolute;
    top: 0;}
  .menus {
    position: initial;
  }
	
.nav-dropdown {
  position: relative;
  width: 100%; }
  .nav-dropdown__button {
    cursor: pointer;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    list-style-position: inside;
    list-style-type: none;
    font-size: 18px;
    opacity: 1;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .nav-dropdown__button:hover {
      text-decoration: none;
      opacity: .7; }
  .nav-dropdown__content {
    display: none;
    position: absolute;
    width: 100%;
    min-width: 300px;
    padding: 10px 0px;
    z-index: 6; }
    .nav-dropdown__content--mobile {
      position: relative; }
    .nav-dropdown__content--form {
      min-width: 300px;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .nav-dropdown__item {
    position: relative;
    display: block;
    padding: 3px 20px;
    text-align: left;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .nav-dropdown__item:after {
      padding-right: 15px;
      position: absolute;
      top: 3px;
      right: 10px;
      display: block;
      content: '\226B';
      opacity: 0;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .nav-dropdown__item:hover {
	  background-color: #e6e6e6;
      text-decoration: none; }
      .nav-dropdown__item:hover:after {
        right: 0;
        opacity: 1; }

.hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  border-width: 0px;
  border-style: solid;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  z-index: 2;
  opacity: 1;
  cursor: pointer; }
  .hamburger:hover {
    opacity: .8; }
  .hamburger:focus {
    opacity: .8; }
  .hamburger__wrapper {
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 100%;
            border-radius: 100%; }
  .hamburger__bar {
    display: block;
    width: 22px;
    height: 4px;
    -webkit-border-radius: 1px;
            border-radius: 1px; }

.nav__item {
  margin-right: 2rem; }
  .nav__item:last-child {
    margin-right: 0; }
  .nav__item--mobile {
    margin-right: 1px;
    margin-bottom: 1px; }
    .nav__item.hide {
      display: none;
    }
    .menus i {
      position: relative;
      cursor: pointer;
    }
    .menus i:hover {
      opacity: .5;
    }
    .hide_menu {
      position: absolute;
      top: 100%;
      right: 25%;
      width: 300px;
      padding: 10px;
      background: #fff;
      display: none;
      -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
      box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    }
    .menus .hide_menu.act {
      display: block;
    }
    .menus .hide_menu.act > div {
      margin: 0;
      border-bottom: 2px dotted #ccc;
    }
    .menus .hide_menu.act .nav-dropdown__button {
      font-size: 14px;
      text-transform: initial;
      text-align: left;
    }
    .menus .hide_menu.act .nav-dropdown a {
      font-size: 14px;
    }
    .menus .hide_menu.act .nav__item a {
      display: none;
    }
    .menus .hide_menu.act .nav__item:hover a {
      display: block;
    }
    .menus .hide_menu.act .nav-dropdown__content {
      right: -310px;
      top: 0;
      background: #eee;
      font-size: 14px;
    }
.nav__bg {
	 /* background: linear-gradient(120deg, transparent 30px,  #ebeaea 30px); */
}

.nav__bg:after {
  content: '';
  position: absolute;
  bottom: 16px;
  left: 22px; 
  width: 100%;
  height: 15px; 
  z-index: -1; 
}
.nav__link:after {
  /* padding: .5rem; */
  display: inline-block;
  position: absolute;
  top: 22px;
  right: -1rem;
  content: '';
  margin-left: 1vw;
  font-size: 14px;
  color: red;
  line-height: 0; }

.nav__link:last-child:after {
  display: none; }

.nav__link-wrapper {
	-webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 40px 0%);
	clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 40px 0%);
 }
  .nav__link-wrapper--mobile {
    display: none;
    position: absolute;
    top: 116px; }

.nav-show {
  z-index: 6;
  display: block; }

.logo-company {
  position: relative;
  z-index: 2; }
  .logo-company__self {
    z-index: 10;
    max-width: 100%;
    padding: 10px;
  } /*400px*/
  .logo-company__shape {
    position: absolute;
    width: 300px;
    height: 300px;
    right: -223px;
    -webkit-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
            transform: rotate(25deg);
    background-color: #ffffff; }
  .logo-company img {
    max-height: 100px;}

.navbar {
  width: 90%;
  height: 100px;
  margin: 0 auto;
  z-index: 1;
  background: #fff;
}
.home .navbar {
  margin-bottom: 550px;
}
.navbar .book, .navbar .cabinet {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 45px;
  display: flex;
  align-items: center;
  font-family: "e-Ukraine";
  font-size: 20px;
}
.navbar .book img {
  display: none;
}
.slider {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
}
.slider__wrapper {
  overflow: hidden;
}
.slide {
  height: 700px;
  background: #000;
}
.slide p {
  color: #fff;
}
.slide__text {
  width: 40%;
}
.slide__content h1, .slide__content h2 {
  font-weight: bold;
  margin: 0 0 40px;
  padding: 10px;
}
  .slide__bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
  opacity: 0.5;
}
    .slide__bg--shapes {
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center 100%; 
      opacity: 1;}
  .slide__overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 16vw;
    opacity: .6; }
  .slide__text-heading {
    font-size: 30px;
    font-weight: bold;
    line-height: 0.7; }
    .slide__text-heading--smaller {
      display: block;
      font-size: 20px;
      text-transform: none;
      font-weight: normal;
      line-height: 28px; }
  .slide__text-description {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.3; }
    .slide__text-description--bigger {
      font-size: 22px;
      font-weight: bold; }
.slide__content {
  position: absolute;
  top: 40%;
  width: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slide__content h1 {
    background: #000;
    font-family: "e-Ukraine";
}
.slide__content ul li, .slide__content ol li {
  color: #fff !important;
}
.slick-arrow {
  top: 89%;
  z-index: 5; }

.slick-prev {
  left: calc(3% - 20px); }
  .slick-prev:before {
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    content: url(../../../images/lg-arrow-left.png); }

.slick-next {
  left: initial;
  right: calc(3% - 20px);
}
  .slick-next:before {
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    content: url(../../../images/lg-arrow-right.png); }

.slick-dots {
  bottom: 7%;
  display: none !important;
}
  .slick-dots li {
    margin: 0; }
    .slick-dots li button:before {
      content: '';
      top: 25%;
      left: 25%;
      width: 10px;
      height: 10px;
      border-style: solid;
      border-width: 4px;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      border-color: transparent;
      opacity: 1;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .slick-dots li button:hover:before {
      opacity: .4; }
    .slick-dots li.slick-active button:before {
      width: 10px;
      height: 10px;
      -webkit-box-shadow: 0px 0px 0px 4px #daa520;
              box-shadow: 0px 0px 0px 4px #daa520;
      opacity: 1; }

.slick__text-description--bigger {
  font-size: 20px;
  font-weight: bold; }

@media (max-width: 1679.98px) {
  .slide__overlay {
    left: 18vw; } }

@media (max-width: 1439.98px) {
  .slide__overlay {
    left: 17vw; } }

@media (max-width: 1365.98px) {
  .slide__overlay {
    left: 21vw; }
  .slick-arrow {
    top: 89%; }
 }

@media (max-width: 1279.98px) {
  .slide__overlay {
    left: 33vw; } }

@media (max-width: 1240px) {
  .slide__overlay {
    left: 28vw; } }

@media (max-width: 1090px) {
  .slide__overlay {
    left: -15vw;
    width: 200% !important; }
  .slick-arrow {
    top: 89%; }
 }

@media (max-width: 1023.98px) {
  .slide__overlay {
    left: -10vw;
    width: 200% !important; }
  .slick-arrow {
    top: 89%; }
 }

@media (max-width: 1016.98px) {
  .slide__overlay {
    left: -9vw;
    width: 200% !important; }
  .slick-arrow {
    top: 89%; }
 }

@media (max-width: 991px) {
  .slide__overlay {
    left: 0;
    width: 300% !important; }
  .slick-dots {
    left: 0; }
  .slick-arrow {
    top: 89%; 
	}
  .slick-prev {
    left: calc(40% - 20px); }
  .slick-next {
    left: 60%; }
 }

@media (max-width: 767.98px) {
  .slick-dots {
    left: 0; }
  .slick-arrow {
    top: 89%; }
 }

@media (max-width: 479.98px) {
  .slick-dots {
    left: 0; }
  .slick-arrow {
    top: 89%; }
 }
.soc-block {
  position: absolute;
  top: 190px;
  right: 5%;
  background: none !important;
}
.soc-block h3 {
  font-size: 16px;
  color: #eee;
}
.soc-block a {
  font-size: 32px;
}
.express-news {
  position: absolute;
  top: 185px;
  left: 0;
  right: 0;
  color: #ccc;
  width: 90%;
  margin: 0 auto;
}
.express-news > div {
  padding: 0;
  height: 50px;
  width: 77%;
  margin: 0;
  background: #00000078;
}
.inform .inf:last-child {
  display: none;
}
.inform .inf:first-child {
  display: block;
}
.news__card {
  display: block;
  width: 270px;
  height: auto; }
  .news__card--shadowed {
    width: 263px;
    height: auto;/*470px;*/
    padding-bottom: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 4px 5px 2px rgba(0, 0, 0, 0.08);
            box-shadow: 1px 4px 5px 2px rgba(0, 0, 0, 0.08);
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .news__card--shadowed:hover {
      -webkit-box-shadow: 4px 11px 5px 0px rgba(0, 0, 0, 0.08);
              box-shadow: 4px 11px 5px 0px rgba(0, 0, 0, 0.08); }

.news__img {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 180px;
  background-image: url(../img/placeholder.png);
  -webkit-background-size: contain;
          background-size: contain;
          background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0px 0px #666666;
          box-shadow: 0 0px 0px #666666;
  cursor: pointer;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .news__img:hover {
    opacity: 0.5;
  }
  .news__img--h-200 {
    height: 200px;
  }
  .news__img--h-450 {
    height: 450px;
  }
  .inform {
    width: 90%;
    padding-top: 40px;
  }
  .inf .w-40, .inform h2 span:first-child {
    width: 40%;
  }
  .inf .w-60, .inform h2 span:last-child {
    width: 60%;
    padding: 20px 0;
  }
  .inform h2 span:last-child {
    padding: 20px 0 20px 20px;
    text-align: left;
  }
  .inform h2 {
    display: flex;
    margin: -5px;
  }
  .inform h2 span {
    position: relative;
    display: block;
  }
  .inform h2 span:last-child:before {
    content: "";
    position: absolute;
    top: -100px;
    left: 21%;
    width: 60px;
    height: 60px;
    background-color: #666;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  .inf > div > div {
    position: relative;
  }
  .inf > div > div:before {
    content: "";
    position: absolute;
    left: -0.5%;
    top: -30%;
    width: 2px;
    height: 30%;
    border-left: 2px dotted #ccc;
  }
  .inf > div > div:after {
    content: "";
    position: absolute;
    left: -20%;
    bottom: 0;
    width: 70%;
    height: 2px;
    border-bottom: 2px dotted #ccc;
  }
  .inf .news__attribute {
    padding: 10px;
  }
  .news__description {
    width: 55%;
  }
  .news__img--h-200:hover {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent; 
  }
  .news__img__ico {
    width: 20px;
    height: auto; }

.news__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}
  .news__title--shadowed {
    font-size: 24px; }

.news__description--shadowed {
  font-size: 16px;
  font-weight: light;
  line-height: 1.2; }

.news__attribute--time:before {
  content: attr(data-publication); }

.news__attribute--views:before {
  content: attr(data-popularity);
  margin-right: 4px; }
.one-block {
  position: relative;
  margin: 30px 0;
  background: #333;
  background: transparent\9;
  background-size: cover !important;
}
.one-block:before, .one-block:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #b24040;
}
.one-block:before {
  top: -22.5px;
}
.one-block:after {
  bottom: -22.5px;
}
.one-block > div {
  width: 90%;
  margin: 40px auto;
}
.one-block > div p {
  color: #fff;
  text-shadow: 0px 0px 10px #000000, 0px 0px 10px #000000;
}
.one-block > div img, .two-block > div img {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 3%;
  -webkit-box-shadow: 5px 10px 20px 5px #000000a1;
  box-shadow: 5px 10px 20px 5px #000000a1;
  width: 40% !important;
  height: auto !important;
}
.one-block > div ul {
  color: #fff;
}
.one-block h2 {
  font-size: 36px;
}
ul li::marker {
  font-size: 24px;  
}
.one-block h2:before, .one-block h2:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -130%;
  width: 125%;
  height: 2px;
  border: 2px dotted #fff;
}
.one-block h2:after {
  left: initial;
  right: -130%;
}
.news .new:nth-child(3), .news .new:nth-child(4) {
  display: none;
}
.new > div {
  display: flex;
}
.new > div a.news__img {
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 15px;
}
.news .news__title {
  font-size: 18px;
}
.news .news__description {
  padding: 0 0 15px !important;
  width: auto;
  margin: 15px 0 0;
  border-bottom: 2px dotted;
  font-size: 14px;
}
i {
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-right: 20px !important;
  align-content: center;
  text-align: center;
}
.page .bg-white {
  background: transparent !important;
}
.page .block-heading {
  display: block;
  width: 100%;
}
.page .block-heading--aside-lines span:before, .page .block-heading--aside-lines span:after {
  display: none;
}
.important-sections {
  text-decoration: none; }
  .important-sections:hover {
    text-decoration: none; }
  .important-sections__wrapper--dark {
    background-color: #3f3f3f; }
  .important-sections__card {
    /* width: 280px; */
    -webkit-box-shadow: 0 0px 0px #666666;
            box-shadow: 0 0px 0px #666666;
    text-decoration: none;
    cursor: pointer;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .important-sections__card:hover {
      -webkit-box-shadow: 0 4px 20px #666666;
              box-shadow: 0 4px 20px #666666;
      text-decoration: none; }
    .important-sections__card--middle {
      height: 190px;
      min-height: 190px; }
  .important-sections__img-wrapper {
    min-height: 99px;
    height: 99px; }
  .important-sections__img {
    height: 80px;
    width: auto;
    font-size: 48px; }
  .important-sections__text {
    font-size: 13px; }
    .important-sections__text:hover {
      text-decoration: none; }
    .important-sections__text--middle {
      height: 38px;
      min-height: 38px; }

.managment {
  min-height: 55vh;
  background-attachment: fixed;
  background-position: left top;
								   
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-background-size: auto;
          background-size: auto;
  background-repeat: no-repeat; }
  .managment__item {
    -webkit-box-shadow: 1.368px 3.759px 5px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 1.368px 3.759px 5px 0px rgba(0, 0, 0, 0.08);
    background-color: #f8f8f8;
    border: 1px solid white;
    }
  .managment__item:nth-child(even) {
    background-color: #ededed; }

  .managment__info {
    font-size: 18px;
    font-weight: 500;
    line-height: 1; }
  .managment__post {
    font-size: 24px; }
  .managment__name {
    font-size: 36px;
    word-break: break-word; }
.cat-all {

}
.cat-all > div > div > div {
  border: 2px solid #E6E6E6;
}
.cat-all .modal > div {
  border: 0;
}
.cat-all .img-block {
  width: 116px;
  height: 116px;
  background: #E6E6E6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cat-all .img-block img {
  width: 60%;
  height: auto;
}
.map, .map iframe {
  height: 460px;
}
.map {
  position: relative;
}
.map:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom,  rgba(0, 0, 0, 0.388) 0%,rgba(0,0,0,0) 100%);
}
.map:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom,  rgba(0, 0, 0, 0.388) 0%,rgba(0,0,0,0) 100%);
  transform: rotate(180deg);
}
footer {
  background-size: cover;
}
footer > div {
  width: 80%;
  margin: 0 auto;
}
footer a.reset-link {
  color: #fff;
}
footer .fb-left {
  width: 40%;
  padding: 0 30px 0 0;
}
footer #menu-footer {
  margin: 50px 0 0 20px;
  width: 100%;
  grid-template-columns: 25% 25% 25% 25%;
  display: grid;
}
footer #menu-footer > div {
  margin: 0 10px 0 0;
}
footer #menu-footer div {
  color: #fff;
}
footer #menu-footer .t-menu {
  font-size: 18px;
  margin: 0 0 45px;
  padding: 0 0 10px;
  border-bottom: 1px solid #a5a5a5;
}
footer #menu-footer .sub-menu a {
  display: block;
}
footer .logo-company__self {
  margin: 0 0 20px;
  max-width: 80%;
}
footer #menu-footer .sub-menu {
  padding: 0 0 0 20px;
  font-size: 14px;
  list-style: none;
  line-height: 20px;
}
footer #menu-footer .sub-menu li {
  position: relative;
  margin-bottom: 15px;
}
footer #menu-footer .sub-menu li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: -20px;
  line-height: normal;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
footer .book {
  margin: 100px 0 0;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 20px;
}
footer .book img {
  display: none;
}
.footer-page__icon {
  max-width: 33px; }

.footer-page__text {
  font-size: 15px; }

.footer-page__nav {
  list-style-type: none; }

.footer-page__li:before {
  position: relative;
  content: '-';
  top: 4px;
  display: inline-block;
  margin-right: 4px;
  font-size: 200%;
  line-height: 0; }

.footer-page__link:hover {
  opacity: .7; }

.footer-page__copyright {
  font-size: 13px;
  font-weight: light; }

/*==========  Desktop First  ==========*/
@media (max-width: 1440.98px) {
  .logo-company__shape {
    right: -160px; } }

@media (max-width: 1199.98px) {
  body {
    font-size: 14px; }
  .header-page__item--logo-shape {
    left: 10px; }
  .header-page__text--logo-title {
    font-size: 20px;
    line-height: 1.2; }
  .header-page__text--logo-description {
    font-size: 14px; }
  .logo-company__self {
    max-width: 100%; }
  .logo-company__shape {
    right: -40px; }

  .news__card {
    width: auto; }
  .important-sections__card {
    width: auto; }
    .important-sections__card--middle {
      height: 210px;
      min-height: 210px; }
  .footer-page__text--responsive {
    font-size: 1.3vw; }
  .footer-page__icon {
    max-width: 26px; } }

@media (max-width: 991.98px) {
  .logo-company:after {
    display: none; }
  .logo-company__self {
    max-width: 400px; }
  .header-page__bg {
    background-position: 100% 100%; }
  .navbar__background-image {
    display: none; }
  .footer-page__text--responsive {
    font-size: inherit; }
  .slide__bg--shapes {
    background-position: -610px 100%; } }

@media (max-width: 900px) {
  .slide__bg--shapes {
    background-position: -700px 100%; } }

@media (max-width: 767.98px) {
  .header-page {
    height: auto; }
  .nav__link:after {
    display: none; }
  .nav__item {
    margin-right: 0; }
  .emergency-service__table-header {
    display: none; }
  .nav-dropdown__content {
    min-width: unset; }
  .emergency-service tbody .emergency-service__table-data {
    display: block; }
    .emergency-service tbody .emergency-service__table-data:first-child {
      background-color: #878787;
      color: white; }
    .emergency-service tbody .emergency-service__table-data:before {
      content: attr(data-js-table);
      font-weight: bold;
      display: block;
      text-align: center;
      width: 100%; }
  .slide__text-heading {
    height: 14vw;
    line-height: 1.4; }
  .slide__bg--shapes {
    background-position: -930px 100%; } }

@media (max-width: 575.98px) {
  .emergency-service__table-header {
    display: none; }
  .emergency-service tbody .emergency-service__table-data {
    display: block; }
    .emergency-service tbody .emergency-service__table-data:first-child {
      background-color: #878787;
      color: white; }
    .emergency-service tbody .emergency-service__table-data:before {
      content: attr(data-js-table);
      font-weight: bold;
      display: block;
      text-align: center;
      width: 100%; }
  .logo-company__self {
    max-width: 100%; }
  .slide__text-heading {
    height: 17vw;
    line-height: 1.2; }
  .slide__bg--shapes {
    background-position: -1090px 100%; } }

.block_wrap {
	z-index:0;
}
.card-header.card-header-2 {
	background-color: #ededed;
}
@media screen and (min-width: 1199px) and (max-width: 1475px) {
  .navbar {
    min-height: 50px;
    height: 50px;
  }
  .logo-company img {
    max-height: 48px;
    padding: 0;
  }
  .header-page__text {
    font-size: 12px;
  }
  .menus {
    padding: 0 !important;
  }
  .nav-dropdown__button {
    font-size: 14px;
  }
  .navbar .book, .navbar .cabinet {
    font-size: 12px;
  }
  .express-news {
    top: 120px;
    width: 89%;
  }
  .news {
    padding: 30px 0 0;
  }
  .news h2 {
    display: block;
  }
  .soc-block {
    top: 125px;
  }
  .slide__text {
    width: 60%;
  }
  .inform {
    padding-top: 102px;
  }
  /* footer */
  footer > div {
    width: 95%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1198px) {
  .header-page, .navbar {
    width: 100%;
  }
  .navbar, .logo-company img {
    min-height: 50px;
    height: 50px;
  }
  .header-page__text {
    font-size: 11px;
  }
  .express-news > div {
    display: flex;
    align-items: center;
  }
  .express-news {
    top: 120px;
    width: 90%;
  }
  .soc-block {
    top: 125px;
  }
  .marquee * {
    font-size: 16px;
  }
  .nav-dropdown__button {
    font-size: 14px;
  }
  .menus {
    padding: 0 !important;
  }
  .inform {
    padding-top: 102px;
  }
}
@media screen and (min-width: 320px) and (max-width: 667px) {
  .logo-company__self {
    max-width: 88%;
  }
  .block-heading--aside-lines span:after, .news h2.block-heading--aside-lines span:after,
  .block-heading--aside-lines span:before, .news h2.block-heading--aside-lines span:before {
    display: none;
  }
  .navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .express-news {
    position: inherit;
    width: 100%;
  }
  .soc-block {
    display: none;
  }
  .slide__content {
    top: 20%;
  }
  .express-news > div {
    width: 100%;
  }
  .header-page {
    height: auto;
    position: relative;
    top: 100px;
    width: 100%;
  }
  .page .header-page {
    width: 100%;
    min-height: auto;
    position: relative;
    z-index: 1;
    padding: 10px 20px 0;
  }
  .page .managment {
    position: relative;
    top: 50px;
  }
  .navbar .book, .navbar .cabinet {
    height: 30px;
    width: 30px;
    right: 50px;
    top: 38px;
    display: block;
    z-index: 1;
    background: transparent !important;
    color: #000;
    font-size: 0px;
  }
  .navbar .book i, .navbar .cabinet i {
    font-size: 20px;
  }
  .navbar > div > div {
    padding-left: 0 !important;
  }
  .navbar .book .img-block:before {
    position: absolute;
    content: "\f086";
    width: 30px;
    height: 30px;
    font: normal normal normal 26px / 1 FontAwesome;
  }
  .navbar .book p {
    display: none;
  }
  .nav-show {
    z-index: 10;
    top: 100px;
  }
  .slider {
    position: relative;
    margin: 0;
  }
  .slide__content {
    width: 80%;
  }
  .slide__text {
    width: 100%;
    margin: 20px 0 0;
  }
  .slick-prev {
    left: calc(10% - 20px);
  }
  .slick-next {
    left: 87%;
  }
  .inform {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .inform h2 {
    margin: 0;
    padding: 0 !important;
  }
  .inform h2 span:last-child {
    width: 100%;
  }
  .inform h2 span:last-child:before {
    display: none;
  }
  .inf .news__title {
    padding: 10px 15px !important;
    margin: 0 0 10px !important;
  }
  .news__description {
    width: 100%;
    padding: 10px 15px !important;
    margin: 0 0 10px !important;
  }
  .new > div {
    display: flex;
    flex-direction: column;
  }
  .new > div a.news__img {
    margin: 0;
  }
  .inf {
    padding: 0 !important;
  }
  .inf .w-60, .inform h2 span:last-child {
    width: 100%;
  }
  .inf .w-40, .inform h2 span:first-child {
    display: none !important;
  }
  .inf > div > div > div {
    margin-right: 0;
  }
  .news > div {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
  .one-block {
    padding: 1rem 0 !important;
  }
  .one-block h2:before, .one-block h2:after {
    display: none;
  }
  .one-block h2 {
    font-size: 24px;
    width: 100%;
  }
  .one-block > div img, .two-block > div img {
    width: 100% !important;
    margin: 10px 0;
    float: none !important;
  }
  .two-block {
    padding-bottom: 0 !important;
  }
  .block-heading {
    width: 100%;
    margin: 0 0 1rem !important;
    font-size: 24px;
  }
  .cat-all {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .cat-all > div > div {
    margin: 0 0 10px 0;
  }
  .page .header-page__bg {
    display: none;
  }
  /* footer */
  footer .fb-left {
    width: 100%;
    padding: 0;
  }
  footer.container-fluid {
    background-repeat: no-repeat;
    padding-top: 1rem !important;
  }
  footer > div {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  footer #menu-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin: 30px 0 0;
  }
  footer #menu-footer div {
    width: 95%;
    margin: 0 auto;
  }
  footer .fb-left > div {
    width: 80%;
    margin: 0 auto;
  }
  footer #menu-footer .t-menu {
    margin: 0 0 10px;
  }
  footer .book {
    margin: 30px 0 0;
    justify-content: center;
  }
}