@charset "UTF-8";
@media screen and (max-width: 640px) {
  html.search-open, html.comments-open {
    height: 100%;
    overflow: hidden;
  }
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 640px) {
  .search-open body, .comments-open body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .mobilemenu-open body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a img {
  border-style: none;
}

.svg-spritesheet {
  display: none;
}

.voog-bg-picker-btn {
  top: 0;
  left: 10px;
  padding: 0;
  border-style: none;
  opacity: .9;
}
.voog-bg-picker-btn::-moz-focus-inner {
  padding: 0;
  border: none;
}
.voog-bg-picker-btn.is-hidden {
  display: none;
}
.header-bottom .voog-bg-picker-btn {
  top: 70px;
}
.header-top-with-bg .header-bottom .voog-bg-picker-btn {
  top: 145px;
}
@media screen and (max-width: 1024px) {
  .header-top-with-bg .header-bottom .voog-bg-picker-btn {
    top: 120px;
  }
}
@media screen and (max-width: 640px) {
  .header-top-with-bg .header-bottom .voog-bg-picker-btn {
    top: 70px;
  }
}
.blog-article-page .header-bottom .voog-bg-picker-btn {
  top: 113px;
}
.header-bottom .voog-bg-picker-btn:hover {
  opacity: 1;
}

.btn {
  display: none;
}
.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn.edy-bgpicker-toggle-button {
  display: block;
}

.site-container {
  margin: 0 auto;
  position: relative;
  perspective: 1000px;
  transition: transform 0.5s;
}
.site-container:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.flexbox .site-container {
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100vh;
}
.editmode.flexbox .site-container {
  min-height: calc(100vh - 40px);
}
@media screen and (max-width: 1024px) {
  .mobilemenu-open .site-container {
    transform: translate3d(-250px, 0, 0);
  }
}
.mobilemenu-open .site-container:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s;
}
.blog-article-page .site-container {
  overflow: hidden;
}
.comments-open .site-container {
  overflow: visible;
}

