@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=cyrillic-ext,latin-ext);
/* line 4, ../scss_default/colors.scss */
.bg_white {
  background-color: white;
}

/* line 8, ../scss_default/colors.scss */
.c_base {
  color: #37b1a9;
}

/* line 1, ../scss_default/icons.scss */
.i {
  display: inline-block;
}

/* line 5, ../scss_default/icons.scss */
.i-s_youtube,
.i-s_facebook,
.i-s_linkin,
.i-s_twitter,
.i-s_video,
.i-s_facebook_w,
.i-s_linkin_w,
.i-s_twitter_w,
.i-s_video_w {
  width: 26px;
  height: 26px;
  background-size: contain;
}

/* line 19, ../scss_default/icons.scss */
.i-s_youtube {
  background-image: url("/assets/frontend/images/ico/social_youtube.png");
}

/* line 23, ../scss_default/icons.scss */
.i-s_facebook {
  background-image: url("/assets/frontend/images/ico/social_facebook.png");
}

/* line 27, ../scss_default/icons.scss */
.i-s_linkin {
  background-image: url("/assets/frontend/images/ico/social_linkin.png");
}

/* line 31, ../scss_default/icons.scss */
.i-s_twitter {
  background-image: url("/assets/frontend/images/ico/social_twitter.png");
}

/* line 35, ../scss_default/icons.scss */
.i-s_video {
  background-image: url("/assets/frontend/images/ico/social_video.png");
}

/* line 39, ../scss_default/icons.scss */
.i-s_facebook_w {
  background-image: url("/assets/frontend/images/ico/social_facebook_w.png");
}

/* line 43, ../scss_default/icons.scss */
.i-s_linkin_w {
  background-image: url("/assets/frontend/images/ico/social_linkin_w.png");
}

/* line 47, ../scss_default/icons.scss */
.i-s_twitter_w {
  background-image: url("/assets/frontend/images/ico/social_twitter_w.png");
}

/* line 51, ../scss_default/icons.scss */
.i-s_video_w {
  background-image: url("/assets/frontend/images/ico/social_video_w.png");
}

/* line 55, ../scss_default/icons.scss */
.arrow_top,
.arrow_bottom {
  cursor: pointer;
  position: absolute;
  right: 0;
  display: block;
  width: 9px;
  height: 6px;
  background-image: url("/assets/frontend/images/ico/arrows_small.png");
}

/* line 66, ../scss_default/icons.scss */
.arrow_top {
  background-position: 0 0;
  top: 6px;
}

/* line 71, ../scss_default/icons.scss */
.arrow_bottom {
  background-position: 0 -8px;
  top: 15px;
}

/* line 76, ../scss_default/icons.scss */
.i-search {
  width: 20px;
  height: 20px !important;
  background-image: url("/assets/frontend/images/ico/search.png");
  background-position: 0 0px;
  background-repeat: no-repeat;
  display: block;
}

/* line 85, ../scss_default/icons.scss */
.i-arrow_fly_right {
  width: 36px;
  height: 36px;
  background-image: url("/assets/frontend/images/ico/arrow_fly_right.png");
  background-repeat: no-repeat;
}

