@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro.otf") format("opentype"), url("../fonts/DINPro.woff") format("woff"), url("../fonts/DINPro.ttf") format("truetype"), url("../fonts/DINPro.svg#DINPro") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Bold.otf") format("opentype"), url("../fonts/DINPro-Bold.woff") format("woff"), url("../fonts/DINPro-Bold.ttf") format("truetype"), url("../fonts/DINPro-Bold.svg#DINPro-Bold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Light.otf") format("opentype"), url("../fonts/DINPro-Light.woff") format("woff"), url("../fonts/DINPro-Light.ttf") format("truetype"), url("../fonts/DINPro-Light.svg#DINPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
* {
  font-family: "DINPro" !important;
  font-weight: 300;
}

h1 {
  font-size: 40px;
  margin: 0;
}

.header {
  padding: 60px 0 30px;
  position: relative;
}
@media (max-width: 991px) {
  .header {
    padding: 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 15px 0;
  }
}
.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo, .header__phone, .header__nav {
  color: #a0a09f;
  font-size: 16px;
}
.header__logo {
  margin-right: 70px;
  width: 185px;
}
@media (max-width: 991px) {
  .header__logo {
    width: 130px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 100px;
  }
}
header__logo img {
  max-width: 100%;
}
.header__phone {
  width: 20%;
}
@media (max-width: 767px) {
  .header__phone {
    width: 150px;
    font-size: 12px;
  }
}
.header__nav {
  width: calc(80% - 255px);
  text-align: right;
}
@media (max-width: 991px) {
  .header__nav {
    width: calc(80% - 130px);
  }
}
.header__nav .menu {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .header__nav .menu {
    position: absolute;
    top: 100%;
    margin-top: -1px;
    left: 0;
    background: #fff;
    z-index: 30;
    width: 100%;
    text-align: left;
    box-shadow: 0px 10px 26px -9px rgba(0, 0, 0, 0.75);
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
  }
  .header__nav .menu.active {
    max-height: 300px;
  }
}
.header__nav .menu li {
  display: inline-block;
  margin: 0 15px;
}
@media (max-width: 991px) {
  .header__nav .menu li {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .header__nav .menu li {
    display: block;
    margin: 10px 15px !important;
  }
}
.header__nav .menu li:first-child {
  margin-left: 0;
}
.header__nav .menu li:last-child {
  margin-right: 0;
}
.header__nav .menu li a {
  color: #a0a09f;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
  position: relative;
}
.header__nav .menu li a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #22B6E7;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
  -webkit-transition: 0.2s;
          transition: 0.2s;
}
.header__nav .menu li a:hover {
  color: #22B6E7;
}
.header__nav .menu li a:hover:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.header__nav .menu-toggle {
  cursor: pointer;
  display: block;
  font-size: 0;
  width: 25px;
  height: 20px;
  background: none !important;
  box-shadow: none !important;
  float: right;
  border: 0;
  position: relative;
  border-radius: 0;
}
.header__nav .menu-toggle:focus {
  outline: none;
}
@media (min-width: 768px) {
  .header__nav .menu-toggle {
    display: none;
  }
}
.header__nav .menu-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #22B6E7;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.header__nav .menu-toggle span:nth-child(1) {
  top: 0;
}
.header__nav .menu-toggle span:nth-child(2) {
  top: calc(50% - 1px);
}
.header__nav .menu-toggle span:nth-child(3) {
  bottom: 0;
}
.header__nav .menu-toggle.active span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__nav .menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.header__nav .menu-toggle.active span:nth-child(3) {
  bottom: 9px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.socials {
  padding: 0;
  margin: 0;
}
.socials li {
  display: inline-block;
  margin: 0 3px;
}
.socials li a {
  display: block;
  background: #000;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  position: relative;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}
.socials li a img {
  position: absolute;
  max-width: 15px;
  max-height: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.socials li a:hover {
  background: #22B6E7;
}

.footer {
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer span {
  float: left;
}
@media (max-width: 499px) {
  .footer span {
    width: 100%;
    text-align: center;
  }
}
.footer .socials {
  float: right;
}
@media (max-width: 499px) {
  .footer .socials {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

.entry-content {
  margin: 0;
}

.twoJG_navigation {
  display: none !important;
}

.home-slider {
  position: relative;
}
.home-slider__text {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
  color: #fff;
  display: inline-block;
}
@media (max-width: 991px) {
  .home-slider__text {
    position: static !important;
    margin-top: 15px;
    display: block;
  }
}
.home-slider__text p {
  margin: 0;
  display: inline-block;
}
@media (max-width: 991px) {
  .home-slider__text p {
    display: block;
  }
}
.home-slider__text .top {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .home-slider__text .top {
    margin-bottom: 15px !important;
    text-align: center;
  }
}
@media (max-width: 499px) {
  .home-slider__text .top {
    font-size: 48px;
    line-height: 48px;
  }
}
.home-slider__text .top span {
  display: table;
  background-color: rgba(70, 192, 232, 0.8);
  padding: 5px 20px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .home-slider__text .top span {
    display: block;
  }
}
.home-slider__text .bottom {
  font-size: 34px;
  background-color: rgba(179, 206, 84, 0.8);
  padding: 5px 15px;
  margin-bottom: 30px;
  display: table;
}
@media (max-width: 991px) {
  .home-slider__text .bottom {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 499px) {
  .home-slider__text .bottom {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .home-slider__text .btn {
    width: 150px;
    margin: 0 auto;
    color: #22B6E7 !important;
    border-color: #22B6E7 !important;
    text-align: center;
    display: block;
  }
  .home-slider__text .btn:hover {
    background: #22B6E7 !important;
    color: #fff !important;
  }
}

a {
  text-decoration: none;
}

.btn {
  font-size: 15px;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  letter-spacing: 1px;
  font-weight: normal;
}
.btn.btn-bordered {
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn-bordered:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}

.metaslider .flex-control-nav {
  bottom: 15px;
  z-index: 10;
}
.metaslider .flex-control-nav li {
  vertical-align: middle;
}
.metaslider .flex-control-nav a {
  background: #fff !important;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.metaslider .flex-control-nav a:hover {
  opacity: 0.8;
}
.metaslider .flex-control-nav a.flex-active {
  background: transparent !important;
  border: 2px solid #fff;
  width: 16px;
  height: 16px;
}

.flexslider {
  margin-bottom: 0 !important;
}

.about-page__cover {
  height: 480px;
  padding: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .about-page__cover {
    padding: 15px;
  }
}
.about-page__text {
  width: 40%;
  padding: 20px;
  min-height: 280px;
  color: #fff;
  background: rgba(34, 182, 231, 0.9);
  border: 0px;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .about-page__text {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .about-page__text {
    width: 100%;
  }
}
.about-page__text p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.services-page .cover {
  min-height: 160px;
  margin-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border: 0px;
  border-radius: 4px;
}
.services-page .cover h1 {
  color: #605E5E;
  position: absolute;
  width: calc(100% - 30px);
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.services-page .services__number {
  font-weight: normal;
}
.services-page .services ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services-page .services ul li {
  width: 25%;
  margin-bottom: 15px;
  display: block;
  padding: 0 8px;
  text-align: center;
}
@media (max-width: 991px) {
  .services-page .services ul li {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .services-page .services ul li {
    width: 50%;
  }
}
@media (max-width: 499px) {
  .services-page .services ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.services-page .services ul li h3 {
  margin: 0 0 15px;
  color: #22B6E7;
  font-size: 60px;
  line-height: 60px;
}
.services-page .services ul li p {
  font-size: 18px;
  margin-top: 0;
  color: #2F2E2E;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.services-page .services ul li p:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #a0a09f;
}
.services-page .services ul li span p {
  color: #a0a09f;
  font-size: 14px;
  margin-bottom: 0;
}
.services-page .services ul li span p:after {
  display: none;
}

.catalog-page .catalog {
  margin: 0 -15px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 499px) {
  .catalog-page .catalog {
    margin: 0;
  }
}
.catalog-page .catalog li {
  display: block;
  width: calc(25% - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
}
.catalog-page .catalog li:nth-child(4n + 4) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .catalog-page .catalog li {
    width: calc(33% - 15px);
  }
}
@media (max-width: 767px) {
  .catalog-page .catalog li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 499px) {
  .catalog-page .catalog li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.catalog-page .catalog li a {
  position: relative;
  display: block;
}
.catalog-page .catalog li a img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}
.catalog-page .catalog li a .catalog__img {
  display: block;
  overflow: hidden;
}
.catalog-page .catalog li a p {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  font-size: 22px;
  background: rgba(34, 182, 231, 0.0);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.catalog-page .catalog li a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.catalog-page .catalog li a:hover p {
  background: rgba(34, 182, 231, 0.0)
}

.gallery {
  border-top: 1px solid #e2e3e2;
  position: relative;
}
.gallery__title {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #605E5E;
  padding: 15px 0 0;
}

.back-btn {
  color: #22B6E7 !important;
  text-decoration: none !important;
  display: inline-block;
  position: absolute;
  padding-left: 15px;
  top: 18px;
  left: 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .back-btn {
    display: none;
  }
}
.back-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-left: 1px solid #22B6E7;
  border-bottom: 1px solid #22B6E7;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.back-btn:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #22B6E7;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
  -webkit-transition: 0.2s;
          transition: 0.2s;
}
.back-btn:hover {
  color: #22B6E7;
}
.back-btn:hover:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}

.contacts {
  background-color: whitesmoke;
  padding: 15px;
  color: #605E5E;
  border: 0px;
  border-radius: 4px;
}
.contacts h1 {
  line-height: 40px;
  margin-bottom: 30px;
}
.contacts .clearfix {
  margin-bottom: 10px;
}
.contacts span, .contacts p {
  font-size: 18px;
  margin: 0;
  float: left;
}
.contacts span {
  width: 100px;
}

.contacts-image {
  width: 100%;
  max-width: none !important;
}
@media (max-width: 991px) {
  .contacts-image {
    display: none;
  }
}

.contact-form h2 {
  color: #605E5E;
  font-size: 24px;
  margin: 15px 0 5px;
}
.contact-form .wpcf7-validation-errors {
  margin: 0;
}
.contact-form p {
  margin: 0;
}
.contact-form p span:not(:last-child) {
  display: block;
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  .contact-form p span:not(:last-child) {
    width: 100% !important;
    margin: 0 !important;
  }
}
.contact-form p span:not(:last-child):first-child {
  width: calc(50% - 7px);
  margin-right: 7px;
}
.contact-form p span:not(:last-child):nth-of-type(2) {
  margin-left: 7px;
  margin-top: -20px;
  width: calc(50% - 7px);
}
.contact-form p span[role='alert'] {
  margin-top: -10px;
}
.contact-form input {
  height: 36px;
  border-radius: 0;
  outline-color: #22B6E7;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  padding: 0 10px;
}
.contact-form textarea {
  border-radius: 0;
  outline-color: #22B6E7;
  resize: none;
  padding: 10px;
  margin-bottom: 15px;
  display: block;
  height: 205px;
}
@media (max-width: 1199px) {
  .contact-form textarea {
    height: 98px;
  }
}
@media (max-width: 991px) {
  .contact-form textarea {
    height: 150px;
  }
}
.contact-form input[type='submit'] {
  background: #22B6E7;
  color: #fff;
  box-shadow: none;
  display: block;
  width: 100%;
  font-size: 17px;
  border: 2px solid #22B6E7;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  font-weight: normal;
  height: 45px;
  margin-bottom: 0;
}
.contact-form input[type='submit']:hover {
  background: #fff;
  color: #22B6E7;
}







.news-title h1 {
  font-size: 22px;
  margin-bottom: 10px;
}
.news-title h1 a {
  color:#333;
  font-weight:bold;
  text-decoration:none;
  transition: color 0.3s;
}
.news-title h1 a:hover {
  color: #22b6e7;
}
.news-preview p {
  margin: 0!important;
}
.news-preview img {
  margin-bottom: 15px;
}
.news-list>div {
  margin-bottom:50px;
}
.news-list>div:nth-child(3n + 4) {
  clear:left;
}

.news-single {
	max-width: 635px;
    margin: 0 auto;
}
.news-single h1.entry-title {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 15px;
}
.news-single .entry-content img {
  margin: 15px 0;
}
.border-top {
  border-top: 1px solid #e2e3e2;
  padding-top:15px;
}
@media (max-width: 1199px) {
  .news-list>div:nth-child(3n + 4) {
    clear:none;
  }
  .news-list>div:nth-child(2n + 3) {
    clear:left;
  }
}
@media (max-width: 767px) {
	.news-single h1.entry-title {
		font-size: 28px;
	}
}


@media (max-width: 1199px) {
	.header__nav .menu li {
		margin: 0 10px;
	}
}
@media (max-width: 991px) {
	.header__nav .menu li {
		margin: 0 5px;
	}
	.header__nav .menu li a {
		font-size: 16px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
  .header__phone {
		font-size: 14px;
	}
}