@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helveticaneuecyr-bold.eot');
  src: url('../fonts/helveticaneuecyr-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helveticaneuecyr-roman.eot');
  src: url('../fonts/helveticaneuecyr-roman.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helveticaneuecyr-light.eot');
  src: url('../fonts/helveticaneuecyr-light.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
/*colors*/
/* Mixins dddd*/
.relative {
  position: relative;
}
.top-50 {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.left-50 {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.all-50 {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mb-90px {
  margin-bottom: 90px !important;
}
html {
  height: 100%;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  position: relative;
  font: 14px 'Helvetica Neue', sans-serif;
  line-height: 1.4;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.home,
body.page-template-page-company {
  padding-top: 0 !important;
}
a:hover,
a:focus,
.btn:hover,
.btn:focus {
  outline: none !important;
  text-decoration: none;
}
.mb-80px {
  margin-bottom: 80px;
}
.mb-75px {
  margin-bottom: 75px;
}
.mb-70px {
  margin-bottom: 70px;
}
.mb-65px {
  margin-bottom: 65px;
}
.mb-60px {
  margin-bottom: 60px;
}
.mb-55px {
  margin-bottom: 55px;
}
.mb-50px {
  margin-bottom: 50px;
}
.mb-45px {
  margin-bottom: 45px;
}
.mb-40px {
  margin-bottom: 40px;
}
.mb-35px {
  margin-bottom: 35px;
}
.mb-30px {
  margin-bottom: 30px;
}
.mb-25px {
  margin-bottom: 25px;
}
.mb-20px {
  margin-bottom: 20px;
}
.mb-15px {
  margin-bottom: 15px;
}
.mb-10px {
  margin-bottom: 10px;
}
.mb-5px {
  margin-bottom: 5px;
}
/*CSS*/
a {
  display: inline-block;
  color: #ea9c00;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1,
.h1 {
  margin: 10px 0 30px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  font-size: 70px;
  color: #014619;
}
h2,
.h2 {
  margin: 0px 0 20px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #000000;
}
h3,
.h3 {
  margin: 10px 0 20px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #000000;
}
h4,
.h4 {
  margin: 0px 0 20px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
h5,
.h5 {
  margin: 10px 0 20px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}
p {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #000000;
}
p.white {
  color: #FFF;
}
.fs-16px {
  font-size: 16px;
}
.fs-18px {
  font-size: 18px;
}
.fs-20px {
  font-size: 20px;
}
.fs-24px {
  font-size: 24px;
}
ul {
  list-style: none !important;
  margin-bottom: 20px;
  padding-left: 0;
}
ul li {
  background-image: url('../images/circle.jpg');
  background-position: 0 11px;
  background-repeat: no-repeat;
  padding-left: 20px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #000000;
  text-decoration: none;
}
ul.hyphen {
  list-style: none !important;
  margin-bottom: 20px;
}
ul.hyphen li {
  line-height: 1.4;
  background-image: url('../images/hyphen.jpg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  padding-left: 25px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  color: #5C6C79;
}
ul.check {
  list-style: none !important;
  margin-bottom: 20px;
}
ul.check li {
  background-image: url('../images/check-list.png');
  background-position: 0 0px;
  background-repeat: no-repeat;
  padding-left: 25px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #5C6C79;
}
ol {
  margin-bottom: 20px;
  padding-left: 30px;
}
ol li {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #5c6c79;
}
ul.list-unstyled {
  list-style: none !important;
}
ul.list-unstyled li {
  padding-left: 0 !important;
  background: none !important;
}
.btn-default {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 600;
  font-size: 15px;
  border-radius: 4px;
  border: 0;
  display: inline-block;
  color: #FFF;
  padding: 10px 20px 12px;
  background: #fd7d00;
  background: -moz-linear-gradient(top, #fd7d00 0%, #f17700 51%, #e97300 100%);
  background: -webkit-linear-gradient(top, #fd7d00 0%, #f17700 51%, #e97300 100%);
  background: linear-gradient(to bottom, #fd7d00 0%, #f17700 51%, #e97300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7d00', endColorstr='#e97300', GradientType=0);
}
.btn-default:hover,
.btn-default:focus {
  color: #FFF;
  text-decoration: none;
  opacity: 0.8;
}
.btn-orange {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 600;
  font-size: 12px;
  background: #FFF;
  color: #EF7600;
  border-radius: 5px;
  border: 1px solid #EF7600;
  padding: 9px 25px 10px;
}
.btn-orange:hover,
.btn-orange:focus {
  color: #FFF;
  background: #EF7600;
}
.btn-yellow {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  background: transparent;
  line-height: 18px;
  border-radius: 6px;
  padding: 10px 20px 5px;
}
.btn-yellow:hover,
.btn-yellow:focus {
  color: #FFF;
}
.btn-blue {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 600;
  font-size: 14px;
  background: #003D5E;
  color: #FFF;
  padding: 11px 30px 13px;
  border-radius: 4px;
  display: inline-block;
}
.btn-blue:hover,
.btn-blue:focus {
  color: #FFF;
  background: #278CC2;
}
.btn-violet {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  background: transparent;
  line-height: 18px;
  border-radius: 6px;
  padding: 10px 20px 5px;
}
.btn-violet:hover,
.btn-violet:focus {
  color: #FFF;
}
.btn-white {
  border-radius: 6px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #FFF;
  text-transform: uppercase;
  background: transparent;
  border: 3px solid #FFF;
  line-height: 18px;
  padding: 10px 20px 5px;
}
.btn-white:hover,
.btn-white:focus {
  background: #FFF;
  border-color: #FFF;
  color: #000;
}
.btn-lg {
  font-size: 22px !important;
  line-height: 25px !important;
  padding: 14px 25px 10px;
}
.btn-md {
  font-size: 17px !important;
  line-height: 20px !important;
  padding: 12px 20px 8px;
}
.btn-sm {
  font-size: 12px !important;
  line-height: 15px !important;
  padding: 8px 20px 4px;
}
.search-link {
  color: #01752a;
  font-size: 15px;
}
.navbar-toggle {
  display: inline-block;
  padding: 0 !important;
  margin: 0 0 0 15px;
}
.navbar-toggle .icon-bar {
  background: #1d1d1b;
}
#footer {
  background: #017329;
  background: -moz-linear-gradient(top, #017329 0%, #016625 51%, #01541e 100%);
  background: -webkit-linear-gradient(top, #017329 0%, #016625 51%, #01541e 100%);
  background: linear-gradient(to bottom, #017329 0%, #016625 51%, #01541e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#017329', endColorstr='#01541e', GradientType=0);
  padding: 20px 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 20;
}
.copyright {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
}
.top-image {
  position: relative;
}
.top-image img {
  width: 100%;
}
.top-image #header {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 30;
}
.top-image .top-abs {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.top-image .top-abs h1,
.top-image .top-abs .h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 700;
}
.top-image .subtitle {
  color: #fff;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  font-size: 30px;
}
#header {
  padding-top: 15px;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 30;
}
.cn-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
}
.page404 {
  min-height: 100vh;
  position: relative;
}
.page404-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-news {
  height: 270px;
  position: relative;
}
.single-news:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.single-news:hover .single-abs,
.single-news:focus .single-abs {
  background: transparent;
  border-color: transparent;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.single-news:hover .single-title,
.single-news:focus .single-title,
.single-news:hover .single-date,
.single-news:focus .single-date {
  color: #fff;
}
.single-abs {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #d6eadd;
  top: 0;
  left: 0;
  padding: 25px;
}
.single-abs .single-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #01752a;
  text-decoration: underline;
  line-height: 28px;
  margin-bottom: 15px;
}
.single-abs .single-date {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #a0a0a0;
}
.big-social-block a {
  float: left;
  width: 50%;
}
.header-nav .navbar-default .navbar-collapse,
.header-nav .navbar-default .navbar-form {
  border: 0;
  background: none;
  border-radius: 0;
  padding: 0;
}
.header-nav .navbar-default {
  background: none;
  border: 0;
  border-radius: 0;
  min-height: 0 !important;
  margin-bottom: 0 !important;
}
.header-nav ul li {
  display: block;
  float: none !important;
}
.header-nav ul li:first-child {
  margin-bottom: 25px;
}
.header-nav ul li:first-child a {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #01752a;
}
.header-nav ul li a {
  padding: 0;
  text-decoration: none;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.logo {
  display: inline-block;
  margin-bottom: 20px;
}
.navbar-collapse {
  overflow-x: hidden;
}
.silver-one-block {
  height: 348px;
  position: relative;
  background: #fafffc;
  border: 2px solid #d6eadd;
  width: 100%;
  padding: 25px;
}
.sob-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #01752a;
}
.sob-abs {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sob-tel {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #000;
  text-decoration: none;
}
.sob-tel:hover,
.sob-tel:focus {
  text-decoration: none;
  color: #000;
}
.sob-mail {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  font-size: 24px;
}
#content {
  margin-bottom: 80px;
  position: relative;
}
.video-container {
  -webkit-clip-path: polygon(20% 0%, 0 0, 0 50%, 0 100%, 19% 100%, 27% 92%, 57% 92%, 67% 85%, 100% 85%, 100% 0, 53% 0);
  clip-path: polygon(20% 0%, 0 0, 0 50%, 0 100%, 19% 100%, 27% 92%, 57% 92%, 67% 85%, 100% 85%, 100% 0, 53% 0);
  z-index: 15;
  top: 0 !important;
  left: 0 !important;
  position: relative;
}
.video-container .ms-you {
  margin-bottom: 0 !important;
}
.video-container .ms-you:hover .play img,
.video-container .ms-you:focus .play img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit--transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.video-container .play {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.video-container .play img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.video-container .img-responsive {
  width: 100%;
}
.video-container a {
  position: relative;
  display: block;
}
.big-block-container {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  -webkit-clip-path: polygon(20% 0%, 0 0, 0 50%, 0 100%, 19% 100%, 27% 92%, 57% 92%, 67% 85%, 100% 85%, 100% 0, 53% 0);
  clip-path: polygon(20% 0%, 0 0, 0 50%, 0 100%, 19% 100%, 27% 92%, 57% 92%, 67% 85%, 100% 85%, 100% 0, 53% 0);
  z-index: 20;
}
.big-block-container img {
  width: 100%;
}
.bbc-text {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 60%;
}
.bbs-abs {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 30px 0;
}
.bbs-abs p,
.bbs-abs h1,
.bbs-abs h2,
.bbs-abs h3,
.bbs-abs h4,
.bbs-abs h5 {
  color: #fff;
}
.nlb-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
}
.news-categories ul li {
  display: inline-block;
  padding: 0px 10px !important;
  margin-bottom: 0;
  background: #ea9c00 !important;
  transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  margin-bottom: 5px;
}
.news-categories ul li a {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  transform: skew(15deg);
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
}
.one-last-post {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.olp-image {
  position: relative;
}
.olp-image:before {
  content: '';
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: 30%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.59) 51%, rgba(0, 0, 0, 0.59) 52%, rgba(0, 0, 0, 0.78) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.59) 51%, rgba(0, 0, 0, 0.59) 52%, rgba(0, 0, 0, 0.78) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.59) 51%, rgba(0, 0, 0, 0.59) 52%, rgba(0, 0, 0, 0.78) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#c7000000', GradientType=0);
}
.olp-image a {
  display: block;
}
.olp-image img,
.olp-image a {
  width: 100%;
}
.olp-image .date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.olp-content {
  background: #fff;
  padding: 20px;
}
.olp-content a {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #017569;
}
.news-list-block {
  position: absolute;
  z-index: 30;
}
.green-post {
  background: #46ce58;
  background: -moz-linear-gradient(-45deg, #46ce58 0%, #01752a 100%, #179139 100%);
  background: -webkit-linear-gradient(-45deg, #46ce58 0%, #01752a 100%, #179139 100%);
  background: linear-gradient(135deg, #46ce58 0%, #01752a 100%, #179139 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46ce58', endColorstr='#179139', GradientType=1);
  height: 220px;
  width: 100%;
  border-left: 5px solid #ea9c00;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.green-post a {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}
.green-post .date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.slider-container {
  position: relative;
  top: 0 !important;
  left: 0 !important;
}
.text-container {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
}
.text-container p,
.text-container h1,
.text-container h2,
.text-container h3,
.text-container h4,
.text-container h5 {
  color: #fff;
}
.first-list {
  width: 30%;
  left: calc((100% - 1170px)/2) !important;
  padding: 0 15px;
  margin-top: 15%;
}
.second-list {
  width: 30%;
  right: calc((100% - 1170px)/2) !important;
  padding: 0 15px;
  margin-top: 15%;
  left: inherit !important;
}
.bottom-blocks-container {
  top: 0 !important;
  left: 0 !important;
  position: relative;
  margin-top: -8%;
  z-index: 10;
}
.home #content {
  margin-bottom: 0 !important;
  margin-top: -8%;
  background-color: #000;
}
.top-page-image img {
  width: 100%;
}
.ms-you {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.ivc-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ivc-play img {
  width: 45px;
}
.video-page .row {
  display: table;
  width: 100%;
  font-size: 0;
}
.video-page .row .col-sm-4 {
  display: inline-block;
  float: none !important;
  vertical-align: top;
}
.single-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #01752a;
  line-height: 28px;
  margin-bottom: 15px;
}
.header-right {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-carousel a {
  color: #ea9c00;
}
.social-index {
  padding: 30px;
  background: #ffffff;
  width: 100%;
  height: 330px;
  position: relative;
}
.social-index .men {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.social-index a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.social-index a img {
  max-width: 54px;
}
.social-index a:hover,
.social-index a:focus {
  opacity: 0.9;
}
.si-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #01752a;
  text-transform: uppercase;
}
.si-subtitle {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #000;
}
.scroll-red {
  width: 100%;
  overflow: hidden;
  background: #dcece0;
  color: #47ab30;
  vertical-align: top;
}
.scroll-red span span {
  color: #47ab30;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 15px !important;
  vertical-align: top;
}
.grow:after {
  content: "\e093";
  font-size: 12px;
  color: #47ab30;
  font-family: 'Glyphicons Halflings';
  font-weight: 400;
  display: inline-block;
}
.sink:after {
  content: "\e094";
  font-size: 12px;
  color: red;
  margin-top: 2px;
  font-family: 'Glyphicons Halflings';
  font-weight: 400;
  display: inline-block;
}
button#responsive-menu-button {
  top: 0 !important;
  background: #3d935e !important;
}
#responsive-menu-container {
  background: #3d935e !important;
}
.pagination li {
  border: 0 !important;
}
.pagination li a {
  text-decoration: underline;
}
.pagination li span.current {
  font-weight: 700;
  text-decoration: none;
}
.pagination li span,
.pagination li a {
  border: 0 !important;
  background: none !important;
  color: #01752a;
}
.pagination li span:hover,
.pagination li a:hover,
.pagination li span:focus,
.pagination li a:focus {
  text-decoration: none;
}
.form-control {
  border: 1px solid #ccc;
  border-bottom: 4px solid #118500;
  border-radius: 5px;
  padding: 10px 10px;
  height: auto;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.single-date {
  font-size: 20px;
}
.top-image-relative {
  position: relative;
}
.gallery-item a:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit--transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.gallery-item a img {
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit--transform: scale(1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 100%;
  height: auto;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 999999;
}
.preloader .image_wrapper {
  width: 197px;
  height: 108px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -99px;
  margin-top: -54.5px;
}
.preloader .image_wrapper .img {
  background-image: url('../images/logo.png');
  height: 100%;
  width: 100%;
  display: block;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.preloader .image_wrapper .img:after {
  position: absolute;
  top: 0;
  left: 0;
  animation-name: move;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  border-right: 5px solid rgba(255, 255, 255, 0.8);
  animation-iteration-count: 777;
  animation-duration: 2s;
}
@keyframes move {
  from {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.silver-one-block input.email {
  border-color: #01752a !important;
}
.silver-one-block .btn-green {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #01752a !important;
  padding: 10px 20px !important;
  height: auto !important;
  font-family: 'Helvetica Neue', sans-serif !important;
  font-weight: 400 !important;
  font-size: 22px !important;
}
.silver-one-block .btn-green:hover,
.silver-one-block .btn-green:focus {
  opacity: 0.8 !important;
}
#mc_embed_signup form {
  position: inherit !important;
}
#mc_embed_signup_scroll h2 {
  margin-top: 0 !important;
}
#mc_embed_signup form {
  background: #fafffc !important;
}
.partners-gallery {
  margin: 0 -15px;
}
.partners-gallery .row {
  display: table;
  width: 100%;
  font-size: 0;
  margin: 0 !important;
}
.partners-gallery .col-sm-3 {
  float: none !important;
  display: inline-block;
  vertical-align: top;
}
.partners-gallery img {
  margin: 0 auto;
}
.partners-gallery .partner-block {
  margin-bottom: 30px;
}
.second-big {
  z-index: 5;
  margin-top: -8%;
  clip-path: none !important;
}
.green-post {
  -webkit-clip-path: polygon(50% 0%, 73% 0, 100% 0, 100% 88%, 69% 88%, 50% 100%, 0 100%, 0% 70%, 0% 35%, 0 0);
  clip-path: polygon(50% 0%, 73% 0, 100% 0, 100% 88%, 69% 88%, 50% 100%, 0 100%, 0% 70%, 0% 35%, 0 0);
}
.footer-social a img {
  max-width: 54px;
  background: #fff;
  border-radius: 6px;
}
.lang{
  margin-left: 10px;
}

.lang ul li a{
  text-decoration: none;
  color: #333;
  font-size: 20px;
}

.lang ul{
  margin-bottom: 0;
}
.lang ul li {
  margin-bottom: 0;
}
