@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: "OpenSans";
  font-weight: semibold;
  font-style: normal;
  src: url("../../../fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
  src: url("../../../fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  src: url("../../../fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("../../../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular/OpenSansRegular.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-Head";
    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;
  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; }
/*====== отступ шапки от контента ======*/
.pt-14-rem {
  padding-top: 14rem!important;
}
b, strong {
  font-weight: bold; }

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

.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 {
  font-size: 48px;
  font-family: "e-Ukraine-Head";
  font-weight: normal;
  overflow: hidden; }
  .block-heading--aside-lines span {
    display: inline-block;
    width: 100%;
    vertical-align: middle; }
    .block-heading--aside-lines span:before {
      content: '';
      position: relative;
      display: inline-block;
      top: -8px;
      left: -14px;
      width: 100%;
      height: 5px;
      background-color: #e8e8e8;
      margin-left: -100%; }
    .block-heading--aside-lines span:after {
      content: '';
      position: relative;
      display: inline-block;
      top: -8px;
      right: -14px;
      width: 100%;
      height: 5px;
      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 {
  position: relative;
  min-height: 70px;
  color: white;
  font-size: 18px;
  font-family: "OpenSans", sans-serif;
  z-index: 8; }
  .header-page__mask {
    height: 230px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    z-index: 5; }
  .header-page__item {
    line-height: 1.2; }
  .header-page__item--logo {
    max-width: 60px; }/*100px*/
  .header-page__emergency {
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .header-page__text {
    font-size: 24px;
    text-transform: uppercase; }
    .header-page__text--bigger {
      font-weight: bold; }
    .header-page__text--logo-title {
      font-size: 22px; /*36px*/
      font-weight: bold;
      line-height: 1.2; }
    .header-page__text--logo-description {
      font-size: 16px;/*19px*/
      text-transform: lowercase;
      font-weight: normal; }
 .header-page__text a, .header-page__text a:hover, .header-page__text:hover {
	text-decoration: none;
	color: inherit;}
	
.navbar {
  min-height: 80px;
  font-family: "OpenSans", sans-serif; 
  width: 25%;
  position: absolute;
  top: 30vh;
  left: 0;
}
  .navbar--wide {
    min-height: 60px;
    z-index: 6; }
  .navbar__decor {
    position: absolute;
    display: block;
    width: 72px;
    top: 0;
    z-index: 6; }
    .navbar__decor:first-of-type {
      left: -70px; }
    .navbar__decor:last-of-type {
      right: -70px; }
  .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; }
    .navbar__background-image--wrapper {
      top: 0; }
  .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__mobile {
    max-width: 480px;
    z-index: 5; }

.nav-dropdown {
  position: relative;
  width: 100%; }
  .nav-dropdown__button {
    cursor: pointer;
    font-size: 19px;
	font-weight: bold;
    text-transform: uppercase;
    list-style-position: inside;
    list-style-type: none;
    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;
    background-color: #000000;
    -webkit-box-shadow: 0px 2px 8px rgba(96, 96, 96, 0.6);
            box-shadow: 0px 2px 8px rgba(96, 96, 96, 0.6);
    z-index: 6; }
    body.page .nav-dropdown__item:hover {
      background: transparent;
    }
    .nav-dropdown__content--mobile {
      position: relative;
      font-size: 18px; }
    .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 25px;
    text-align: left;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .nav-dropdown__item:before {
      content: "";
      position: absolute;
      top: 37%;
      left: 5px;
      width: 10px;
      height: 10px;
      background: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
    }
    .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: #000000;
      text-decoration: none; }
      .nav-dropdown__item:hover:after {
        right: 0;
        opacity: 1; }

.hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  border-width: 3px;
  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--text {
    width: auto;
    height: auto;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    border: none; }
  .hamburger__wrapper {
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 100%;
            border-radius: 100%; }
  .hamburger__bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
            border-radius: 1px; }

.nav__link-wrapper {
  z-index: 10; }
  .nav__link-wrapper--mobile {
    display: none; }

.nav-show {
  display: block; }

.logo-company {
  position: relative;
  background-color: white;
  z-index: 2; }
  .logo-company__self {
    z-index: 10; }
  .logo-company img {
    max-height: 140px;}

.slider {
  position: relative;
  z-index: 4;
  height: 105vh;
}
  .slider__wrapper {
    overflow: hidden; }

.slide {
  height: 300px;
  font-family: "OpenSans", sans-serif;
  font-weight: 600; }
  .slide--full {
    height: auto; }
  .slide__bg {
    height: 105vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .slick-slide {
    height: 105vh;
  }
    .slide__bg--darken-opacity {
      opacity: .6; }
    .slide__bg--shapes {
      /* -webkit-background-size: contain; */
              /* background-size: contain; */
      background-position: center center; }
  .slide__content {
    margin-top: 10%; }
  .slide__overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 16vw;
    opacity: .6; }
  .slide__text {
    position: relative;
    z-index: 2; }
    .slide__text--bg-shaped {
      top: 0;
      left: -120px;
      height: 100%;
      z-index: -1; }
  .slide__text-heading {
    font-size: 30px;
    font-weight: bold; }
    .slide__text-heading--smaller {
      text-transform: none;
      font-weight: normal; }
  .slide__text-description {
    font-size: 30px;
    font-weight: normal;
    line-height: 1; }
    .slide__text-description--bigger {
      font-size: 22px;
      font-weight: bold; }
  .slide__button {
    top: 40px;
    max-width: 286px;
    background-color: #000000;
    color: #ffffff;
    font-weight: normal;
    border: 1px solid white;
    -webkit-border-radius: 14px;
            border-radius: 14px;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .slide__button:hover {
      background-color: #333333;
      color: #ffffff; }
.slide__content h1 {
  font-family: "e-Ukraine-Head";
  font-size: 60px;
  margin: 0 0 50px;
}
.slide__content h2 {
  font-family: "e-Ukraine-Head";
  font-size: 36px;
  margin: 0 0 50px;
}
.factory_city {

}
.slider .contacts {

}
.slider .contacts > div  {
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cabinet a {
  clip-path: polygon(1.5% 0%, 100% 0%, 98.5% 100%, 0% 100%);
}
.slick-arrow {
  top: 91.5%;
  z-index: 5; }

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

.slick-next {
  left: 68%; display: none !important;}
  .slick-next:before {
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    content: url(../../../images/lg-arrow-right.png); }

.slick-dots {
  bottom: 10px;
  right: 10px;
  display: flex;
  justify-content: flex-end;
}
  .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: 91.5%; } }

@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: 91.5%; } }

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

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

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

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