.page-body {
  position: relative;
}
.flexbox .page-body {
  box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.page-content {
  display: block;
  position: relative;
  max-width: 100vw;
}

.background-image,
.background-color {
  position: absolute;
}

.background-image {
  z-index: -2;
  background-position: center;
  background-size: cover;
}

.background-color {
  z-index: -1;
}

.wrap {
  margin: 0 auto;
}
.header-top .wrap {
  max-width: 100%;
}

.inner {
  margin: 0 auto;
  padding: 50px 40px 60px;
}
.inner:empty {
  display: none;
}
.inner.has-bottom-content {
  padding-bottom: 30px;
}
.inner.no-bottom-padding {
  padding-bottom: 0;
}
.front-page .main-content .inner {
  padding: 70px 40px 0;
}
@media screen and (max-width: 640px) {
  .front-page .main-content .inner {
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .item-list-page.sidebar-inactive .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 641px) {
  .item-list-page.sidebar-inactive .inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .item-list-page.sidebar-active .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 641px) {
  .item-list-page.sidebar-active .inner {
    padding-right: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .item-list-page.sidebar-active .inner {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .item-list-page.sidebar-active .inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .item-page.sidebar-inactive .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 641px) {
  .item-page.sidebar-inactive .inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .item-page.sidebar-active .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 641px) {
  .item-page.sidebar-active .inner {
    padding-right: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .item-page.sidebar-active .inner {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .item-page.sidebar-active .inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding: 30px 20px 40px;
  }
}

.dark-background {
  color: white;
}
.dark-background h1, .dark-background h2, .dark-background h3, .dark-background h4, .dark-background p, .dark-background pre {
  color: white;
}
.site-footer .dark-background {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .dark-background a,
.site-footer .dark-background b {
  color: white;
}
.dark-background .header-title a {
  color: white;
}
.dark-background .menu li a {
  color: white;
  opacity: .7;
}
.dark-background .menu li a:hover {
  opacity: 1;
}
.dark-background .menu li.selected a {
  opacity: 1;
}
.dark-background .lang-title {
  color: white;
}
.dark-background .lang-menu.menu-language-list .lang-title a {
  color: white;
}
.dark-background .voog-reference svg path {
  fill: white;
}
.dark-background .site-options .search-btn svg path {
  fill: white;
}
@media screen and (max-width: 640px) {
  .search-open .dark-background .site-options .search-btn svg path {
    fill: rgba(0, 0, 0, 0.7);
  }
}

.light-background {
  color: black;
}
.light-background h1, .light-background h2, .light-background h3, .light-background h4 {
  color: black;
}
.site-header .light-background a {
  color: black;
}
.site-header .light-background .header-title a {
  color: black;
}
.site-header .light-background .menu li a {
  color: rgba(0, 0, 0, 0.7);
}
.site-header .light-background .menu li a:hover {
  color: black;
}
.site-header .light-background .menu li a.untranslated {
  color: rgba(199, 9, 9, 0.7);
}
.site-header .light-background .menu li a.untranslated:hover {
  color: #c70909;
}
.site-header .light-background .menu li.selected a {
  color: black;
}
.site-footer .light-background {
  color: rgba(0, 0, 0, 0.7);
}
.light-background .lang-title {
  color: black;
}

.table-holder {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  opacity: 0;
  transition: opacity .3s;
}
.loader::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  box-sizing: content-box;
}
.not-loaded .loader, .is-loaded .loader {
  margin-top: calc((20px / 2) * -1);
  margin-left: calc((20px / 2) * -1);
  border: 1px solid transparent;
  animation: rotation .7s infinite linear;
}
.not-loaded .loader::before, .is-loaded .loader::before {
  border-top: 1px solid black;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-radius: 100%;
}
.not-loaded .loader {
  opacity: 1;
}
.is-loaded .loader {
  opacity: 0;
}
.with-error .loader {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-color: rgba(199, 9, 9, 0.3);
  opacity: 1;
}
.with-error .loader::before, .with-error .loader::after {
  position: absolute;
  top: 14px;
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  content: '';
}
.with-error .loader::before {
  left: 4px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.with-error .loader::after {
  right: 4px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.wrap:after, .common-page .sidebar-active:after, .blog-news-page .articles-listing:after, .site-header:after, .search:after,
.search-form:after, .site-footer .blog-article-nav:after, .content-area:after, .contacts .content-area table tr:after, .footer .content-area table tr:after {
  display: table;
  clear: both;
  content: '';
}

.stretch, .background-image,
.background-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.toggle-sub-menu, .mobile-menu-toggler, .lang-menu-btn, .search-btn,
.search-submit {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-style: none;
  cursor: pointer;
}
.toggle-sub-menu:focus, .mobile-menu-toggler:focus, .lang-menu-btn:focus, .search-btn:focus,
.search-submit:focus {
  outline: none;
}
.toggle-sub-menu::-moz-focus-inner, .mobile-menu-toggler::-moz-focus-inner, .lang-menu-btn::-moz-focus-inner, .search-btn::-moz-focus-inner,
.search-submit::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.site-search .search-input, .content-area .form_field_textfield,
.content-area .form_field_textarea,
.content-area .form_field_select {
  -webkit-appearance: none;
  border-radius: 0;
}

.site-search .search-input, .content-area .form_field_textfield,
.content-area .form_field_textarea,
.content-area .form_field_select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.wrap {
  max-width: 1040px;
}

.edy-content-element > .form {
  margin: 20px 0;
}

.front-page .page-content .content-header {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.front-page .page-content .content-slogan {
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.front-page .page-content .content-header {
  margin-bottom: 10px;
}
.front-page .page-content .content-slogan {
  margin-bottom: 80px;
}
.front-page .main-feature {
  padding-top: 70px;
}
@media screen and (max-width: 640px) {
  .front-page .main-feature {
    padding-top: 40px;
  }
}
.front-page .main-feature .wrap {
  padding: 0 40px;
  font-size: 0;
  text-align: center;
  max-width: 1123px;
}
@media screen and (max-width: 640px) {
  .front-page .main-feature .wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 641px) {
  .front-page .main-feature .feature {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
  }
}
.editmode .front-page .main-feature .feature:nth-child(3n+1) .aspect-ratio-inner:not(.active), .editmode .front-page .main-feature .feature:nth-child(3n+2) .aspect-ratio-inner:not(.active) {
  border-left-style: dashed;
}
.editmode .front-page .main-feature .feature:nth-child(3n+2) .aspect-ratio-inner:not(.active), .editmode .front-page .main-feature .feature:nth-child(3n+3) .aspect-ratio-inner:not(.active) {
  border-right-style: dashed;
}
.front-page .main-feature .feature:empty {
  display: none;
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .front-page .main-feature .feature:first-child .feature-content {
    margin-right: 15px;
    margin-left: 0;
  }
  .front-page .main-feature .feature:nth-child(2) .feature-content {
    margin-right: 15px;
    margin-left: 15px;
  }
  .front-page .main-feature .feature:last-child .feature-content {
    margin-right: 0;
    margin-left: 15px;
  }
}
.front-page .main-feature .feature-image {
  position: relative;
  margin-bottom: 25px;
}
.front-page .main-feature .feature-image:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 66.54135%;
}
.front-page .main-feature .feature-image > .aspect-ratio-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.front-page .main-feature .feature-image.has-margin {
  margin-bottom: 70px;
}
.front-page .main-feature .feature-image.empty-hidden {
  display: none;
}
.front-page .main-feature .aspect-ratio-inner {
  background-size: cover;
  background-position: center;
}
.front-page .main-feature .aspect-ratio-inner:not(.active) {
  border-width: 1px;
}
.editmode .front-page .main-feature .aspect-ratio-inner:not(.active) {
  border-top-style: dashed;
  border-bottom-style: dashed;
}
@media screen and (max-width: 640px) {
  .editmode .front-page .main-feature .aspect-ratio-inner:not(.active) {
    border-right-style: dashed;
    border-left-style: dashed;
  }
}
.front-page .main-feature .aspect-ratio-inner.active {
  border-width: 0;
}
.editmode .front-page .main-feature .aspect-ratio-inner {
  display: -ms-flexbox !important;
  display: flex !important;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.front-page .main-feature .edy-img-drop-area .edy-img-drop-area-remove-image {
  top: 5px;
  right: 5px;
}
.front-page .main-feature .edy-img-drop-area-placeholder {
  font-size: 14px;
}
.front-page .main-feature .feature-content {
  margin: 0 30px 70px;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .front-page .main-feature .feature-content {
    margin: 0 0 40px;
  }
}
.front-page .main-feature .feature-content:empty {
  display: none;
}
.front-page .main-feature .content-area {
  text-align: left;
  line-height: 1.7;
}
.front-page .main-feature .content-area h3 {
  margin-bottom: 8px;
}
.front-page .front-page-content-bottom .wrap {
  height: 360px;
  display: table;
  width: 100%;
}
.front-page .front-page-content-bottom .wrap .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.front-page .content-full {
  position: relative;
}
.front-page .content-full .content-full-inner {
  position: relative;
}

.common-page .sidebar-active {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.common-page .sidebar-active .wrap {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .common-page .sidebar-active .wrap {
    margin-right: auto;
    margin-left: auto;
  }
}
.common-page .sidebar-active .inner {
  width: auto;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .common-page .sidebar-active .page-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 265px);
  }
}
.common-page .main-content .wrap {
  max-width: 780px;
}
.common-page .main-content .content-half {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.common-page .main-content .content-half.has-padding {
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  .common-page .main-content .content-half {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 851px) {
  .common-page .main-content .content-left {
    padding: 0 20px 60px 40px;
  }
}
@media screen and (max-width: 640px) {
  .common-page .main-content .content-left {
    padding: 0 20px 20px;
  }
}
@media screen and (min-width: 851px) {
  .common-page .main-content .content-right {
    padding: 0 40px 60px 20px;
  }
}
@media screen and (max-width: 640px) {
  .common-page .main-content .content-right {
    padding: 0 20px 20px;
  }
}

.blog-news-page .main-content .wrap {
  max-width: 780px;
}
.blog-news-page .article-title {
  font-size: 32px;
  font-weight: 300;
  margin: 10px 0 0;
}
@media screen and (max-width: 850px) {
  .blog-news-page .article-title {
    font-size: 26px;
  }
}
.blog-news-page .article-title a {
  color: black;
  text-decoration: none;
}
.blog-news-page .article-content {
  margin-top: 20px;
}
.blog-news-page .blog-article {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  position: relative;
  padding-top: 50px;
}
.blog-news-page .blog-article:first-child {
  padding-top: 0;
}
.blog-news-page .blog-article .article-image {
  position: relative;
  z-index: 1;
  margin-top: 25px;
  margin-bottom: 20px;
}
.blog-news-page .blog-article .article-image:before {
  display: block;
  width: 100%;
  padding-top: 65.715%;
  content: '';
}
.blog-news-page .article-author,
.blog-news-page .article-date {
  font-size: 14px;
  color: black;
  opacity: .35;
  font-weight: 400;
  line-height: 1;
  display: inline;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dark-background .blog-news-page .article-author, .dark-background
.blog-news-page .article-date {
  color: rgba(255, 255, 255, 0.35);
}
.blog-news-page .article-excerpt {
  color: rgba(0, 0, 0, 0.7);
  font-size: rem-calc(18px);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 20px;
}
.blog-news-page .article-read-more-btn {
  display: inline-block;
  text-decoration: underline;
}
.blog-news-page .article-read-more-btn:hover {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .blog-news-page .article-header {
    margin: 0;
  }
}
.blog-news-page .articles-listing {
  max-width: 695px;
  margin: 0 auto;
}
.blog-news-page .articles-listing .articles-listing-header {
  margin: 62px 0 30px;
}
.blog-news-page .articles-listing .articles-listing-title {
  font-size: 22px;
  text-transform: uppercase;
}
.blog-news-page .articles-listing .blog-article {
  padding: 0;
}
.blog-news-page .articles-listing .blog-article .article-header {
  margin: 0 0 20px;
}
.blog-news-page .articles-listing .blog-article .article-date {
  font-size: 12px;
  font-size: 12px;
  color: black;
  opacity: .35;
  font-weight: 400;
  line-height: 1.7;
  position: absolute;
  top: 4px;
  letter-spacing: 1px;
}
.blog-news-page .articles-listing .blog-article .article-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  margin-left: 170px;
}
@media screen and (max-width: 480px) {
  .blog-news-page .articles-listing {
    margin: 0;
  }
  .blog-news-page .articles-listing .blog-article .article-date {
    position: static;
  }
  .blog-news-page .articles-listing .blog-article .article-title {
    margin: 0;
  }
}
.blog-news-page .dark-background .article-author,
.blog-news-page .dark-background .article-date,
.blog-news-page .dark-background .articles-listing .article-date {
  color: rgba(255, 255, 255, 0.35);
}

.blog-article-page .article-types-toggle {
  font-size: 0;
  position: absolute;
  top: 85px;
  left: 20px;
  display: inline-block;
  overflow: hidden;
  width: 150px;
  border-radius: 5px;
}
.blog-article-page .article-types-toggle .type-btn {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.3;
  display: inline-block;
  float: left;
  width: 75px;
  padding: 5px 5px 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: white;
  border-style: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.blog-article-page .article-types-toggle .type-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.blog-article-page .article-types-toggle .type-btn.is-active {
  background-color: black;
}
.blog-article-page.header-top-with-bg .article-types-toggle {
  top: 150px;
}
@media screen and (max-width: 1024px) {
  .blog-article-page.header-top-with-bg .article-types-toggle {
    top: 125px;
  }
}
@media screen and (max-width: 640px) {
  .blog-article-page.header-top-with-bg .article-types-toggle {
    top: 80px;
  }
}
.blog-article-page .article-body, .blog-article-page .article-excerpt {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  margin: 30px 0 0;
  color: rgba(0, 0, 0, 0.7);
}
.blog-article-page .article-excerpt {
  font-weight: 400;
}
.blog-article-page .article-excerpt:empty {
  display: none;
}
.blog-article-page .comments-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  color: black;
}
.blog-article-page .comments-title:hover .comments-title-inner,
.blog-article-page .comments-title:hover .comments-count {
  opacity: 1;
}
.dark-background .blog-article-page .comments-title {
  color: white;
}
.blog-article-page .comments-title .comments-title-inner {
  opacity: .35;
}
.blog-article-page .comments-title .comments-count {
  opacity: .7;
}
.blog-article-page .main-content {
  transition: min-height 250ms;
  min-height: 0;
  will-change: min-height;
}
.blog-article-page .main-content .wrap {
  max-width: 780px;
}
.blog-article-page .main-content .article-meta {
  display: inline-block;
  margin-right: 30px;
}
.blog-article-page .main-content .article-meta.is-hidden {
  display: none;
}
.blog-article-page .main-content .article-header {
  margin: 10px 0 30px;
}
@media screen and (max-width: 480px) {
  .blog-article-page .main-content .article-header.comments-open .blog-article-page .main-content .article-header {
    display: none;
  }
}
.blog-article-page .main-content .article-header .article-title {
  line-height: 1.4;
  margin-bottom: 0;
}
.blog-article-page .main-content .article-header a {
  border-bottom: none;
}
.blog-article-page .main-content .article-author,
.blog-article-page .main-content .article-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: inline;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: black;
  opacity: .35;
}
.blog-article-page .main-content .article-author.is-hidden,
.blog-article-page .main-content .article-date.is-hidden {
  display: none;
}
.blog-article-page .article-author,
.blog-article-page .article-date {
  opacity: .35;
}
.blog-article-page .dark-background .article-author,
.blog-article-page .dark-background .article-date {
  color: white;
}
.blog-article-page.header-top-with-bg .header-bottom .voog-bg-picker-btn {
  top: 180px;
}
@media screen and (max-width: 1024px) {
  .blog-article-page.header-top-with-bg .header-bottom .voog-bg-picker-btn {
    top: 155px;
  }
}
@media screen and (max-width: 640px) {
  .blog-article-page.header-top-with-bg .header-bottom .voog-bg-picker-btn {
    top: 115px;
  }
}

.article-comments {
  transition: 250ms;
  position: absolute;
  top: 0;
  right: -486px;
  z-index: 1;
  width: 440px;
  padding: 45px 40px;
  background-color: white;
  box-shadow: -10px 19px 30px rgba(68, 68, 68, 0.31);
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .article-comments {
    display: none;
    right: 0;
    box-sizing: border-box;
    box-shadow: none;
    transition: 0ms;
  }
}
.article-comments.open {
  transition: 250ms;
  top: 0;
  right: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .article-comments.open {
    display: block;
    transition: 0ms;
    width: 100%;
  }
}
.article-comments .comments-body {
  max-height: 100%;
}
@media screen and (max-width: 640px) {
  .comments-open .article-comments .comments-body {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    height: 100vh;
    padding: 20px;
    background-color: white;
  }
}
.article-comments .comments-body .comments-header .comments-title {
  margin-top: 0;
}
.article-comments .comments-body .comments-title {
  margin: 20px 0 20px 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.7;
  color: black;
  cursor: text;
  text-transform: none;
}
.article-comments .comments-body .comments-title .comments-count {
  display: inline-block;
  font-size: 14px;
  color: black;
  opacity: .35;
  vertical-align: middle;
}
.article-comments .comments-body .form_field_textfield,
.article-comments .comments-body .form_field_textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
}
.article-comments .comment {
  margin: 20px 0 0;
  color: rgba(0, 0, 0, 0.7);
}
.article-comments .comment:first-child {
  margin-top: 0;
}
.article-comments .comment .comment-body {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.article-comments .comment .comment-author,
.article-comments .comment .comment-date {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  color: black;
  opacity: .35;
}
.article-comments .comments-close.dark-background .btn-close {
  background-color: white;
}
.article-comments .comments-close.dark-background .btn-close .ico-close {
  fill: black;
}
.article-comments .comments-close .btn-close {
  position: absolute;
  top: 0;
  left: -46px;
  width: 46px;
  height: 46px;
  line-height: 1;
  cursor: pointer;
  background-color: black;
}
@media screen and (max-width: 850px) {
  .article-comments .comments-close .btn-close {
    right: 0;
    left: auto;
    background-color: white;
  }
}
@media screen and (min-width: 851px) {
  .article-comments .comments-close .btn-close:hover {
    transition: 500ms;
    opacity: .7;
  }
}
.article-comments .comments-close .btn-close .ico-close {
  padding: 15px;
  fill: white;
}
@media screen and (max-width: 850px) {
  .article-comments .comments-close .btn-close .ico-close {
    fill: rgba(0, 0, 0, 0.7);
  }
  .article-comments .comments-close .btn-close .ico-close:hover {
    transition: 500ms;
    fill: rgba(0, 0, 0, 0.7);
  }
}

.blog-tags {
  margin-bottom: 20px;
}
.blog-article .blog-tags {
  margin-bottom: 15px;
}
.blog-tags .tags-toggle {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.blog-tags .tags-icon {
  position: absolute;
  top: -3px;
  left: 0;
  fill: rgba(0, 0, 0, 0.7);
}
.dark-background .blog-tags .tags-icon {
  fill: rgba(255, 255, 255, 0.7);
}
.blog-tags .tags-title {
  padding: 0px 20px 0 25px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.blog-tags .ico-arrow {
  position: absolute;
  right: 0;
  top: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: black transparent transparent transparent;
}
.blog-tags .ico-arrow.active {
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent black transparent;
}
.dark-background .blog-tags .ico-arrow.active {
  border-color: white transparent transparent transparent;
}
.dark-background .blog-tags .ico-arrow {
  border-color: transparent transparent white transparent;
}
.blog-tags .tags-bottom {
  display: none;
  margin-top: 15px;
}
.blog-tags .tags-bottom.visible {
  display: block;
}
.blog-tags .menu {
  display: inline-block;
  padding-left: 0;
}
.blog-tags .menu .menu-item {
  display: inline-block;
  margin-top: 5px;
  vertical-align: top;
}
.blog-tags .menu .menu-item:before {
  display: none;
}
.blog-tags .menu .menu-link {
  padding: 1px 5px;
  font-size: 12px;
  color: #a4a4a4;
  text-decoration: none;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.03);
}
.blog-tags .menu .menu-link:hover {
  opacity: .7;
}
.blog-tags .menu .menu-link.active {
  color: white;
  background-color: #a4a4a4;
}
.dark-background .blog-tags .menu .menu-link {
  background-color: rgba(255, 255, 255, 0.2);
}

.site-header {
  position: relative;
}
@media screen and (max-width: 850px) {
  .site-header .header-left,
  .site-header .header-right {
    float: none;
  }
  .no-flexbox .site-header .header-left, .no-flexbox
  .site-header .header-right {
    display: table-cell;
    vertical-align: top;
  }
  .site-header .header-left {
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 640px) {
  .search-open .site-header {
    position: static;
  }
}
.site-header .header-top .wrap {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}
.flexbox .site-header .header-top .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.header-top-with-bg .site-header .header-top .wrap {
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .header-top-with-bg .site-header .header-top .wrap {
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 640px) {
  .site-header .header-top .wrap {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.site-header .header-top .site-options {
  display: inline-block;
  vertical-align: top;
  height: 27px;
}
@media screen and (max-width: 1024px) {
  .site-header .header-top .site-options {
    margin-left: 20px;
  }
}
.site-header .header-title {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  min-width: 140px;
}
.site-header .header-title a {
  text-decoration: none;
}
.site-header .header-title a:hover {
  opacity: .7;
}
.blog-article-page .site-header .header-body {
  text-align: center;
}
.site-header .header-left {
  max-width: 100%;
}
.flexbox .site-header .header-left {
  box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.no-flexbox .site-header .header-left {
  float: left;
}
@media screen and (max-width: 640px) {
  .no-flexbox .site-header .header-left {
    float: none;
  }
}
.site-header .header-right {
  position: relative;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .site-header .header-right {
    margin-top: 1px;
  }
}
@media screen and (max-width: 640px) {
  .search-open .site-header .header-right {
    position: static;
  }
}
.no-flexbox .site-header .header-right {
  float: right;
}
.site-header .header-bottom .header-bottom-inner {
  display: table;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
}
.common-page .site-header .header-bottom .header-bottom-inner, .blog-news-page .site-header .header-bottom .header-bottom-inner, .blog-article-page .site-header .header-bottom .header-bottom-inner, .item-list-page .site-header .header-bottom .header-bottom-inner {
  height: 253px;
}
@media screen and (max-width: 640px) {
  .common-page .site-header .header-bottom .header-bottom-inner, .blog-news-page .site-header .header-bottom .header-bottom-inner, .blog-article-page .site-header .header-bottom .header-bottom-inner, .item-list-page .site-header .header-bottom .header-bottom-inner {
    height: 130px;
  }
}
.front-page .site-header .header-bottom .header-bottom-inner {
  height: 606px;
}
@media screen and (max-width: 640px) {
  .front-page .site-header .header-bottom .header-bottom-inner {
    height: 400px;
  }
}
.site-header .header-bottom .header-bottom-inner .wrap {
  display: table-cell;
  padding: 60px 40px 90px;
  vertical-align: middle;
}
.header-top-with-bg .site-header .header-bottom .header-bottom-inner .wrap {
  padding-top: 74px;
  padding-bottom: 76px;
}
@media screen and (max-width: 640px) {
  .site-header .header-bottom .header-bottom-inner .wrap {
    padding: 40px 20px 60px;
  }
  .header-top-with-bg .site-header .header-bottom .header-bottom-inner .wrap {
    padding-top: 49px;
    padding-bottom: 51px;
  }
}
.site-header.photo-article .header-bottom .header-bottom-inner {
  height: 606px;
}
@media screen and (max-width: 640px) {
  .site-header.photo-article .header-bottom .header-bottom-inner {
    height: 400px;
  }
}
.site-header .header-body .article-author,
.site-header .header-body .article-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  display: inline;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.site-header .header-body .article-author.is-hidden,
.site-header .header-body .article-date.is-hidden {
  display: none;
}
.site-header .header-body .article-title {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: none;
}
.publicmode .site-header .header-body .article-title {
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .site-header .header-body .article-title {
    font-size: 32px;
  }
}
.site-header .header-body .article-title a {
  font-size: 1em;
  text-decoration: none;
}
.site-header .header-body .blog-title {
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  text-transform: uppercase;
}
.site-header .header-body .blog-title.is-hidden {
  display: none;
}

/* NAVIGATION MENUS*/
.menu-btn-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.language-menu-mode-list .menu-btn-wrap.menu-language-popover-btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menu-btn-wrap {
    display: none;
  }
}

.toggle-sub-menu {
  position: absolute;
  top: 11px;
  right: -10px;
  display: block;
  padding: 9px 11px 8px;
  margin-top: -6px;
}
.no-svg .toggle-sub-menu:before {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}
.svg .toggle-sub-menu {
  fill: black;
  opacity: .2;
}
.no-svg .toggle-sub-menu.active:before {
  border-width: 8px 5px 0;
  border-color: black transparent transparent transparent;
}
.svg .toggle-sub-menu.active {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.no-svg .toggle-sub-menu.highlighted {
  border-color: black transparent transparent transparent;
}
.svg .toggle-sub-menu.highlighted {
  fill: black;
}

.menu {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.menu li {
  font-weight: 300;
  line-height: 1.7;
}
.menu li:last-child {
  margin-right: 0;
}
.menu li.selected {
  font-weight: 500;
}
.menu li.is-hidden {
  display: none;
}
.menu li a {
  display: block;
  border-style: none;
}
.menu li a.untranslated {
  color: rgba(199, 9, 9, 0.7);
}
.menu li a.untranslated:hover {
  color: #c70909;
}

.menu-main {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
.menu-main li {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
}

.menu-sub li {
  margin-right: 10px;
}

.menu-language-settings {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.language-menu-mode-popover .menu-language-settings .menu-item-cms {
  padding-top: 5px !important;
}
.language-menu-mode-list .menu-language-settings .menu-item-cms {
  padding-top: 2px !important;
}

.menu-item-list {
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .menu-item-list.is-hidden-desktop {
    display: none;
  }
}
.item-list-page .menu-item-list {
  margin-bottom: 15px;
}
.common-page .menu-item-list {
  margin-bottom: 18px;
}
.menu-item-list .menu-item {
  display: inline-block;
  font-size: 14px;
  opacity: .5;
}
.menu-item-list .menu-item:not(.current):hover {
  opacity: .8;
}
.menu-item-list .menu-item.selected {
  font-weight: 400;
}
.menu-item-list .menu-item.current {
  font-weight: 500;
  opacity: 1;
}

.menu-item-cms {
  margin-left: 10px;
}
.menu-item-cms.float-right {
  float: right;
}

.menu-separator {
  opacity: .5;
}

/* mobile-menu */
#mobile-menu {
  display: none;
}

.mobile-menu-toggler,
.mobile-menu-toggler {
  display: none;
}

@media screen and (max-width: 1024px) {
  .site-header .header-right .menu-main {
    display: none;
  }

  .mobilemenu-open,
  .mobilesearch-open {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mobilemenu-open #mobile-menu,
  .mobilesearch-open #mobile-menu {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
  }

  .mobile-menu-toggler {
    position: absolute;
    top: -12px;
    right: -12px;
    display: block;
    width: 45px;
    height: 44px;
    outline: 0;
  }
  .mobile-menu-toggler span, .mobile-menu-toggler span:before, .mobile-menu-toggler span:after {
    position: absolute;
    top: 14px;
    left: 12px;
    display: block;
    width: 21px;
    height: 2px;
    content: '';
    background-color: black;
  }
  .dark-background .mobile-menu-toggler span, .dark-background .mobile-menu-toggler span:before, .dark-background .mobile-menu-toggler span:after {
    background-color: white;
  }
  .language-flags-disabled .mobile-menu-toggler span .lang-menu-btn, .language-flags-disabled .mobile-menu-toggler span:before .lang-menu-btn, .language-flags-disabled .mobile-menu-toggler span:after .lang-menu-btn {
    position: static;
    width: auto;
    height: auto;
    background-color: #c70909;
  }
  .language-flags-disabled .mobile-menu-toggler span .lang-menu-btn:before, .language-flags-disabled .mobile-menu-toggler span .lang-menu-btn:after, .language-flags-disabled .mobile-menu-toggler span:before .lang-menu-btn:before, .language-flags-disabled .mobile-menu-toggler span:before .lang-menu-btn:after, .language-flags-disabled .mobile-menu-toggler span:after .lang-menu-btn:before, .language-flags-disabled .mobile-menu-toggler span:after .lang-menu-btn:after {
    display: none;
  }
  .language-flags-disabled .mobile-menu-toggler span .lang-menu-btn .lang-title, .language-flags-disabled .mobile-menu-toggler span:before .lang-menu-btn .lang-title, .language-flags-disabled .mobile-menu-toggler span:after .lang-menu-btn .lang-title {
    position: static;
    color: white;
  }
  .mobile-menu-toggler span:before {
    top: 7px;
    left: 0;
  }
  .mobile-menu-toggler span:after {
    top: 14px;
    left: 0;
  }

  #mobile-menu {
    transition: transform 0.5s;
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    font-family: "Roboto", sans-serif;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    height: 100%;
    display: block;
    overflow: auto;
    box-sizing: border-box;
    width: 250px;
    padding: 30px 20px;
    background-color: white;
  }
  #mobile-menu.reset-touch {
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #mobile-menu {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .editmode #mobile-menu {
    height: calc(100% - 40px);
  }
  .mobilemenu-open #mobile-menu {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #mobile-menu .search-open-btn {
    transition: right 0.3s;
    position: absolute;
    top: 28px;
    right: 78px;
    width: 42px;
    height: 42px;
    margin-left: 0;
  }
  #mobile-menu .search-open-btn.no-back-btn {
    right: 108px;
  }
  #mobile-menu .search-open-btn.search-active {
    display: none;
  }
  #mobile-menu .search-open-btn svg {
    fill: black;
  }
  #mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #mobile-menu ul li {
    position: relative;
    margin: 0;
  }
  .language-names-disabled #mobile-menu ul li.lang-item {
    position: relative;
    left: -5px;
    display: inline-block;
  }
  #mobile-menu ul li.is-hidden {
    display: none;
  }
  #mobile-menu ul li.edit-btn {
    margin: 10px 0;
  }
  #mobile-menu ul a {
    line-height: 1.3;
    padding: 10px 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
  }
  .language-names-enabled #mobile-menu ul a.lang-flag {
    font-size: 16px;
  }
  .language-names-disabled #mobile-menu ul a.lang-flag {
    font-size: 0;
    padding: 15px 15px 8px 16px;
    opacity: .7;
  }
  .language-names-disabled #mobile-menu ul a.lang-flag:hover, .language-names-disabled #mobile-menu ul a.lang-flag.is-active {
    opacity: 1;
  }
  #mobile-menu ul a.untranslated {
    color: rgba(199, 9, 9, 0.7);
  }
  #mobile-menu ul a.untranslated:hover {
    color: #c70909;
  }
  #mobile-menu .navigation-menu {
    word-break: break-all;
  }
  #mobile-menu .navigation-menu .with-children > a {
    margin-right: 30px;
  }
  #mobile-menu .navigation-menu ul a {
    display: block;
  }
  #mobile-menu .navigation-menu ul a.visible {
    display: inline-block;
  }
  #mobile-menu .navigation-menu ul a.selected {
    font-weight: 500;
    color: black;
  }
  #mobile-menu .navigation-menu ul a.indented {
    margin-left: 10px;
  }
  #mobile-menu .navigation-menu ul.current-menu > li:first-child > a {
    text-transform: uppercase;
  }
  #mobile-menu .navigation-menu ul.child-menu li a.edy-cbtn {
    display: inline !important;
  }
  #mobile-menu .navigation-menu .option-btn {
    padding: 15px 0;
  }
  #mobile-menu .sub-menu a {
    text-transform: initial;
  }
  #mobile-menu .menu-level-2,
  #mobile-menu .menu-level-3 {
    display: none;
    padding-left: 10px;
  }
  #mobile-menu .current-parent > .menu-level-2, #mobile-menu .current-parent > .menu-level-3 {
    display: block;
  }
  #mobile-menu .lang-menu {
    display: block;
    margin-top: 20px;
    margin-left: 0;
  }
  #mobile-menu .lang-menu ul {
    margin: 0;
    padding: 0;
  }
  #mobile-menu .lang-menu ul li {
    text-align: left;
  }
  #mobile-menu .lang-menu ul li a {
    padding: 7px 0 5px;
    text-align: left;
  }
  .language-names-enabled #mobile-menu .lang-menu ul li a.lang-flag:before, .language-names-enabled #mobile-menu .lang-menu ul li a.lang-flag:after {
    top: 8px;
    right: auto;
    left: 0;
  }
  .language-names-disabled #mobile-menu .lang-menu ul li a.lang-flag:before, .language-names-disabled #mobile-menu .lang-menu ul li a.lang-flag:after {
    top: 5px;
    left: 5px;
  }
  #mobile-menu .lang-menu ul li a.is-active {
    font-weight: 500;
    color: black;
  }
  .language-flags-enabled #mobile-menu .lang-menu a {
    padding-left: 25px;
  }
}
/* flags */
.lang-flag:before, .lang-flag:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 21px;
  height: 15px;
  content: '';
}
.language-flags-disabled .lang-flag:before, .language-flags-disabled .lang-flag:after {
  display: none;
}
.lang-flag:after {
  background-position: -189px -60px;
}

