/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* 7px tall for main H1 titles */
/* Center aligned */
/* Left aligned */
/**
 * $icon: icon name, that has been defined in the $icons map
 * $element: pseudo element (before, after)
 * $verticalAlign: if this is set, the value of this will be applied to vertical-align
 * Usage example: @include icon_pseudo('angle-right', after) / @include icon_pseudo('angle-right', before, middle);
 */
.language-block-open span {
  font-family: "Istok Web", sans-serif;
  color: #FFFFFF;
}
.language-block-open .mobile {
  display: block;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.language-block-open .mobile::before {
  display: inline-block;
  font-family: "iconfont" !important;
  font-weight: normal;
  content: "\e918";
  pointer-events: none;
  vertical-align: text-bottom;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-right: 0.625rem;
  color: #FFFFFF;
  position: relative;
}
@media screen and (min-width: 60em) {
  .language-block-open .mobile {
    display: none;
  }
}
.language-block-open .desktop {
  display: none;
}
@media screen and (min-width: 60em) {
  .language-block-open .desktop {
    display: block;
    font-size: 1rem;
    line-height: 1rem;
  }
  .language-block-open .desktop::before {
    display: inline-block;
    font-family: "iconfont" !important;
    font-weight: normal;
    content: "\e918";
    pointer-events: none;
    vertical-align: text-bottom;
    font-size: 1.4375rem;
    line-height: 1.375rem;
    color: #FFFFFF;
    position: relative;
  }
  .language-block-open .desktop .state-default {
    display: inline-block;
  }
  .language-block-open .desktop .state-hover {
    display: none;
  }
  .language-block-open .desktop:hover:before {
    color: #FFFFFF;
  }
  .language-block-open .desktop:hover .state-default {
    display: none;
  }
  .language-block-open .desktop:hover .state-hover {
    display: inline-block;
  }
}

body.countrylanguageblock-open #block-countrylanguageblock {
  visibility: visible;
  -webkit-transition: height 1s 0.1s ease-out, visibility 0.1s 0s;
  transition: height 1s 0.1s ease-out, visibility 0.1s 0s;
  height: 65.625rem;
}
@media screen and (min-width: 48em) {
  body.countrylanguageblock-open #block-countrylanguageblock {
    height: 71.875rem;
  }
}

#block-countrylanguageblock .language-navigation-wrapper.ksr-kran,
#block-countrylanguageblock .language-navigation-wrapper.visual-identity {
  max-width: 15rem;
}
#block-countrylanguageblock .language-navigation-wrapper.ksr-kran li.country,
#block-countrylanguageblock .language-navigation-wrapper.visual-identity li.country {
  text-align: center;
}

#block-countrylanguageblock {
  left: 0;
  width: 100%;
  z-index: 100;
  visibility: hidden;
  -webkit-transition: height 1s 0s ease-out, visibility 0.1s 0s;
  transition: height 1s 0s ease-out, visibility 0.1s 0s;
  height: 0;
  top: 0;
  position: fixed;
  max-height: 100vh;
  overflow: auto;
}
#block-countrylanguageblock > .bkg-img {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
#block-countrylanguageblock > .bkg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#block-countrylanguageblock.toolbar-vertical #block-countrylanguageblock {
  top: 2.4375rem;
}
@media screen and (min-width: 60em) {
  #block-countrylanguageblock #block-countrylanguageblock {
    top: 0;
  }
  #block-countrylanguageblock.toolbar-fixed.toolbar-horizontal #block-countrylanguageblock {
    top: 2.4375rem;
  }
  #block-countrylanguageblock.toolbar-tray-open.toolbar-fixed.toolbar-horizontal #block-countrylanguageblock {
    top: 4.6875rem;
  }
}
#block-countrylanguageblock .block-wrapper {
  position: relative;
  z-index: 3;
  max-width: 82.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.9375rem;
}
#block-countrylanguageblock .block-wrapper::before, #block-countrylanguageblock .block-wrapper::after {
  display: table;
  content: " ";
}
#block-countrylanguageblock .block-wrapper::after {
  clear: both;
}
@media screen and (min-width: 48em) {
  #block-countrylanguageblock .block-wrapper {
    padding-top: 1.875rem;
  }
}
#block-countrylanguageblock .close {
  float: right;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1.875rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 1.25rem;
}
#block-countrylanguageblock .close::after {
  display: inline-block;
  font-family: "iconfont" !important;
  font-weight: normal;
  content: "\e91d";
  pointer-events: none;
  vertical-align: middle;
  color: #FFFFFF;
  height: 1.875rem;
  width: 1.875rem;
  font-size: 1.875rem;
  padding-left: 0.625rem;
}
#block-countrylanguageblock .logo {
  padding-bottom: 1.875rem;
  width: auto;
  float: left;
  padding-left: 0.9375rem;
  padding-top: 0.3125rem;
}
@media screen and (min-width: 48em) {
  #block-countrylanguageblock .logo {
    text-align: center;
    width: 100%;
    float: none;
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
    padding-left: 0;
  }
}
#block-countrylanguageblock .block-title {
  color: #FFFFFF;
  text-align: center;
  clear: both;
  padding: 0 10%;
}
@media screen and (min-width: 48em) {
  #block-countrylanguageblock .block-title {
    padding: 0;
  }
}
#block-countrylanguageblock .block-title::after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 0.375rem;
  margin-top: 1.5625rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background: #FFD51F;
}
#block-countrylanguageblock .block-title::after {
  width: 2.5rem;
}
#block-countrylanguageblock .block-title:after {
  margin-top: 0.9375rem;
}
#block-countrylanguageblock .language-navigation-wrapper {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
#block-countrylanguageblock .language-navigation-wrapper ul.language-navigation {
  list-style: none;
  margin: 0;
  padding: 1.25rem 0.625rem;
}
#block-countrylanguageblock .language-navigation-wrapper ul.language-navigation li.country {
  border: 1px solid #086ECE;
  display: block;
  border-bottom: 0 none;
}
#block-countrylanguageblock .language-navigation-wrapper ul.language-navigation li.country:hover {
  background: #0080F8;
  cursor: pointer;
}
#block-countrylanguageblock .language-navigation-wrapper ul.language-navigation li.country:last-child {
  border-bottom: 1px solid #0080F8;
}
#block-countrylanguageblock .language-navigation-wrapper ul.language-navigation li.country span.country_name {
  padding: 0 1.0625rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #FFFFFF;
  font-family: "Produkt", "Roboto Slab", Arial, sans-serif;
  display: inline-block;
}
#block-countrylanguageblock .language-navigation-wrapper ul.language-navigation li.country ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
#block-countrylanguageblock .language-navigation-wrapper ul.language-navigation li.country ul li.language {
  border-right: 1px solid #086ECE;
  height: 2.5rem;
}
#block-countrylanguageblock .language-navigation-wrapper ul.language-navigation li.country ul li.language a {
  opacity: 0.8;
  color: #fff;
  font-size: 1rem;
  line-height: 2.5rem;
  text-align: center;
  letter-spacing: 0.03em;
  display: block;
  padding: 0 0.9375rem;
}
#block-countrylanguageblock .language-navigation-wrapper ul.language-navigation li.country ul li.language a.active {
  opacity: 1;
  font-weight: bold;
  letter-spacing: 0;
}
#block-countrylanguageblock .language-navigation-wrapper ul.language-navigation li.country ul li.language:last-child {
  border-right: 0 none;
}