@media (max-width: 479.98px) {
  .slick-dots {
    left: 0; }
  .slick-arrow {
    top: 91.5%; } }
.marquee {
  height: 40px;
  font-size: 20px;
}
.soc {
  position: absolute;
  top: 300px;
  right: 0;
  width: auto;
  height: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  z-index: 10;
  align-items: center;
  justify-content: center;
  background: #00000096;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.soc a {
  font-size: 36px;
}
.soc a:hover i {
  color: white;
}
.news {
  background: url(../../../images/themes/two/bg.jpg) no-repeat center center;
  background-attachment: fixed;
  position: relative;
  z-index: 10;
}
.news h2 {
  position: relative;
  top: -42px;
  font-family: "e-Ukraine-Head";
  font-size: 50px;
  margin: 0 !important;
}
.news h2 span {
  width: 100%;
  vertical-align: middle;
  margin-left: 5%;
}
.news > div > div > div {
  margin: 0 !important;
}
.news .news__attribute, .news .news__description {
  display: none;
}
.news .news__card-wrapper {
  border: 0;
  min-height: auto;
}
.news .news__img {
  height: 100px;
}
.news-block {
  background: url(../../../images/themes/two/bg-news.jpg) no-repeat top center;
  position: relative;
}
.news-block h2 span {
  margin-right: 5% !important;
  display: block;
  width: auto;
}
.news-block h2 a {
  position: absolute;
  z-index: 1;
  top: 5.5%;
  left: 5%;
  display: inline-block;
  background: #fff;
  width: auto !important;
  font-size: 18px;
  padding: 0 18px;
}
.news-block > div {
  width: 90%;
  margin: 0 auto;
}
.news-block .news__title {
  padding: 10px 20px 10px 0;
  margin: 0 0 20px;
}
.news-block .news__description {
  border-bottom: 2px dotted #808080;
}
.news__card {
  display: block;
  width: 270px;
  height: auto; }
  .news__card:hover .news__img-decorate {
    top: -15%;
    height: 130%; }

.news__card-wrapper {
  min-height: 232px;
  height: auto;
  border: 1px solid #e0e0e0; }

.news__img {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 250px;
  background-image: url(../img/placeholder.png);
  background-color: transparent !important;
  -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; }

.news__img-decorate {
  display: block;
  top: -25%;
  left: 10%;
  width: 80%;
  height: 150%;
  background-color: whitesmoke;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .news__img-decorate--h-200 {
    height: 200px; }
    .news__img-decorate--h-200:hover {
      -webkit-box-shadow: 0 0 0 transparent;
              box-shadow: 0 0 0 transparent; }
  .news__img-decorate__ico {
    width: 20px;
    height: auto; }

.news__title {
  font-size: 18px;
  line-height: 1.2;
  word-break: break-word; }
  .news__title--shadowed {
    font-size: 24px; }

.news__description {
  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; }

.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: 60px;
    width: auto;
    font-size: 48px; }
  .important-sections__text {
    font-size: 16px; }
    .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;
								   
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-background-size: auto;
          background-size: auto;
  border-top: 1px solid #b8b8b8;
  }
  .managment__item {
    /* border: 1px solid #e1e0e0; */
  }
  .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; }