/* line 92, ../scss_default/icons.scss */
.i-send_mail_white {
  width: 36px;
  height: 36px;
  background-image: url("/assets/frontend/images/ico/send_white.png");
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 102, ../scss_default/icons.scss */
.i-time {
  width: 14px;
  height: 14px;
  background-image: url("/assets/frontend/images/ico/time.png");
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 110, ../scss_default/icons.scss */
.i-comment {
  width: 16px;
  height: 14px;
  background-image: url("/assets/frontend/images/ico/comment.png");
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 118, ../scss_default/icons.scss */
.i-photos {
  width: 22px;
  height: 17px;
  background-image: url("/assets/frontend/images/ico/photos.png");
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: text-bottom;
}

/* line 8, ../sass/main.scss */
.row .col {
  padding: 0 15px;
}

/* line 12, ../sass/main.scss */
html {
  font-family: "Open Sans", sans-serif;
}

/* line 16, ../sass/main.scss */
.c_red {
  color: #c62828;
}

/* line 20, ../sass/main.scss */
.no-padd-r {
  padding-right: 0 !important;
}

/* line 24, ../sass/main.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 28, ../sass/main.scss */
.col_inline {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}

/* line 34, ../sass/main.scss */
ul {
  margin: 0;
}

/* line 38, ../sass/main.scss */
.container {
  width: 94%;
  max-width: 1340px;
}

/* line 43, ../sass/main.scss */
.padd-bot {
  padding-bottom: 15px;
}

/* line 48, ../sass/main.scss */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

/* line 54, ../sass/main.scss */
.cf:after {
  clear: both;
}

/* line 58, ../sass/main.scss */
.cf {
  *zoom: 1;
}

/* line 66, ../sass/main.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 70, ../sass/main.scss */
.owl-theme .owl-nav [class*='owl-'] {
  color: #424242;
  font-size: 14px;
  margin: 10px;
  padding: 20px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
/* line 79, ../sass/main.scss */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #fff;
  color: #232323;
  text-decoration: none;
}
/* line 85, ../sass/main.scss */
.owl-theme .owl-nav .disabled {
  opacity: 0.6;
  cursor: default;
}
/* line 91, ../sass/main.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
/* line 94, ../sass/main.scss */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 97, ../sass/main.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 101, ../sass/main.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px;
  background: #30a49d;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
/* line 113, ../sass/main.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #c4f8f5;
}

/* line 125, ../sass/main.scss */
.no-margin {
  margin: 0 !important;
}

/* line 129, ../sass/main.scss */
[class*='icon-'] {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}

/* line 135, ../sass/main.scss */
.slider .slides {
  height: auto !important;
}

/* line 140, ../sass/main.scss */
.btn.large {
  font-weight: 300;
  width: 100%;
  height: 58px;
  padding: 10px 0;
}
/* line 146, ../sass/main.scss */
.btn.green {
  color: #fff;
  background-color: #30a49d;
}

/* line 152, ../sass/main.scss */
.article_.w_full {
  margin-bottom: 20px;
}
/* line 154, ../sass/main.scss */
.article_.w_full h4 {
  margin-top: 0;
}
/* line 157, ../sass/main.scss */
.article_.w_full .wrapp_img {
  margin-bottom: 20px;
  float: left;
  width: 300px;
  width: 30%;
  min-width: 210px;
  margin-right: 20px;
}

/* line 167, ../sass/main.scss */
.article_.h_big .wrapp_img {
  height: 230px;
  max-height: 230px;
}

/* line 176, ../sass/main.scss */
.top_bar {
  height: 80px;
  width: auto;
}
/* line 179, ../sass/main.scss */
.top_bar .container {
  color: #454545;
}
/* line 181, ../sass/main.scss */
.top_bar .container > .row {
  height: 80px;
}
/* line 185, ../sass/main.scss */
.top_bar .name_site {
  font-size: 36px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #454647;
}
/* line 191, ../sass/main.scss */
.top_bar .text_ {
  font-size: 24px;
  font-style: italic;
}

/* line 197, ../sass/main.scss */
.header_middle_content {
  background-color: #c4f8f5;
  padding: 15px;
}
/* line 200, ../sass/main.scss */
.header_middle_content img {
  max-width: 100%;
  display: block;
  margin: auto;
}

/* line 207, ../sass/main.scss */
.header_top_content {
  background-color: #56a29e;
}
/* line 209, ../sass/main.scss */
.header_top_content .wrapp_logo {
  position: relative;
  float: left;
  max-width: 240px;
  height: 85px;
}
/* line 214, ../sass/main.scss */
.header_top_content .wrapp_logo img {
  width: 100%;
}
/* line 218, ../sass/main.scss */
.header_top_content .wrapp_langs {
  position: relative;
  height: 28px;
  width: 70px;
  margin-left: 15px;
  float: right;
  margin-right: 15px;
  overflow: hidden;
}
/* line 226, ../sass/main.scss */
.header_top_content .wrapp_langs li {
  position: absolute;
  top: -40px;
  width: 100%;
  height: 38px;
  transition: all 2s ease;
  text-align: right;
}
/* line 233, ../sass/main.scss */
.header_top_content .wrapp_langs li.active_ {
  top: 0;
}
/* line 236, ../sass/main.scss */
.header_top_content .wrapp_langs li a {
  font-size: 13px;
  line-height: 26px;
  padding-right: 15px;
  color: #c4f8f5;
}
/* line 244, ../sass/main.scss */
.header_top_content .social {
  float: right;
}
/* line 246, ../sass/main.scss */
.header_top_content .social li {
  display: inline-block;
  height: 26px;
  width: 26px;
  margin-left: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
/* line 253, ../sass/main.scss */
.header_top_content .social li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
}
/* line 261, ../sass/main.scss */
.header_top_content .right_content {
  padding: 7px 0 0 0;
}
/* line 264, ../sass/main.scss */
.header_top_content .nav_top {
  float: right;
}
/* line 266, ../sass/main.scss */
.header_top_content .nav_top > li {
  display: inline-block;
}
/* line 270, ../sass/main.scss */
.header_top_content .nav_top > li:hover > ul a {
  color: #37b1a9;
}
/* line 274, ../sass/main.scss */
.header_top_content .nav_top > li:hover a {
  color: #fff;
}
/* line 278, ../sass/main.scss */
.header_top_content .nav_top > li a {
  display: block;
  color: #c4f8f5;
  height: 40px;
  padding: 0 15px;
  font-size: 13px;
  line-height: 40px;
  text-transform: uppercase;
}

/* line 291, ../sass/main.scss */
nav.navbar {
  background-color: #30a49d;
  height: 56px;
  line-height: 56px;
}
/* line 295, ../sass/main.scss */
nav.navbar .brand-logo {
  display: flex;
  height: 100%;
}
/* line 301, ../sass/main.scss */
nav.navbar ul li a {
  text-transform: uppercase;
  font-size: 14px;
}
/* line 309, ../sass/main.scss */
nav.navbar ul.side-nav li:hover {
  background-color: #c4f8f5;
}
/* line 314, ../sass/main.scss */
nav.navbar ul.side-nav li .search .input_wrapp input {
  right: auto;
  left: 40px;
}
/* line 318, ../sass/main.scss */
nav.navbar ul.side-nav li .search .input_wrapp i.i-search {
  background-position: 0 -20px;
}
/* line 325, ../sass/main.scss */
nav.navbar ul.side-nav li a {
  min-height: 40px;
  height: auto;
  line-height: 20px;
  padding: 10px 0;
}

/* line 336, ../sass/main.scss */
.nav_wide li {
  position: relative;
}
/* line 339, ../sass/main.scss */
.nav_wide .dropdown-content {
  min-width: 100%;
}
/* line 341, ../sass/main.scss */
.nav_wide .dropdown-content li {
  height: auto;
}
/* line 343, ../sass/main.scss */
.nav_wide .dropdown-content li a {
  padding: 6px 1rem;
  width: 100%;
  white-space: nowrap;
}
/* line 349, ../sass/main.scss */
.nav_wide .dropdown-content li:hover {
  background-color: #30a49d;
}
/* line 351, ../sass/main.scss */
.nav_wide .dropdown-content li:hover > a {
  display: inline-block;
  color: #fff;
}
/* line 357, ../sass/main.scss */
.nav_wide .dropdown-content.with_sub {
  overflow: visible;
}
/* line 359, ../sass/main.scss */
.nav_wide .dropdown-content.with_sub ul._sub {
  left: 100% !important;
}
/* line 363, ../sass/main.scss */
.nav_wide .dropdown-content.with_sub li a {
  white-space: nowrap;
}

/* line 371, ../sass/main.scss */
nav .nav-wrapper i,
nav a.button-collapse,
nav a.button-collapse i {
  height: 54px;
}

/* line 377, ../sass/main.scss */
.search {
  margin: 0;
  height: 26px;
  position: relative;
  border-right: 1px solid #4b908c;
}
/* line 382, ../sass/main.scss */
.search .input_wrapp {
  min-width: 10px;
  height: 100%;
}
/* line 386, ../sass/main.scss */
.search .input_wrapp:hover input {
  width: 180px;
  padding-left: 20px;
  padding-right: 1em;
}
/* line 393, ../sass/main.scss */
.search .input_wrapp input:focus, .search .input_wrapp input:active {
  width: 180px;
  padding-left: 15px;
  padding-right: 1em;
  border-bottom: 1px solid #fff;
}
/* line 402, ../sass/main.scss */
.search input {
  color: #000;
  width: 0px;
  transition: all 1s ease;
  position: relative;
  color: #fff;
  z-index: 1000;
  height: 24px !important;
  border-bottom: 1px solid #fff;
}
/* line 412, ../sass/main.scss */
.search .i-search {
  position: absolute;
  z-index: 1000;
  top: 4px;
  left: -20px;
}

/* line 420, ../sass/main.scss */
.top_banner {
  height: 300px;
  background-image: url("/assets/frontend/images/top_baner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
/* line 426, ../sass/main.scss */
.top_banner .text {
  height: 208px;
  width: 100%;
  padding-top: 70px;
}
/* line 431, ../sass/main.scss */
.top_banner h3 {
  font-size: 24px;
  line-height: 1.4em;
  color: #fff;
  margin-top: 0;
}

/* line 439, ../sass/main.scss */
.content_ {
  font-family: 'Open Sans', sans-serif;
}
/* line 441, ../sass/main.scss */
.content_ .top_articles {
  padding: 30px 0 0;
}
/* line 443, ../sass/main.scss */
.content_ .top_articles.bd_bottom {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 40px;
}
/* line 448, ../sass/main.scss */
.content_ .top_articles .img_article.article_big {
  height: 420px;
}
/* line 450, ../sass/main.scss */
.content_ .top_articles .img_article.article_big h3 {
  font-size: 22px;
}
/* line 454, ../sass/main.scss */
.content_ .top_articles .img_article.article_small {
  height: 210px;
}
/* line 456, ../sass/main.scss */
.content_ .top_articles .img_article.article_small h3 {
  font-size: 16px;
}

/* line 464, ../sass/main.scss */
.img_article {
  overflow: hidden;
  padding-bottom: 15px !important;
  position: relative;
  color: #fff;
}
/* line 470, ../sass/main.scss */
.img_article:hover .wrapp_img {
  background: -moz-linear-gradient(top, rgba(25, 23, 22, 0.17) 0%, rgba(0, 0, 0, 0.72) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 23, 22, 0.17)), color-stop(100%, rgba(0, 0, 0, 0.72)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(25, 23, 22, 0.17) 0%, rgba(0, 0, 0, 0.72) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(25, 23, 22, 0.17) 0%, rgba(0, 0, 0, 0.72) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(25, 23, 22, 0.17) 0%, rgba(0, 0, 0, 0.72) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(25, 23, 22, 0.17) 0%, rgba(0, 0, 0, 0.72) 100%);
  /* W3C */
}
/* line 485, ../sass/main.scss */
.img_article .wrapp_img {
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  height: 100%;
}
/* line 490, ../sass/main.scss */
.img_article .wrapp_img img {
  position: absolute;
  z-index: -1;
  display: block;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}
/* line 499, ../sass/main.scss */
.img_article .top_info {
  position: absolute;
  top: 10px;
  right: 30px;
}
/* line 503, ../sass/main.scss */
.img_article .top_info a {
  margin-right: 10px;
  color: #fff;
}
/* line 508, ../sass/main.scss */
.img_article .bottom_info {
  position: absolute;
  bottom: 10px;
  left: 25px;
  padding-right: 30px;
}
/* line 513, ../sass/main.scss */
.img_article .bottom_info a {
  color: #fff;
}
/* line 516, ../sass/main.scss */
.img_article .bottom_info h3 {
  font-weight: 500;
}
/* line 519, ../sass/main.scss */
.img_article .bottom_info p {
  font-size: 15px;
  font-weight: 300;
}

/* line 527, ../sass/main.scss */
/* .middle_articles .article_ {
  height: 380px;
} */

/* line 532, ../sass/main.scss */
.article_ {
  overflow: hidden;
  padding-bottom: 15px !important;
  position: relative;
}
/* line 538, ../sass/main.scss */
.article_:hover .wrapp_img .hover_img {
  background: -moz-linear-gradient(top, rgba(25, 23, 22, 0.17) 0%, rgba(0, 0, 0, 0.72) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 23, 22, 0.17)), color-stop(100%, rgba(0, 0, 0, 0.72)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(25, 23, 22, 0.17) 0%, rgba(0, 0, 0, 0.72) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(25, 23, 22, 0.17) 0%, rgba(0, 0, 0, 0.72) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(25, 23, 22, 0.17) 0%, rgba(0, 0, 0, 0.72) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(25, 23, 22, 0.17) 0%, rgba(0, 0, 0, 0.72) 100%);
  /* W3C */
}
/* line 554, ../sass/main.scss */
.article_ .wrapp_img {
  overflow: hidden;
  display: block;
  position: relative;
}
/* line 555, ../sass/main.scss */
.article_ .wrapp_img .hover_img {
  display: block;
  position: absolute;
  z-index: 90;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 569, ../sass/main.scss */
.article_ .wrapp_img img {
  display: block;
  height: auto;
  width: 100%;
}
/* line 575, ../sass/main.scss */
.article_ .article_content {
  color: #fff;
}
/* line 577, ../sass/main.scss */
.article_ .article_content .article_info a {
  color: #9e9e9e;
  margin-right: 10px;
}
/* line 581, ../sass/main.scss */
.article_ .article_content h4 {
  font-weight: 700;
  color: #424242;
  font-size: 18px;
}
/* line 585, ../sass/main.scss */
.article_ .article_content h4 a {
  color: #424242;
  font-size: 16px;
}
/* line 590, ../sass/main.scss */
.article_ .article_content p {
  color: #616161;
  font-size: 15px;
  font-weight: 300;
}

/* line 598, ../sass/main.scss */
.info_label {
  background-color: #30a49d;
  padding: 6px 15px;
  font-size: 13px;
  text-transform: uppercase;
  display: inline;
}

/* line 606, ../sass/main.scss */
.material-icons {
  vertical-align: middle;
  display: inline-block;
}

/* line 611, ../sass/main.scss */
.section_title {
  font-weight: 700;
  font-size: 26px;
  padding-left: 15px;
}

/* line 617, ../sass/main.scss */
.banner_block {
  margin: 15px 0;
}

/* line 621, ../sass/main.scss */
.banner_wide {
  width: 100%;
  max-width: 730px;
  height: 90px;
  margin: auto;
  background-color: #30a49d;
}

/* line 629, ../sass/main.scss */
.middle_articles .posts_block:first-of-type {
  margin-top: 0;
}

/* line 633, ../sass/main.scss */
.send_mail {
  -moz-box-shadow: #e9e9e9 0px 3px 3px, #e9e9e9 3px 0px 3px, #e9e9e9 0px -3px 3px, #e9e9e9 -3px 0px 3px;
  -webkit-box-shadow: #e9e9e9 0px 3px 3px, #e9e9e9 3px 0px 3px, #e9e9e9 0px -3px 3px, #e9e9e9 -3px 0px 3px;
  box-shadow: #e9e9e9 0px 3px 3px, #e9e9e9 3px 0px 3px, #e9e9e9 0px -3px 3px, #e9e9e9 -3px 0px 3px;
}

/* line 640, ../sass/main.scss */
.posts_block {
  margin: 30px 0;
}

/* line 644, ../sass/main.scss */
.video_carousel {
  padding: 0 15px;
}
/* line 647, ../sass/main.scss */
.video_carousel .item .article {
  height: 250px;
}
/* line 649, ../sass/main.scss */
.video_carousel .item .article h4 {
  padding: 0 5px;
  font-size: 18px;
  font-weight: 700;
}
/* line 653, ../sass/main.scss */
.video_carousel .item .article h4 a {
  color: #424242;
}
/* line 657, ../sass/main.scss */
.video_carousel .item .article .wrapp_video {
  height: 150px;
  display: block;
  overflow: hidden;
}

/* line 668, ../sass/main.scss */
.aside_ .posts_block h2.title_ {
  background-color: #30a49d;
  color: #fff;
  height: 60px;
  font-size: 20px;
  padding-left: 15px;
  text-transform: uppercase;
  padding-top: 18px;
  margin: 0 0 5px;
}
/* line 678, ../sass/main.scss */
.aside_ .posts_block .content_ {
  padding: 15px;
}
/* line 681, ../sass/main.scss */
.aside_ .posts_block h5 {
  font-size: 14px;
  margin: 0 0 15px;
}
/* line 687, ../sass/main.scss */
.aside_ .banner_block .banner {
  height: 250px;
  background-color: #30a49d;
}
/* line 692, ../sass/main.scss */
.aside_ .article_ {
  height: auto;
  -moz-box-shadow: #e9e9e9 0px 3px 3px, #e9e9e9 3px 0px 3px, #e9e9e9 0px -3px 3px, #e9e9e9 -3px 0px 3px;
  -webkit-box-shadow: #e9e9e9 0px 3px 3px, #e9e9e9 3px 0px 3px, #e9e9e9 0px -3px 3px, #e9e9e9 -3px 0px 3px;
  box-shadow: #e9e9e9 0px 3px 3px, #e9e9e9 3px 0px 3px, #e9e9e9 0px -3px 3px, #e9e9e9 -3px 0px 3px;
  margin-bottom: 20px;
}
/* line 700, ../sass/main.scss */
.aside_ .article_content {
  background-color: #fff;
  padding: 0px 15px 15px;
}
/* line 703, ../sass/main.scss */
.aside_ .article_content p {
  padding-top: 10px;
  margin: 0;
  font-weight: 400;
}
/* line 708, ../sass/main.scss */
.aside_ .article_content h4 {
  margin-top: 10px;
}

/* line 715, ../sass/main.scss */
form .input-group {
  position: relative;
  z-index: 100;
}
/* line 719, ../sass/main.scss */
form input[type="text"] {
  height: 36px;
  text-indent: 15px;
}
/* line 722, ../sass/main.scss */
form input[type="text"].bd_green {
  border: 1px solid #30a49d;
}
/* line 725, ../sass/main.scss */
form input[type="text"].bd_white {
  border: 1px solid #fff;
}
/* line 727, ../sass/main.scss */
form input[type="text"].bd_white:hover, form input[type="text"].bd_white:focus {
  border-bottom: 2px solid #fff;
}
/* line 733, ../sass/main.scss */
form button.i-add-left {
  background-color: transparent;
  border: none;
}

/* line 739, ../sass/main.scss */
.i-add-left {
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
}

/* line 746, ../sass/main.scss */
.blogeri_ {
  -moz-box-shadow: #e9e9e9 0px 3px 3px, #e9e9e9 3px 0px 3px, #e9e9e9 0px -3px 3px, #e9e9e9 -3px 0px 3px;
  -webkit-box-shadow: #e9e9e9 0px 3px 3px, #e9e9e9 3px 0px 3px, #e9e9e9 0px -3px 3px, #e9e9e9 -3px 0px 3px;
  box-shadow: #e9e9e9 0px 3px 3px, #e9e9e9 3px 0px 3px, #e9e9e9 0px -3px 3px, #e9e9e9 -3px 0px 3px;
}
/* line 751, ../sass/main.scss */
.blogeri_ .item_ {
  overflow: hidden;
  padding: 15px 0 15px 15px;
}
/* line 755, ../sass/main.scss */
.blogeri_ .wrapp_avatar {
  padding-right: 10px !important;
}
/* line 757, ../sass/main.scss */
.blogeri_ .wrapp_avatar img {
  display: block;
  width: 100%;
  max-width: 76px;
  max-height: 76px;
}
/* line 764, ../sass/main.scss */
.blogeri_ .col.content_ {
  padding: 0 15px 0 0;
}
/* line 766, ../sass/main.scss */
.blogeri_ .col.content_ h3 {
  margin: 0;
  color: #424242;
  font-weight: 600;
  font-size: 18px;
}
/* line 771, ../sass/main.scss */
.blogeri_ .col.content_ h3 a {
  color: #424242;
}
/* line 775, ../sass/main.scss */
.blogeri_ .col.content_ .date_ {
  font-size: 13px;
  color: #9e9e9e;
}
/* line 779, ../sass/main.scss */
.blogeri_ .col.content_ .title_ {
  color: #37b1a9;
  font-size: 13px;
  display: inline-block;
  line-height: 1.2em;
  background-color: transparent;
  padding: 0;
}

/* line 790, ../sass/main.scss */
.social_posts {
  background-color: #3a5795;
  color: #fff;
}
/* line 791, ../sass/main.scss */
.social_posts .container {
  position: relative;
  padding: 20px 0;
}
/* line 797, ../sass/main.scss */
.social_posts .wrapp_img {
  position: absolute;
  top: 28px;
  left: 10px;
  width: 40px;
  z-index: 500;
  width: 34px;
}

/* line 807, ../sass/main.scss */
.posts_carousel {
  font-size: 15px;
  padding: 0 80px 0 50px;
}
/* line 810, ../sass/main.scss */
.posts_carousel strong {
  font-weight: 700;
}
/* line 813, ../sass/main.scss */
.posts_carousel .owl-controls {
  width: 80px;
  height: 120px;
  position: absolute;
  z-index: 500;
  right: 0;
  top: 0;
}
/* line 820, ../sass/main.scss */
.posts_carousel .owl-controls .owl-nav > div {
  color: #fff;
  padding: 0;
  margin: 0 4px;
  width: 8px;
  height: 12px;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url("/assets/frontend/images/ico/arrows_ico_white.png");
}
/* line 831, ../sass/main.scss */
.posts_carousel .owl-controls .owl-nav > div.owl-prev {
  background-position: 0 0;
}
/* line 834, ../sass/main.scss */
.posts_carousel .owl-controls .owl-nav > div.owl-next {
  background-position: -8px 0;
}
/* line 837, ../sass/main.scss */
.posts_carousel .owl-controls .owl-nav > div:hover {
  background-color: transparent;
  background-image: url("/assets/frontend/images/ico/arrows_ico_white.png");
}

/* line 845, ../sass/main.scss */
footer {
  background-image: url("/assets/frontend/images/bg_footer.jpg");
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
/* line 851, ../sass/main.scss */
footer h2.title_ {
  font-size: 20px;
}
/* line 854, ../sass/main.scss */
footer .block_ {
  background-color: rgba(86, 90, 92, 0.8);
  padding: 40px 0;
}
/* line 857, ../sass/main.scss */
footer .block_ ul {
  text-align: center;
}
/* line 859, ../sass/main.scss */
footer .block_ ul li {
  width: auto;
  padding: 10px 20px;
  height: 65px;
  display: inline-block;
  vertical-align: middle;
}
/* line 865, ../sass/main.scss */
footer .block_ ul li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/* line 872, ../sass/main.scss */
footer .block_.financiers {
  background-color: rgba(64, 67, 69, 0.9);
}
/* line 875, ../sass/main.scss */
footer .block_.financiers ul li {
  height: 140px;
  width: 200px;
}
/* line 882, ../sass/main.scss */
footer .info_bottom {
  background-color: rgba(86, 90, 92, 0.8);
  padding: 0 0 60px 0;
}
/* line 885, ../sass/main.scss */
footer .info_bottom h3 {
  font-size: 17px;
  font-weight: 700;
  margin-top: 0;
}
/* line 890, ../sass/main.scss */
footer .info_bottom ul {
  font-size: 15px;
}
/* line 892, ../sass/main.scss */
footer .info_bottom ul a {
  color: #fff;
}
/* line 894, ../sass/main.scss */
footer .info_bottom ul a.c_green {
  color: #37b1a9;
  text-decoration: underline;
}
/* line 900, ../sass/main.scss */
footer .info_bottom .blocks_ > * {
  padding-top: 60px;
}
/* line 905, ../sass/main.scss */
footer .social li {
  display: inline-block;
  margin-left: 10px;
}
/* line 908, ../sass/main.scss */
footer .social li:first-of-type {
  margin-left: 0;
}
/* line 913, ../sass/main.scss */
footer .footer_nav {
  background-color: #393c3e;
}
/* line 915, ../sass/main.scss */
footer .footer_nav ul {
  padding: 24px 0 34px;
  text-align: center;
}
/* line 918, ../sass/main.scss */
footer .footer_nav ul li {
  display: inline-block;
  font-size: 13px;
  padding: 4px 10px;
  margin-top: 10px;
  border-right: 1px solid #bdbdbd;
}
/* line 924, ../sass/main.scss */
footer .footer_nav ul li:last-of-type {
  border-right: none;
}
/* line 927, ../sass/main.scss */
footer .footer_nav ul li a {
  color: #bdbdbd;
}
/* line 933, ../sass/main.scss */
footer .footer-copyright {
  background-color: #393c3e;
  font-family: "Open Sans";
  font-size: 13px;
  color: #bdbdbd;
  padding-bottom: 30px;
}

/* line 942, ../sass/main.scss */
.investigatie.top_banner {
  height: 580px;
  background-image: url("/assets/frontend/images/bg_top_banner.jpg");
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  /*padding-top: 10%;
  margin-bottom: 20px;*/
}
/* line 952, ../sass/main.scss */
.investigatie.top_banner h2 {
  font-size: 45px;
  font-weight: 300;
}
/* line 956, ../sass/main.scss */
.investigatie.top_banner h5 {
  font-size: 20px;
}
/* line 959, ../sass/main.scss */
.investigatie.top_banner a.link {
  color: #fff;
  font-size: 24px;
  text-decoration: underline;
}

/* line 966, ../sass/main.scss */
.caption {
  width: 60%;
}

/* line 970, ../sass/main.scss */
blockquote {
  background-color: #e3e3e3;
  padding: 20px 20px 20px 30px;
  margin: 20px 0 20px 28px;
  border: none;
}
/* line 975, ../sass/main.scss */
blockquote:before {
  content: "";
  display: inline-block;
  background-color: #30a49d;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -54px;
  width: 48px;
  height: 48px;
  background-image: url("/assets/frontend/images/ico/quote.png");
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 987, ../sass/main.scss */
blockquote p {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px !important;
}

/* line 995, ../sass/main.scss */
.page_article .text_ {
  color: #616171;
  font-size: 18px;
}
/* line 998, ../sass/main.scss */
.page_article .text_ p {
  margin: 10px 0;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
}
/* line 1004, ../sass/main.scss */
.page_article .text_ img {
  margin: 20px 0;
  /*width: 100%;*/
}
/* line 1009, ../sass/main.scss */
.page_article .bottom_info {
  padding: 40px 0 30px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  font-size: 14px;
  color: #9e9e9e;
  font-style: italic;
}
/* line 1018, ../sass/main.scss */
.page_article a {
  color: #37b1a9;
}

/* line 1024, ../sass/main.scss */
.facebook_comments h2 {
  font-size: 24px;
  color: #424242;
}

/* line 1030, ../sass/main.scss */
.img_aside {
  max-width: 40%;
  padding-bottom: 10px;
  font-size: 13px;
  font-style: italic;
}
/* line 1035, ../sass/main.scss */
.img_aside.left {
  padding-right: 10px;
}
/* line 1038, ../sass/main.scss */
.img_aside.right {
  padding-left: 10px;
}
/* line 1041, ../sass/main.scss */
.img_aside .sursa {
  clear: both;
  display: block;
  padding-top: 10px;
}

/* line 1049, ../sass/main.scss */
.breadcrumbs {
  padding: 20px 0 0 0;
}
/* line 1052, ../sass/main.scss */
.breadcrumbs ul li {
  font-size: 13px;
  color: #616171;
  display: inline-block;
}
/* line 1056, ../sass/main.scss */
.breadcrumbs ul li:after {
  content: "/";
  margin: 0 2px;
}
/* line 1060, ../sass/main.scss */
.breadcrumbs ul li:last-of-type:after {
  content: "";
}
/* line 1063, ../sass/main.scss */
.breadcrumbs ul li a {
  color: #616171;
}
/* line 1065, ../sass/main.scss */
.breadcrumbs ul li a:hover {
  color: #37b1a9;
}

/* line 1073, ../sass/main.scss */
.post_title {
  font-size: 30px;
  margin: 1.1rem 0 1.1rem 0;
  color: #424242;
}

/* line 1079, ../sass/main.scss */
.post_info {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding: 6px 0;
  font-size: 13px;
}
/* line 1084, ../sass/main.scss */
.post_info .author {
  white-space: nowrap;
  color: #37b1a9;
}
/* line 1088, ../sass/main.scss */
.post_info img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
/* line 1093, ../sass/main.scss */
.post_info span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
/* line 1098, ../sass/main.scss */
.post_info i {
  display: inline-block;
  vertical-align: sub;
}

/* line 1105, ../sass/main.scss */
.wide {
  width: 100%;
}

/* line 1109, ../sass/main.scss */
.soc-sprite {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: auto 4px;
}

/* line 1116, ../sass/main.scss */
.fb-sprite {
  background: url("/assets/frontend/images/social-sprite.png") no-repeat 0 0;
}

/* line 1120, ../sass/main.scss */
.tw-sprite {
  background: url("/assets/frontend/images/social-sprite.png") no-repeat -33px 0;
}

/* line 1124, ../sass/main.scss */
.gplus-sprite {
  background: url("/assets/frontend/images/social-sprite.png") no-repeat -66px 0;
}

/* line 1128, ../sass/main.scss */
.pi-sprite {
  background: url("/assets/frontend/images/social-sprite.png") no-repeat -99px 0;
}

/* line 1132, ../sass/main.scss */
.linkedin-sprite {
  background: url("/assets/frontend/images/social-sprite.png") no-repeat -66px -33px;
}

/* line 1136, ../sass/main.scss */
.tumblr-sprite {
  background: url("/assets/frontend/images/social-sprite.png") no-repeat 0 -33px;
}

/* line 1140, ../sass/main.scss */
.digg-sprite {
  background: url("/assets/frontend/images/social-sprite.png") no-repeat -231px -33px;
}

/* line 1144, ../sass/main.scss */
.ok-sprite {
  background: url("/assets/frontend/images/social-sprite.png") no-repeat -231px 0;
}

/* line 1148, ../sass/main.scss */
.vk-sprite {
  background: url("/assets/frontend/images/social-sprite.png") no-repeat -264px 0;
}

/* line 1152, ../sass/main.scss */
.social {
  text-align: right;
}
/* line 1154, ../sass/main.scss */
.social li {
  display: inline-block;
}

/* line 1160, ../sass/main.scss */
.post h6 {
  font-size: 18px;
  font-weight: 600;
  color: #424242;
}
/* line 1165, ../sass/main.scss */
.post .wrapp_img {
  overflow: hidden;
}
/* line 1168, ../sass/main.scss */
.post .content_ {
  font-family: "Open Sans", sans-serif;
  color: #616171;
  font-size: 18px;
  padding: 20px 0;
}

/* line 1177, ../sass/main.scss */
.fb-comments {
  width: 100% !important;
}
/* line 1179, ../sass/main.scss */
.fb-comments > span {
  width: 100% !important;
}
/* line 1181, ../sass/main.scss */
.fb-comments > span iframe {
  width: 100% !important;
}

/* line 1187, ../sass/main.scss */
.wrapp_iframe {
  padding-top: 30px;
  text-align: center;
  font-size: 13px;
}

/* line 1194, ../sass/main.scss */
.politica h2.title {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
}
/* line 1200, ../sass/main.scss */
.politica h4.subtitle {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}
/* line 1206, ../sass/main.scss */
.politica .text {
  border-top: 1px solid #eee;
  font-size: 18px;
  font-weight: 300;
  padding: 60px 0 60px 20px;
}

/* line 1214, ../sass/main.scss */
.bloguri {
  padding: 30px 0;
}
/* line 1216, ../sass/main.scss */
.bloguri .items {
  text-align: center;
}
/* line 1218, ../sass/main.scss */
.bloguri .items > li {
  display: inline-block;
  vertical-align: text-top;
  position: relative;
  width: 100%;
  height: 262px;
  max-width: 300px;
  margin: 15px;
}
/* line 1226, ../sass/main.scss */
.bloguri .items > li .wrapp_item {
  -moz-box-shadow: #e9e9e9 0px 2px 2px, #e9e9e9 2px 0px 2px, #e9e9e9 0px -2px 2px, #e9e9e9 -2px 0px 2px;
  -webkit-box-shadow: #e9e9e9 0px 2px 2px, #e9e9e9 2px 0px 2px, #e9e9e9 0px -2px 2px, #e9e9e9 -2px 0px 2px;
  box-shadow: #e9e9e9 0px 2px 2px, #e9e9e9 2px 0px 2px, #e9e9e9 0px -2px 2px, #e9e9e9 -2px 0px 2px;
}
/* line 1233, ../sass/main.scss */
.bloguri .items .top_info {
  position: relative;
  z-index: 800;
  padding: 0 15px;
  height: 30px;
  color: #9e9e9e;
  font-size: 13px;
  margin-bottom: 30px;
}
/* line 1241, ../sass/main.scss */
.bloguri .items .top_info i {
  font-size: 20px;
}
/* line 1244, ../sass/main.scss */
.bloguri .items .top_info > a {
  color: #9e9e9e;
}
/* line 1248, ../sass/main.scss */
.bloguri .items .dropdown-content {
  width: auto;
  right: 0 !important;
  left: auto !important;
}
/* line 1253, ../sass/main.scss */
.bloguri .items .dropdown-content li a {
  padding: 5px 0;
  color: #9e9e9e;
}
/* line 1256, ../sass/main.scss */
.bloguri .items .dropdown-content li a i {
  font-size: 20px;
}
/* line 1261, ../sass/main.scss */
.bloguri .items .dropdown-content li:hover a,
.bloguri .items .dropdown-content li:hover i {
  color: #37b1a9;
}
/* line 1268, ../sass/main.scss */
.bloguri .items .description {
  position: relative;
  z-index: 400;
  height: 200px;
  text-align: center;
}
/* line 1273, ../sass/main.scss */
.bloguri .items .description img {
  display: inline-block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
/* line 1279, ../sass/main.scss */
.bloguri .items .description h4 {
  color: #37b1a9;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
/* line 1285, ../sass/main.scss */
.bloguri .items .description h6 {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
/* line 1292, ../sass/main.scss */
.bloguri .items ul.articles {
  background-color: #FFF;
  max-height: 0;
  transition: max-height 0.45s ease-out;
  overflow: hidden;
  padding: 0 15px;
  position: absolute;
  z-index: 1000;
  top: 260px;
  left: 0;
  -moz-box-shadow: #e9e9e9 0px 2px 2px, #e9e9e9 2px 0px 0px, #e9e9e9 -2px 0px 2px;
  -webkit-box-shadow: #e9e9e9 0px 2px 2px, #e9e9e9 2px 0px 0px, #e9e9e9 -2px 0px 2px;
  box-shadow: #e9e9e9 0px 2px 2px, #e9e9e9 2px 0px 0px, #e9e9e9 -2px 0px 2px;
}
/* line 1305, ../sass/main.scss */
.bloguri .items ul.articles li {
  display: inline-block;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
/* line 1309, ../sass/main.scss */
.bloguri .items ul.articles li a {
  font-size: 14px;
  font-weight: 700;
  color: #424242;
}
/* line 1317, ../sass/main.scss */
.bloguri .items li:hover ul.articles {
  max-height: 800px;
  transition: max-height 0.85s ease-in;
  height: auto;
}

/* line 1326, ../sass/main.scss */
.blogger {
  padding: 30px 0;
}
/* line 1328, ../sass/main.scss */
/* .blogger .profile {
  -moz-box-shadow: #e9e9e9 0px 2px 2px, #e9e9e9 2px 0px 2px, #e9e9e9 0px -2px 2px, #e9e9e9 -2px 0px 2px;
  -webkit-box-shadow: #e9e9e9 0px 2px 2px, #e9e9e9 2px 0px 2px, #e9e9e9 0px -2px 2px, #e9e9e9 -2px 0px 2px;
  box-shadow: #e9e9e9 0px 2px 2px, #e9e9e9 2px 0px 2px, #e9e9e9 0px -2px 2px, #e9e9e9 -2px 0px 2px;
  padding: 40px 5px 12px;
  margin-bottom: 40px;
} */
/* line 1336, ../sass/main.scss */
/* .blogger .description {
  position: relative;
  z-index: 400;
  height: 200px;
  text-align: center;
} */
/* line 1341, ../sass/main.scss */
.blogger .description img {
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  float: left;
}
/* line 1347, ../sass/main.scss */
.blogger .description h4 {
  color: #37b1a9;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 12px 0 12px 60px;
}
/* line 1353, ../sass/main.scss */
.blogger .description h6 {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
/* line 1360, ../sass/main.scss */
.blogger .social {
  text-align: left;
  border-top: 1px solid #eee;
  padding-top: 8px;
  margin-top: 10px;
}
/* line 1364, ../sass/main.scss */
.blogger .social li {
  width: 100%;
}
/* line 1366, ../sass/main.scss */
.blogger .social li a {
  font-size: 15px;
  color: #9e9e9e;
  padding: 8px;
  display: inline-block;
}
/* line 1371, ../sass/main.scss */
.blogger .social li a:hover {
  color: #37b1a9;
}
/* line 1378, ../sass/main.scss */
.blogger .articles > .title {
  margin: 0 0 26px 0;
  padding: 28px 20px;
  font-size: 18px;
  -moz-box-shadow: #e9e9e9 0px 3px 3px, #e9e9e9 2px 0px 1px, #e9e9e9 -2px 0px 1px;
  -webkit-box-shadow: #e9e9e9 0px 3px 3px, #e9e9e9 2px 0px 1px, #e9e9e9 -2px 0px 1px;
  box-shadow: #e9e9e9 0px 3px 3px, #e9e9e9 2px 0px 1px, #e9e9e9 -2px 0px 1px;
}
/* line 1385, ../sass/main.scss */
.blogger .articles > .title span {
  color: #37b1a9;
}
/* line 1389, ../sass/main.scss */
.blogger .articles .article_ {
  border-top: 1px solid #eee;
  padding-top: 28px;
}
/* line 1392, ../sass/main.scss */
.blogger .articles .article_:first-of-type {
  border-top: 0;
}
/* line 1395, ../sass/main.scss */
.blogger .articles .article_ .wrapp_img {
  margin-bottom: 5px;
}
/* line 1401, ../sass/main.scss */
.blogger .article.single h2.title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px;
}
/* line 1406, ../sass/main.scss */
.blogger .article.single .wrapp_img {
  width: 100%;
  height: auto;
}
/* line 1409, ../sass/main.scss */
.blogger .article.single .wrapp_img img {
  width: 100%;
}
/* line 1413, ../sass/main.scss */
.blogger .article.single .top_info {
  position: absolute;
  z-index: 3000;
  top: 0;
  right: 0;
  text-align: right;
  padding: 15px 15px 0 0;
}
/* line 1420, ../sass/main.scss */
.blogger .article.single .top_info a {
  color: #fff;
}
/* line 1425, ../sass/main.scss */
.blogger .bloggers_list {
  overflow: hidden;
  padding: 0 10px;
  -moz-box-shadow: #e9e9e9 0px 2px 2px, #e9e9e9 2px 0px 2px, #e9e9e9 0px -2px 2px, #e9e9e9 -2px 0px 2px;
  -webkit-box-shadow: #e9e9e9 0px 2px 2px, #e9e9e9 2px 0px 2px, #e9e9e9 0px -2px 2px, #e9e9e9 -2px 0px 2px;
  box-shadow: #e9e9e9 0px 2px 2px, #e9e9e9 2px 0px 2px, #e9e9e9 0px -2px 2px, #e9e9e9 -2px 0px 2px;
}
/* line 1432, ../sass/main.scss */
.blogger .bloggers_list .title {
  font-size: 18px;
  font-weight: 700;
}
/* line 1436, ../sass/main.scss */
.blogger .bloggers_list li {
  border-top: 1px solid #eee;
  padding: 12px 0;
}
/* line 1439, ../sass/main.scss */
.blogger .bloggers_list li img {
  display: block;
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
/* line 1447, ../sass/main.scss */
.blogger .bloggers_list li h4 {
  font-size: 16px;
  margin: 5px 0 0 0;
}
/* line 1450, ../sass/main.scss */
.blogger .bloggers_list li h4 a {
  font-size: 16px;
  font-weight: 700;
  color: #37b1a9;
}
/* line 1456, ../sass/main.scss */
.blogger .bloggers_list li p {
  margin-top: 0;
  color: #9e9e9e;
}

/* line 1466, ../sass/main.scss */
.search_page .articles,
.archive_page .articles {
  overflow: hidden;
}
/* line 1468, ../sass/main.scss */
.search_page .articles > .title,
.archive_page .articles > .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}
/* line 1473, ../sass/main.scss */
.search_page .articles .c_base,
.archive_page .articles .c_base {
  font-size: 24px;
  text-decoration: underline;
}
/* line 1479, ../sass/main.scss */
.search_page .article_content h4 a,
.archive_page .article_content h4 a {
  font-size: 24px;
  line-height: 1.2em;
}
/* line 1484, ../sass/main.scss */
.search_page .c_base,
.archive_page .c_base {
  cursor: text;
}

/* line 1490, ../sass/main.scss */
.archive_page h1 {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}
/* line 1495, ../sass/main.scss */
.archive_page h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 300;
}
/* line 1500, ../sass/main.scss */
.archive_page .filters {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
  margin-bottom: 45px;
}
/* line 1504, ../sass/main.scss */
.archive_page .filters input.select-dropdown {
  border-bottom: 1px solid #e0e0e0;
  color: #9e9e9e;
}
/* line 1508, ../sass/main.scss */
.archive_page .filters label {
  color: #595858;
}
/* line 1511, ../sass/main.scss */
.archive_page .filters span.caret {
  color: #e0e0e0;
}

/* line 1517, ../sass/main.scss */
.about_us_page {
  text-align: center;
}
/* line 1519, ../sass/main.scss */
.about_us_page h2.title {
  font-size: 32px;
  width: 275px;
  margin: 70px auto 20px;
}
/* line 1523, ../sass/main.scss */
.about_us_page h2.title:after {
  content: "";
  display: inline-block;
  margin: auto;
  border: 2px solid #424242;
  width: 200px;
}
/* line 1531, ../sass/main.scss */
.about_us_page h4 {
  font-size: 18px;
  font-weight: 300;
  color: #616161;
  width: 100%;
  max-width: 700px;
  margin: auto;
  line-height: 1.6em;
}
/* line 1540, ../sass/main.scss */
.about_us_page .despre_noi {
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
/* line 1544, ../sass/main.scss */
.about_us_page .despre_noi .messages {
  text-align: center;
  padding-top: 120px;
}
/* line 1548, ../sass/main.scss */
.about_us_page .despre_noi .item {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
/* line 1552, ../sass/main.scss */
.about_us_page .despre_noi .item:nth-of-type(1) {
  z-index: 10;
  left: 0;
  margin-left: -60px;
}

/*.about_us_page .despre_noi .item:nth-of-type(2) {
  z-index: 7;
  left: 0;
  margin-left: -155px;
}*/
/* line 1556, ../sass/main.scss */
.about_us_page .despre_noi .item:nth-of-type(2) {
  z-index: 5;
  margin-left: -150px;
}
/* line 1560, ../sass/main.scss */
.about_us_page .despre_noi .item:nth-of-type(3) {
  z-index: 8;
  margin-left: -140px;
}
/* line 1564, ../sass/main.scss */
.about_us_page .despre_noi .item:nth-of-type(4) {
  z-index: 10;
  margin-left: -125px;
}
/* line 1568, ../sass/main.scss */
.about_us_page .despre_noi .item:nth-of-type(5) {
  z-index: 8;
  margin-left: -140px;
}
/* line 1572, ../sass/main.scss */
.about_us_page .despre_noi .item:nth-of-type(6) {
  z-index: 7;
  margin-left: -160px;
}
/*.about_us_page .despre_noi .item:nth-of-type(8) {
  z-index: 9;
  margin-left: -150px;
}*/
.about_us_page .despre_noi .item:nth-of-type(7) {
  z-index: 10;
  margin-left: -134px;
}
/* line 1576, ../sass/main.scss */
.about_us_page .despre_noi .item img {
  display: block;
}
/* line 1579, ../sass/main.scss */
.about_us_page .despre_noi .item span.bg {
  overflow: hidden;
  z-index: 2000;
  padding: 20px 7px 20px 7px;
  width: 175px;
  max-height: 118px;
  height: 118px;
  transition: all 0.5s ease-in;
  position: absolute;
  opacity: 0;
  top: -100px;
  left: -90px;
  text-align: center;
  font-size: 13px;
  background-image: url("/assets/frontend/images/comment-box.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 1597, ../sass/main.scss */
.about_us_page .despre_noi .item span.bg.reverse {
  left: auto;
  right: -80px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/* line 1606, ../sass/main.scss */
.about_us_page .despre_noi .item span.bg.reverse > span {
  display: block;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/* line 1618, ../sass/main.scss */
.about_us_page .despre_noi .item:hover span {
  opacity: 1;
}

/* line 1624, ../sass/main.scss */
.about_us_page .our_team {
  padding-bottom: 120px;
  overflow: hidden;
}
/* line 1627, ../sass/main.scss */
.about_us_page .our_team .elements {
  text-align: center;
  padding-top: 80px;
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
/* line 1635, ../sass/main.scss */
.about_us_page .our_team .elements:hover .item:after {
  left: 0;
}
/* line 1638, ../sass/main.scss */
.about_us_page .our_team .elements:hover .item:before {
  top: 0;
}
/* line 1644, ../sass/main.scss */
.about_us_page .our_team .item {
  float: left;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  width: 360px;
  height: 315px;
  position: relative;
}
/* line 1653, ../sass/main.scss */
.about_us_page .our_team .item:hover .hover {
  margin-left: 0;
}
/* line 1656, ../sass/main.scss */
.about_us_page .our_team .item:hover img {
  filter: gray;
  -webkit-filter: grayscale(100%);
  left: 60%;
}
/* line 1663, ../sass/main.scss */
.about_us_page .our_team .item:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 0;
  border-bottom: 1px solid #e0e0e0;
  bottom: 0;
  left: 0;
  transition: all 1s ease-in;
}
/* line 1674, ../sass/main.scss */
.about_us_page .our_team .item:nth-of-type(3n):after {
  left: 100%;
}
/* line 1680, ../sass/main.scss */
.about_us_page .our_team .item:nth-of-type(3n-1):after, .about_us_page .our_team .item:nth-of-type(3n-2):after {
  left: -100%;
}
/* line 1683, ../sass/main.scss */
.about_us_page .our_team .item:nth-of-type(3n-1):before, .about_us_page .our_team .item:nth-of-type(3n-2):before {
  content: "";
  height: 100%;
  position: absolute;
  width: 0;
  border-right: 1px solid #e0e0e0;
  top: 100%;
  right: 0;
  transition: all 1s ease-in;
}
/* line 1696, ../sass/main.scss */
.about_us_page .our_team .item:nth-of-type(3n+4):before, .about_us_page .our_team .item:nth-of-type(3n+5):before {
  top: -100%;
}
/* line 1700, ../sass/main.scss */
.about_us_page .our_team .item img {
  display: block;
  transition: all 0.6s ease-in;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: -1;
  display: block;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
/* line 1713, ../sass/main.scss */
.about_us_page .our_team .item .hover {
  transition: all 0.5s ease-in;
  text-align: left;
  padding: 28px 0 10px 28px;
  width: 75%;
  margin-left: -75%;
}
/* line 1719, ../sass/main.scss */
.about_us_page .our_team .item .hover .title {
  margin: 0;
  font-size: 28px;
}
/* line 1723, ../sass/main.scss */
.about_us_page .our_team .item .hover h4 {
  margin: 0;
  font-size: 18px;
  color: #616161;
}
/* line 1728, ../sass/main.scss */
.about_us_page .our_team .item .hover p {
  color: #909090;
  height: 105px;
    margin-bottom: 0px;
    overflow-y: scroll;
}
.about_us_page .our_team .item .hover p::-webkit-scrollbar-track {
    background-color: rgba(50,50,50,0.05);
}
.about_us_page .our_team .item .hover p::-webkit-scrollbar-thumb {
    background-color: rgba(50,50,50,0.25);
    border: 1px solid transparent;
    border-radius: 10px;
    background-clip: padding-box;
}
.about_us_page .our_team .item .hover p::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    position: absolute;
}
/* line 1732, ../sass/main.scss */
.about_us_page .our_team .item .hover .socials a {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  color: #707070;
  margin-right: 10px;
}

/* line 1747, ../sass/main.scss */
#map {
  width: 100%;
  height: 450px;
  margin: 60px 0;
}

/* line 1753, ../sass/main.scss */
.contacts {
  padding: 60px 0;
  text-align: center;
}
/* line 1756, ../sass/main.scss */
.contacts h2.title {
  font-size: 42px;
  font-weight: 700;
  margin-top: 0;
}
/* line 1761, ../sass/main.scss */
.contacts h4 {
  font-size: 22px;
  font-weight: 300;
}

/* line 1767, ../sass/main.scss */
.form {
  width: 100%;
  max-width: 640px;
  margin: auto;
}
/* line 1771, ../sass/main.scss */
.form input[type='text'] {
  border: 1px solid #e0e0e0;
  color: #9e9e9e;
  line-height: 48px;
  height: 48px;
}
/* line 1776, ../sass/main.scss */
.form input[type='text']:hover, .form input[type='text']:focus {
  border-bottom: 1px solid #e0e0e0;
  box-shadow: none;
}
/* line 1782, ../sass/main.scss */
.form textarea {
  border: 1px solid #e0e0e0;
  padding: 10px;
  height: auto;
}
/* line 1787, ../sass/main.scss */
.form input[type='submit'] {
  font-size: 18px;
  font-weight: 600;
  padding: 16px;
  height: auto;
  width: 100%;
  max-width: 300px;
  margin-top: 30px;
}
/* line 1796, ../sass/main.scss */
.form .select-wrapper {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 1800, ../sass/main.scss */
.form .select-wrapper input.select-dropdown {
  border: 1px solid #e0e0e0;
  padding: 0;
  color: #9e9e9e;
}
/* line 1806, ../sass/main.scss */
.form span.caret {
  color: #e0e0e0;
  right: 10px;
}

/* line 1812, ../sass/main.scss */
.pagination {
  margin: 30px 0;
  text-align: center;
}

/* line 1817, ../sass/main.scss */
.pagination li {
  padding: 0px;
  line-height: 40px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
/* line 1823, ../sass/main.scss */
.pagination li.active {
  background-color: #37b1a9;
}

/* line 1828, ../sass/main.scss */
.pagination li a {
  padding: 8px 18px;
}

/* line 1832, ../sass/main.scss */
h3.title {
  font-size: 30px;
  font-weight: 600;
}

/* line 1838, ../sass/main.scss */
.galerie h4.title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
/* line 1844, ../sass/main.scss */
.galerie p {
  margin-top: 6px;
  text-align: center;
}
/* line 1848, ../sass/main.scss */
.galerie .elements {
  margin: 50px 0;
}
/* line 1851, ../sass/main.scss */
.galerie .element {
  margin-bottom: 30px;
}
/* line 1853, ../sass/main.scss */
.galerie .element .wrapp_img {
  overflow: hidden;
  position: relative;
}
/* line 1856, ../sass/main.scss */
.galerie .element .wrapp_img img {
  width: 100%;
  display: block;
}
/* line 1860, ../sass/main.scss */
.galerie .element .wrapp_img .hover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 200;
  top: -100%;
  left: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 1874, ../sass/main.scss */
.galerie .element .wrapp_img:hover .hover {
  top: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 1879, ../sass/main.scss */
.galerie .element .wrapp_img:hover .hover .btn_zoom_green {
  top: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 1888, ../sass/main.scss */
.galerie .element .btn_.btn_white {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 140px;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
/* line 1904, ../sass/main.scss */
.galerie .element .btn_zoom_green {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  position: absolute;
  display: block;
  bottom: 0;
  top: -500px;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  color: #fff;
  background-color: rgba(58, 166, 160, 0.9);
  text-align: center;
  border-radius: 50%;
}
/* line 1921, ../sass/main.scss */
.galerie .element .btn_zoom_green:before {
  content: "\e810";
  font-family: "myfont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-size: 50px;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 70px;
}

/* line 1941, ../sass/main.scss */
.elements.books .element {
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 30px;
  border: 1px solid #f1f1f1;
  padding: 6px;
}
/* line 1951, ../sass/main.scss */
.elements.books .element:hover .hover {
  top: 0;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 1959, ../sass/main.scss */
.elements.books .element .hover {
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  position: absolute;
  top: -600px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 200;
}
/* line 1971, ../sass/main.scss */
.elements.books .element img {
  display: block;
  width: 100%;
}
/* line 1975, ../sass/main.scss */
.elements.books .element h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
/* line 1980, ../sass/main.scss */
.elements.books .element p {
  font-size: 16px;
  margin-top: 0;
}
/* line 1984, ../sass/main.scss */
.elements.books .element .btn {
  text-transform: none;
}
/* line 1987, ../sass/main.scss */
.elements.books .element .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 220px;
  margin: auto;
}

/* line 2000, ../sass/main.scss */
.lists {
  padding-bottom: 60px;
}
/* line 2002, ../sass/main.scss */
.lists .list {
  margin-top: 20px;
}
/* line 2004, ../sass/main.scss */
.lists .list h4 {
  font-size: 20px;
  font-weight: 700;
}
/* line 2009, ../sass/main.scss */
.lists .list h5 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
/* line 2015, ../sass/main.scss */
.lists .list a {
  color: #37b1a9;
  font-size: 15px;
  font-weight: 300;
}

/* line 2025, ../sass/main.scss */
.card_list .card {
  padding: 15px;
  margin-bottom: 30px;
  display: flex;
}
/* line 2029, ../sass/main.scss */
.card_list .card img {
  padding: 8px;
  border: 1px solid #eee;
  float: left;
  display: block;
  max-width: 120px;
  height: auto;
  margin-right: 15px;
}
/* line 2038, ../sass/main.scss */
.card_list .card h4 {
  margin: 0;
  font-weight: 700;
}
/* line 2042, ../sass/main.scss */
.card_list .card a {
  color: #37b1a9;
  font-size: 15px;
}

/* line 2049, ../sass/main.scss */
.sprijin {
  padding: 50px 0;
  background-color: #000;
  color: #fff;
}
/* line 2053, ../sass/main.scss */
.sprijin .wrapp_img {
  margin-right: 20px;
}
/* line 2056, ../sass/main.scss */
.sprijin h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 24px;
}
/* line 2061, ../sass/main.scss */
.sprijin p {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
}

.slider-img{
  position: relative;
}

.slider-img-source{
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.35);
  padding: 7px;
  color: #FFFFFF;
}