.lang-flag:before {
  background-color: black;
}

.lang-flag:after {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 9px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-position: 0 -75px;
  background-repeat: no-repeat;
  content: attr(data-lang-code);
  opacity: .95;
  box-sizing: border-box;
}
.no-boxshadow .lang-flag:after {
  border: 1px solid white;
}
.svg .lang-flag:after {
  background-image: url("../assets/ico-flags.svg");
}
.lang-flag:after .no-svg {
  background-image: url("../images/ico-flags.png");
}

.lang-flag-sq:after {
  background-position: 0 0;
  content: '';
}

.lang-flag-hy:after {
  background-position: -21px 0;
  content: '';
}

.lang-flag-bn:after {
  background-position: -42px 0;
  content: '';
}

.lang-flag-bg:after {
  background-position: -84px 0;
  content: '';
}

.lang-flag-zh:after {
  background-position: -105px 0;
  content: '';
}

.lang-flag-hr:after {
  background-position: -126px 0;
  content: '';
}

.lang-flag-da:after {
  background-position: -147px 0;
  content: '';
}

.lang-flag-cs:after {
  background-position: -168px 0;
  content: '';
}

.lang-flag-et:after {
  background-position: -189px 0;
  content: '';
}

.lang-flag-fi:after {
  background-position: 0 -15px;
  content: '';
}