.one-block {
  background: url(../../../images/themes/two/bg.jpg) no-repeat top center;
  background-attachment: fixed;
  position: relative;
}
.one-block > div > div:first-child h2, .two-block > div > div:last-child h2, body.page h2 {
  padding: 0 10% 0 10%;
  overflow: initial;
  position: relative;
}
.one-block > div > div:first-child h2:before, .two-block > div > div:last-child h2:before, body.page h2:before {
  content: "";
  position: absolute;
  top: 10%;
  left: -2%;
  width: 10%;
  height: 50px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.two-block > div > div:last-child h2:before, body.page h2:before {
  left: 0;
}
body.page h2 {
  padding: 0 0 0 12%;
  text-align: left !important;
  font-size: 32px;
}
body.page h2 span:before, body.page h2 span:after {
  display: none;
}
.imgblock {
  position: relative;
  width: 25%;
  height: 85%;
  float: left;
  overflow: hidden;
  margin-right: 5%;
}
.imgblock img {
  position: absolute;
  left: -80%;
  width: auto !important;
  height: 100% !important;
}
.one-block > div > div:last-child {
  overflow: hidden;
  padding: 40px 0 !important;
  width: 41.6%;
}
.one-block .show_blocks a {
  width: 110% !important;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.one-block > div > div:last-child a:hover {
  -webkit-box-shadow: -1px 7px 15px -1px rgba(0,0,0,0.59); 
  box-shadow: -1px 7px 15px -1px rgba(0,0,0,0.59);
  position: relative;
  right: -3px;
}
.one-block > div > div:last-child a > div {
  width: 115px;
  height: 115px;
  background-color: #ffffffc2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.one-block > div > div:last-child a:hover > div {
  background-color: #fff;
}
.one-block .show_blocks > div {
  width: 85%;
}
.one-block .showblocks_full {
  width: 100% !important;
  justify-content: space-around !important;
}
.one-block .showblocks_full > div {
  flex-direction: row !important;
  width: 100%;
}
.one-block .showblocks_full div a {
  width: 100% !important;
  margin: 0 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.two-block {

}
.two-block > div > div:last-child {
  border-left: 10px solid #ccc;
  background: url(../../../images/themes/two/bg-two.jpg) no-repeat top center;
}
.content-two {

}
.map-wrapper {
  height: 450px; }

.map-self {
  width: 100%;
  height: 100%; }
.map iframe {
  width: 100%;
  height: 100%;
}
body.page .content-wrapper .headerfon {
  background: transparent !important;
}
body.page .logo-company img {
  max-height: 80px;
}
body.page .navbar {
  width: 100%;
  position: initial;
  margin: 0 0 0 20px;
}
body.page .navbar>.container {
  flex-direction: row !important;
  align-items: start;
  justify-content: flex-start;
}
body.page .bg-white {
  background-color: transparent !important;
}
body.page .managment {
  border: 0;
}
body.page .header-page > div {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center !important;
}
body.page .header-page > div > div:first-child {
  flex: 0 0 100%;
  max-width: 80%;
}
body.page .header-page__mask {
  height: 100px;
}
body.page .nav__item {
  flex-grow: initial;
}
body.page footer .nav__item {
  flex-grow: 1;
}
footer {
  background: url(../../../images/themes/two/bg.jpg) no-repeat top center;
  background-attachment: fixed;
}
footer .logo-f {
  width: 18%;
}
footer .cont-f {
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,1) 35%,rgba(0,0,0,1) 65%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
}
footer .menu-f {
  border-bottom: 2px dotted #ccc;
}
footer .soc-f {
  border-top: 2px dotted #ccc;
  font-size: 24px;
}
footer .nav-dropdown__item:hover {
  background-color: transparent;
}
footer .nav-dropdown__item {
  width: 80%;
}
.footer-page__item {
  word-break: break-word; }

.footer-page__icon {
  max-width: 33px; }

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

.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; }
.nav-dropdown-theme__bg{
  background:#fff !important;
}
/*==========  Desktop First  ==========*/
@media (max-width: 1199.98px) {
  body {
    font-size: 14px; }
  .header-page__text--logo-title {
    font-size: 20px;
    line-height: 1.2; }
  .header-page__text--logo-description {
    font-size: 14px; }
  .logo-company:after {
    right: -60px; }
  .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; }
  .navbar__background-image {
    display: none; }
  .slide__text--bg-shaped {
    top: 0;
    left: -90px; }
  .footer-page__text--responsive {
    font-size: inherit; } }

