/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinslide {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@keyframes fadeinslide {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
.i,
[class*="icon-"] {
  display: block;
  -webkit-transition: none;
  transition: none;
}
.img-bg-cover,
.img-bg-contain {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.img-bg-contain {
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .img-bg-cover {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .img-bg-contain {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: inherit;
    max-height: inherit;
    right: auto;
    bottom: auto;
  }
}
.js-btn-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  -webkit-animation: fadein ease 0.3s;
  animation: fadein ease 0.3s;
}
.js-tab-block {
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
.js-tab-block.active {
  display: block;
}
.items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.items-wrap.show-all .item-wrap.wrap-hidden {
  display: block;
}
.items-wrap.show-all .wrap-more a:after {
  content: attr(data-hide);
}
.item-wrap {
  width: 100%;
  position: relative;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  display: block;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
.item-wrap.wrap-more ~ .item-wrap {
  display: none;
}
.item-wrap.wrap-more.active {
  display: none;
}
.item-wrap.wrap-more.active ~ .item-wrap {
  display: block;
}
.item-wrap.wrap-more a:after {
  content: attr(data-show);
}
.item-wrap.wrap-hidden {
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
.slider-wrap,
.slider,
.sl-wrap {
  position: relative;
  line-height: 1;
  display: block;
}
.sl-wrap ~ .sl-wrap {
  display: none;
}
.no-mbottom {
  margin-bottom: 0 !important;
}
.no-mtop {
  margin-top: 0 !important;
}
.elm-hidden {
  display: none !important;
}
@media (max-width: 1023px) {
  .elm-hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .elm-hidden-desktop {
    display: none !important;
  }
  .section--u-ijy36fm9t{
    background-size: cover !important;
  }
}
.item-logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: auto;
  line-height: 1;
  height: 70px;
}
.item-logo img {
  display: block;
  width: auto;
  height: 100%;
  max-width: inherit;
}
.header-items {
  display: block;
  padding-top: 50px;
  padding-right: 250px;
}
.header-items.div {
  display: block;
}
.header-items .items-wrap {
  margin: 0 -5px;
}
.header-items .item-wrap {
  padding: 0 5px;
  margin-bottom: 10px;
  width: auto;
}
.div--u-inqcbmv6n .header-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.div--u-inqcbmv6n .header-title span,
.div--u-inqcbmv6n .header-title b {
  font-weight: bold;
  font-size: 1.2em;
}
.logo-wrap {
  width: 60px;
  height: 60px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  margin: 0 auto;
}
.logo-wrap img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.section--u-iuxr576tn .hor-menu--u-ioz36wzv3.flex-menu .hor-menu__list {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
}
.section--u-iuxr576tn .hor-menu--u-ioz36wzv3.flex-menu .hor-menu__list .hor-menu__item {
  max-width: 100%;
}
.section--u-iuxr576tn .hor-menu__more_list.hor-menu__more_list--u-i2gk2nqbk {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .div--u-inqcbmv6n .header-title {
    display: none;
  }
}
@media (max-width: 767px) {
  .item-logo {
    height: 40px;
  }
  .header-items {
    padding-right: 20px;
  }
  .logo-wrap {
    width: 160px;
    height: 60px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    margin: 0;
  }
  .text--u-ieucs6t3n,
  .text--u-izkzl51u8{
    width: 160px !important;
    text-align: center;
  }
  #ihcv06k0l_0,
  #i8ikdltf1_0,
  #i2pmmr70t_0,
  #i8pwg0j9j_0{
    display:none;
  }
  .imageFit--u-iel3tmuyk,
  .imageFit--u-iwq1hk1y7 {
    height: 100%;
    max-height: 100%;
  }
  .div--u-i4l8es6cd{
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: rgba(var(--color-imeitb4bi), 1);
  }
  .mosaic-site-copyright--u-i2y87wg37{
    font-size: 15px;
    font-weight: 500;
    color: rgba(var(--color-imeitb4bi), 1);
  }
}
@media (min-width: 992px) {
  .div--u-inqcbmv6n .div div--u-ieckycja6,
  .div--u-inqcbmv6n .div div--u-it9qcaknt,
  .div--u-inqcbmv6n .div div--u-ihsahw009 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section .div--u-ibbh43o96 {
    min-width: 150px;
  }
}
.localcontacts__adress-inner a {
  text-decoration: none;
  color: inherit;
}
.localcontacts__adress-inner b {
  display: block;
  padding-bottom: 5px;
}
.localcontacts__adress-inner {
  margin-bottom: 20px;
}
.localcontacts__adress-inner p {
  margin: 0;
}