@import "/css/bootstrap/css/bootstrap.css";
@font-face {
  font-family: PfdindisplayproLight;
  src: url(/css/pfdintextcondpro-light-webfont.ttf);
}
@font-face {
  font-family: PfdindisplayproMed;
  src: url(/css/pfdindisplaypro-med-webfont.ttf);
}
html,
body {
  height: 100%;
  min-width: 320px;
  font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
}

.no-gutter {
    padding-right: 0;
    padding-left: 0;
}
.waiting {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  background-image: url('/images/loading.GIF');
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2000;
  display: block;
}
.waiting:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('/images/white__bg.png');
  z-index: 1000;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.fit-cover {
  object-fit: cover;
  overflow: hidden;
}
.fit-fill {
  object-fit: fill;
  overflow: hidden;
}
.main-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content-wrapper {
  flex: 1 0 auto;
}

.main-wrap__content {
  max-width: 1280px;
  margin: 0 auto;
}
.main-wrap__content.main-wrap__content_full_width {
  width: 100%;
  max-width: 100%;
}
.main-wrap__content.main-wrap__content_shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.main-wrap__content.main-wrap__content_gray {
  background: #eff4f7;
  border-top: 1px solid #e4e8e7;
  border-bottom: 1px solid #e4e8e7;
}
.main-wrap__content.main-wrap__content_bg {
  background-image: url('/images/bg.jpg');
}
.main-wrap__content.main-wrap__type-hrader {
  position: relative;
  z-index: 20;
}
.main-wrap__content.main-wrap__flags {
  position: relative;
}
.main-wrap__content.main-wrap__flags:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 40px;
  display: block;
  background: url('/images/flags_bg.png');
  z-index: 100;
}
.main-page,
.catalog-page,
.product-page,
.search-page,
.search-by-tag {
  width: 100%;
  overflow: hidden;
}
.main-page .products-list__menu,
.catalog-page .products-list__menu,
.product-page .products-list__menu,
.search-by-tag .products-list__menu,
.search-page .products-list__menu{
    max-width: 100%;
    float: none;
    margin-right: -15px;
}