@media (max-width: 767.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%; }
  .slide__text-heading {
    line-height: 1.4; }
  .slide__bg--darken-opacity {
    opacity: .6; }
  .news__img {
    height: 200px; } }

@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%; }
  .slide__text-heading {
    line-height: 1.2; } }

.card-header.card-header-2 {
	background-color: #ededed;
}
@media screen and (min-width: 320px) and (max-width: 667px) {
  .slider, .slick-slide, .slide__bg {
    height: 102%;
  }
  .slide__content {
    margin-top: 130px;
    padding: 20px;
  }
  .slider .contacts > div {
    margin: 15px 0 0;
  }
  .slick-dots {
    bottom: 30px;
    right: 0;
    margin: 0 auto;
    justify-content: center;
  }
  .slide__content h1 {
    font-size: 36px;
  }
  .soc {
    top: 180px;
  }
  .navbar__mobile {
    position: absolute !important;
    top: 0;
    right: 0;
    z-index: 10;
  }
  .navbar__mobile > div {
    background: transparent;
  }
  .navbar__mobile button {
    font-size: 0;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .nav__link-wrapper--mobile {
    z-index: 1;
  }
  .nav__link-wrapper--mobile > div {
    padding: 50px 20px 0 !important;
    height: 100vh !important;
    align-content: flex-start;
  }
  .nav-dropdown__button:after {
    display: none;
  }
  header .logo {
    margin: 10% 0 0;
  }
  body.page .header-page__mask {
    height: 70px;
  }
  body.page header .logo {
    margin: 0 0 0 20%;
  }
  body.page .logo-company img {
    max-height: 40px;
  }
  body.page .navbar__mobile button {
    top: 18px;
  }
  .news__img-decorate {
    display: none;
  }
  .news {
    padding: 20px 10px;
    margin-top: -70px;
  }
  .news h2 {
    top: 0;
    font-size: 32px;
    margin: 0 0 20px !important;
  }
  .news h2 span {
    margin-left: 11%;
  }
  .news .news__card {
    margin: 0 auto !important;
  }
  .news .news__card .news__card-wrapper > div:first-child{
    margin: 0 auto !important;
  }
  .news .news__card .news__title {
    padding: 0 !important;
  }
  .news-block {
    overflow: hidden;
  }
  .news-block > div {
    width: 100%;
    margin: 0 auto !important;
  }
  .news-block > div > div {
    margin: 0 !important;
  }
  .news-block h2 {
    font-size: 32px;
    margin: 0 !important;
  }
  .news-block {
    margin: 0 auto !important;
  }
  .news-block h2 span {
    margin: 0 auto !important;
    text-align: center;
  }
  .news-block h2 a {
      position: relative;
      top: 10px;
      left: 0;
      display: block;
      background: transparent;
      text-align: center;
      color: #999;
      margin: 0 !important;
  }
  .news-block .news__card > div > div:first-child, .news-block .news__card {
    margin: 0 !important;
  }
  .news-block .news__card {
    top: 0;
  }
  .imgblock {
    position: initial;
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
    margin: 0;
  }
  .imgblock img {
    position: initial;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 20px;
  }
  .one-block > div > div:first-child h2 {
    font-size: 26px;
  }
  .one-block > div > div:last-child {
    width: 100%;
  }
  .one-block .showblocks_full > div {
    flex-direction: column !important;
  }
  .one-block > div > div:last-child a {
    width: 90% !important;
    margin: 0 auto;
    padding: 0 10px !important;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }
  .one-block > div > div:last-child a > div {
    max-width: 60px;
    max-height: 60px;
  }
  .one-block > div > div:last-child a > div .important-sections__img {
    height: 30px;
  }
  .two-block img {
    width: 100% !important;
    height: auto !important;
  }
  .important-sections__text {
    font-size: 14px;
    text-align: left;
  }
  .one-block > div > div:last-child a p {
    margin: 0 !important;
  }
  .map iframe {
    height: 350px;
  }
  .news-block, .two-block > div > div:last-child {
    background: transparent;
  }
  .two-block > div > div:last-child h2 {
    font-size: 26px;
    padding: 0 20px 0 15%;
  }
  .one-block > div > div:first-child h2:before, .two-block > div > div:last-child h2:before {
    height: 30px;
  }
  .content-two {
    padding: 0 20px 0 !important;
    margin: 0 !important;
    border-left: 0 !important;
  }
  body.page h2 {
    font-size: 20px;
  }
  footer .logo-f {
    width: 80%;
    margin: 0 0 10px !important;
  }
  footer .menu-f {
    padding: 0;
  }
  footer .nav-dropdown__item {
    width: 100%;
  }
}