.lang-flag-fr:after {
  background-position: -21px -15px;
  content: '';
}

.lang-flag-ka:after {
  background-position: -42px -15px;
  content: '';
}

.lang-flag-de:after {
  background-position: -63px -15px;
  content: '';
}

.lang-flag-el:after {
  background-position: -84px -15px;
  content: '';
}

.lang-flag-hu:after {
  background-position: -105px -15px;
  content: '';
}

.lang-flag-is:after {
  background-position: -126px -15px;
  content: '';
}

.lang-flag-hi:after {
  background-position: -147px -15px;
  content: '';
}

.lang-flag-id:after {
  background-position: -168px -15px;
  content: '';
}

.lang-flag-fa:after {
  background-position: -189px -15px;
  content: '';
}

.lang-flag-he:after {
  background-position: 0 -30px;
  content: '';
}

.lang-flag-it:after {
  background-position: -21px -30px;
  content: '';
}

.lang-flag-ja:after {
  background-position: -42px -30px;
  content: '';
}

.lang-flag-ko:after {
  background-position: -63px -30px;
  content: '';
}

.lang-flag-lv:after {
  background-position: -84px -30px;
  content: '';
}

.lang-flag-lt:after {
  background-position: -105px -30px;
  content: '';
}

.lang-flag-ms:after {
  background-position: -126px -30px;
  content: '';
}

.lang-flag-nl:after {
  background-position: -147px -30px;
  content: '';
}

.lang-flag-no:after {
  background-position: -168px -30px;
  content: '';
}

.lang-flag-ur:after {
  background-position: -189px -30px;
  content: '';
}

.lang-flag-fil:after {
  background-position: 0 -45px;
  content: '';
}

.lang-flag-pl:after {
  background-position: -21px -45px;
  content: '';
}

.lang-flag-ro:after {
  background-position: -42px -45px;
  content: '';
}

.lang-flag-ru:after {
  background-position: -63px -45px;
  content: '';
}

.lang-flag-ar:after {
  background-position: -84px -45px;
  content: '';
}

.lang-flag-sk:after {
  background-position: -105px -45px;
  content: '';
}

.lang-flag-sl:after {
  background-position: -126px -45px;
  content: '';
}

.lang-flag-es:after {
  background-position: -147px -45px;
  content: '';
}

.lang-flag-sv:after {
  background-position: -168px -45px;
  content: '';
}

.lang-flag-tr:after {
  background-position: -189px -45px;
  content: '';
}

.lang-flag-uk:after {
  background-position: 0 -60px;
  content: '';
}

.lang-flag-en:after {
  background-position: -21px -60px;
  content: '';
}

.lang-flag-pt:after {
  background-position: -84px -60px;
  content: '';
}

.lang-flag-sr:after {
  background-position: -126px -60px;
  content: '';
}

.lang-flag-bn:after {
  background-position: -147px -60px;
  content: '';
}

.lang-flag-th:after {
  background-position: -189px -60px;
  content: '';
}

