@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic-ext");
@media (min-width: 1340px) {
  .container {
    width: 1300px; } }

body {
  font-family: "Roboto", sans-serif;
  background-image: url(../img/bg.png); }

section {
  margin: 40px 0; }
  section h2 {
    border-bottom: 2px solid #008aff;
    display: inline-block;
    padding-bottom: 3px; }
  section h3 + p > b {
    font-size: 18px; }

img {
  max-width: 100%; }

h2 {
  color: #008aff;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase; }

h3 {
  color: #0054a6;
  font-size: 24px;
  font-weight: bold; }

h5 {
  font-size: 18px;
  font-weight: bold;
  color: #008aff; }

.logo {
  min-width: 60px; }

.container__logo {
  display: flex;
  width: 63%; }

.header {
  background-color: #ebebeb;
  padding-top: 20px; }
  .header__container {
    display: flex;
    justify-content: space-between; }
    .header__container:after, .header__container:before {
      display: none; }
  .header__subheader {
    margin-left: 30px;
    border-left: 2px solid #0054a6;
    padding-left: 20px;
    font-weight: bold;
    padding-top: 5px; }
  .header__address {
    margin-left: 30px;
    border-left: 2px solid #0054a6;
    padding-left: 20px;
    padding-top: 5px; }
  .header__address b {
      font-size: 16px;
  }
  .header__call {
    min-width: 183px; }
  .header__call-btn {
    padding: 10px 20px;
    display: inline-block;
    background-color: #0054a6;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 15px; }
    .header__call-btn:hover {
      text-decoration: none;
      color: #fff;
      background-color: #008aff; }
  .header__menu {
    display: flex;
    margin-top: 20px; }
    @media (max-width: 600px) {
      .header__menu {
        flex-direction: column; } }
    .header__menu > a {
      display: block;
      width: 33.3333%;
      color: #0054a6;
      font-weight: bold;
      text-transform: uppercase;
      padding: 10px;
      text-align: center;
      background-color: #dfdfdf;
      transition: .5s all; }
      @media (max-width: 600px) {
        .header__menu > a {
          width: 100%; } }
      .header__menu > a:hover, .header__menu > a.active {
        background-color: #0054a6;
        text-decoration: none;
        color: #fff; }

.owl-prev {
  width: 12px;
  height: 55px;
  background-image: url(../img/arrow-left.png);
  block-size: cover;
  display: block;
  position: absolute;
  bottom: -55px;
  left: calc(50% - 42px);
  background-repeat: no-repeat;
  background-color: #0054a6;
  padding: 20px;
  background-position: center; }

.owl-next {
  width: 12px;
  height: 55px;
  background-image: url(../img/arrow-right.png);
  block-size: cover;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -55px;
  right: calc(50% - 42px);
  background-color: #0054a6;
  padding: 20px;
  background-position: center; }

.top {
  background-image: url(../img/header-bg.jpg);
  background-size: cover;
  color: #fff;
  padding: 130px;
  top: 50%;
  right: 20px; }
  .top h1 {
    font-size: 36px;
    font-weight: bold; }
  .top h2 {
    font-size: 24px;
    color: #fff;
    text-transform: none;
    font-weight: normal; }
  .top__gerb {
    display: flex;
    align-items: center; }
    .top__gerb p {
      color: #96bfcf;
      font-size: 16px;
      margin-left: 20px;
      line-height: 1.6; }
  .top__hr {
    border-top: 2px dashed #96bfcf;
    margin: 40px 0; }

.about__map {
  padding-right: 400px;
  background-image: url(../img/map.png);
  height: 401px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom; }
  .about__map p {
    margin-top: 40px; }

.about__thumb {
  margin-bottom: 20px; }

.section2 p {
  font-size: 20px;
  color: #363636; }

.section2 .quote {
  font-size: 18px;
  font-style: italic;
  color: #3378a5;
  padding-left: 20px; }

.section2__author {
  color: #363636;
  font-weight: bold;
  width: 70%;
  margin-left: 30%;
  border-top: 2px solid #39c463;
  padding-top: 15px;
  margin-top: 10px; }

.economy__item {
  display: flex;
  align-items: flex-start;
margin-bottom: 10px; }
  .economy__item img {
    margin-right: 30px;
    height: 120px;
    margin-bottom: 10px;}

.economy small {
  margin-bottom: 20px;
  display: block;
  margin-top: 10px;
  line-height: 1.5; }

.sklad__item {
  margin-bottom: 20px; }
  .sklad__item img {
    min-height: 227px;
    background-color: #fff;
    text-align: center; }
  .sklad__item p {
    font-size: 18px;
    color: #363636;
    font-weight: bold;
    margin: 5px;
    margin-left: 0;
    padding-left: 10px;
    border-left: 4px solid #39c463; }

.sklad__img {
  position: relative;
  height: 270px; }
  .sklad__img img {
    position: absolute;
    right: -116px;
    top: 41px;
    z-index: 2; }

.sklad__btn {
  padding: 10px 20px;
  display: inline-block;
  background-color: #0054a6;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 15px; }
  .sklad__btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #008aff; }
  .sklad__btn + p {
    text-align: center;
    font-size: 16px; }

.sklad__video {
  text-align: center; }

.sklad__text {
  font-size: 18px;
  font-weight: bold; }
  .sklad__text span {
    color: #39c463; }

.steps__gerb {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px; }
  .steps__gerb > div {
    min-width: 45px;
    text-align: center; }
  .steps__gerb p {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #39c463; }

.steps__head {
  font-size: 42px;
  color: #b9dbe8;
  font-weight: bolder; }

.steps__desc a {
  font-weight: bold;
  color: #0054a6;
  display: block;
  margin: 10px 0; }

.park h3 {
  margin-bottom: 20px;
  margin-top: 0; }

.park__item {
  font-size: 18px;
  color: #363636;
  font-weight: bold;
  padding-left: 70px;
  background-image: url(../img/mark.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 10px; }

.park__thumb {
  margin-bottom: 20px; }

.park__text a {
  color: #0054a6;
  font-weight: bold;
  display: block;
  padding: 5px;
  border-left: 2px solid #39c463;
  margin: 10px 0; }

.park__text p {
  padding: 0 5px; }

.proiz__item {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 2px solid #39c463; }
  .proiz__item p {
    font-size: 18px;
    line-height: 1.4; }
  .proiz__item:last-child {
    border: 0; }

.proiz__flex {
  display: flex;
  align-items: center; }
  .proiz__flex p {
    margin-left: 20px;
    margin-top: 0; }

.proiz__red p {
  color: red;
  font-size: 16px; }

.proiz__item2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px; }
  .proiz__item2 p {
    margin-left: 10px;}
  .proiz__item2 .fi {
      margin: 0 15px 0 5px;
  }

.proiz__oon {
  display: flex;
  align-items: center; }
  .proiz__oon img {
    margin-right: 20px; }

.ecology__item {
  display: flex;
  align-items: center;
  margin-top: 20px; }
  .ecology__item > div {
    margin-left: 20px;
    font-size: 18px; }

.ecology p {
  font-size: 18px; }

.ecology__list {
  margin-top: 30px; }
  .ecology__list li {
    font-size: 16px;
    color: #363636;
    padding-left: 70px;
    background-image: url(../img/mark.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 20px;
    font-weight: bold;
    min-height: 40px; }

.review__item p {
  font-size: 14px; }
  .review__item p > b {
    font-size: 16px; }

.review__box {
  background-color: #fff;
  padding: 20px;
  border: 2px dashed #898989;
  font-style: italic;
  color: #2d6c95;
  margin-bottom: 20px; }

.footer {
  background-image: url(../img/footer-bg.jpg);
  text-align: center;
  font-size: 24px;
  padding: 35px 30px;
  color: #fff;
  background-position: right center; }
  .footer img {
    margin-bottom: 20px; }
    .footer p {
      margin-bottom: 0;
    }
/* Custom styles */
#ipcam {
    display: block;
    width: 200px;
    margin:20px 0;
}
#online-video,
.steps iframe{
    max-width: 1024px;
    width: 100%;
    display: block;
}
.steps iframe {
    height: 576px;
}
.v-player iframe {
    margin: auto;
}
.ptw {
    margin-top: 90px;
    margin-bottom: 20px;
}
.img-wrap {
    height: 187px;
    overflow:hidden;
}
.img-wrap img {
    margin-top: -30px;
}
.img-wrap2 {
    height: 284px;
    overflow:hidden;
}
/* End custom styles */
@media (max-width: 1220px) {
  .about__map {
    height: auto;
    padding-right: 0;
    padding-bottom: 400px; }
  .economy__item {
    flex-direction: column; } }

@media (max-width: 992px) {
  .container {
    width: 100%; }
  .sklad__img {
    display: none; }
  .top {
    padding-left: 20px;
    padding-right: 20px; }
  .economy__item {
    flex-direction: row; }
  .container__logo {
    display: flex;
    width: calc(100% - 190px); } }

@media (max-width: 768px) {
  .steps__thumb,
  .steps__head {
    text-align: center; }
  .header__container {
    flex-direction: column; }
  .container__logo {
    width: 100%; }
  .logo {
    text-align: center; }
  .header__subheader {
    margin-bottom: 20px; }
  .header__call {
    text-align: center; }
  .steps iframe {
    height: 376px; }
}
  

@media (max-width: 600px) {
  .container__logo {
    flex-direction: column; }
  .header + .container {
    padding: 0; }
  .top {
    padding-top: 20px;
    padding-bottom: 20px; }
    .top h1 {
      font-size: 24px; }
  .footer {
    padding: 20px; }
  .top__gerb {
    flex-direction: column; } }