.catalog-page .products-list__items, 
.product-page .product__content {
    margin-left: 0;
}
div.pager {
  margin: 10px 0;
}
.breadcrumbs {
  margin-bottom: 15px;
}
.logo {
  margin-top: 5px;
  z-index: 500;
  text-align: center;
  position: relative;
}
.logo img {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  max-width: 220px;
}
.main-menu-wrap {
  display: block;
  position: relative;
}
.main-menu-wrap .main-menu:before {
  display: none;
}
.main-menu-wrap .main-menu:after {
  display: none;
}
.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 25px;
}
.main-menu a {
  font-size: 18px;
  text-transform: uppercase;
  color: #224c4b;
}
.footer .main-menu a {
  color: #fff;
}
.main-menu__item {
  text-align: center;
  display: table-cell;
  margin: 0px;
  font-size: 18px;
  line-height: 1.2em;
  font-family: PfdindisplayproLight, Arial, sans-serif;
}
.aside-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 20px;
  margin-bottom: 30px;
}
.aside-menu .jstree-node > a {
  font-weight: bold;
}
.jstree-container-ul .aside-menu__item a.jstree-anchor {
  width: 90%;
}
.jstree-container-ul .aside-menu__item a.jstree-anchor.jstree-hovered {
  text-decoration: underline;
}
.jstree-container-ul .aside-menu__item .aside-menu__item a.jstree-anchor {
  width: 80%;
}
.jstree-container-ul .aside-menu__item.jstree-clicked > a {
  font-weight: bold;
}
.jstree-container-ul .aside-menu__item a {
  white-space: normal;
  color: #224c4b;
  text-transform: none;
  font-size: 14px;
  min-height: 24px;
  height: auto;
}
.jstree-container-ul .aside-menu__item a:hover {
  text-transform: underline;
}
.jstree-container-ul .aside-menu__item.jstree-leaf a.jstree-clicked {
  box-shadow: none !important;
  background: transparent;
  border-radius: 0px;
}
.jstree-container-ul .aside-menu__item.aside-menu__item_active {
  background: #beebff !important;
  box-shadow: inset 0 0 1px #999999;
  font-weight: bold;
}
.jstree-container-ul .aside-menu__item:hover {
  background: #F5FCFF !important;
}
.jstree-default .jstree-container-ul .jstree-hovered {
  background-color: #F5FCFF !important;
}
.infoblock-wrap {
  max-width: 980px;
  width: 100%;
  padding: 10px 0px 20px 0;
}
.infoblock__content {
  text-align: center;
  font-size: 18px;
}
.news-preview-wrap {
  max-width: 1280px;
  width: 100%;
  padding: 10px 15px 20px;
}
.news-preview {
  height: 240px;
}
.news-preview:hover {
  text-decoration: none;
}
.news-preview:hover .news-preview__title {
  text-decoration: underline;
}
.news-preview.news-preview_type_full_width {
  height: 190px;
  margin-bottom: 20px;
}
.news-preview.news-preview_type_full_width .news-preview__image {
  height: 190px;
}
.news-preview.news-preview_type_full_width .news-preview__image img {
  height: 190px;
}
.news-preview.news-preview_type_full_width .news-preview__info {
  height: 190px;
}
.news-preview.news-preview_type_full_width .news-preview__info .button {
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 20px;
  float: right;
}
.news-preview .button {
  background: #c3e0df;
}
.news-preview__image {
  width: 165px;
  float: left;
  position: relative;
  height: 230px;
}
.news-preview__image .news-preview__image-wrapper {
  overflow: hidden;
  width: 165px;
  height: 100%;
  position: relative;
}
.news-preview__image .news-preview__image-wrapper img {
  height: 100%;
  min-width: 100%;
  margin: auto;
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
}
.news-preview__info {
  background: #dbeeec;
  height: 230px;
}
.news-preview__info .button {
  margin-top: 10px;
  margin-left: 30px;
}
.news-preview__title {
  color: #003c55;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: PfdindisplayproLight, Arial, sans-serif;
  margin: 0;
  padding: 30px;
  padding-left: 195px;
  padding-bottom: 5px;
}
.news-preview__date {
  color: #449a97;
  font-style: italic;
  font-size: 12px;
  padding-left: 195px;
}
.news-preview__desc {
  padding-left: 195px;
  padding-right: 20px;
  color: #224c4b;
  font-size: 14px;
  line-height: 15px;
  margin: 0;
}
.pager ul {
  margin: 0;
}
.pager ul li a {
  /*background: @button-blue;
        color: #fff;
        &:hover{
            background: darken(@button-blue, 10%);
            color: #ffffff;
        }
        &:active, &:focus{
            background: @button-blue;
            color: #ffffff;
        }*/
  border-radius: 0px;
  color: #224c4b;
  padding: 8px 18px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  background: #E2EFEF;
  border: none;
  padding: 5px 12px;
  font-size: 14px;
}
.pager ul li.pager__selected a {
  font-weight: bold;
}
.container-info .container-desc {
  margin-bottom: 15px;
}
.container-info.container-info_type_big {
  margin-top: 30px;
}
.container-info.container-info_type_big .container-desc {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 18px;
}
.index-text-banner {
  color: #224c4b;
  font-family: PfdindisplayproLight, Arial, sans-serif;
  font-size: 35px;
  margin-top: 10px;
}
.pager__last-type-num:before {
  content: '..';
  display: inline-block;
  width: 25px;
  font-size: 20px;
}
.tags-list {
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer {
  /*height: 150px;*/
  background: #21262a;
  color: #ffffff;
  width: 100%;
   flex: 0 0 auto;
}
.footer__content-wrapper {
  overflow: hidden;
  width: 100%;
}
.footer__content-wrapper.footer__content-wrapper_top {
  background-image: url('/images/bg.jpg');
  padding: 10px 0;
  /*height: 150px;*/
}
.footer-container {
  max-width: 1280px;
  margin: 0 auto;
}
.footer-logo {
  margin-right: 10px;
  float: left;
}
.footer-logo img {
  width: 130px;
}
.footer-header {
  color: #e4e8e7;
  font-weight: 100;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-family: PfdindisplayproLight, Arial, sans-serif;
}
.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links__item {
  border-bottom: 1px solid #e4e8e7;
  line-height: 40px;
}
.footer-links__item a {
  color: #c4dafe;
}
.footer-links__item:last-child {
  border-bottom: none;
}
.footer__item {
  display: inline-block;
  line-height: 60px;
}
.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 30px;
}
.footer-menu .footer-menu__item {
  margin: 0px 10px;
  display: inline;
}
.footer-menu .footer-menu__item a {
  font-size: 14px;
  color: #e4e8e7;
}
.footer__item:last-child {
  float: right;
}
.footer-desc {
  margin-top: 10px;
}
.footer-desc a {
  color: #ffffff;
  text-decoration: underline;
}
.header {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  font-size: 16px;
}
.header__info {
  height: 170px;
}
.header-contacts {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1.4em;
}
.header-contacts__item {
  margin-right: 35px;
  font-size: 16px;
}
.header-contacts__item .icon {
  vertical-align: middle;
}
.header-right {
  float: right;
  margin-top: 40px;
}
.header-langs {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  width: 100%;
  text-align: right;
}
.header-langs .header-langs__item {
  opacity: 0.6;
}
.header-langs .header-langs__item.m-flags-active {
  opacity: 1;
}
.header-langs__item {
  display: inline-block;
}
.header__navigation {
  position: relative;
  margin: auto;
  height: 106px;
  padding-top: 30px;
}
.header-social {
  float: right;
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
}
.header-social__item {
  display: inline-block;
  opacity: 0.5;
}
.header-search {
  float: right;
  margin-top: 10px;
  width: 100%;
}
.header-search input {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  color: white;
}
.header-wish-list {
  font-weight: bold;
  width: 108px;
  float: left;
  line-height: 16px;
  color: white;
  margin: 8px 0 0 0;
  cursor: pointer;
  position: relative;
}
.header-wish-list:hover {
  color: white;
  text-decoration: none;
}
.header-wish-list:hover img {
  opacity: 1;
}
.header-wish-list img {
  opacity: 0.9;
  margin-right: 4px;
  float: left;
}
.header-wish-list__count {
  position: absolute;
  height: 32px;
  width: 32px;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #224c4b;
  font-size: 9px;
  text-align: center;
}
.header-wish-list__count span {
  line-height: 29px;
}
.icon__type_small {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.icon__skype {
  background-image: url(/images/skype_icon.png);
}
.icon__mail {
  background-image: url(/images/mail_icon.png);
}
.icon__phone {
  background-image: url(/images/phone_icon.png);
}
.icon__position {
  background-image: url(/images/icon_position.png);
}
.icon__calendar {
  background-image: url(/images/calendar_icon.png);
}
.icon__phone_green {
  background-image: url(/images/phone_icon_green.png);
}
.icon__position_green {
  background-image: url(/images/icon_position_green.png);
}
.icon__calendar_green {
  background-image: url(/images/calendar_icon_green.png);
}
.icon__type_lang {
  width: 38px;
  height: 25px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
  font-family: PfdindisplayproLight, Arial, sans-serif;
  color: #FFF;
  font-size: 20px;
}
/*
.icon__ru {
  background-image: url(/images/flags.jpg);
  background-position: -38px 0;
}
.icon__en {
  background-image: url(/images/flags.jpg);
  background-position: -76px 0;
}
.icon__it {
  background-image: url(/images/flags.jpg);
  background-position: 0px 0;
}*/
/*button:active, button:focus{
    outline: none;
}
.button{
    border-radius: 0px;
    color: @button-blue;
    padding: 5px 15px;
    border: 3px solid @button-blue;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
}
.button:hover{
    text-decoration: none;
    background: transparent;
    color: @font-dark-blue;
    background: fade(@button-blue, 20%);
}
.button:focus{
    outline: none;
    text-decoration: none;
}
.button:active{
    box-shadow: inset 0px 1px 5px #000;
    text-decoration: none;
}
.button.button_size_big{
    padding: 10px 20px;
    text-transform: uppercase;
}*/
button:active,
button:focus {
  outline: none;
}
.button {
  border-radius: 0px;
  color: #224c4b;
  padding: 8px 18px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  background: #E2EFEF;
  border: none;
}
.button_sm {
  border-radius: 0;
  color: #224c4b;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  background: #e2efef;
  border: none;
  padding: 5px 12px;
  font-size: 14px;
}
.button_sm img {
  height: 20px;
}
.button:hover {
  text-decoration: none;
  background: transparent;
  color: #224c4b;
  background: #b3d5d4;
}
.button:focus {
  outline: none;
  text-decoration: none;
}
.button:active {
  box-shadow: inset 0px 1px 5px #000;
  text-decoration: none;
}
.button.active {
  font-weight: bold;
}
.button.button_size_big {
  padding: 10px 20px;
  text-transform: uppercase;
}
.slider {
  height: 330px;
  overflow: hidden;
  position: relative;
}
.slider-menu {
  height: 330px;
  width: 230px;
  float: left;
  background: #dbeeec;
  z-index: 50;
  position: relative;
}
.slider-menu__item {
  cursor: pointer;
  position: relative;
  float: right;
  width: 150px;
  height: 110px;
}
.slider-menu__item img {
  width: 100%;
  min-height: 100%;
  margin: auto;
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
}
.slider-menu__item.active .slider-menu__cover {
  opacity: 0.6 !important;
}
.slider-menu__item:hover .slider-menu__cover {
  opacity: 0.3;
}
.slider-menu__item .slider-menu__cover {
  width: 180px;
  height: 110px;
  display: block;
  left: -15px;
  top: 0;
  background: #7ba6a7;
  opacity: 0;
  position: absolute;
  z-index: 100;
  -webkit-transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 0.6s;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 0.6s;
  -o-transition-timing-function: ease;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
.slider-menu__item .slider-menu__cover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  border: 55px solid transparent;
  border-left-width: 25px;
  border-left-color: #7ba6a7;
}
.slider-menu__item .slider-menu__image-wrap {
  width: 150px;
  height: 110px;
  position: relative;
  overflow: hidden;
}
.slider-images {
  margin-left: 250px;
  height: 330px;
  overflow: hidden;
}
.slider-images__item {
  height: 330px;
  overflow: hidden;
  position: relative;
}
.slider-images__item img {
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  margin: auto;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  top: -9999px;
}
.slider-item-desc {
  position: absolute;
  z-index: 50;
  margin: 0px 0px 15px 45px;
  left: 0;
  bottom: 0;
  background: rgba(38, 72, 81, 0.75);
  width: 70%;
}
.slider-item-desc__buttons {
  position: absolute;
  left: 100%;
  bottom: 0;
  padding-left: 20px;
  width: 200px;
}
.slider-item-desc__buttons .button {
  margin-top: 10px;
}
.slider-item-desc__title {
  color: #FFFFFF;
  font-weight: normal;
  font-family: PfdindisplayproLight, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  margin: 0;
  display: inline-block;
  padding: 5px 10px 0px 10px;
}
.slider-item-desc__caption {
  padding: 5px 10px 10px 10px;
  color: #FFFFFF;
  text-align: left;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 0;
}
.teasers-wrap {
  width: 980px;
}
.teasers-wrap__row {
  padding: 40px 0;
}
.teaser {
  text-align: center;
}
.teaser__image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-image: url(/images/dark_bg_small.jpg);
  margin: 0 auto;
  line-height: 90px;
  text-align: center;
}
.teaser__title {
  color: #003c55;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  margin: 25px 0;
}
.teaser__desc {
  color: #0073a3;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  margin: 25px 0;
}
.teaser__link {
  text-align: center;
  font-size: 14px;
  color: #24aadd;
  text-transform: uppercase;
}
.container-title {
  font-weight: normal;
  font-family: PfdindisplayproLight, Arial, sans-serif;
  color: #224c4b;
  text-transform: uppercase;
}
.container-title.container-title_align_center {
  text-align: center;
}
.container-title.container-title_lowercase {
  text-transform: none;
}
.container-title p.container-desc {
  text-transform: none;
  font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
}
.container-desc {
  font-weight: normal;
  color: #224c4b;
  color: #222;
  font-size: 16px;
}
.container-desc.container-desc__big {
  font-size: 18px;
}
.container-desc.container-desc_align_center {
  text-align: center;
}
.container-date {
  color: #449a97;
  font-style: italic;
  font-size: 12px;
}
.container-foto {
    margin-right: 20px;
    margin-bottom: 15px;
    width: 100%;
}
.container-foto img {
  max-width: 100%;
}
h1.container-title {
  font-size: 30px;
}
h2.container-title {
  font-size: 24px;
}
h3.container-title {
  font-size: 20px;
}
h4.container-title {
  font-size: 16px;
}
h5.container-title {
  font-size: 12px;
}
h6.container-title {
  font-size: 10px;
}
.pre {
  white-space: pre;
}
.products-list__menu {
  max-width: 230px;
  float: left;
  background: #dbeeec;
  padding-bottom: 20px;
  padding-top: 20px;
}