/* langmenu */
.lang-menu {
  display: inline-block;
  margin-left: 40px;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .lang-menu {
    display: none;
  }
}
.language-menu-mode-popover .lang-menu.menu-language-list {
  display: none;
}
.lang-menu.menu-language-list .lang-title {
  display: inline-block;
}
.lang-menu.menu-language-list .lang-title a {
  opacity: .7;
}
.lang-menu.menu-language-list .lang-title a:hover {
  opacity: 1;
}
.lang-menu.menu-language-list .lang-title a.is-active {
  font-weight: 400;
  opacity: 1;
}
.lang-menu.menu-language-list .menu-item-cms {
  display: inline-block;
  padding-left: 5px;
}
.lang-menu li {
  line-height: normal;
  display: block;
  text-align: right;
  text-transform: uppercase;
}
.lang-menu li a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}
.lang-menu li.menu-item-cms {
  padding-right: 18px;
  padding-left: 18px;
}
.lang-menu li.menu-item-cms:last-child {
  padding-top: 5px;
  padding-bottom: 10px;
}
.language-menu-mode-list .lang-menu li.menu-item-cms:last-child {
  padding-right: 9px;
}
#mobile-menu .lang-menu li.menu-item-cms:last-child {
  padding-top: 0;
  padding-left: 0;
}
.lang-menu a.lang-flag {
  position: relative;
  display: block;
  text-align: right;
}
.dark-background .lang-menu a.lang-flag, .light-background .lang-menu a.lang-flag {
  color: rgba(0, 0, 0, 0.7);
}
.dark-background .lang-menu a.lang-flag:hover, .light-background .lang-menu a.lang-flag:hover {
  color: black;
}
.language-names-enabled.language-flags-enabled .lang-menu a.lang-flag {
  padding: 5px 40px 5px 13px;
}
.language-menu-mode-popover.language-names-disabled.language-flags-enabled .lang-menu a.lang-flag {
  padding: 15px 32px 14px 13px;
}
.language-menu-mode-list.language-names-disabled.language-flags-enabled .lang-menu a.lang-flag {
  padding: 15px 15px 8px 16px;
}
.lang-menu a.lang-flag:before, .lang-menu a.lang-flag:after {
  left: 12px;
}
.language-menu-mode-popover .lang-menu a.lang-flag:before, .language-menu-mode-popover .lang-menu a.lang-flag:after {
  top: 7px;
}
.language-menu-mode-list.language-names-disabled.language-flags-enabled .lang-menu a.lang-flag:before, .language-menu-mode-list.language-names-disabled.language-flags-enabled .lang-menu a.lang-flag:after {
  left: 5px;
}
.language-menu-mode-list.language-names-disabled.language-flags-enabled .lang-menu a.lang-flag:before, .language-menu-mode-list.language-names-enabled.language-flags-enabled .lang-menu a.lang-flag:before, .language-menu-mode-list.language-names-disabled.language-flags-enabled .lang-menu a.lang-flag:after, .language-menu-mode-list.language-names-enabled.language-flags-enabled .lang-menu a.lang-flag:after {
  top: 5px;
}
.lang-menu a.lang-flag:before, .lang-menu a.lang-flag:after {
  right: 12px;
  left: auto;
}
.lang-menu a.edy-menu-langadd {
  padding: 5px;
}
.language-flags-disabled .lang-menu a.lang-flag {
  padding: 5px 10px;
}
.language-menu-mode-list.language-flags-disabled .lang-menu .lang-title:last-child a.lang-flag {
  padding-right: 0;
}

.lang-title {
  text-transform: uppercase;
  background-color: transparent;
}
.lang-title a {
  text-transform: uppercase;
  background-color: transparent;
}
.language-names-enabled .lang-title a {
  font-size: 14px;
}
.language-names-disabled .lang-title a {
  font-size: 0;
}

.lang-menu-btn {
  font-family: inherit;
  font-size: 14px;
  position: relative;
  display: block;
  margin: 0;
  padding: 6px 3px;
  cursor: pointer;
  border: none;
  background: none;
  line-height: 1;
}
.language-flags-enabled .lang-menu-btn {
  width: 21px;
  padding: 13px 14px 13px 13px;
}
.language-flags-enabled .lang-menu-btn .lang-title {
  display: none;
}
.lang-menu-btn.lang-flag:before, .lang-menu-btn.lang-flag:after {
  top: 6px;
  left: 3px;
}
.lang-menu-btn .lang-title-inner {
  position: relative;
  padding: 5px 12px 5px 5px;
}
.lang-menu-btn .lang-title-inner:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -3px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: black transparent transparent transparent;
}
.dark-background .lang-menu-btn .lang-title-inner:after {
  border-color: white transparent transparent transparent;
}

.lang-menu-popover {
  line-height: 1;
  position: absolute;
  z-index: 1;
  display: none;
  padding: 5px 0;
  text-align: left;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.no-boxshadow .lang-menu-popover {
  border: 1px solid white;
}
.editmode .lang-menu-popover {
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .menu-language-popover-open .lang-menu-popover {
    display: block;
  }
}
.lang-menu-popover a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.lang-menu-popover a.active {
  background-color: rgba(0, 0, 0, 0.2);
}

.site-search {
  margin-right: 10px;
}
.site-search .search-input {
  width: 128px;
  padding: 4px 5px 3px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.53);
  border-radius: 3px;
}
.site-search .search-submit {
  position: relative;
  top: -1px;
}

/* SEARCH */
.search {
  display: none;
  position: absolute;
  width: 310px;
  height: 50px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    width: auto;
    background-color: #f7f7f7;
  }
}
.search.active {
  position: absolute;
  right: 0;
  z-index: 20;
  display: block;
}
@media screen and (min-width: 641px) {
  .search.active {
    top: 30px;
  }
}

.search-middle {
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
}

.search-inner {
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.search-form {
  position: relative;
  z-index: 20;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .search-form {
    padding-top: 10px;
    padding-bottom: 6px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  }
}
.search-form, .search-form.selected {
  margin: 0 auto;
  border: none;
}
@media screen and (min-width: 641px) {
  .search-form, .search-form.selected {
    max-width: 400px;
  }
}

.search-input {
  vertical-align: middle;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 55px 0 15px;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  color: black;
  background: none;
  box-sizing: border-box;
  border: none;
}
@media screen and (max-width: 640px) {
  .search-open .search-input {
    padding: 0px 61px 0 42px;
  }
}
.search-input::-ms-clear {
  display: none;
}
.search-input::-webkit-input-placeholder {
  padding: 2px 0 4px 0;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
}
.search-input:focus {
  outline: none;
}

.search-btn,
.search-submit {
  width: 30px;
  height: 50px;
  background-color: transparent;
}
.no-svg .search-btn, .no-svg
.search-submit {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/ico-search-white.png");
}
.no-svg .light-background .search-btn, .no-svg .light-background
.search-submit {
  background-image: url("../images/ico-search-black.png");
}

.search-submit {
  opacity: .5;
  position: absolute;
  top: 0;
  right: 25px;
  padding-top: 2px;
  width: 41px;
  background-size: 32px;
  background-color: transparent;
}
.search-submit:hover {
  opacity: 1;
}

.search-btn {
  z-index: 21;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  font-size: 0;
}
@media screen and (min-width: 1025px) {
  .search-btn {
    margin-left: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .search-btn {
    margin-right: 36px;
    top: -3px;
    position: relative;
  }
  .search-active .search-btn {
    position: static;
  }
}
.front-page .header-options .search-btn {
  top: 1px;
}
.content-page .header-options .search-btn {
  top: 4px;
}
.header-options .search-btn svg {
  fill: rgba(0, 0, 0, 0.7);
}
.front-page .header-options .search-btn svg {
  fill: white;
}
.front-page .light-background .search-btn svg {
  fill: black;
}
.search-btn:hover svg {
  fill: rgba(0, 0, 0, 0.47);
}
.search-btn:focus {
  outline: none;
}
@media screen and (max-width: 640px) {
  .content-page .header-options .search-btn {
    margin-right: 35px;
  }
}

@media screen and (max-width: 640px) {
  .search-open .search-open-btn {
    margin: 0;
    position: absolute;
    top: 16px;
    left: 10px;
  }
  .comments-open .search-open-btn {
    display: none;
  }
}

.search-close-btn {
  position: absolute;
  right: 0;
  width: auto;
  height: auto;
  margin: 0;
  border-left: 1px solid #eeeeee;
}
@media screen and (min-width: 641px) {
  .search-close-btn {
    top: 8px;
    padding: 8px 15px;
  }
}
@media screen and (max-width: 640px) {
  .search-close-btn {
    top: 10px;
    z-index: 1000;
    padding: 12px 20px;
  }
}

.voog-search-modal {
  display: none;
  box-sizing: border-box;
  z-index: 999;
  width: 100%;
  max-height: calc(100vh - 140px);
  margin: 0 auto;
  background-color: white;
  box-shadow: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
}
.voog-search-modal.no-content {
  padding: 20px;
  color: black;
}
.voog-search-modal.search-results-active {
  display: block;
}
@media screen and (min-width: 641px) {
  .voog-search-modal {
    max-width: 400px;
  }
}

.voog-search-modal-results h3 {
  margin: 0;
  font-size: 16px;
  color: black;
  font-weight: 400;
  line-height: 1.3;
}
.voog-search-modal-results h3 a {
  text-decoration: none;
  color: black;
}
.voog-search-modal-results h3 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.voog-search-modal-results p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
}
.voog-search-modal-results em {
  font-style: normal;
  background-color: rgba(249, 236, 90, 0.5);
  border-radius: 2px;
  padding: 0 2px;
}

.voog-search-modal-result {
  padding: 15px;
  border-top: rgba(0, 0, 0, 0.13) solid 1px;
}
.voog-search-modal-result:first-of-type {
  border-top: 1px solid transparent;
}

.site-sidebar {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  margin: 50px 0 50px 40px;
}
@media screen and (max-width: 1024px) {
  .site-sidebar {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .site-sidebar {
    width: 20%;
  }
}
.site-sidebar .sidebar-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .site-sidebar .sidebar-title {
    display: none;
  }
}
.site-sidebar .sidebar-title a {
  color: black;
}
.dark-background .site-sidebar .sidebar-title a {
  color: white;
}
.site-sidebar .submenu {
  margin-bottom: 0;
  padding: 0;
}
.site-sidebar .submenu ul, .site-sidebar .submenu li {
  list-style: none;
}
.site-sidebar .submenu li {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  margin: 15px 0;
}
.site-sidebar .submenu li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .site-sidebar .submenu li {
    display: inline-block;
    margin-right: 20px;
  }
}
.site-sidebar .submenu a {
  color: black;
  opacity: .5;
}
.dark-background .site-sidebar .submenu a {
  color: white;
}
.site-sidebar .submenu a:hover {
  opacity: 1;
}
.dark-background .site-sidebar .submenu a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.site-sidebar .submenu a.untranslated {
  color: rgba(199, 9, 9, 0.7);
}
.site-sidebar .submenu a.untranslated:hover {
  color: #c70909;
}
.site-sidebar .submenu .selected {
  font-weight: 500;
  opacity: 1;
}
.dark-background .site-sidebar .submenu .selected {
  color: white;
}
.dark-background .site-sidebar .submenu .selected:hover {
  color: white;
}
.site-sidebar .submenu .submenu-lvl2 {
  padding-left: 25px;
}
@media screen and (max-width: 1024px) {
  .site-sidebar .submenu .submenu-lvl2 {
    display: none;
  }
}
.site-sidebar .submenu .submenu-lvl2 li {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}
.site-sidebar .submenu .submenu-lvl2 a {
  color: black;
  opacity: 1;
}
.dark-background .site-sidebar .submenu .submenu-lvl2 a {
  color: white;
}
.dark-background .site-sidebar .submenu .submenu-lvl2 a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.site-sidebar .submenu .submenu-lvl2 a:hover {
  opacity: .5;
}
.site-sidebar .submenu .submenu-lvl2 a.untranslated {
  color: rgba(199, 9, 9, 0.7);
}
.site-sidebar .submenu .submenu-lvl2 a.untranslated:hover {
  color: #c70909;
}
.site-sidebar .submenu .submenu-lvl2 .selected {
  font-weight: 500;
}
.dark-background .site-sidebar .submenu .submenu-lvl2 .selected {
  color: white;
}
.dark-background .site-sidebar .submenu .submenu-lvl2 .selected a:hover {
  color: white;
}
.site-sidebar .submenu .submenu-lvl2 .selected a:hover {
  opacity: 1;
}

