@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=cyrillic-ext');
body {
  padding: 0;
  margin: 0 auto;
  background-color: white;
  min-width: 320px;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}
a {
  margin: 0;
  padding: 0;
  outline: none;
  color: #198E53;
  /* Убрать пунктирную обводку у ссылок-картинок в IE*/
  /* Убрать пунктирную обводку у ссылок в firefox */
}
a:hover {
  color: #F49431;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
.container {
  max-width: 1100px;
}
/*плавающий якорь*/
.go-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  height: 40px;
  width: 40px;
  background: #F49431;
  z-index: 9999;
  cursor: pointer;
  border-radius: 50%;
}
.go-top .fa {
  color: white;
  font-size: 35px;
  margin-top: 3px;
  margin-left: 3px;
}
.go-top:hover {
  background: #F02B31;
}
.top-line-wrapper {
  height: 40px;
  z-index: 9;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-line-wrapper {
    height: inherit;
  }
}
.top-line__info {
  float: right;
}
@media screen and (max-width: 700px) {
  .top-line__info {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
}
.top-line__tech{
  font-size: 14px;
  margin-top: 10px;
  margin-right: 15px;
  vertical-align: middle;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .top-line__tech {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-line__tech {
    display: block;
  }
}
.top-line__tel {
  font-size: 14px;
  margin-right: 15px;
  vertical-align: middle;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.top-line__tel i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 10px;
}
.top-line__tel a {
  color: black;
  display: inline-block;
}
.top-line__tel a:hover {
  color: black;
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  .top-line__tel {
    font-size: 14px;
    margin-top: 0;
    clear: left;
    display: block;
    line-height: 16px;
    margin-left: 5px;
  }
  .top-line__tel:last-of-type {
    margin-bottom: 15px;
  }
}
.top-line__tel:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 700px) {
  .top-line__tel:first-of-type {
    margin-bottom: 8px;
  }
}
.top-line-icon {
  margin-top: -5px;
}
.top-line__name {
  float: left;
  color: #9C9C9C;
  font-size: 14px;
  margin-top: 10px;
font-weight: 900;
}
@media screen and (max-width: 1200px) {
  .top-line__name {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .top-line__name {
    float: none;
    text-align: center;
    margin-top: 0;
  }
}
.top-line__recall {
  font-size: 14px;
  display: inline-table;
  vertical-align: top;
  padding: 10px 15px;
  background: #F49431;
  transition: 0.3s;
}
.top-line__recall:hover {
  background: darkorange;
}
.top-line__recall a {
  color: white;
}
.top-line__lang {
  display: inline-table;
  margin: 0;
  padding: 0;
  margin-right: 15px;
  list-style-type: none;
}
.top-line__lang li {
  display: inline-block;
}
.top-line__lang li a {
  color: black;
  margin-right: 5px;
  margin-top: 7px;
  display: inline-block;
  font-size: 18px;
}
.top-line__lang li a.active {
  color: #06AC5D;
}
.header-wrapper {
  min-height: 150px;
  background-color: white;
  border-bottom: 1px solid gray;
}
@media screen and (max-width: 768px) {
  .header-wrapper {
    height: 75px;
    min-height: inherit;
  }
}
.logo {
  float: left;
  margin-top: 30px;
  width: 25%;
  position: relative;
}
.logo img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .logo {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    float: right;
    margin-right: 15px;
    width: inherit;
    margin-top: 15px;
  }
  .logo img {
    height: 50px;
    width: 120px;
  }
}
.menu {
  float: right;
  margin: 0;
  padding: 0;
  z-index: 99;
  position: relative;
  width: 73%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.menu li {
  display: inline-block;
  margin-right: 50px;
  height: 100%;
}
.menu li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .menu li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .menu li {
    display: block;
    margin-top: 0;
    font-size: 16px;
    border-top: 1px solid black;
    display: table;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-left: 0;
  }
}
.menu a {
  color: black;
  margin-top: 60px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
}
.menu a:hover {
  color: #F49431;
}
@media screen and (max-width: 991px) {
  .menu a {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .menu a {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    border-top: 0;
    color: white;
  }
  .menu a:hover {
    color: white;
    border-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .menu {
    float: none;
    clear: both;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    display: none;
    width: 100%;
    background-color: #00491A;
    margin-right: 0;
    position: absolute;
    margin-top: 75px;
    height: inherit;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.9);
  }
}
@media screen and (min-width: 769px) {
  .menu {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.sub-menu {
  visibility: hidden;
  position: absolute;
  padding: 0;
  margin-top: 20px;
  transition-property: visibility;
  transition-duration: 0.3s;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.65);
  min-width: 284px;
  z-index: 9999;
  border-bottom: 4px solid #F49431;
}
.sub-menu li {
  display: block;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0;
  text-align: left;
}
.sub-menu li:last-of-type {
  border-bottom: none;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sub-menu li {
    margin-top: 0;
    background-color: white;
    text-align: center;
  }
}
.sub-menu a {
  color: black;
  text-transform: none;
  margin: 0;
  padding: 0;
  border-top: none;
  font-size: 14px;
}
.sub-menu a:hover {
  text-decoration: underline;
  color: #F49431;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .sub-menu a {
    margin-top: 5px !important;
  }
}
.sub-menu:after {
  bottom: 100%;
  left: 35px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: lightgrey;
  border-width: 10px;
  margin-left: -5px;
}
@media screen and (max-width: 768px) {
  .sub-menu:after {
    left: 49%;
    border-bottom-color: white;
  }
}
@media screen and (max-width: 768px) {
  .sub-menu {
    visibility: visible;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .show-menu a {
    display: block;
    margin-top: 15px;
  }
}
.show-menu a:hover {
  border-bottom: none;
}
.show-menu:hover > .sub-menu {
  visibility: visible;
}
.sub-menu:hover {
  visibility: visible;
}
/*---------------------------------------
бутерброд и надпись для моб
-----------------------------------------*/
.mobile-menu {
  color: #00491A;
  float: left;
  height: 75px;
  line-height: 75px;
  font-size: 24px;
}
.mobile-menu .mobile-title {
  cursor: pointer;
}
.mobile-menu i {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 769px) {
  .mobile-menu {
    display: none;
  }
}
/*---------------------------------
GALLERY AT MAIN PAGE
-----------------------------------*/
.main-gallery {
  height: 100%;
  margin: 0 auto;
}
.slide {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/new-bg.jpg);
}
.slide__name {
  font-size: 50px;
  color: white;
  bottom: 0;
  position: absolute;
  left: 0;
  padding: 15px;
  background: rgba(0,0,0,0.75);
}
@media screen and (max-width: 768px) {
  .slide__name {
    font-size: 30px;
  }
}
/*OWL CAROUSEL NAVIGATION - DOTS*/
.owl-dots {
  float: right;
  z-index: 999;
  margin-top: -30px;
  position: relative;
}
.owl-dot {
  width: 10px;
  height: 10px;
  background: #9F9F9F;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}
.owl-dots .active {
  background: #616262;
}
/*3 ITEMS*/
.main-items-wrapper {
  padding-bottom: 30px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .main-items-wrapper {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.main-item {
  display: inline-block;
  height: 275px;
  width: 33.33%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.main-item:hover .main-item__info {
  background: black;
}
.main-item:hover .main-item__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .main-item {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.main-item__img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: 1s;
}
.main-item__info {
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px;
}
.main-item__title {
  color: white;
  font-weight: 300;
  font-size: 24px;
}
.advantage-title {
  text-align: center;
  font-size: 26px;
  margin-top: 60px;
  margin-bottom: 50px;
}
.advantage {
  text-align: center;
  margin-bottom: 20px;
}
.advantage__img {
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.advantage__name {
  font-size: 16px;
  text-transform: uppercase;
}
.advantage-more {
  margin-top: 50px;
  clear: both;
  text-align: center;
  border-bottom: 2px dashed #DDDDDD;
  padding-bottom: 50px;
}
.advantage-more__link {
  color: white;
  background: #AACF36;
  padding: 15px 50px;
  font-size: 18px;
  transition: 0.3s;
}
.advantage-more__link:hover {
  color: gold;
}
.phone-desc-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.phone-desc {
  width: 70%;
  float: left;
  color: #535353;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .phone-desc {
    width: 100%;
    float: none;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.phone-desc-img {
  float: right;
  width: 30%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .phone-desc-img {
    width: 100%;
    float: none;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.phone-desc__title {
  font-size: 28px;
  margin-bottom: 15px;
}
.iphone {
  max-width: 100%;
  opacity: 0;
  transition: 3s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.phone-desc-img.in-view .iphone {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.phone-desc__link {
  clear: both;
  display: table;
  margin-top: 30px;
  font-size: 16px;
  text-decoration: underline;
}
.connect-wrapper {
  background: #EEEEEE;
  padding-top: 15px;
  padding-bottom: 30px;
}
.connect {
  text-align: center;
}
.connect__title {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 15px;
}
.connect__subtitle {
  font-size: 18px;
  max-width: 640px;
  margin: 0 auto;
}
.connect__link-wrapper {
  padding-top: 30px;
  margin-bottom: 15px;
}
.connect__link {
  padding: 15px 30px;
  background: #F49431;
  color: white;
  font-size: 18px;
  transition: 0.6s;
}
.connect__link:hover {
  color: white;
  text-decoration: none;
  color: yellow;
  background: darkorange;
}
.main-desc {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-desc {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.main-desc.not-show {
  height: 100px;
  overflow: hidden;
}
.main-desc-read {
  color: #008341;
  cursor: pointer;
  margin-bottom: 60px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .main-desc-read {
    width: 100%;
    text-align: center;
  }
}
.main-desc-read:hover {
  text-decoration: underline;
}
.main-desc-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), #FFFFFF) repeat scroll 0 0 transparent;
}
/*footer*/
.footer-wrapper {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 30px;
}
.footer-item__img-wrapper {
  width: 60px;
  height: 60px;
  background: #00491A;
  border-radius: 50%;
  display: table;
  float: left;
  margin-right: 15px;
}
.footer-item__img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.footer-item__img i {
  color: white;
  font-size: 36px;
}
.footer-item__desc-wrapper {
  display: table;
  min-height: 60px;
}
.footer-item__desc {
  font-size: 13px;
  line-height: 16px;
  display: table-cell;
  vertical-align: middle;
}
.footer__social i {
  color: #00491A;
  font-size: 34px;
  margin-left: 10px;
  margin-top: 10px;
  float: right;
}
.footer__social i:hover {
  color: #F49431;
}
@media screen and (max-width: 991px) {
  .footer__social i {
    float: none;
  }
}
@media screen and (max-width: 991px) {
  .footer__social {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .footer-item {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.footer-top-line {
  margin-bottom: 30px;
}
.bottom-line {
  background: #F6F6F6;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  border-top: 1px solid #D1D1D1;
}
@media screen and (max-width: 768px) {
  .bottom-line {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bottom-img {
  float: right;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .bottom-img {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
}
.bottom-info {
  float: left;
}
@media screen and (max-width: 768px) {
  .bottom-info {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
}
/*обратная связь*/
#feedbackform {
  padding-left: 15px;
}
#feedbackform h2 {
  text-align: left;
  font-size: 20px;
  color: black;
  margin-bottom: 20px;
}
.feedback-form__span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .feedback-form__span {
    font-size: 16px;
  }
  #feedbackform h2 {
    font-size: 14px;
  }
}
.form-inputs-wrapper {
  padding-right: 15px;
}
.form-inputs-wrapper input {
  display: block;
  width: 100%;
  line-height: 50px;
  height: 50px;
  font-size: 20px;
  padding-left: 15px;
  max-width: 400px;
  margin-bottom: 10px;
}
#feedbackform textarea {
  display: block;
  width: 100%;
  font-size: 20px;
  padding-left: 15px;
  max-width: 400px;
  min-height: 200px;
  margin-bottom: 10px;
}
#feedbackform button {
  display: block;
  border: none;
  background-color: #91C84F;
  color: white;
  width: 100%;
  line-height: 50px;
  font-size: 22px;
  padding: 0;
  border-radius: 0;
  transition: 0.3s;
}
#feedbackform button:hover {
  background-color: #5A8E0D;
}
/*SINGLE*/
/*---------------------------------------
breadcrumbs
-----------------------------------------*/
.breadcrumbs-wrapper {
  padding-bottom: 10px;
  padding-top: 10px;
}
.breadcrumbs {
  font-size: 12px;
}
.breadcrumbs i {
  margin-right: 5px;
}
.breadcrumbs a {
  color: #004819;
}
.category-slide-wrapper {
  height: 250px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.main-info-wrapper {
  display: table;
  height: 250px;
}
.main-info {
  display: table-cell;
  color: white;
  font-size: 50px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .main-info {
    font-size: 30px;
  }
}
.main-info-box{
  padding: 15px;
    background: rgba(0,0,0,0.75);
}
.content {
  padding-top: 15px;
  font-size: 14px;
  padding-bottom: 30px;
}

.content img {
  max-width: 100%;
  height: inherit !important;
}
@media screen and (max-width: 768px) {
  .content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.content__img {
  margin-bottom: 30px;
}
.content__title {
  font-size: 26px;
  margin-bottom: 15px;
}
.current-menu-item > a {
  color: #F39331;
  text-decoration: underline;
}
.contacts__desc {
  font-size: 16px;
  margin-bottom: 15px;
}
.contacts-content {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .contacts-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*NOVOE*/
.blog {
  min-height: 214px;
  clear: both;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .blog {
    border-bottom: 1px solid lightgrey;
  }
}
.blog-img-wrapper {
  height: 100%;
  min-height: 214px;
  position: relative;
  width: 40%;
  margin-right: 3%;
  float: left;
      display: block;
      overflow: hidden;
}
.blog-img-wrapper > .blog-img{
  transition:1s;
}
.blog-img-wrapper:hover .blog-img{
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .blog-img-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    float: none;
  }
}
.blog-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-info {
  float: right;
  width: 57%;
}
@media screen and (max-width: 768px) {
  .blog-info {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    float: none;
  }
}
.blog-info__title {
  font-size: 26px;
  margin-bottom: 15px;
}
.blog-info__desc {
  font-size: 12px;
  margin-bottom: 15px;
}
.blog-info__link {
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
  margin-bottom: 40px;
  display: block;
}

.clear{
    clear: both;
}