.products-list__items {
  /*margin-left: 15px;*/
}
.product-tiles-wrap {
  padding: 20px 0px 10px 0;
  overflow: hidden;
}
.product-tiles-wrap .items-number-select {
  float: left;
}
.product-tiles-wrap .pager + .items-number-select {
  display: block;
  text-align: center;
  width: 100%;
}
.product-tiles-wrap .product_items_list {
  clear: both;
}
.product-tiles-wrap .sorter {
  margin-right: 10px;
  margin-bottom: 15px;
  float: right;
  text-align: right;
}
.product-tiles-wrap .sorter ul {
  /*
      .sort-link.asc, .sort-link.desc{
        position: relative;
        display: inline-block;
        width: 100%;
      }
      .sort-link.asc:after, .sort-link.desc:after{
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        width: 0;
        content: "";
        display: inline-block;
        margin-left: 10px;
        height: 8px;
      }
      .sort-link.asc:after{
        border-top: 4px solid #000000;
        border-bottom: none;
      }
      .sort-link.desc:after{
        margin-bottom: 3px;
        border-bottom: 4px solid #000000;
        border-top: none;
      }
      */
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.product-tiles-wrap .sorter ul li {
  display: inline-block;
  margin-left: 15px;
}
.product-tiles-wrap .sorter ul li a {
  color: #224c4b;
}
.product-tiles-wrap .sorter ul li a.asc,
.product-tiles-wrap .sorter ul li a.desc {
  position: relative;
}
.product-tiles-wrap .sorter ul li a.asc:after,
.product-tiles-wrap .sorter ul li a.desc:after {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  width: 0;
  content: "";
  display: inline-block;
  margin-left: 5px;
  height: 8px;
  top: 2px;
  position: relative;
}
.product-tiles-wrap .sorter ul li a.asc:after {
  border-top: 4px solid #224c4b;
  border-bottom: none;
}
.product-tiles-wrap .sorter ul li a.desc:after {
  margin-bottom: 3px;
  border-bottom: 4px solid #224c4b;
  border-top: none;
}
.product-tiles-wrap.product-tiles-wrap_type_small {
  padding: 0px 0px 10px 0;
}
.product-tiles-wrap.product-tiles-wrap_type_small .container-title {
  margin-left: 10px;
}
.product-tiles-wrap.product-tiles-wrap_type_small .product-tile {
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  height: 90px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.product-tiles-wrap.product-tiles-wrap_type_small .product-tile:hover .product-tile__info {
  top: 0;
}
.product-tiles-wrap.product-tiles-wrap_type_small .product-tile img {
  min-height: 100%;
  min-width: 100%;
}
.product-tiles-wrap.product-tiles-wrap_type_small .product-tile__info {
  width: 100%;
}
.product-tiles-wrap.product-tiles-wrap_type_small .product-tile__info-wrap {
  height: 75px;
  border: 1px solid #FFFFFF;
}
.product-tiles-wrap.product-tiles-wrap_type_small .product-tile-info__name {
  font-family: PfdindisplayproLight, Arial, sans-serif;
  font-size: 12px;
  padding: 5px 5px 3px 5px;
}
.product-tiles-wrap.product-tiles-wrap_type_small .product-tile-info__price {
  padding: 0px 5px 2px 5px;
  font-size: 12px;
}
.product-tiles-wrap.product-tiles-wrap_type_small .product-tile-info__desc {
  padding: 0px 5px 5px 5px;
  text-align: center;
  font-size: 12px;
}
.product-tiles-wrap.product-tiles-wrap_type_small .product-tile-info__zoom:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border: 15px solid transparent;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.product-tiles-wrap.product-tiles-wrap_type_small .product-tile-info__zoom:before {
  content: '';
  width: 16px;
  height: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 115;
  background-image: url('/images/zoom_icon.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.product-tiles-wrap.product-tiles-wrap_type_small .product-tile__wrap {
  height: 90px;
  position: relative;
  overflow: hidden;
}
.product-tile {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.product-tile:hover .product-tile__info {
  top: 0;
}
.product-tile img {
  width: 100%;
  position: absolute;
  margin: auto;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
}
.product-tile__wrap {
  height: 175px;
  position: relative;
  overflow: hidden;
}
.product-tile__info {
  position: relative;
  height: 100%;
  background: rgba(68, 154, 151, 0.75);
  position: absolute;
  top: 100%;
  color: #FFFFFF;
  width: 100%;
  cursor: pointer;
}
.product-tile__info-wrap {
  border: 2px solid #FFFFFF;
  height: 160px;
  margin: 7px;
  position: relative;
}
.product-tile-info__name {
  font-family: PfdindisplayproLight, Arial, sans-serif;
  font-size: 22px;
  width: 100%;
  text-align: center;
  padding: 5px 10px 5px 10px;
  line-height: 20px;
  margin: 0;
}
.product-tile-info__price {
  padding: 0px 10px 5px 10px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
}
.product-tile-info__desc {
  margin-bottom: 0px;
  padding: 0px 10px 5px 10px;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}
.product-tile-info__shops {
  padding: 0px 10px 5px 10px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}
.product-tile-info__zoom {
  position: absolute;
  z-index: 110;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.product-tile-info__zoom:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border: 15px solid transparent;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.product-tile-info__zoom:before {
  content: '';
  width: 16px;
  height: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 115;
  background-image: url('/images/zoom_icon.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.product__content {
  margin-left: 250px;
}
.product__gallery {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.product__gallery img {
  cursor: pointer;
  max-width: 100%;
}
.product__description h1 {
  font-size: 22px;
}
.product-page-shops {
  margin-top: 15px;
}
.product-page-buttons {
  clear: both;
}
.product-page-buttons .add-to-wish-list {
  float: left;
  padding: 1px 12px;
}
.product-page-buttons .remove-from-wish-list {
  float: left;
  padding: 1px 12px;
}
.tile-add-to-wish-list,
.tile-remove-from-wish-list {
  position: absolute;
  z-index: 100;
  bottom: 15px;
  left: 25px;
  margin: auto;
  background: none;
  width: 20px;
  height: 20px;
  display: block;
}
.product-wish-list {
  float: left;
  line-height: 18px;
  cursor: pointer;
  position: relative;
  padding: 2px 8px;
  margin-left: 15px;
  margin-right: 10px;
  font-size: 14px;
}
.product-wish-list:hover {
  color: white;
  text-decoration: none;
}
.product-wish-list:hover img {
  opacity: 1;
}
.product-wish-list img {
  opacity: 0.9;
  margin-right: 4px;
  float: left;
  height: 20px;
  width: 20px;
}
.product-wish-list__count {
  position: absolute;
  height: 20px;
  width: 20px;
  bottom: 6px;
  left: 8px;
  z-index: 1;
  color: #224c4b;
  font-size: 9px;
  text-align: center;
}
.product-wish-list__count span {
  line-height: 29px;
}
.product-page-pager {
  margin-top: 10px;
}
.product-page-pager__button_next {
  float: right;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
.g-text-dark-blue {
  color: #040d1a;
}
.g-bg-dark-blue {
  background-color: #040d1a;
}
.g-text-blue {
  color: #00265f;
}
.g-bg-blue {
  background-color: #00265f;
}
.g-text-light-blue {
  color: #83a2d4;
}
.g-bg-light-blue {
  background-color: #83a2d4;
}
a.g-decoration-none:active,
a.g-decoration-none {
  text-decoration: none;
}
a.g-decoration-none:focus {
  text-decoration: none;
  color: #00265f;
}
a.g-decoration-none:hover {
  text-decoration: underline;
}
.g-align-center {
  text-align: center;
}
.g-bold {
  font-weight: bold;
}
.g-do_transition,
.product-filter {
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.g-do_transition_6 {
  -webkit-transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 0.6s;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 0.6s;
  -o-transition-timing-function: ease;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
.g-m-top_0 {
  margin-top: 0px;
}
.g-m-top_10 {
  margin-top: 10px;
}
.g-m-top_20 {
  margin-top: 20px;
}
.g-m-top_30 {
  margin-top: 30px;
}
.g-m-top_40 {
  margin-top: 40px;
}
.g-m-bottom_0 {
  margin-bottom: 0px !important;
}
.g-m-bottom_10 {
  margin-bottom: 10px !important;
}
.g-m-bottom_20 {
  margin-bottom: 20px !important;
}
.g-m-bottom_30 {
  margin-bottom: 30px !important;
}
.g-m-bottom_40 {
  margin-bottom: 40px !important;
}
.page-wrap {
  padding: 20px 15px;
}
.page img {
  max-width: 100%;
}
.page__description {
  font-weight: bold;
  margin-bottom: 20px;
}
.page__title-image {
  /*float: left;
    margin-right: 20px;*/
  max-width: 100%;
  margin-bottom: 20px;
}
.product__gallery {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.product__gallery img {
  cursor: pointer;
  max-width: 100%;
}
.list-wrap {
  width: 980px;
  padding: 20px 0;
}
.publication-date {
  color: #0073a3;
  font-size: 12px;
  margin-bottom: 15px;
}
.list-item {
  text-decoration: none;
  margin-bottom: 20px;
}
.list-item .list-item__wrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  right: 650px;
  display: block;
  z-index: 10;
  border: 10px solid transparent;
  border-bottom-color: transparent;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.list-item:hover {
  text-decoration: none;
}
.list-item:hover .list-item__wrap:before {
  border: 15px solid transparent;
  border-right-color: #2f383d;
  bottom: 45%;
}
.list-item:hover .list-item__wrap {
  background: #2f383d;
}
.list-item:hover .list-item__title {
  text-decoration: none;
  color: #e4e8e7;
}
.list-item:hover .list-item__desc {
  text-decoration: none;
  color: #c4dafe;
}
.list-item__wrap {
  background: #eff4f7;
  min-height: 200px;
  position: relative;
}
.list-item__image {
  width: 300px;
  position: relative;
  height: 200px;
  margin-right: 30px;
  float: left;
}
.list-item__image .list-item__image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.list-item__image .list-item__image-wrapper img {
  height: 200px;
  width: 100%;
  margin: 0 auto;
}
.list-item__title {
  position: relative;
  color: #003c55;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  padding: 15px 0;
  padding-right: 40px;
}
.list-item__publication-date {
  color: #0073a3;
  font-size: 12px;
  margin-bottom: 15px;
}
.list-item__desc {
  padding: 0 40px 15px 330px;
  color: #0073a3;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
}
.form .form-control {
  border-radius: 0px;
}
.form-input {
    width: 100%;
}
.form .form-control:focus,
.form .has-error .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form .form-group {
  margin-bottom: 10px;
}
.error-message {
  color: #a94442;
}
.captcha_row {
  display: flex;
}
.captcha_row > *:not(:first-child) {
  margin-left: 15px;
}
.captcha .captcha__image {
  display: block;
}
.captcha .captcha__button {
  display: block;
  white-space: nowrap;
}
.product-filter-form {
  z-index: 10;
}
.product-filter {
  background: white;
  list-style: none;
  position: absolute;
  top: -26px;
  color: #224c4b;
  height: 70px;
  overflow: hidden;
  margin-bottom: 0;
  padding: 6px 10px 10px 10px;
  z-index: 10;
}
.product-filter [type="submit"] {
  float: right;
}
.product-filter [type="text"] {
  margin-bottom: 5px;
}
.product-filter:hover {
  height: 600px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.product-filter__item {
  border-bottom: 1px solid #224c4b;
  color: #224c4b;
  padding: 10px;
}
.product-filter__item a {
  color: #224c4b;
  font-size: 14px;
}
.product-filter__item:last-child {
  border-bottom: none;
}
.product-filter__item:first-child {
  padding: 0;
  height: 70px;
  text-transform: uppercase;
  text-align: center;
  line-height: 62px;
  font-family: PfdindisplayproLight, Arial, sans-serif;
}
.product-filter__item:first-child a {
  font-size: 18px;
}
.tag-cloud {
  padding: 15px 0;
  z-index: 1;
  text-align: center;
  margin-top: 20px;
}
.tag-cloud a {
  margin: 0 2px;
  white-space: nowrap;
}
.tag-sorter {
    display: flex;
    justify-content: center;
}
.tag-sorter .sorter {
    text-align: center;
    margin-right: 0;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
@media only screen and (max-width: 991px) {
  .header-contacts {
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
  }
  .header-contacts .header-contacts__item {
    margin-right: 0px;
  }
  .header-right {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .page-wrap {
    width: auto;
  }
  .logo img {
    position: static;
  }
  .main-menu__item {
    display: block;
    line-height: 2.1em;
  }
  .header__navigation {
    height: auto;
  }
  .slider-menu {
    display: none;
  }
  .slider-images {
    margin-left: 0;
    height: 260px;
  }
  .slider-images__item {
    height: 260px;
  }
  .slider {
    height: 260px;
  }
  .slider-item-desc {
    margin: 0px 0px 15px 15px;
  }
  .slider-item-desc__buttons {
    display: none;
  }
  .tag-cloud {
    display: none;
  }
  .slider-item-desc__title {
    font-size: 22px;
  }
  .news-preview {
    height: auto;
    margin-bottom: 15px;
  }
  .news-preview__info {
    height: auto;
    min-height: 235px;
    padding-bottom: 10px;
  }
  .news-preview__info .button {
    display: none;
  }
  .footer-desc {
    white-space: normal;
  }
  .footer__content-wrapper.footer__content-wrapper_top {
    height: auto;
  }
 
  .product-tile__wrap {
    height: 225px;
  }
  .product-tile-info__shops {
    display: none;
  }
  .product-tile-info__price {
    display: none;
  }
  .product-tile__info-wrap {
    height: auto;
    border: none;
  }
  .product-tile__info {
    background: transparent;
    top: 0;
  }
  .product-tile-info__zoom {
    display: none;
  }
  .product-tile-info__name {
    background: rgba(68, 154, 151, 0.7);
  }
  .product-tile-info__desc {
    background: rgba(68, 154, 151, 0.7);
  }
  .product__content {
    margin-left: 0;
  }
  .product__gallery {
    width: auto;
    margin-right: 0;
  }
  .product-tiles-wrap.product-tiles-wrap_type_small .product-tile__info-wrap {
    border: none;
  }
  .product-tiles-wrap.product-tiles-wrap_type_small .product-tile__info-wrap .product-tile-info__name {
    display: none;
  }
  .catalog_index_page .products-list__items {
    display: none;
  }
  .catalog_index_page .products-list__menu {
    display: block !important;
    width: 100%;
    zoom: 1.4;
  }
  .news-preview.news-preview_type_full_width {
    margin-bottom: 60px;
  }
  .product-filter {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .header__info {
    height: 170px;
    margin-bottom: 0;
  }
}
/*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */

x-object-fit {
	position: relative !important;
	display: inline-block !important;
}

x-object-fit > .x-object-fit-taller,
x-object-fit > .x-object-fit-wider {
	position: absolute !important;
	left: -100% !important;
	right: -100% !important;
	top: -100% !important;
	bottom: -100% !important;
	margin: auto !important;
}

.x-object-fit-none > .x-object-fit-taller,
.x-object-fit-none > .x-object-fit-wider {
	width: auto !important;
	height: auto !important;
}

.x-object-fit-fill > .x-object-fit-taller,
.x-object-fit-fill > .x-object-fit-wider {
	width: 100% !important;
	height: 100% !important;
}

.x-object-fit-contain > .x-object-fit-taller {
	width: auto !important;
	height: 100% !important;
}

.x-object-fit-contain > .x-object-fit-wider {
	width: 100% !important;
	height: auto !important;
}

.x-object-fit-cover > .x-object-fit-taller,
.x-object-fit-cover > .x-object-fit-wider {
	max-width: none !important;
	max-height: none !important;
}

.x-object-fit-cover > .x-object-fit-taller {
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
}

.x-object-fit-cover > .x-object-fit-wider {
	width: auto !important;
	height: 100% !important;
	max-width: none !important;
}

.x-object-position-top > .x-object-fit-taller,
.x-object-position-top > .x-object-fit-wider {
	top: 0 !important;
	bottom: auto !important;
}

.x-object-position-right > .x-object-fit-taller,
.x-object-position-right > .x-object-fit-wider {
	left: auto !important;
	right: 0 !important;
}

.x-object-position-bottom > .x-object-fit-taller,
.x-object-position-bottom > .x-object-fit-wider {
	top: auto !important;
	bottom: 0 !important;
}

.x-object-position-left > .x-object-fit-taller,
.x-object-position-left > .x-object-fit-wider {
	left: 0 !important;
	right: auto !important;
}

li.has_children a{
  font-weight: bold;
}

li.no_children i{
  opacity: 0;
}

.footer-left-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-left-menu footer-left-menu__item {
  margin: 0px 0px;
  display: block;
}

.footer-left-menu .footer-left-menu__item a {
  font-size: 14px;
  color: #e4e8e7;
}

.category-preview__name {
  text-align: center;
  color: #003c55;
  margin-top: 10px;
  height: 40px;
}

.priority-categories .h4 {
  text-transform: uppercase;
  color: #003c55;
  font-size: 18px;
}

.priority-categories .category-preview__image {
  width: 215px;
  height: 160px;
  background-size: cover;
  margin: 0 auto;
}