@media screen and (max-width: 450px) {
  .item.list-group-item .swiper-wrapper {
    height: auto;
  }
  .item.list-group-item .card-footer__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .item.list-group-item .swiper-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

@media screen and (max-width: 575px) {
  .title-wrapper .title-line {
    left: 0;
  }
  section .about__list-wrap .tab-content {
    padding: 50px 25px;
  }
  .swiper-container.swiper-production .product__block {
    width: 100%;
  }
  .swiper-container.swiper-production .product p {
    padding-left: 1rem;
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .catalog__filter .filter__list.open {
    width: 100%;
  }
  .catalog__filter--top .swiper-filter.open {
    width: 100%;
  }
  .drawer .drawer__wrapper .content-wrap li {
    font-size: 35px;
  }
  #showroom .roomy {
    height: 420px !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .row .rboxy {
    height: 370px;
  }
}

@media screen and (max-width: 991px) {
  .footer .footer__bottom a {
    padding-right: 15px;
  }
  .navbar .search {
    display: none;
  }
  .about__block .about__block-right {
    margin-top: 50px;
    max-width: 100%;
    margin-left: 0;
  }
  .about__list-wrap .tab-content {
    padding-top: 50px;
  }
  .about__block .about__block-left {
    margin-top: 50px;
    max-width: 100%;
    margin-right: 0;
  }
  .footer__inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .map .contacts__box {
    position: relative;
    padding: 0;
  }
  #map {
    height: 400px !important;
  }
  .footer .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .footer .footer__contact-us::after {
    width: 100%;
  }
  .footer .footer__bottom {
    margin-top: 20px;
  }
  .footer__contact-us {
    margin-bottom: 20px;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .history_item .history__wrap-images {
    width: 100%;
  }
  .history_item .history__wrap-text {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
  .header-nav .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header-nav .header-nav__wrapper {
    display: none;
  }
  .slider-project .swiper-container__wrap .swiper-button-next {
    display: none;
  }
  .slider-project .swiper-container__wrap .swiper-button-prev {
    display: none;
  }
  .catalog__category-wrap .category__btn-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog__category-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .line__filter .category__btn {
    display: block;
  }
  .catalog__category {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #fff;
    width: 350px;
    overflow: auto;
    height: 100%;
  }
  .catalog__category.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog__category-wrap {
    width: 100%;
    padding: 0 10px;
  }
  .catalog__filter--top .swiper-filter .filter__list-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog__filter--top .swiper-filter {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    background-color: #fff;
    width: 350px;
    right: 0;
    top: 0;
    padding: 0 30px;
    height: 100%;
    overflow: auto;
    z-index: 9;
  }
  .swiper-filter.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .filter__wrap-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .line__filter .filter__btn {
    visibility: visible;
  }
  .filter__list-header .filter-close {
    display: block;
  }
  .filter__list-header .filter-clear {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .filter__list-header .filter__list-title {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .filter__list {
    display: none;
  }
  body .navbar-top {
    display: none;
  }
  .navbar .hamburger {
    display: block;
  }
  .navbar-wrap {
    position: relative;
  }
}

@media screen and (min-width: 991px) {
  .nav-item:hover .nav-sub {
    opacity: 1;
    z-index: 11;
    pointer-events: auto;
  }
  .catalog__filter--top .catalog__filter .accordion-button::after {
    content: none;
  }
  .catalog__filter--top .catalog__filter .accordion-button {
    pointer-events: none;
  }
}

@media screen and (max-width: 1199px) {
  .navbar--zero .navbar-collapse {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar-wrap .navbar__social {
    display: none;
  }
  .header-nav__wrapper .header-nav__box {
    margin-right: 2.5rem;
  }
  .header-nav__wrapper .header-nav__language {
    margin-left: 1.5rem;
  }
  .row .title-main {
    padding: -webkit-calc(20px + (50 - 20) * ((100vw - 320px) / (1200 - 320)));
    padding: calc(20px + (50 - 20) * ((100vw - 320px) / (1200 - 320)));
  }
  .navbar--three .navbar__city {
    margin-right: 3rem;
  }
  .navbar-wrap .navbar__address {
    display: none;
  }
  .navbar-wrap .navbar-right__wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navbar--two .navbar__contacts {
    margin-right: 1rem;
  }
  .navbar--two .navbar__social {
    display: none;
  }
  .navbar--two .navbar__city {
    margin-right: 1rem;
  }
}

@media screen and (min-width: 1199px) {
  .navbar--zero .navbar-collapse {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navbar__menu-list {
    margin-left: 70px;
  }
  .navbar--two .navbar__contacts {
    margin-right: 0rem;
  }
  .navbar--two .navbar-brand {
    margin-right: 3rem;
  }
  .navbar--two .nav-bottom .nav-sub__inner {
    margin-left: 13rem;
  }
  .navbar--three .nav-bottom .nav-sub__inner {
    margin-left: 10rem;
  }
}

@media screen and (max-width: 1500px) {
  .slider-project .swiper-container__wrap .swiper-button-next {
    right: 20px;
  }
  .slider-project .swiper-container__wrap .swiper-button-prev {
    left: 20px;
  }
}

.navbar-wrap {
	padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: inherit;
      -ms-flex-wrap: inherit;
          flex-wrap: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.navbar-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand__text {
  line-height: 5px;
  margin-bottom: 7px;
}

.navbar-brand h6 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}

.navbar-brand span {
  color: #9F9F9F;
  font-weight: 600;
  font-size: 12px;
}

.navbar-brand img {margin-right: 10px;}

.navbar-wrap .nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.navbar-wrap .nav-item a:hover {
  opacity: .5;
  -webkit-transition: opacity .15s ease-in;
  -o-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in;
}

.navbar-wrap .nav-item a.nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #000;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
  border: 0px solid #000;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  margin: auto;
  margin-top: 8px;
}

.navbar-wrap .nav-item:hover.nav-item a.nav-link::after {
  width: 100%;
}

.navbar__contacts,
.navbar__address,
.navbar__city,
.navbar__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.navbar__button_header1{
  margin-left: 30px !important;
}

.navbar__address_header1{
  margin-right: 30px !important;
}

.navbar__contacts.me-0 .navbar__phone::before {
  left: inherit;
  margin-left: -30px;
}

.navbar__city.m .navbar__city::before {
  left: inherit;
  margin-left: -30px;
}

.navbar__contacts a {
  text-decoration: none;
}

.navbar__phone,
.navbar__city,
.navbar__address {
  font-size: 14px;
  color: #000;
}

.navbar__phone::before {
  content: '';
  background: url("/local/templates/main_catalog/img/svg/phone.svg") no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}

.navbar__city::before {
  content: '';
  background: url("/local/templates/main_catalog/img/svg/placeholder.svg") no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}

.navbar-right__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.nav-sub__inner .more-btn {
  color: #fff;
}

.navbar__address .dropdown-toggle::after {
  content: none;
}

.dropdown-arrow {
  position: absolute;
  width: 14px;
  height: 10px;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  right: -20px;
  -webkit-transition: -webkit-transform 150ms;
  transition: -webkit-transform 150ms;
  -o-transition: transform 150ms;
  transition: transform 150ms;
  transition: transform 150ms, -webkit-transform 150ms;
  pointer-events: none;
  color: #666;
}

.dropdown-arrow::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  top: 0;
  right: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 50% 25%;
      -ms-transform-origin: 50% 25%;
          transform-origin: 50% 25%;
}

.dropdown-toggle.show .dropdown-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.navbar {height: 61px}


.navbar__city .edd-head {
  color: #9F9F9F;
}

.navbar__contacts a:hover {
  color: #000;
}

.navbar__contacts a {
  -webkit-transition: .15s ease-in;
  -o-transition: .15s ease-in;
  transition: .15s ease-in;
}

.navbar__mail {
  font-size: 14px;
  color: #9F9F9F;
}

.navbar__address .dropdown-toggle,
.navbar__city .dropdown-toggle {
  font-size: 13px;
  color: #000;
  text-decoration: none;
  position: relative;
}

.navbar__contacts {
  position: relative;
  padding-left: 30px;
  margin-right: 2rem;
}

.navbar__city {
  position: relative;
  padding-left: 30px;
}

.navbar__address .dropdown-item,
.navbar__city .dropdown-item {
  font-size: 12px;
}

.navbar__contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar__city .city-select {
  display: block;
  width: 100%;
  line-height: 1.5;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.nav-sub {
  position: absolute;
  left: 0;
  top: 68px;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
  z-index: 10;
  right: 0;
  pointer-events: none;
}

.nav-bottom {
  position: absolute;
  left: 0;
  top: 61px;
  z-index: 10;
  right: 0;
}

.nav-bottom .nav-sub__link {
  text-transform: uppercase;
}

.nav-sub:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  pointer-events: none;
}

.nav-sub__item a {
  color: #fff;
}

.nav-sub__wrap {
  position: relative;
  z-index: 10;
  background: #003391;
  right: 0;
  padding: 10px 0;
}

.nav-sub__list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-sub__wrap .nav-sub__list {
  margin-left: auto;
  width: 69%;
}

.nav-bottom .nav-sub__wrap .nav-sub__list {
  width: auto;
  margin-left: initial;
}

.nav-sub__link {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

.nav-sub__inner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-sub__item {
  padding-right: 1rem;
}

.navbar__menu-list .nav-link {
  padding: 1.22rem 1rem;
}

.hamburger {
  display: none;
}

.navbar--two .nav-sub__inner {
  max-width: inherit;
  width: auto;
}

.navbar-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fafafa;
}

.navbar-top__left ul {
  padding-left: 0;
  font-size: 13px;
  text-transform: uppercase;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.navbar-top__right ul {
  font-size: 13px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.navbar-top__right .adress {
  padding-right: 30px;
}

.navbar-top__right .cart {
  padding-right: 20px;
}

.navbar-top__left li {
  padding-right: 20px;
}

.navbar-top__left a {
  -webkit-transition: .15s ease-in;
  -o-transition: .15s ease-in;
  transition: .15s ease-in;
  color: #6B6B6B;
  text-decoration: none;
}

.navbar-top__right a {
  text-decoration: none;
  color: #000;
}

.navbar-top__left a:hover {
  color: #000;
}

.navbar-top__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-top__right ul {
  padding-left: 0;
}

.navbar--three .navbar-right__wrap {
  margin-left: auto;
  margin-right: 6rem;
  width: 63%;
}

.navbar--absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.navbar--clean .navbar__phone::before {
  top: 3px;
}

.navbar--clean .navbar-right__wrap {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 90%;
}

.navbar--clean {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 2;
}

.navbar--clean .navbar-wrap {
  position: relative;
}

.navbar--absolute.four .nav-sub__wrap .nav-sub__list {
  margin-left: auto;
  width: 85%;
}

.navbar--absolute.four .navbar__menu-list {
  margin-left: 10px;
}

.navbar--clean .hamburger {
  display: block;
  top: 4px;
}

.navbar--two .collapse.navbar-collapse {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar--two .navbar-right__wrap {
  width: 50%;
}

.navbar__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.navbar__social svg {
  margin: 8px;
}

.svg-vk,
.svg-instagram,
.svg-facebook {
  color: #9F9F9F;
  cursor: pointer;
  -webkit-transition: .15s ease-in;
  -o-transition: .15s ease-in;
  transition: .15s ease-in;
}

.svg-facebook:hover,
.svg-instagram:hover,
.svg-vk:hover {
  color: #000;
}

.navbar--two .nav-sub {
  opacity: 1;
}

.navbar--clean .hamburger-box {
  width: 40px;
}

.navbar--clean .hamburger-inner::before {
  top: -10px;
}

.navbar--clean .hamburger-inner::after {
  bottom: -10px;
}

.navbar--clean .hamburger-inner,
.navbar--clean .hamburger-inner::before,
.navbar--clean .hamburger-inner::after {
  width: 40px;
  height: 3px;
}

.navbar--clean .drawer__close {
  width: 30px;
  height: 30px;
  -webkit-background-size: cover;
          background-size: cover;
}

.header-nav {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 5;
  padding: 20px 0;
}

.header-nav__phone-request {
  font-size: 13px;
  color: #212529;
  border: 4px solid #ebda44;
  padding: 0.8rem 2.5rem;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.header-nav__phone-request:hover {
  color: #212529;
}

.header-nav__box {
  margin-right: 7.5rem;
}

.header-nav__phone-request::after {
  content: '';
  width: 5px;
  height: 35px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  right: -5px;
}

.header-nav__link {
  color: #212529;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
}

.header-nav__link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 0;
  background-color: #ebda44;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.header-nav__link:hover::after, .header-nav img {
  width: 100%;
}

.header-nav__link:hover {
  color: #585858;
}

.header-nav__language {
  color: #212529;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  margin-left: 6.5rem;
}

.header-nav__phone {
  color: #212529;
  font-size: 20px;
  font-weight: 600;
  margin-right: 1.5rem;
}

.header-nav__phone:hover {
  color: #585858;
}

.header-nav__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav__logo img {
  max-width: 100px;
}

.header-nav__logo {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.header-nav__logo:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.header-nav .header-nav__link:not(:last-child) {
  margin-right: 2.5rem;
}

html.pushbar_locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.pushbar_locked .pushbar_main_content.pushbar_blur {
  -webkit-filter: blur(15px);
          filter: blur(15px);
}

.pushbar_overlay {
  z-index: -999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  background: #3c3442;
}

.drawer {
  display: none;
}

.drawer__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  background-color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.drawer__header {
  /* Optional */
  padding: 1.43rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer__close {
  /* Optional */
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='15px' height='16px' viewBox='0 0 15 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='2.-Menu' transform='translate(-15.000000, -13.000000)' stroke='%23000000'%3E%3Cg id='Group' transform='translate(15.000000, 13.521000)'%3E%3Cpath d='M0,0.479000129 L15,14.2971819' id='Path-3'%3E%3C/path%3E%3Cpath d='M0,14.7761821 L15,-1.24344979e-14' id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.drawer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: 350px;
  z-index: 9999;
  overflow: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translate3d(103%, 0, 0);
  transform: translate3d(103%, 0, 0);
  /* extra 3% because of box-shadow */
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
  /* Optional */
  -webkit-box-shadow: 0 2px 6px #777;
          box-shadow: 0 2px 6px #777;
}

.drawer__content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.drawer__content .accordion-item {
  border-bottom: 1px solid #e3e3e3;
}

.item-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-border-radius: 0;
          border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out, -webkit-border-radius .15s ease;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out, -webkit-border-radius .15s ease;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out, -webkit-border-radius .15s ease;
}

.drawer__content .accordion-button {
  border: 0;
}

.drawer--left .drawer__wrapper {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.drawer.is-active {
  display: block;
}

.drawer.is-visible .drawer__wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100%;
}

.drawer.is-visible .drawer__overlay {
  opacity: 0.5;
}

.drawer__content .accordion-body ul {
  list-style: none;
  padding-left: 25px;
}

.drawer__content .accordion-body ul li a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.drawer__content .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.drawer__content .accordion-collapse {
  background-color: #003391;
}

.accordion-body li:hover {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.drawer__content .accordion-body ul li {
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 7px 0;
}

.drawer__wrapper .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.drawer__wrapper .content-wrap ul {
  text-align: center;
  padding-left: 0;
}

.drawer__wrapper .content-wrap li {
  cursor: pointer;
  list-style: none;
  font-size: 48px;
  font-weight: 600;
}

.drawer__wrapper .content-wrap li:hover .content-wrap a {
  color: #000;
}

.drawer__wrapper .content-wrap li a {
  color: #fff;
  position: relative;
  z-index: 1;
}

.drawer__wrapper .content-wrap li:hover a {
  color: #000;
}

.navbar--clean .drawer__wrapper {
  background: #000000c4;
}

.is-visible .content-wrap ul li:nth-child(1) {
  -webkit-transition-delay: 0.20s;
       -o-transition-delay: 0.20s;
          transition-delay: 0.20s;
}

.is-visible .content-wrap ul li:nth-child(2) {
  -webkit-transition-delay: 0.35s;
       -o-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.is-visible .content-wrap ul li:nth-child(3) {
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.is-visible .content-wrap ul li:nth-child(4) {
  -webkit-transition-delay: 0.55s;
       -o-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.is-visible .content-wrap ul li:nth-child(5) {
  -webkit-transition-delay: 0.65s;
       -o-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.is-visible .content-wrap ul li:nth-child(6) {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.is-visible .content-wrap ul li:nth-child(7) {
  -webkit-transition-delay: 0.85s;
       -o-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.is-visible .content-wrap ul li:nth-child(8) {
  -webkit-transition-delay: 0.95s;
       -o-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

.is-visible .content-wrap ul li:nth-child(9) {
  -webkit-transition-delay: 1.10s;
       -o-transition-delay: 1.10s;
          transition-delay: 1.10s;
}

.is-visible .content-wrap ul li:nth-child(10) {
  -webkit-transition-delay: 1.25s;
       -o-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.is-visible .content-wrap ul li:nth-child(11) {
  -webkit-transition-delay: 1.35s;
       -o-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

.is-visible .content-wrap ul li:nth-child(12) {
  -webkit-transition-delay: 1.45s;
       -o-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

.is-visible .content-wrap ul li:nth-child(13) {
  -webkit-transition-delay: 1.55s;
       -o-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

.is-visible .content-wrap ul li:nth-child(14) {
  -webkit-transition-delay: 1.65s;
       -o-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

.is-visible .content-wrap ul li:nth-child(15) {
  -webkit-transition-delay: 1.75s;
       -o-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

.is-visible .content-wrap ul li:nth-child(16) {
  -webkit-transition-delay: 1.85s;
       -o-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

.is-visible .content-wrap ul li:nth-child(17) {
  -webkit-transition-delay: 1.95s;
       -o-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

.is-visible .content-wrap ul li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  padding: 0 20px;
}

.content-wrap ul li {
  opacity: 0;
  text-align: center;
  -webkit-transform: translate3d(0, 36px, 0);
          transform: translate3d(0, 36px, 0);
}

.content-wrap ul li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  left: auto;
  background-color: white;
  height: 100%;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.14s ease-out;
  -o-transition: width 0.14s ease-out;
  transition: width 0.14s ease-out;
}

.content-wrap ul li:hover:after {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
  transition: opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
  -o-transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out;
  transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out;
  transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
}

.content-wrap ul li:hover:after .content-wrap ul li a {
  color: #000;
}

.content-wrap ul li:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

.drawer__header .close {
  background-color: #fff;
  border: 0;
  padding: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.sidemenu .hasnochild.selected > a {
  background-color: #f4f4f5;
  color: #353535;
  margin-top: 5px;
  padding: 5px 10px;
}

.sidemenu > .selected > a {
  font-weight: 600;
}

.sidemenu a {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: block;
  padding: 3px 12px;
}

.sidemenu {
  padding-left: 0;
}

.sidemenu .hasnochild a {
  color: #999;
}

.sidemenu a:hover {
  -webkit-transition: background-color .2s ease-in 0s;
  -o-transition: background-color .2s ease-in 0s;
  transition: background-color .2s ease-in 0s;
  background-color: #f6f6f6;
  color: #000;
}

.sidemenu .selected ul {
  margin-left: 12px;
  padding-left: 0;
}

.sidemenu .selected ul li {
  margin-top: 3px;
}

.btn,
.nav-pills .nav-link {
  -webkit-border-radius: 0;
          border-radius: 0;
}

ul li {
  list-style: none;
}

.form-control {
  -webkit-border-radius: 0;
          border-radius: 0;
}

a {
  text-decoration: none;
}

.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100;
  background: rgba(179, 179, 183, 0.5);
}

.title-main {
  font-weight: 600;
  text-align: start;
}

.more-link {
  padding-top: 20px;
}

.more-link a {
  -webkit-transition: .15s ease-in;
  -o-transition: .15s ease-in;
  transition: .15s ease-in;
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

.more-link a:hover {
  opacity: 0.8;
}

.text {
  color: #3B3C40;
  font-size: 19px;
}

.promo__card {
  padding: 20px 20px 20px 50px;
  background-color: #F3F4F6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  height: -webkit-calc(100% - 24px);
  height: calc(100% - 24px);
  position: relative;
}

.promo__img {
  max-height: 300px;
  width: 100%;
  max-width: 300px;
}

.promo__img img {
  width: 100%;
}

.promo__title {
  padding-top: 10px;
}

.promo__tag {
  text-transform: uppercase;
  color: #696969;
}

.promo__text {
  line-height: 18px;
  color: #696969;
}

.promo__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}

.promo__card:hover .promo__title {
  opacity: 0.8;
}

.swiper-container {
  width: 100%;
  height: 100%;
}



.swiper-filter {
  height: auto;
  padding-bottom: 20px;
}

.swiper-filter .filter__list-header {
  display: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  opacity: 1 !important;
}

.slide__wrap {
  background-color: #e7e7e7;
  -webkit-background-size: cover;
          background-size: cover;
  min-height: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slide__desc {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}

.slide__text {
  font-size: 23px;
  color: #0D0D0D;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.slide__item {
  padding-bottom: 30px;
}

.slide__desc.wide {
  max-width: 1310px;
}

/* swiperProduct */
.swiper-blog .swiper-slide {
  min-height: 170px;
}

.swiper-card {
  max-width: 300px;
  height: 200px;
  z-index: 0;
}

.swiper-blog .card-img-overlay {
  top: inherit;
}

.swiper-button-prev::after {
  content: '';
  background: url(/local/templates/main_catalog/img/svg/arrow-left.svg) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
}

.swiper-button-next::after {
  content: '';
  background: url(/local/templates/main_catalog/img/svg/arrow-right.svg) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
}

.swiper-button-next {
  right: 15px;
  left: auto;
  top: 50%;
  -webkit-box-shadow: 0 8px 10px rgba(68, 92, 130, 0.14), 0 3px 14px rgba(68, 92, 130, 0.12), 0 4px 5px rgba(68, 92, 130, 0.2);
          box-shadow: 0 8px 10px rgba(68, 92, 130, 0.14), 0 3px 14px rgba(68, 92, 130, 0.12), 0 4px 5px rgba(68, 92, 130, 0.2);
  width: 35px;
  height: 35px;
  background-color: #fff;
}

.swiper-button-prev {
  left: 15px;
  right: auto;
  top: 50%;
  -webkit-box-shadow: 0 8px 10px rgba(68, 92, 130, 0.14), 0 3px 14px rgba(68, 92, 130, 0.12), 0 4px 5px rgba(68, 92, 130, 0.2);
          box-shadow: 0 8px 10px rgba(68, 92, 130, 0.14), 0 3px 14px rgba(68, 92, 130, 0.12), 0 4px 5px rgba(68, 92, 130, 0.2);
  width: 35px;
  height: 35px;
  background-color: #fff;
}

.swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.swiper-slide {
  height: auto;
}

.swiper-container__wrap {
  position: relative;
}

.swiper-news,
.swiper-product,
.product-popular,
.product-new,
.product-hit {
  padding: 4px;
}

.priceSlider .noUi-connect {
  background: #0d6efd;
}

.noUi-target {
  margin: 0 7px;
}

.priceSlider.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  top: -6px;
  right: -8px;
}

.priceSlider .noUi-handle {
  border: 1px solid #ebedf8;
}

.priceSlider .noUi-handle::after {
  content: none;
}

.priceSlider .noUi-handle::before {
  content: none;
}

.priceSlider.noUi-horizontal {
  height: 6px;
}

.slider-project .swiper-container__wrap {
  position: relative;
  margin-top: 50px;
}

.slider-project .swiper-pagination {
  width: 100%;
  margin-top: 25px;
}

.slider-project .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent;
  opacity: 1;
  border: 2px solid #8AC44B;
  margin: 0 6px;
}

.slider-project .swiper-pagination-bullet-active {
  background: #8AC44B;
}

.slider-project .swiper-button-next {
  right: -90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 62px;
  border: 3px solid #8AC44B;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.slider-project .swiper-button-prev {
  left: -90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 62px;
  border: 3px solid #8AC44B;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.slider-project .swiper-button-next::after {
  content: '';
  background: url("/local/templates/main_catalog/img/svg/right-arrow.svg") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  right: -5px;
}

.slider-project .swiper-button-prev::after {
  content: '';
  background: url("/local/templates/main_catalog/img/svg/left-arrow.svg") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
}

.swiper-about .swiper-slide img {
  width: 100%;
}

.swiper-about .swiper-button-next {
  right: 15px;
  left: auto;
  top: 35px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.swiper-about .swiper-button-prev {
  width: 50px;
  height: 50px;
  top: 35px;
  right: 65px;
  left: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.products-slider {
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}

.swiper-production .product__img {
  text-align: center;
  height: 15rem;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.swiper-production .product__img img {
  width: auto;
  height: 100%;
}

.swiper-production .product__block {
  background-color: #ebda44;
  width: 25rem;
  height: 7rem;
  top: 13rem;
  left: 0;
  position: absolute;
  z-index: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.swiper-production .product h6 {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.5rem;
  margin-left: 2rem;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.swiper-production .product p {
  margin-left: 3.8rem;
  margin-top: 3.5rem;
  padding-left: 1.5rem;
  position: relative;
  height: 10rem;
}

.swiper-production .text--l {
  font-size: 15px;
}

.swiper-production .text--l::after {
  content: '';
  height: 120px;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ebda44;
}

.swiper-production .product a {
  margin-top: 5.7rem;
  margin-right: 7rem;
}

.swiper-production .button {
  color: #333;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.4rem;
  position: relative;
  padding-bottom: 1rem;
  margin-left: 3.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.swiper-production .button::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -1.3rem;
  width: 100%;
  height: .3rem;
  background-color: #ebda44;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.swiper-production .button:hover img {
  -webkit-transform: translateX(-0.5rem);
  -ms-transform: translateX(-0.5rem);
  transform: translateX(-0.5rem);
}

.swiper-production .button img {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.swiper-production .button:hover::after {
  -webkit-transform: translateX(1.3rem);
  -ms-transform: translateX(1.3rem);
  transform: translateX(1.3rem);
}

.swiper-production .swiper-slide {
  width: 462px;
}

.swiper-production .swiper-slide {
  position: relative;
  height: 42rem;
  opacity: .5;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  pointer-events: none;
  outline: 0;
}

.swiper-production .button svg {
  width: 19px;
  margin-left: 1rem;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.swiper-production .button:hover svg {
  margin-left: 0.7rem;
}

.swiper-production .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.swiper-production .product:hover .product__img {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

.swiper-production .product:hover .product__block {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.swiper-production .product:hover h6 {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.swiper-production .swiper-button-next {
  top: 50px;
  right: 50px;
}

.swiper-production .swiper-button-prev {
  top: 50px;
  right: 140px;
  left: inherit;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.swiper-production .swiper-button-prev::after {
  content: '';
  background: url(/local/templates/main_catalog/img/svg/arrow.svg) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  display: block;
  width: 65px;
  height: 65px;
}

.swiper-production .swiper-button-next::after {
  content: '';
  background: url(/local/templates/main_catalog/img/svg/arrow.svg) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  display: block;
  width: 65px;
  height: 65px;
}

.swiper-production .swiper-button-prev,
.swiper-production .swiper-button-next {
  width: 55px;
  height: 55px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.huge-letters {
  font-size: 14.8rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 15rem;
  color: #222;
  opacity: .02;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.huge-letters--products {
  top: 3rem;
  left: 9rem;
}

.sections_group {
  overflow: hidden;
}

.persons-slider {
  font-size: 12pt;
  line-height: 1.25;
  color: #3b3b3c;
}

.persons-slider .ps-cf {
  float: none;
  clear: both;
}

.ps-persons-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ps-persons-names {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.persons-slider .ps-persons-photos {
  position: relative;
}

.persons-slider .ps-persons-photos:before {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #989798;
  width: 200%;
  left: -50%;
  top: 50%;
  margin-top: -1px;
}

.persons-slider .ps-persons-photo-wrap,
.persons-slider .ps-persons-name-wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0px 10px;
  position: relative;
}

.persons-slider .ps-persons-photo-wrap .ps-persons-photo-substrate {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 102px;
  height: 108px;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -54px;
  fill: #fff;
  stroke: #989798;
  stroke-width: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.persons-slider .ps-persons-photo-wrap.ps-active .ps-persons-photo-substrate {
  stroke: #ffc107;
}

.persons-slider .ps-persons-photo {
  display: block;
  width: 88px !important;
  height: 88px !important;
  max-width: 88px !important;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: -47px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  border: 1px solid #989798;
  cursor: pointer;
}

.persons-slider .ps-persons-name-wrap {
  text-align: center;
  color: #b2b2b2;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.persons-slider .ps-persons-name-wrap.ps-active {
  color: #3b3b3c;
}

.persons-slider .ps-persons-names .ps-name,
.persons-slider .ps-persons-names .ps-position {
  display: block;
  cursor: pointer;
}

.persons-slider .ps-persons-names .ps-name {
  font-size: 15px;
  font-weight: 600;
}

.persons-slider .ps-persons-names .ps-position {
  font-size: 12px;
  font-weight: 100;
  font-style: italic;
  padding-top: 4px;
}

.persons-slider .ps-persons-name-wrap.ps-active .ps-position {
  font-weight: 600;
}

.persons-slider .ps-slides {
  min-height: 400px;
  position: relative;
  padding: 0px 32px;
  padding-top: 40px;
}

.persons-slider .ps-slides:after {
  content: '';
  display: block;
  position: absolute;
  width: 200%;
  height: 300px;
  bottom: 0;
  left: -50%;
  background: #f6f9fa;
}

.persons-slider .ps-button {
  display: block;
  position: absolute;
  width: 40px;
  height: 300px;
  bottom: 0;
  z-index: 300;
}

.persons-slider .ps-button .ps-button-icon {
  width: 11px;
  height: 52px;
  fill: none;
  stroke: #212529;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  position: relative;
  top: 50%;
  margin: 0 auto;
  margin-top: -26px;
}

.persons-slider .ps-button:hover .ps-button-icon {
  stroke: #ffc107;
}

.persons-slider .ps-button.ps-prev {
  left: -8px;
}

.persons-slider .ps-button.ps-prev:after {
  content: '';
  display: block;
  width: 12px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 100%;
  background: url(shadow.png) no-repeat center right;
}

.persons-slider .ps-button.ps-next {
  right: 0;
}

.persons-slider .ps-slides-items {
  position: relative;
  z-index: 200;
}

.persons-slider .ps-slides-items .ps-slides-item {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.persons-slider .ps-slides-items .ps-slides-item.ps-active {
  opacity: 1;
  position: relative;
}

.persons-slider .ps-slides-item-photo {
  display: block;
  height: 400px !important;
  width: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.persons-slider .ps-slides-item-content {
  padding: 30px 20px 10px 20px;
}

.persons-slider .ps-slides-item-content .ps-name,
.persons-slider .ps-slides-item-content .ps-position {
  display: block;
}

.persons-slider .ps-slides-item-content .ps-name {
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 5px;
}

.persons-slider .ps-slides-item-content .ps-position {
  font-size: 12px;
  font-style: italic;
  padding-bottom: 40px;
}

@media all and (max-width: 980px) {
  .persons-slider .ps-slides-item-photo {
    height: 200px !important;
    width: 200px !important;
    float: none;
    border: 2px solid #ccc;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    margin: 0 auto;
  }
  .persons-slider .ps-button {
    top: 70px;
  }
  .persons-slider .ps-slides-items .ps-slides-item.ps-active {
    position: relative;
  }
  .persons-slider .ps-persons-names {
    display: none;
  }
  .persons-slider .ps-slides {
    position: relative;
  }
  .persons-slider .ps-button.ps-prev::after {
    display: none;
  }
  .persons-slider .ps-slides {
    padding: 15px 0px 30px 0px;
  }
  .persons-slider .ps-slides-item-content .ps-name, .persons-slider .ps-slides-item-content .ps-position {
    text-align: center;
  }
  .persons-slider .ps-slides-item-content {
    padding: 10px 10px 10px 10px;
  }
  .persons-slider .ps-slides-item-content .ps-position {
    padding-bottom: 25px;
  }
  .persons-slider .ps-slides::after {
    height: 100%;
    bottom: auto;
    top: 430px;
  }
}

.news .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.news .card-img-overlay {
  top: inherit;
}

.card-news .card-img-overlay {
  -webkit-border-radius: initial;
          border-radius: initial;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.84)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.84) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.84) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.84) 100%);
}

.card-news {
  -webkit-box-shadow: 0 -2px 10px rgba(68, 92, 130, 0.04), -1px 4px 10px rgba(68, 92, 130, 0.06), 0 2px 2px rgba(68, 92, 130, 0.04);
          box-shadow: 0 -2px 10px rgba(68, 92, 130, 0.04), -1px 4px 10px rgba(68, 92, 130, 0.06), 0 2px 2px rgba(68, 92, 130, 0.04);
  border: 1px solid transparent;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.card-news:hover {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.list-group-item img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-group__news .list-group-item img {
  width: 70px;
  height: 70px;
  max-width: inherit;
  min-width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-group__news .list-group-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem;
}

.list-group__news .title {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}

.list-group__news p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  font-size: 14px;
}

.list-group__wrap {
  padding-left: 15px;
}

.hosting__card {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  transition: box-shadow .15s ease-out, transform .15s ease-out, -webkit-box-shadow .15s ease-out, -webkit-transform .15s ease-out;
}

.hosting__card .card-footer {
  background-color: transparent;
  border: 0;
}

.hosting__card:hover {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 8px 14px rgba(14, 21, 47, 0.1), 0 2px 36px rgba(14, 21, 47, 0.08);
          box-shadow: 0 8px 14px rgba(14, 21, 47, 0.1), 0 2px 36px rgba(14, 21, 47, 0.08);
}

.hosting__price-value {
  font-size: 40px;
  color: #ffc107;
}

.hosting__price-secondary-value {
  font-size: 25px;
}

.hosting__info ul {
  padding-left: 0;
}

.nav-pills.hosting__tab .nav-link.active {
  color: #ffc107;
  border-bottom: 2px solid #ffc107;
  background-color: transparent;
}

.nav-pills.hosting__tab .nav-link {
  padding: .5rem 0rem;
}

.nav-pills.hosting__tab .nav-link {
  color: #212529;
}

.features__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.features__item img {
  width: 50px;
  height: 50px;
}

.features__title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
}

.features__wrap {
  padding-left: 20px;
}

.features__text {
  line-height: 17px;
  color: #9d9d9d;
}

.filter-content {
  overflow: hidden;
  max-height: 0px;
}

.catalog__filter--top .card-product .badge {
  z-index: 2;
}

.priceSlider__inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.PriceInput {
  width: 60%;
  padding-left: 5px;
}

.PriceInput {
  border: 0;
}

.priceSlider__wrap {
  border: 1px solid #ebedf8;
  background-color: #fff;
  width: 47%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.priceSlider__wrap span {
  padding-left: 8px;
}

.line__filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

.filter__show-all {
  background-color: transparent;
  border: 0;
}

.filter__show-all:focus {
  outline: none;
}

.filter__show-all {
  color: #0d6efd;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}

.filter__list.open {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 350px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  z-index: 101;
  background: #f5f5f6;
  overflow: scroll;
  padding: 5px 30px;
}

.filter__list-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

.filter__list-title {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  font-size: 20px;
  font-weight: 400;
}

.filter-clear {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  background-color: transparent;
  border: 0;
  color: #ffc107;
}

.filter-close {
  background-color: transparent;
  border: 0;
  color: #5d5d64;
  display: none;
}

.filter-close:hover {
  color: #212529;
}

.filter-clear:focus,
.filter-close:focus {
  outline: none;
}

.filter__btn {
  visibility: hidden;
}

.content {
  overflow: inherit;
  display: contents;
}

.content.hidden {
  overflow: hidden;
  display: none;
}

.card-product .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 2;
}

.card-product .card-text {
  font-size: 14px;
}

.card.card-product:hover {
  -webkit-box-shadow: 0 5px 25px rgba(30, 31, 33, 0.12);
          box-shadow: 0 5px 25px rgba(30, 31, 33, 0.12);
}

.card-product .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.card-product .card-img-overlay {
  color: #fff;
  top: initial;
}

.card-product .card-img-overlay {
  -webkit-border-radius: initial;
          border-radius: initial;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.84)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.84) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.84) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.84) 100%);
}

.card-product .card-img-overlay .card-footer {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.5rem;
}

.card.card-product {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: -webkit-box-shadow .15s ease-in-out;
  transition: -webkit-box-shadow .15s ease-in-out;
  -o-transition: box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -webkit-box-shadow: 0 -2px 10px rgba(68, 92, 130, 0.04), -1px 4px 10px rgba(68, 92, 130, 0.06), 0 2px 2px rgba(68, 92, 130, 0.04);
          box-shadow: 0 -2px 10px rgba(68, 92, 130, 0.04), -1px 4px 10px rgba(68, 92, 130, 0.06), 0 2px 2px rgba(68, 92, 130, 0.04);
  border: 1px solid transparent;
}

.card-product .card-footer {
  padding: 1.5rem 1rem;
  border-top: 0;
}

.card-title a {
  -webkit-transition: opacity .15s ease-in;
  -o-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in;
  color: #353535;
  font-size: 18px;
  text-decoration: none;
}

.card-title a:hover {
  opacity: 0.8;
}

.card-product .img-wrap {
  position: relative;
}

.quick-area {
  position: absolute;
  visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  color: #333;
  padding: 5px 10px;
}

.quick-area::after {
  content: '';
  background: url(/local/templates/main_catalog/img/svg/loupe.svg) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  top: 3px;
  width: 18px;
  height: 18px;
}

.card-product .img-wrap:hover .quick-area {
  visibility: visible;
}

.card-footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.description-wrap .card-footer {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.product-info a {
  color: #fff;
  text-decoration: none;
}

.card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-blog .card-img-overlay {
  top: initial;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
}

.card-blog a {
  text-decoration: none;
  font-size: 15px;
  line-height: 16px;
}

.item.list-group-item {
  float: none;
  width: 100%;
  background-color: #fff;
  padding: 0 0.7rem;
}

.list-group-item .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-group-item {
  border: 0;
}

.list-group-item .description-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.list-group-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-group-item .description-wrap::before {
  content: '';
  border-left: 1px solid #ebedf8;
  height: 100%;
  position: absolute;
  top: 0;
}

button.grid,
button.list {
  border: 0;
  outline: none;
  background-color: #dd0d0d00;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list svg,
.grid svg {
  color: #d8d8d8;
}

.list.active svg,
.grid.active svg {
  color: #000;
}

.grid.active,
.list.active {
  background-color: #fff;
}

.card-project {
  border: 0;
}

.card-project::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30.43%, rgba(34, 104, 161, 0.22)), color-stop(50%, #26669b), to(#1F69A6));
  background: -webkit-linear-gradient(top, rgba(34, 104, 161, 0.22) 30.43%, #26669b 50%, #1F69A6 100%);
  background: -o-linear-gradient(top, rgba(34, 104, 161, 0.22) 30.43%, #26669b 50%, #1F69A6 100%);
  background: linear-gradient(180deg, rgba(34, 104, 161, 0.22) 30.43%, #26669b 50%, #1F69A6 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.card-project:hover.card-project::after {
  opacity: 1;
  cursor: pointer;
}

.card-project:hover .card-text {
  color: #fff;
  position: relative;
  z-index: 1;
}

.card-project:hover .card-title a {
  color: #fff;
  position: relative;
  z-index: 1;
}

.card-project:hover .data {
  color: #fff;
  position: relative;
  z-index: 1;
}

.card-project .card-body {
  height: 150px;
  padding: 20px;
  background: #F2F3F6;
}

.card-project .card-title {
  white-space: nowrap;
  overflow-x: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.card-project .card-title a {
  color: #32A7DF;
  font-weight: 400;
  text-decoration: none;
}

.card-project .card-text {
  font-weight: 400;
  line-height: 29px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}

.card-project .card-img-top {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.card-project .card-footer {
  border: 0;
  padding: 20px;
  background: #F2F3F6;
}

.card-project .data {
  color: #999999;
}

.card__info {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 0;
}

.card__info a {
  color: #fff;
}

.card__info .card-img {
  -webkit-border-radius: 0;
          border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-height: 425px;
}

.card__info:hover .card__info-bottom .card-text {
  visibility: visible;
  display: block;
}

.card__info:hover .card__info-bottom {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.card__info-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  bottom: 20px;
  padding: 20px;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

.card-img-overlay-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  -webkit-border-radius: -webkit-calc(.25rem - 1px);
          border-radius: calc(.25rem - 1px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.63)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
  height: 80px;
}

.card__info-bottom .card-text {
  visibility: hidden;
  display: none;
}

.card__info:hover .card-img-overlay {
  opacity: 1;
}

.card__info .card-img-overlay {
  opacity: 0;
  background: rgba(0, 0, 0, 0.62);
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

.card__info .card-title {
  font-weight: 600;
}

.card-prod--photos {
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.card-prod--photos span {
  min-width: 215px;
  min-height: 215px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-prod--photos span {
  -webkit-transition: opacity .25s ease 0s;
  -o-transition: opacity .25s ease 0s;
  transition: opacity .25s ease 0s;
}

.card-prod--photos span img {
  margin: 0 auto;
  max-width: 250px;
  max-height: 250px;
}

.card-prod--photos img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-product:hover .card-prod--photos span:first-child {
  opacity: 0;
}

.card-product:hover .card-prod--photos span:nth-child(2) {
  opacity: 1;
}

.card-prod--photos span:nth-child(2) {
  left: 0;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}

.control-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f4f5;
  padding: 2px;
}

.control-icon svg {
  color: #d7d7d7;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}

.control-icon:hover svg {
  color: #353535;
}

.btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 152px;
  width: 100%;
}

.product__promo {
  text-align: center;
}

.product__promo img {
  -webkit-transition: opacity .15s ease-in;
  -o-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in;
  max-width: 150px;
  width: 100%;
}

.product__promo a {
  -webkit-transition: .15s ease-in;
  -o-transition: .15s ease-in;
  transition: .15s ease-in;
  color: #8B8B8B;
  text-decoration: none;
}

.product__promo a:hover {
  color: #000;
}

.product__promo a:hover img {
  opacity: 0.8;
}

.product__promo-title {
  padding-top: 15px;
}

.card__manual {
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: opacity .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: opacity .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
  -o-transition: transform .3s, box-shadow .3s, opacity .3s;
  transition: transform .3s, box-shadow .3s, opacity .3s;
  transition: transform .3s, box-shadow .3s, opacity .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
}

.card__manual:hover {
  -webkit-box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}

.card__manual:hover .card-body {
  opacity: 0.8;
}

.card__manual-block {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.card__manual-block .card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  background-color: #F4F4F4;
}

.card__manual-block .card-title {
  text-transform: uppercase;
}

.card__manual a {
  color: #212529;
}

.card__manual .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 250px;
}

.card__manual .card-img-top {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.card__features {
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.card__features .card-title {
  font-weight: 600;
}

.card__features-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 80px;
  font-weight: 700;
  font-size: 24px;
}

.card__features-icons {
  position: absolute;
  left: 0;
  width: 48px;
  height: 52px;
  display: block;
  background: #FCE300;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 12px;
  font-size: 15px;
  font-style: normal;
}

.services__card {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  transition: box-shadow .15s ease-out, transform .15s ease-out, -webkit-box-shadow .15s ease-out, -webkit-transform .15s ease-out;
}

.services__card .card-footer {
  background-color: transparent;
  border: 0;
}

.services__card .card-img-top {
  width: 100%;
  height: 20vh;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 200px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.services__card:hover {
  -webkit-box-shadow: 0 8px 14px rgba(14, 21, 47, 0.1), 0 2px 36px rgba(14, 21, 47, 0.08);
          box-shadow: 0 8px 14px rgba(14, 21, 47, 0.1), 0 2px 36px rgba(14, 21, 47, 0.08);
}

.services__card:hover .card-title a {
  color: #ffc107;
}

.services__card-img {
  position: relative;
}

.services__card .card-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  background: rgba(0, 0, 0, 0.22);
}

.services__card:hover .card-overlay {
  opacity: 1;
}

.catalog-product__category a {
  color: #6a6666;
}

.catalog-product__category a:hover {
  color: #ffc107;
}

.catalog-product__category h5 a {
  color: #212529;
}

.catalog-product__category {
  position: relative;
  padding-left: 80px;
  margin-bottom: 35px;
}

.catalog-product__category ul {
  padding-left: 10px;
}

.catalog-product__category-img {
  position: absolute;
  left: 0;
  top: 0;
}

.catalog-product__category-img img {
  max-width: 75px;
  max-height: 75px;
}

.category__btn {
  display: none;
}

.category__btn-close {
  display: none;
  background-color: transparent;
  border: 0;
  color: #5d5d64;
  font-size: 15px;
}

.catalog-category__card-image {
  margin-bottom: 10px;
}

.catalog-category__card-image img {
  max-width: 100px;
  max-height: 60px;
}

.catalog-category__card {
  position: relative;
}

.catalog-category__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  color: transparent;
}

.catalog-category__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}

.catalog-category__card:hover .catalog-category__title {
  color: #ffc107;
}

.btn-outline-warning {color: #fff;}

.cd-dropdown-wrapper {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 100;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
}

.cd-dropdown::after {
  content: '';
  border-right: 5px solid #f5f5f6;
  position: absolute;
  top: 0;
  display: block;
  right: 0;
  height: 100%;
}

.has-children li a:hover {
  color: #ffc107;
}

.cd-dropdown-wrapper.open {
  display: block;
}

.cd-dropdown-title {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: .02em;
}

.cd-close.catalog__close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.cd-close.catalog__close svg {
  color: #d7d7d7;
  -webkit-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
}

.cd-close.catalog__close:hover svg {
  color: #353535;
}

.cd-dropdown-trigger {
  display: block;
  position: relative;
}

.no-touch .cd-dropdown-trigger:hover {
  background-color: #171b46;
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 40px;
  line-height: 40px;
}

@media only screen and (min-width: 768px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 40px;
    line-height: 40px;
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 20px;
}

.cd-dropdown {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111433;
  color: #ffffff;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -webkit-transition: visibility 0s 0.5s, -webkit-transform 0.5s 0s;
  transition: visibility 0s 0.5s, -webkit-transform 0.5s 0s;
  -o-transition: transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s, -webkit-transform 0.5s 0s;
}

.cd-dropdown h2 {
  position: relative;
  z-index: 1;
  color: #212529;
  background-color: #fff;
  border-bottom: 1px solid #f7f7f7;
}

.cd-dropdown .cd-close {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #212529;
}

.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -webkit-transition: visibility 0s 0s, -webkit-transform 0.5s 0s;
  transition: visibility 0s 0s, -webkit-transform 0.5s 0s;
  -o-transition: transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s, -webkit-transform 0.5s 0s;
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown .cd-close {
    display: none;
    top: 5px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #111433;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
  }
  .open-to-left .cd-dropdown {
    right: 0;
    left: auto;
  }
  .cd-dropdown h2 {
    display: none;
  }
  .cd-dropdown.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
  }
}

.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  padding-top: 50px;
  padding-left: 0;
  background-color: #fff;
}

.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
  color: #212529;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: #f7f7f7;
  border-style: solid;
}

.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}

.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}

.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}

.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}

.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  opacity: 0;
}

.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    color: #111433;
    height: 40px;
    line-height: 40px;
    border-color: transparent;
    font-size: 14px;
    font-weight: 400;
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    opacity: 1;
  }
}

.cd-dropdown-content .see-all a {
  color: #999;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  height: 80px;
  line-height: 80px;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}

.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #111433;
  display: none;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    position: static;
    height: auto;
    width: 280px;
    padding-left: 0;
  }
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
  }
  .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
    -webkit-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
    -webkit-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -o-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 33%;
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: auto;
    width: 680px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 0;
    padding-top: 38px;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a {
    color: #353535;
    font-weight: 700;
    font-size: 14px;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    margin: 20px 0;
    padding: 0 20px;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
    padding-left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 25px;
    height: 25px;
    padding-left: 0;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > a.is-active {
    -webkit-box-shadow: inset 4px 0 0 #ffc107;
            box-shadow: inset 4px 0 0 #ffc107;
    color: #ffc107;
    background-color: #f9f9f9;
  }
  .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
    background: #ffc107;
  }
  .open-to-left .cd-dropdown-content > .has-children > a.is-active {
    -webkit-box-shadow: inset -2px 0 0 #3f8654;
            box-shadow: inset -2px 0 0 #3f8654;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}

@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}

.cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #212529;
}

.cd-search input[type="search"]::-moz-placeholder {
  color: #212529;
}

.cd-search input[type="search"]:-moz-placeholder {
  color: #212529;
}

.cd-search input[type="search"]:-ms-input-placeholder {
  color: #212529;
}

.cd-search input[type="search"]:focus {
  background: #ffffff;
  color: #212529;
  outline: none;
}

.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

@media only screen and (min-width: 1024px) {
  .cd-search input[type="search"] {
    background-color: #ebebeb;
  }
  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search {
    display: none;
  }
}

.has-children > a, .go-back a {
  position: relative;
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #e8e8e8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #b3b3b3;
  }
}

.has-children > a {
  padding-right: 40px;
}

.has-children > a::before, .has-children > a::after {
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}

.cd-dropdown-content .go-back a {
  padding-left: 40px;
}

.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: -webkit-calc(100vh - 100px);
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}

.catalog__filter {
  margin-right: 30px;
}

.catalog__category-title {
  font-size: 20px;
  font-weight: 400;
}

.catalog__category-wrap .accordion-body li:hover {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.catalog__category-wrap .accordion {
  margin-top: 34px;
}

.catalog__category-wrap .accordion-item:first-of-type .accordion-button {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

.catalog__category-wrap .accordion-button {
  border: 1px solid #ebedf8;
}

.catalog__filter-search .form-control {
  border: 1px solid #ebedf8;
}

.catalog__filter-search .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalog__filter .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
}

.catalog__filter .accordion-button {
  border: none;
  padding: 0;
}

.catalog__filter .accordion-body {
  padding: 1rem 0rem;
}

.catalog__filter .accordion-collapse {
  border: none;
}

.catalog__filter .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.quantity_inner .bt_minus,
.quantity_inner .bt_plus,
.quantity_inner .quantity {
  height: 40px;
  width: 40px;
  padding: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  outline: 0;
}

.quantity_inner .bt_minus,
.quantity_inner .bt_plus {
  position: absolute;
  height: 20px;
  width: 20px;
  right: 0px;
}

.quantity_inner .bt_plus {
  top: 0px;
  border-bottom: 1px solid #e8e8e8;
}

.quantity_inner .bt_minus {
  bottom: 0px;
}

.quantity_inner .quantity {
  text-align: center;
  color: #000;
}

.quantity_inner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.quantity_inner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  max-width: 60px;
  min-width: 60px;
  border: 1px solid #ebedf8;
}

.bt_minus,
.bt_plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-text__wrap {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  padding: 30px 0;
}

.about-text__wrap a {
  -webkit-transition: .15s ease-in;
  -o-transition: .15s ease-in;
  transition: .15s ease-in;
  font-size: 19px;
  font-weight: 600;
}

.about-text__wrap a:hover {
  opacity: 0.8;
}

.about__img {
  max-width: 450px;
  width: 100%;
}

.about__text-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__text-wrap-left {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

}

.about__text-wrap .title-line {
  bottom: .8rem;
}

.about__text-wrap-left .title-line {
  bottom: .8rem;
}


.about__info-img img {
  width: 100%;
}

.about__list ul {
  padding-left: 0;
}

.about__list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #3B3C40;
}

.about__list li:last-child {
  margin-bottom: 0;
}

.about__list svg {
  -webkit-background-size: contain;
          background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
}

.about__list .bi-dash {
  color: #ebda44;
}

.about__info.bg {
  background: url() no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.about__block-right {
  max-width: 648px;
  margin-right: auto;
  margin-left: 100px;
}

.about__block-left {
  max-width: 648px;
  margin-left: auto;
  margin-right: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__list-wrap .list-group-item {
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 1.2rem 1rem;
}

.about__list-wrap .list-group-item.active {
  background-color: #ffc107;
}

.about__list-wrap .list-group-item {
  background: #F7F7F7;
}

.about__list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 8.26281px 61.9711px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8.26281px 61.9711px rgba(0, 0, 0, 0.25);
}

.about__list-wrap .tab-content {
  padding: 50px 100px;
}

.about__list-wrap .tab-content h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 500;
}

.rboxy {
  height: 500px;
  -webkit-background-size: cover;
          background-size: cover;
  color: white;
  text-decoration: none;
}

.rboxy .button {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.rboxy:hover .button {
  visibility: visible;
  opacity: 1;
}

.portfolio-box-caption {
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4.82%, rgba(0, 0, 0, 0)), color-stop(45.08%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 4.82%, rgba(0, 0, 0, 0.5) 45.08%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 4.82%, rgba(0, 0, 0, 0.5) 45.08%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.82%, rgba(0, 0, 0, 0.5) 45.08%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.portfolio-box-caption h3 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  margin-top: 30%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.rboxy h3 {
  color: white;
}

.rboxy:hover .portfolio-box-caption h3 {
  margin-top: 0%;
}

.rboxy:hover p {
  visibility: visible;
  opacity: 1;
}

.rboxy:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
  z-index: 999;
}

.rboxy p {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: white;
}

.whitebutton {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 15px 0px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: inline-block;
  color: white;
}

.rkoupelny {
  background-image: url("/local/templates/main_catalog/images/promo/12.jpg");
}

.rkuchyne {
  background-image: url("/local/templates/main_catalog/images/promo/13.jpg");
}

.rspotrebice {
  background-image: url("/local/templates/main_catalog/images/promo/14.jpg");
}

#showroom .roomy {
  height: 700px !important;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  position: relative;
  width: 20%;
  display: table-cell;
  -webkit-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  vertical-align: middle;
}

#showroom .praha {
  background-image: url("/local/templates/main_catalog/images/promo/15.jpg");
}

#showroom .praha-d {
  background-image: url("/local/templates/main_catalog/images/promo/16.jpg");
}

#showroom .bratislava {
  background-image: url("/local/templates/main_catalog/images/promo/17.jpg");
}

.columnContainer {
  display: table;
  width: 100%;
}

.columnContainer:hover .roomy:hover {
  width: 50% !important;
}

#showroom .roomy span {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-transform: uppercase;
}

#showroom .roomy h4 {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 300;
}

#showroom .roomy .whitebutton {
  opacity: 0;
}

#showroom .columnContainer .roomy:hover .whitebutton {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.title-wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

.title-wrapper .title {
  text-transform: uppercase;
  font-weight: 700;
  z-index: 2;
  position: relative;
  letter-spacing: 1px;
  -webkit-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

.title-line {
  width: 100%;
  height: 12px;
  background-color: #ebda44;
  position: absolute;
  bottom: .2rem;
  left: 4rem;
  -webkit-transition: all 0.5s cubic-bezier(0.43, 0.01, 0.73, 0.37);
  -o-transition: all 0.5s cubic-bezier(0.43, 0.01, 0.73, 0.37);
  transition: all 0.5s cubic-bezier(0.43, 0.01, 0.73, 0.37);
  z-index: 1;
}

[data-aos="title"].aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

[data-aos="title"] {
  opacity: 0;
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

[data-aos="line"] {
  width: 0;
}

.title-wrapper [data-aos="line"].aos-animate {
  width: 100%;
}

.history_list .history_item {
  background: #FFF;
}

.history_list .history_item .img {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

.history_list .history_item .preview_text .year {
  position: absolute;
  right: -10px;
  top: -90px;
  color: #F2F5F8;
  font-size: 100px;
}

.history_years {
  background: #F2F5F9;
  margin-bottom: 80px;
  margin-top: 50px;
}

.history_years .swiper-slide {
  width: 140px;
}

.history_years .swiper-slide.swiper-slide-active .history_year {
  font-size: 18px;
  text-align: center;
  color: #FFF;
  padding: 25px 0;
  background: #ffc107;
  -webkit-box-shadow: 0 5px 25px #ffc107;
  box-shadow: 0 5px 25px #ffc107;
}

.history_years .swiper-slide.swiper-slide-active .history_year:hover {
  background: #ffc107;
}

.history_years .swiper-slide .history_year {
  font-size: 18px;
  text-align: center;
  color: #000;
  padding: 25px 0;
  -webkit-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
  cursor: pointer;
}

.history_years .swiper-slide .history_year:hover {
  background: rgba(255, 193, 7, 0.25);
}

.history_list .history_item div.preview_text {
  visibility: hidden;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.history_list .swiper-slide-active .history_item div.preview_text {
  visibility: visible;
}

.history_list .history_item .img,
.news_list .news_item .img {
  margin-bottom: 15px;
}

.history_list .history_item .img {
  height: 450px;
}

.history_list .history_item div.preview_text {
  min-height: 150px;
}

@media (max-width: 480px) {
  .history_list .history_item .img {
    height: 250px;
  }
  .history_list .history_item div.preview_text {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .history_list .history_item .preview_text {
    padding: 20px 30px;
    min-height: 200px;
  }
}

.history__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.history__wrap-images {
  width: 50%;
}

.history__wrap-text {
  width: 50%;
  padding-left: 100px;
}

.history__title {
  font-weight: 700;
}

.history_list .history_item .preview_text {
  width: 100%;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.certificate__item > .gallery-poster {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.certificate__item {
  position: relative;
  overflow: hidden;
}

.certificate__item > img {
  -webkit-transition: 0.15s ease 0s;
  -o-transition: 0.15s ease 0s;
  transition: 0.15s ease 0s;
}

.certificate__item > .gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.certificate__item:hover .gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.certificate__item:hover .gallery-poster > img {
  opacity: 1;
}

.certificate__item:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.lg-backdrop {
  background-color: #000000a6 !important;
}

.documents__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 20px 80px;
  margin-bottom: 25px;
  position: relative;
}

.documents__item::after {
  content: '';
  background: url("/local/templates/main_catalog/img/svg/pdf.svg") no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
}

.documents__item-wrap a {
  color: #3B3C40;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

.documents__item-wrap a:hover {
  opacity: 0.8;
}

.documents__info {
  color: #7D7C7C;
}

.company__item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
}

.company__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 75px;
  width: 4px;
  background-color: #FCE300;
}

.company__block {
  margin-bottom: 25px;
}

.company__item-number {
  font-weight: 700;
}

.company__item-text {
  display: block;
  line-height: 19px;
}

#map {
  height: 550px;
}

.map {
  overflow: hidden;
}

.contacts__box {
  width: 508px;
  height: 365px;
  padding: 42px 85px 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 999;
}

.contacts__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.contacts__title {
  font-weight: 700;
  font-size: 17px;
}

.contacts__box-wrapper p {
  font-weight: 300;
}

.contacts__box-wrapper .mail {
  font-size: 14px;
  text-decoration: underline;
  margin-left: 25px;
}

.contacts__box-wrapper .phone {
  margin-left: 25px;
  font-weight: 700;
}

.contacts__box-wrapper a {
  color: #212529;
}

.contacts__box-wrapper svg {
  position: absolute;
  left: 0;
  top: 3px;
}

.footer__links ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer__inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 18rem;
}

.footer__links li {
  margin-bottom: 8px;
}

.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.footer__contact-us {
  font-style: normal;
  font-weight: 400;
  position: relative;
}

.footer__contact-us::after {
  content: '';
  width: 130%;
  height: 2px;
  background-color: #ebda44;
  position: absolute;
  top: 27px;
  left: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.footer__contact-us:hover::after {
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}

.footer__links a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 0 auto;
  background-color: #151515;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.footer__links a:hover::after {
  width: 100%;
}

.footer__soc-icon {
  margin-right: 20px;
}

.footer__soc-icon:last-child {
  margin-right: 0;
}

.footer__bottom {
  font-size: 13px;
}

.footer__logo:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.footer__logo {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.footer__bottom a {
  text-decoration: underline;
}

.footer__bottom p {
  margin-bottom: 0;
}

.footer a {
  position: relative;
  color: #212529;
  font-weight: 300;
}

.footer--one {
  padding: 25px 0;
  border-top: 4px solid #EDEDED;
  background-color: #fff;
}

.footer--two {
  padding: 40px 0;
  background-color: #1C1F2D;
}

.footer--three {
  padding: 15px 0 20px;
  background-color: #222133;
}

.footer__top {
  padding: 25px 0;
  background-color: #30364F;
}

.footer__top .navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer__top .nav-link {
  color: #91919A;
  text-transform: uppercase;
}

.footer__top .nav-link:hover {
  color: #fff;
}

.footer__top .nav-item {
  padding-right: 25px;
  position: relative;
}

.footer__top .nav-item:first-child {
  padding-left: 0;
}

.footer__top .nav-item:nth-child(2) {
  padding-left: 25px;
}

.footer__top .nav-item:first-child::after {
  content: '';
  border-right: 1px solid #91919A;
  position: absolute;
  display: inline-block;
  right: 0;
  padding: 20px 0;
  top: 0;
}

.footer__wrappers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer__ref {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__social svg {
  margin-right: 20px;
}

.footer__social svg:last-child {
  margin-right: 0;
}

.footer__contacts, .footer__address {
  position: relative;
  padding-left: 30px;
}

.footer__contacts .footer__mail {
  font-size: 15px;
  color: #8A8A8A;
}

.footer__contacts .phone {
  font-size: 15px;
  color: #8A8A8A;
}

.footer__address .phone,
.footer__address .mail {
  font-size: 15px;
  color: #8A8A8A;
}

.footer__social, .footer__contacts, .footer__logos, .footer__address {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.footer__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__logos span {
  color: #262626;
  font-weight: 500;
}

.footer__logos img {
  
}

.footer__bottom {
  text-align: start;
  font-size: 14px;
  color: #A9A9A9;
}

.footer__copyright {
  margin-right: 0.5rem;
}

.footer__bottom a {
  text-decoration: none;
  color: #A9A9A9;
  padding-right: 40px;
}

.footer__bottom a:last-child {
  padding-right: 0;
}

.footer .btn__request {
  border: 1px solid #1D365D;
  color: #1D365D;
}

.footer .btn__request:hover {
  background-color: #1D365D;
  color: #fff;
}

.footer.footer--one .footer__address span {
  color: #1D365D;
  font-size: 17px;
  font-weight: 400;
}

.footer.footer--one .footer__contacts .footer__phone {
  color: #AB1F44;
  font-size: 17px;
  font-weight: 400;
}

.footer.footer--one .footer__address svg {
  color: #1D365D;
  position: absolute;
  left: 0;
}

.footer.footer--one .footer__contacts svg {
  color: #AB1F44;
  position: absolute;
  left: 0;
}

.footer.footer--one .footer__social svg {
  color: #AB1F44;
}

.footer.footer--two .footer__address span {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}

.footer.footer--two .footer__contacts .footer__phone {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}

.footer.footer--two .footer__address svg {
  color: #ffffff;
  position: absolute;
  left: 0;
}

.footer.footer--two .footer__contacts svg {
  color: #ffffff;
  position: absolute;
  left: 0;
}

.footer.footer--two .footer__social svg {
  color: #ffffff;
}

.footer.footer--three .footer__address span {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}

.footer.footer--three .footer__contacts .footer__phone {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}

.footer.footer--three .footer__address svg {
  color: #ffffff;
  position: absolute;
  left: 0;
}

.footer.footer--three .footer__contacts svg {
  color: #ffffff;
  position: absolute;
  left: 0;
}

.footer.footer--three .footer__social svg {
  color: #ffffff;
}

.footer.footer--three .btn__request {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.footer.footer--three .btn__request:hover {
  background-color: #ffffff;
  color: #222133;
}

.footer.footer--three .footer__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer.footer--three .footer__logos span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
}

.footer.footer--three .footer__logos img {
  max-width: 150px;
}

.footer.footer--three .footer__wrappers {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.footer.footer--three .footer__list {
  padding-top: 40px;
}

.footer.footer--three .footer__item {
  max-width: 165px;
  width: 100%;
}

.footer.footer--three .footer__title {
  color: #fff;
}

.footer.footer--three .footer__item li a {
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  color: #fff;
}

.footer.footer--three .footer__item li a:hover {
  color: #8A8A8A;
}

@media (max-width: 768px) {
  .text {
    font-size: -webkit-calc(15px + 6.8 * ((100vw - 320px) / 1920));
    font-size: calc(15px + 6.8 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 768px) {
  .text {
    font-size: -webkit-calc(15px + 4 * (100vw / 1920));
    font-size: calc(15px + 4 * (100vw / 1920));
  }
}

@media (max-width: 768px) {
  .company__block .company__item-number {
    font-size: -webkit-calc(30px + 68 * ((100vw - 320px) / 1920));
    font-size: calc(30px + 68 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 768px) {
  .company__block .company__item-number {
    font-size: -webkit-calc(30px + 40 * (100vw / 1920));
    font-size: calc(30px + 40 * (100vw / 1920));
  }
}

@media (max-width: 768px) {
  .swiper-production .product h6 {
    font-size: -webkit-calc(18px + 23.8 * ((100vw - 320px) / 1920));
    font-size: calc(18px + 23.8 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 768px) {
  .swiper-production .product h6 {
    font-size: -webkit-calc(18px + 14 * (100vw / 1920));
    font-size: calc(18px + 14 * (100vw / 1920));
  }
}

@media (max-width: 768px) {
  .title-wrapper .title {
    font-size: -webkit-calc(24px + 40.8 * ((100vw - 320px) / 1920));
    font-size: calc(24px + 40.8 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 768px) {
  .title-wrapper .title {
    font-size: -webkit-calc(24px + 24 * (100vw / 1920));
    font-size: calc(24px + 24 * (100vw / 1920));
  }
}

@media (max-width: 768px) {
  .about__list li {
    font-size: -webkit-calc(14px + 6.8 * ((100vw - 320px) / 1920));
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }
}

@media (min-width: 768px) {
  .about__list li {
    font-size: -webkit-calc(14px + 4 * (100vw / 1920));
    font-size: calc(14px + 4 * (100vw / 1920));
  }
}

html::before {
  content: '';
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(20, 20, 20, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

html.mask::before {
  visibility: visible;
  opacity: .44;
}

body.overflow {
  overflow-x: hidden;
  overflow-y: hidden;
}

body {
  color: #212529;
  font-family: 'Exo 2', sans-serif;
}

@font-face {
  font-family: 'lg';
  src: local("lg"), local("lg"), url("/local/templates/main_catalog/fonts/lg.woff") format("woff"), url("/local/templates/main_catalog/fonts/lg.ttf") format("truetype");
}

#more-nav {
  display: block;
  position: relative;
  z-index: 500;
  list-style: none;
  margin: 0;
  padding: 0;
}

#more-nav:after {
  content: '';
  display: table;
  clear: both;
}

#more-nav > li {
  display: block;
  position: relative;
  float: left;
}

#more-nav > li a {
  display: block;
  white-space: nowrap;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
}

#more-nav > li:hover > a,
#more-nav > li a:hover {
  background: #f9f9f9;
  color: #000;
  opacity: 1;
}

#more-nav > li > ul {
  display: block;
  position: absolute;
  background: #FFF;
  top: 100%;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border: #EEE solid 1px;
  border-top: none;
  margin-top: -1px;
  visibility: hidden;
}

#more-nav > li > ul > .nav-item-more a {
  color: #000;
}

#more-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
/*# sourceMappingURL=style.css.map */

/* добавки */


.header_photo {width: 100%; height: 400px; background-size: cover; background-position: center; background-repeat: no-repeat;}

/* новости на титуле */

.news-item-block {cursor: pointer;}

.news-item-block .card-img-overlay a {color: #fff !important;}
.news-item-block .card-img-overlay a:hover {text-decoration: underline !important;}


.news-item-block .card-body a {color: #000 !important;}
.news-item-block .card-body a:hover {text-decoration: underline !important;}

/* о компании */

.about-text__wrap a {text-decoration: underline !important;}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */

/* модальные */

.modal__scroll .modal-dialog {
  margin: 0.5rem 0;
  margin-left: auto;
  height: calc(100% - 1rem); }
.modal__scroll .modal-content {
  border-radius: 0;
  border: 5px solid #EEF3F8; }
.modal__feedback .modal-content {
  border-radius: 0;
  border: 5px solid #EEF3F8; }

  button .addbasket {color: #fff !important;}
  .btn-warning {color: #fff !important;}
  
.footer__btn-wrap a {color: #fff;}
.btn-outline-warning:hover {color: #808080;}

.footer__app-link {
margin-top: 0.5rem;

}

.icons--apple {
background: url("/local/templates/main_catalog/img/apple-app.png") no-repeat;
background-size: contain;
display: block;
width: 150px;
height: 40px;
}

.icons--google {
background: url("/local/templates/main_catalog/img/google-play-badge.png") no-repeat;
background-size: contain;
display: block;
width: 150px;
height: 40px;
}