.content-item-boxes {
  margin-top: -15px;
  font-size: 0;
  line-height: 1.3;
}
@media screen and (min-width: 241px) and (max-width: 640px) {
  .content-item-boxes {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 641px) {
  .content-item-boxes {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.content-item-box {
  color: rgba(0, 0, 0, 0.8);
}
.item-list-page .content-item-box {
  box-sizing: border-box;
}
@media screen and (max-width: 240px) {
  .item-list-page .content-item-box {
    display: block;
  }
}
@media screen and (min-width: 241px) {
  .item-list-page .content-item-box {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 241px) and (max-width: 640px) {
  .item-list-page .content-item-box {
    width: 50%;
    padding: 10px 10px 5px 10px;
  }
}
@media screen and (min-width: 641px) {
  .item-list-page .content-item-box {
    width: 33.3%;
    min-width: 195px;
    padding: 15px 2%;
  }
}
.content-illustrations .content-item-box {
  margin-bottom: 40px;
}
.content-item-box .top-inner {
  opacity: 1;
}
.editmode .content-item-box:hover .top-inner, .item-list-page .content-item-box:hover .top-inner {
  opacity: .8;
}

.content-items {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .content-items {
    margin-top: 30px;
  }
}
@media screen and (min-width: 641px) {
  .content-items {
    margin-top: 100px;
  }
}

.content-item {
  margin-bottom: 15px;
}

.item-top {
  position: relative;
}
.item-top:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}
.item-top > .aspect-ratio-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.item-top:hover .btn {
  opacity: 1;
}
.item-top .btn {
  padding: 0;
  background-color: rgba(0, 102, 187, 0.3);
  border: 0;
  opacity: 0;
  transition: background-color .5s, opacity .5s;
}
.item-top .btn:hover {
  background-color: #0066bb;
}
.item-top .bg-picker-btn {
  top: 0;
  left: 0;
}
.item-top .bg-crop-btn {
  height: 45px;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 100%;
  fill: white;
}
.item-top .bg-crop-btn.is-visible {
  display: block;
}
.item-top .bg-crop-btn.is-hidden {
  display: none;
}
.item-top .top-inner {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}
.publicmode .item-top .top-inner {
  overflow: hidden;
}
.publicmode .item-top .top-inner .image-landscape.not-cropped {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.publicmode .item-top .top-inner .image-landscape.is-cropped {
  width: auto;
  height: 100%;
}
.publicmode .item-top .top-inner .image-portrait.not-cropped {
  width: auto;
  height: 100%;
  max-height: 100%;
}
.publicmode .item-top .top-inner .image-portrait.is-cropped {
  width: 100%;
  height: auto;
}
.publicmode .item-top .top-inner .image-square {
  width: 100%;
  height: auto;
}
.with-image .item-top .top-inner {
  background-color: rgba(0, 0, 0, 0.02);
}
.without-image .item-top .top-inner {
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 1px;
}
@media screen and (max-width: 240px) {
  .item-top .top-inner {
    font-size: 16px;
  }
}
@media screen and (min-width: 241px) {
  .item-top .top-inner {
    font-size: 13px;
  }
}
@media screen and (min-width: 291px) {
  .item-top .top-inner {
    font-size: 16px;
  }
}
@media screen and (min-width: 341px) {
  .item-top .top-inner {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .item-top .top-inner {
    font-size: 30px;
  }
}
.item-top .image-drop-area {
  background-position: center !important;
  background-repeat: no-repeat;
}
.item-top .image-drop-area.not-cropped {
  background-size: contain;
}
.item-top .image-drop-area:not(.active) {
  border-color: rgba(0, 0, 0, 0.4);
  border-style: dashed;
  border-width: 1px;
}
.item-top .image-drop-area:not(.active):hover {
  border-style: solid;
}
@media screen and (max-width: 640px) {
  .item-top .image-drop-area .edy-img-drop-area-placeholder {
    font-size: 13px;
  }
}
@media screen and (min-width: 641px) {
  .item-top .image-drop-area .edy-img-drop-area-placeholder {
    font-size: 18px;
  }
}

.item-image {
  border: 0;
}
.publicmode .item-image.is-cropped {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  max-width: none;
  margin: auto;
}
.item-list-page .item-image {
  display: block;
}

.item-placeholder {
  width: 100%;
  padding: .5em;
  box-sizing: border-box;
}

.item-title {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  text-align: center;
}
.item-title .item-link {
  color: inherit;
}
.content-item-box .item-title .item-link {
  display: block;
}
.item-list-page .item-title {
  font-weight: 400;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi) {
  .item-list-page .item-title {
    font-weight: 100;
  }
}
@media screen and (max-width: 640px) {
  .content-item-box .item-title {
    font-size: 13px;
  }
}
@media screen and (min-width: 641px) {
  .content-item-box .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .content-item .item-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 641px) {
  .content-item .item-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .blog-article-page .item-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 641px) {
  .blog-article-page .item-title {
    font-size: 50px;
  }
}
.content-item-box > .item-title {
  margin-top: 20px;
  margin-bottom: 5px;
}

@media screen and (min-width: 641px) {
  .content-illustrations {
    -ms-flex: 1;
        flex: 1;
    max-width: 520px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .item-page .content-body {
    padding-top: 40px;
  }
}
@media screen and (min-width: 641px) {
  .item-page .content-body {
    -ms-flex: 1;
        flex: 1;
  }
}

.items-body {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 641px) {
  .items-body {
    display: -ms-flexbox;
    display: flex;
  }
}

.site-footer {
  position: relative;
  min-height: 100px;
}
.site-footer .inner {
  min-height: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.site-footer .dark-background .content-area a {
  color: white;
}
.site-footer .voog-reference {
  opacity: .55;
  padding: 0 0 40px;
  color: black;
  text-align: center;
}
.site-footer .voog-reference:hover {
  opacity: .8;
}
.site-footer .blog-article-nav {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: table;
  width: 100%;
  background-color: white;
}
@media screen and (max-width: 640px) {
  .site-footer .blog-article-nav {
    display: block;
  }
}
.site-footer .blog-article-nav .article-nav-full,
.site-footer .blog-article-nav .article-nav-half {
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  width: 50%;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .site-footer .blog-article-nav .article-nav-full,
  .site-footer .blog-article-nav .article-nav-half {
    display: block;
    width: 100%;
  }
}
.site-footer .blog-article-nav .article-nav-full:hover,
.site-footer .blog-article-nav .article-nav-half:hover {
  transition: 500ms;
}
.site-footer .blog-article-nav .article-nav-full:hover .article-nav-title,
.site-footer .blog-article-nav .article-nav-half:hover .article-nav-title {
  opacity: 1;
}
.site-footer .blog-article-nav .article-nav-full:hover .article-nav-direction,
.site-footer .blog-article-nav .article-nav-half:hover .article-nav-direction {
  opacity: .7;
}
.site-footer .blog-article-nav .article-nav-full a,
.site-footer .blog-article-nav .article-nav-half a {
  display: block;
  height: 100%;
  padding: 55px 50px;
}
@media screen and (max-width: 640px) {
  .site-footer .blog-article-nav .article-nav-full a,
  .site-footer .blog-article-nav .article-nav-half a {
    padding: 30px 20px;
    text-align: center;
  }
}
.site-footer .blog-article-nav .article-nav-full {
  display: block;
  width: 100%;
}
.site-footer .blog-article-nav .article-nav-full a {
  text-align: center;
}
.site-footer .blog-article-nav .article-nav-prev {
  text-align: right;
}
.site-footer .blog-article-nav .article-nav-next {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .site-footer .blog-article-nav .article-nav-next {
    margin-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0;
  }
}
.site-footer .blog-article-nav .article-nav-inner {
  display: inline-block;
  width: 100%;
  max-width: 400px;
}
.site-footer .blog-article-nav .article-nav-direction {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  color: black;
  opacity: .35;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.site-footer .blog-article-nav .article-nav-title {
  font-size: 20px;
  line-height: 30px;
  color: black;
  opacity: .7;
}
.site-footer .blog-article-nav .article-nav-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.site-footer .blog-article-nav.dark-background .article-nav-full,
.site-footer .blog-article-nav.dark-background .article-nav-half {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .blog-article-nav.dark-background .article-nav-title {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .blog-article-nav.dark-background .article-nav-direction {
  color: rgba(255, 255, 255, 0.35);
}
.site-footer .blog-article-nav.dark-background .article-nav-next {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 640px) {
  .site-footer .blog-article-nav.dark-background .article-nav-next {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 640px) {
  .comments-open .site-footer {
    display: none;
  }
}
.site-footer .footer-body {
  position: relative;
}

.content-area {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.7;
}
.content-area:empty {
  display: none;
}
.dark-background .content-area {
  color: white;
}
.site-footer .dark-background .content-area {
  color: white;
}
.site-footer .content-area {
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.content-area.footer-left {
  font-size: 20px;
}
.content-area.footer-right {
  font-size: 16px;
}
.content-area h1:first-child,
.content-area h2:first-child,
.content-area h3:first-child,
.content-area h4:first-child,
.content-area h5:first-child,
.content-area h6:first-child,
.content-area p:first-child,
.content-area ul:first-child,
.content-area ol:first-child,
.content-area dl:first-child,
.content-area table:first-child,
.content-area pre:first-child,
.content-area code:first-child,
.content-area iframe:first-child,
.content-area table:first-child,
.content-area form:first-child,
.content-area .table-container:first-child,
.content-area .edy-positionable-container-left-block:first-child,
.content-area .edy-positionable-container-center-block:first-child,
.content-area .edy-positionable-container-right-block:first-child,
.content-area .edy-texteditor-container-wrapper-left-block:first-child,
.content-area .edy-texteditor-container-wrapper-center:first-child,
.content-area .edy-texteditor-container-wrapper-right-block:first-child,
.content-area .edy-positionable-container-maxwidth:first-child {
  margin-top: 0;
}
.content-area h1:last-child,
.content-area h2:last-child,
.content-area h3:last-child,
.content-area h4:last-child,
.content-area h5:last-child,
.content-area h6:last-child,
.content-area p:last-child,
.content-area ul:last-child,
.content-area ol:last-child,
.content-area dl:last-child,
.content-area table:last-child,
.content-area pre:last-child,
.content-area code:last-child,
.content-area iframe:last-child,
.content-area table:last-child,
.content-area form:last-child,
.content-area .table-container:last-child,
.content-area .edy-positionable-container-left-block:last-child,
.content-area .edy-positionable-container-center-block:last-child,
.content-area .edy-positionable-container-right-block:last-child,
.content-area .edy-texteditor-container-wrapper-left-block:last-child,
.content-area .edy-texteditor-container-wrapper-center:last-child,
.content-area .edy-texteditor-container-wrapper-right-block:last-child,
.content-area .edy-positionable-container-maxwidth:last-child {
  margin-bottom: 0;
}
.dark-background .content-area h1, .dark-background
.content-area h2, .dark-background
.content-area h3, .dark-background
.content-area h4, .dark-background
.content-area h5, .dark-background
.content-area h6, .dark-background
.content-area p, .dark-background
.content-area ul, .dark-background
.content-area ol, .dark-background
.content-area pre, .dark-background
.content-area code, .dark-background
.content-area table {
  color: white;
}
.footer-inner.dark-background .content-area h1, .footer-inner.dark-background
.content-area h2, .footer-inner.dark-background
.content-area h3, .footer-inner.dark-background
.content-area h4, .footer-inner.dark-background
.content-area h5, .footer-inner.dark-background
.content-area h6, .footer-inner.dark-background
.content-area p, .footer-inner.dark-background
.content-area ul, .footer-inner.dark-background
.content-area ol, .footer-inner.dark-background
.content-area pre, .footer-inner.dark-background
.content-area code, .footer-inner.dark-background
.content-area table {
  color: rgba(255, 255, 255, 0.5);
}
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
  font-weight: 300;
  color: black;
  line-height: 1.4;
}
.content-area h1 a,
.content-area h2 a,
.content-area h3 a,
.content-area h4 a,
.content-area h5 a,
.content-area h6 a {
  color: black;
  text-decoration: none;
}
.site-header .content-area h1:first-child, .site-header
.content-area h2:first-child {
  margin-top: 0;
}
.site-header .content-area h1:last-child, .site-header
.content-area h2:last-child {
  margin-bottom: 0;
}
.content-area h1 {
  font-size: 32px;
}
@media screen and (max-width: 640px) {
  .content-area h1 {
    font-size: 28px;
  }
}
.site-header .content-area h1 {
  margin-top: .3em;
  margin-bottom: .3em;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
}
.site-header .content-area h1.blog-title, .site-header .content-area h1.blog-title a {
  margin-top: .3em;
  margin-bottom: .3em;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .site-header .content-area h1 {
    font-size: 32px;
  }
}
.content-area h1.article-title {
  font-style: normal;
  text-decoration: none;
}
.blog-article-page .content-area h1.article-title {
  text-align: center;
}
.content-area h2 {
  font-size: 26px;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .content-area h2 {
    font-size: 24px;
  }
}
.site-header .content-area h2 {
  margin-top: .2em;
  margin-bottom: .2em;
}
.contacts .content-area h2 {
  font-size: 28px;
}
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
  font-size: 22px;
}
.contacts .content-area h3, .contacts
.content-area h4, .contacts
.content-area h5, .contacts
.content-area h6 {
  font-weight: 400;
  font-size: 24px;
}
.content-area p,
.content-area ul,
.content-area ol,
.content-area dl {
  font-size: 18px;
}
.site-footer .content-area p, .site-footer
.content-area ul, .site-footer
.content-area ol, .site-footer
.content-area dl {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.site-footer .dark-background .content-area p, .site-footer .dark-background
.content-area ul, .site-footer .dark-background
.content-area ol, .site-footer .dark-background
.content-area dl {
  color: white;
}
.content-area ul,
.content-area ol,
.content-area dl {
  text-align: left;
}
.content-area ul li,
.content-area ol li,
.content-area dl li {
  margin-top: 10px;
}
.content-area ul {
  list-style-type: none;
}
.content-area ul li {
  position: relative;
}
.content-area ul li:before {
  position: absolute;
  top: 0.2em;
  left: -15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  font-weight: 700;
  line-height: inherit;
  content: '°';
}
.content-area a {
  color: black;
  text-decoration: underline;
}
.content-area a:hover {
  text-decoration: none;
}
.dark-background .content-area a {
  color: white;
}
.content-area b,
.content-area strong {
  font-weight: 400;
  color: black;
}
.content-area pre,
.content-area code,
.content-area iframe,
.content-area table,
.content-area form {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  word-break: normal;
  word-wrap: normal;
}
.content-area pre,
.content-area .edy-positionable-container-left-block,
.content-area .edy-positionable-container-right-block,
.content-area .edy-positionable-container-center-block,
.content-area .embed-container,
.content-area .table-container, .editmode .content-area table {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-area pre,
.content-area code {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}
.content-area pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
}
.content-area pre code {
  display: inline;
  padding: 0;
  white-space: pre;
  line-height: inherit;
  background-color: transparent;
  overflow-wrap: normal;
  word-wrap: normal;
  word-break: normal;
}
.content-area code {
  display: inline-block;
  padding: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.content-area blockquote {
  margin: 20px 40px 20px 0;
  padding-left: 20px;
  border-left: 2px solid;
}
.content-area iframe {
  max-width: 100%;
}
.map .content-area iframe {
  margin-top: 0;
}
.content-area .custom-btn {
  display: inline-block;
  background-color: transparent;
  box-sizing: border-box;
  padding: 12px 30px 13px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  margin: 10px 0;
  cursor: pointer;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  text-decoration: none;
}
.site-header .content-area .custom-btn {
  margin: 30px 0;
}
.site-header .content-area .custom-btn:first-child {
  margin-top: 0;
}
.site-header .content-area .custom-btn:last-child {
  margin-bottom: 0;
}
.dark-background .content-area .custom-btn {
  border: 2px solid white;
  color: white;
}
.light-background .content-area .custom-btn {
  border: 2px solid #222222;
  color: #222222;
}
.content-area .custom-btn:hover {
  transition: 500ms;
}
.dark-background .content-area .custom-btn:hover {
  border: 2px solid white;
  background-color: white;
  color: rgba(0, 0, 0, 0.7);
}
.light-background .content-area .custom-btn:hover {
  border: 2px solid #222222;
  background-color: #222222;
  color: white;
}
.content-area .contacts::first-line {
  color: red !important;
}
.content-area .edy-positionable-container-left {
  margin-right: 3%;
}
.content-area .edy-positionable-container-right {
  margin-left: 3%;
}
.content-area .edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 13px;
  line-height: 1.4em;
  content: attr(data-title);
}
.content-area .table-container {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.content .content-area .table-container {
  margin-bottom: 35px;
}
.content-area .overthrow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.contacts .content-area .overthrow {
  -webkit-overflow-scrolling: none;
}
.content-area form {
  margin: 20px 0;
}
.content-area form:first-child {
  margin-top: 0;
}
.content-area table {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  border-collapse: collapse;
  border-spacing: 0;
}
.editmode .content .content-area table {
  margin-bottom: 35px;
}
.contacts .content-area table, .editmode .contacts .content-area table {
  margin-bottom: 0;
}
.content-area table th,
.content-area table td {
  padding: 9px 13px;
}
.dark-background .content-area table th, .dark-background
.content-area table td {
  border-color: white;
  border-style: solid;
  border-width: 1px;
}
.content-area table th {
  text-align: left;
  font-weight: 400;
  color: white;
  background-color: black;
  border-color: black;
  border-style: solid;
  border-width: 1px;
}
.footer .content-area table th {
  color: rgba(255, 255, 255, 0.5);
}
.content-area table td {
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 1px;
}
.dark-background .content-area table td {
  border-color: rgba(255, 255, 255, 0.1);
  border-style: solid;
  border-width: 1px;
}
.contacts .content-area table, .footer .content-area table {
  width: auto;
  border: none;
}
.contacts .content-area table tr td, .footer .content-area table tr td {
  background: none;
}
.contacts .content-area table tr td:first-child, .footer .content-area table tr td:first-child {
  padding-left: 0;
  border-left: none;
}
.contacts .content-area table tr td:last-child, .footer .content-area table tr td:last-child {
  padding-right: 0;
}
.contacts .content-area table {
  font-size: 24px;
  line-height: 1em;
}
.contacts .content-area table tr td {
  padding: 0 25px;
  color: rgba(0, 0, 0, 0.7);
  border-top: none;
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  border-right: none;
  border-bottom: none;
}
@media screen and (max-width: 984px) {
  .contacts .content-area table {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  .contacts .content-area table {
    font-size: 16px;
  }
}
.footer .content-area table tr td {
  padding: 0 12px;
  border: none;
}
.footer .content-area table tr td:last-child {
  padding-right: 0;
}
@media screen and (max-width: 522px) {
  .contacts .content-area table, .contacts .content-area table tbody, .contacts .content-area table tr, .footer .content-area table, .footer .content-area table tbody, .footer .content-area table tr {
    display: block;
  }
  .contacts .content-area table tr td, .footer .content-area table tr td {
    width: 100%;
    float: left;
    padding: 0;
    box-sizing: border-box;
  }
  .contacts .content-area table {
    line-height: inherit;
  }
  .contacts .content-area table tr td {
    border-left: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  }
}

.content-area form,
.content-area .form {
  clear: both;
  font-size: 14px;
}
.content-area .form_field {
  margin-top: 15px;
}
.content-area .form_field:first-child {
  margin-top: 0;
}
.content-area .form_field label,
.content-area .form_field .edy-fe-label {
  font-size: 16px;
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.content-area .form_field_required .form_field_label:after {
  content: '* \a';
}
.dark-background .content-area .form_field_textfield, .dark-background
.content-area .form_field_textarea, .dark-background
.content-area .form_field_select, .dark-background
.content-area .form_field_radio + .form_control_indicator, .dark-background
.content-area .form_field_checkbox + .form_control_indicator {
  background-color: rgba(255, 255, 255, 0.1);
}
.light-background .content-area .form_field_textfield, .light-background
.content-area .form_field_textarea, .light-background
.content-area .form_field_select, .light-background
.content-area .form_field_radio + .form_control_indicator, .light-background
.content-area .form_field_checkbox + .form_control_indicator {
  background-color: rgba(0, 0, 0, 0.03);
}
.content-area .form_field_textfield,
.content-area .form_field_textarea,
.content-area .form_field_select {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  box-sizing: border-box;
  max-width: 100%;
  padding: 8px 13px;
  vertical-align: bottom;
  border-width: 1px;
  border-style: solid;
  outline: none;
}
.content-area .form_field_textfield::-webkit-input-placeholder,
.content-area .form_field_textarea::-webkit-input-placeholder,
.content-area .form_field_select::-webkit-input-placeholder {
  color: black;
  opacity: .35;
}
.content-area .form_field_textfield::-moz-placeholder,
.content-area .form_field_textarea::-moz-placeholder,
.content-area .form_field_select::-moz-placeholder {
  color: black;
  opacity: .35;
}
.content-area .form_field_textfield:-moz-placeholder,
.content-area .form_field_textarea:-moz-placeholder,
.content-area .form_field_select:-moz-placeholder {
  color: black;
  opacity: .35;
}
.content-area .form_field_textfield:-ms-input-placeholder,
.content-area .form_field_textarea:-ms-input-placeholder,
.content-area .form_field_select:-ms-input-placeholder {
  color: black;
  opacity: .35;
}
.dark-background .content-area .form_field_textfield, .dark-background
.content-area .form_field_textarea, .dark-background
.content-area .form_field_select {
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
}
.light-background .content-area .form_field_textfield, .light-background
.content-area .form_field_textarea, .light-background
.content-area .form_field_select {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.13);
}
.dark-background .content-area .form_field_textfield:focus, .dark-background
.content-area .form_field_textarea:focus, .dark-background
.content-area .form_field_select:focus {
  border-color: white;
}
.light-background .content-area .form_field_textfield:focus, .light-background
.content-area .form_field_textarea:focus, .light-background
.content-area .form_field_select:focus {
  border-color: rgba(0, 0, 0, 0.35);
}
.content-area .form_field_textfield.form_field_size_small,
.content-area .form_field_textarea.form_field_size_small,
.content-area .form_field_select.form_field_size_small {
  width: 280px;
}
.content-area .form_field_textfield.form_field_size_medium,
.content-area .form_field_textarea.form_field_size_medium,
.content-area .form_field_select.form_field_size_medium {
  width: 420px;
}
.content-area .form_field_textfield.form_field_size_large,
.content-area .form_field_textarea.form_field_size_large,
.content-area .form_field_select.form_field_size_large {
  width: 100%;
}
.content-area .form_field_select {
  position: relative;
  padding-right: 27px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  -moz-appearance: none;
  -ms-appearance: none;
}
.dark-background .content-area .form_field_select {
  background-image: url("../assets/ico-arrow-white.svg");
}
.light-background .content-area .form_field_select {
  background-image: url("../assets/ico-arrow.svg");
}
.content-area .form_field_select::-ms-expand {
  display: none;
}
.content-area .form_field_select:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto 0;
  content: '';
  border-top: 5px solid #cccccc;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.content-area .form_field_select.form_field_size_small {
  min-width: auto;
}
.content-area .form_field_select.form_field_size_medium {
  min-width: 124px;
}
.content-area .form_field_select.form_field_size_large {
  min-width: 184px;
}
.svg .content-area .form_field_radio, .svg
.content-area .form_field_checkbox {
  display: none;
}
.svg .content-area .form_field_radio + .form_control_indicator, .svg
.content-area .form_field_checkbox + .form_control_indicator {
  height: 18px;
  width: 18px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
}
.svg .dark-background .content-area .form_field_radio + .form_control_indicator, .svg .dark-background
.content-area .form_field_checkbox + .form_control_indicator {
  border-color: rgba(255, 255, 255, 0.2);
}
.svg .content-area .form_field_radio + .form_control_indicator {
  top: -1px;
  border-radius: 100%;
}
.svg .content-area .form_field_radio + .form_control_indicator:before {
  height: 12px;
  width: 12px;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: transform 0.15s ease;
  position: absolute;
  top: 3px;
  left: 3px;
  content: '';
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.svg .content-area .form_field_radio:checked + .form_control_indicator:before {
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 0.15s ease;
}
.svg .dark-background .content-area .form_field_radio:checked + .form_control_indicator:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.svg .content-area .form_field_checkbox + .form_control_indicator {
  top: -2px;
}
.svg .content-area .form_field_checkbox + .form_control_indicator:before {
  -ms-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  display: block;
  width: 5px;
  height: 10px;
  margin: 1px 0 0 6px;
  content: '';
  transition: transform .15s ease 0s;
  border-width: 0 2px 2px 0;
  border-style: none solid solid none;
  border-color: rgba(0, 0, 0, 0.4);
}
.svg .content-area .form_field_checkbox:checked + .form_control_indicator:before {
  -ms-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
  transition: transform 0.15s ease;
}
.svg .dark-background .content-area .form_field_checkbox + .form_control_indicator:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.content-area .form_submit {
  margin-top: 15px;
}
.content-area .form_submit input {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
}
.content-area .form_submit input:hover {
  opacity: .7;
}
.dark-background .content-area .form_submit input {
  color: black;
  background-color: white;
}
.light-background .content-area .form_submit input {
  color: white;
  background-color: black;
}
@media screen and (min-width: 850px) {
  .content-half .content-area .form_submit input {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .content-half .content-area .form_submit input {
    width: 100%;
  }
}
.content-area .form_submit input:hover {
  transition: 500ms;
}
.content-area .form_submit input:focus {
  outline: none;
}
.content-area .article-comments .form_submit input {
  width: 100%;
}
.content-area .form_error,
.content-area .form_notice {
  font-size: 22px;
  font-weight: 300;
}
.content-area .form_error,
.content-area .form_field_error {
  color: red;
}
.content-area .form_error {
  margin-bottom: 20px;
  color: red;
}
.content-area .form_field_with_errors .form_field_textfield,
.content-area .form_field_with_errors .form_field_textarea {
  border: 1px solid red;
}
.content-area .form_field_error {
  font-size: 14px;
}
.content-area .form_notice {
  margin-bottom: 20px;
  color: rgba(14, 203, 0, 0.7);
}


.contact-table {
  width: 100%;
  border: 0 none;
}

@media(max-width: 767px){
  .contant-table {
    display: block;
    width: 100%;
  }
  
  .contact-table td,
  .contact-table tr {
    display: block;
  }
}

.contact-table td {
  width: 50%;
  border: 0 none !important;
}

@media(max-width: 767px){
  .contact-table td {
    width: 50%;
  }
}

.front-slogan h1 {
  font-size: 32px !important;
  line-height: 1.1 !important;
  color: #fff;
  margin-bottom: 20px !important;
}

@media(min-width: 768px){
  .front-slogan h1 {
    font-size: 64px !important;
    line-height: 1.1 !important;
  }
}

.front-sub-slogan p {
  font-size: 21px !important;
  line-height: 1.1 !important;
  color: #fff;
}

@media(min-width: 768px) {
  .front-sub-slogan p {
     font-size: 32px !important;
     line-height: 1.1 !important;
  }
}