/* roboto-regular - latin_cyrillic_latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v20-latin_cyrillic_latin-ext-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin_cyrillic_latin-ext-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* roboto-700 - latin_cyrillic_latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v20-latin_cyrillic_latin-ext-700.woff2") format("woff2"), url("../fonts/roboto-v20-latin_cyrillic_latin-ext-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* roboto-regular - cyrillic-ext_latin */
/* roboto-900 - cyrillic-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v20-cyrillic-ext_latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/roboto-v20-cyrillic-ext_latin-900.woff2") format("woff2"), url("../fonts/roboto-v20-cyrillic-ext_latin-900.woff") format("woff");
  /* Modern Browsers */
  font-display: swap;
}
html, body {
  margin: 0;
  padding: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a:hover,
a:focus {
	text-decoration: none;
}
a, svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

img {
  max-width: 100%;
}

body {
  line-height: 1.3;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-family: "Roboto", "Arial", "Helvetica", sans-serif;
  color: #1c1e1f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  line-height: 1.12;
}

.unset-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.btn {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  outline: 0;
  border: 0;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn--size-sm {
  padding: 10px 26px;
  font-size: 13px;
}

.btn--size-m {
  padding: 14px 42px;
  font-size: 15px;
}

.btn--size-l {
  padding: 18px 34px;
  font-size: 13px;
}

.btn--slide-effect {
  position: relative;
  z-index: 1;
}

.btn--slide-effect::before,
.btn--slide-effect::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 51%;
  will-change: transform;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transform: scaleX(0);
}

.btn--slide-effect::before {
  left: -1px;
  transform-origin: 0 50%;
}

.btn--slide-effect::after {
  right: -1px;
  transform-origin: 100% 50%;
}

.btn--slide-effect:hover::before,
.btn--slide-effect:hover::after {
  transform: scale(1);
}

.btn--black {
  color: #fff;
  background-color: #1c1e1f;
}

.btn--black::before,
.btn--black::after {
  background-color: #ff0000;
}

.btn--black-border {
  background-color: #fff;
  border: 2px solid #1c1e1f;
  color: #1c1e1f;
  font-weight: bold;
}

.btn--black-border::before,
.btn--black-border::after {
  background-color: #babbbb;
}

.btn--light {
  border: 2px solid #cac9cb;
  color: #cac9cb;
}

.btn--light::before,
.btn--light::after {
  background-color: #cac9cb;
}

.btn--light:hover {
  color: #1c1e1f;
}

.btn--red-border {
  color: #fff;
  border: 2px solid #ff0000;
}
.btn--red-border::before, .btn--red-border::after {
  background-color: #ff0000;
}

.btn--red-bg {
  color: #fff;
  border: 2px solid #ff0000;
  background: #ff0000;
}
.btn--red-bg:hover {

}
.btn--red-bg::before, .btn--red-bg::after {
  background-color: #1c1e1f;
}
.btn--white-border {
  color: #fff;
  border: 2px solid #fff;
}
.btn--white-border:hover {
  color: #1c1e1f;
}
.btn--white-border::before, .btn--white-border::after {
  background-color: #fff;
}
.btn.disabled, .btn:disabled {
  pointer-events: none;
  opacity: 0.28;
}

.link-underlined {
  text-decoration: underline;
  color: inherit;
}

.link-hover-up {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.link-hover-up::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
  bottom: -6px;
  transition: all 0.1s;
  opacity: 0;
}
.link-hover-up--light::before {
  border-bottom-color: #cac9cb;
}
.link-hover-up--dark::before {
  border-bottom-color: #1c1e1f;
}
.link-hover-up:hover::before {
  opacity: 1;
  bottom: -2px;
}

.container {
  max-width: 1632px;
  padding: 0 96px;
  margin: 0 auto;
}

.sticky-footer__body {
  position: relative;
  z-index: 2;
  background-color: #fff;
  overflow: hidden;
}
.sticky-footer__footer {
  position: fixed;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.header {
  position: relative;
  z-index: 10;
}
.header__top {
  background-color: #d9d8d8;
  position: relative;
  z-index: 4;
}
.header__top-line {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 124px;
}
.header__top-logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 93px;
  background-color: #fff;
  padding: 6px 10px 6px;
}
.header__top-logo img {
  display: block;
}
.header__top-logo-sign {
  display: none;
  position: relative;
  z-index: 2;
}
.header__top-logo-text {
  padding: 12px 10px 10px 0;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.21em;
}
.header__top-right {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 14px;
}
.header__top-link {
  margin-left: 20px;
}
.header__lang {
  align-self: stretch;
  padding-bottom: 5px;
  margin-left: 20px;
}
.header__bottom {
  background-color: #1c1e1f;
  font-size: 14px;
}
.header__bottom-line {
  position: relative;
  z-index: 4;
  color: #cac9cb;
  padding: 21px 0 18px 110px;
  display: flex;
  align-items: center;
}
.header__bottom-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 93px;
  background-color: #fff;
  padding: 27px 10px 21px;
}
.header__bottom-logo-sign {
  display: block;
}
.header__bottom-logo-sign img {
  display: block;
}
.header__bottom-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header__bottom-right .btn {
  padding: 15px 12px;
  margin-left: 16px;
}

.header-icon-link {
  text-decoration: none;
  padding: 9px 8px;
  border: 2px solid transparent;
  border-radius: 5px;
  color: inherit;
}
.header-icon-link svg {
  display: block;
}
.header-icon-link:hover {
  border-color: rgba(255, 255, 255, 0.25);
}

.header-basket {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 15px;
  min-width: 70px;
  margin-right: 30px;
  color: #fff;
}
.header-basket svg {
  margin-right: 10px;
  margin-bottom: 4px;
}
.header-basket::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  border-right: 1px solid #fff;
}

.header-search {
  color: #fff;
}

.header-message {
  margin-left: 2px;
}

.header-profile {
  margin-left: 2px;
}

.lang {
  display: flex;
}
.lang__elem {
  display: block;
  margin-left: 5px;
  text-decoration: none;
  color: inherit;
  padding: 10px 11px 3px;
  border: 2px solid transparent;
  border-top: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.lang__elem.active {
  border-color: #1c1e1f;
}

.icon-link__icon {
  fill: #1c1e1f;
  width: 20px;
  height: 20px;
  display: none;
}
.header__bottom-right .btn .icon-link__icon {
  width: 29px;
  height: 29px;
}

.hamburger {
  display: none;
  position: relative;
  margin-right: 25px;
  width: 25px;
  height: 17px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.hamburger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid #fff;
  top: 7px;
}

.page-layout {
  display: flex;
}
.page-layout__left {
  flex-shrink: 0;
  position: relative;
  width: 254px;
  min-height: 85vh;
  background-color: #d9d8d8;
}
.page-layout__left::before {
  content: "";
  position: absolute;
  left: -1000px;
  top: 0;
  bottom: -1000px;
  right: 100%;
  background-color: #d9d8d8;
}
.page-layout__right {
  width: calc(100% - 254px);
  position: relative;
  padding-left: 30px;
}

.footer {
  background-color: #1c1e1f;
  color: #cac9cb;
  padding-bottom: 16px;
  z-index: 1;
}
.footer__layout {
  display: flex;
  justify-content: space-between;
}
.footer__left-top {
  display: flex;
}
.footer__left-bottom {
  padding-top: 30px;
  margin-bottom: 23px;
}
.footer__right {
  text-align: right;
}
.footer__logo {
  width: 92px;
  flex-shrink: 0;
  background-color: #fff;
  padding: 26px 10px 18px 10px;
}
.footer__logo img {
  width: 100%;
  display: block;
}
.footer__logo-text {
  display: block;
  padding: 36px 0 0 28px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.21em;
}
.footer__phone {
  font-size: 20px;
  padding: 26px 0 0 20px;
}
.footer__mail {
  padding: 12px 0 0 20px;
  font-size: 14px;
}
.footer__externals {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.footer__socials {
  padding-top: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer__socials a {
  display: block;
  margin-left: 18px;
}
.footer__socials a img {
  display: block;
  width: 24px;
  height: 24px;
}
.footer__payment {
  padding-top: 24px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.footer__payment img {
  width: 40px;
  margin-left: 18px;
}
.footer__copyright {
  padding-top: 20px;
}

.btn-scroll-up {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 30px;
  width: 52px;
  height: 52px;
  background-color: #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  outline: 0;
}
.btn-scroll-up::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 13px solid #1c1e1f;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-scroll-up:hover {
  transform: translateY(16px);
}
.btn-scroll-up:hover::before {
  transform: translate(-50%, -56px);
}

.breadcrumbs {
  font-size: 14px;
  list-style: none;
  padding: 28px 0 30px;
  margin: 0;
}
.breadcrumbs__item {
  position: relative;
  display: inline-block;
  padding-right: 16px;
}
.breadcrumbs__item::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
}
.breadcrumbs__text {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs__item:last-child {
  padding-right: 0;
}
.breadcrumbs__item:last-child::after {
  display: none;
}

span.breadcrumbs__text {
  font-weight: 900;
}

.inner-h1 {
  color: #ff0000;
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 30px;
}

select.js-select2 {
  display: block;
  width: 100%;
}

.select2-container {
  width: 100% !important;
  outline: 0;
}

.select2-container .select2-selection--single {
  border: 1px solid #1c1e1f;
  border-radius: 5px;
  padding: 10px 12px 8px;
  height: initial;
  height: auto;
  outline: 0;
}

.select2-selection--single .select2-selection__rendered {
  line-height: inherit;
}

.select2-selection--single .select2-selection__arrow b, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  width: 9px;
  height: 9px;
  border-width: 0 0 1px 1px;
  border-color: #1c1e1f;
  margin-left: -12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-selection--single .select2-selection__arrow b {
  transform: rotate(-45deg);
  margin-top: -2px;
  transition: all 0.3s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-225deg);
  margin-top: 4px;
}

.select2-wrapper {
  position: relative;
}

.select2-dropdown {
  padding: 5px 0;
  border-radius: 0;
  margin-top: 1px;
}

.select2-dropdown.select2-dropdown {
  border: 1px solid #1c1e1f;
}

.select2-results__option {
  padding: 7px 12px;
  transition: all 0.3s;
  line-height: 1.1;
}

.select2-results__message {
  font-size: 11px;
  opacity: 0.7;
  letter-spacing: 0;
}

.select2-results__option[aria-selected=true] {
  color: #ff0000;
  background-color: transparent;
}

.select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #ff0000;
}

.select2-search--dropdown {
  padding: 4px 10px;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #1c1e1f;
  border-radius: 4px;
  padding: 8px 10px;
  outline: 0;
  line-height: 1;
  font-size: 14px;
}

.form-elem {
  position: relative;
}
.form-elem__label {
  display: block;
  position: relative;
}
.form-elem__label.required::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ff0000;
  transform: rotate(45deg);
}

.input-style {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  border: 1px solid #1c1e1f;
  border-radius: 5px;
  padding: 10px 12px;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  outline: 0;
  color: inherit;
}

.error .input-style {
  border-color: #ff0000;
  box-shadow: inset 0 0 0 1px #ff0000;
}

textarea.input-style {
  width: 100%;
  min-height: 153px;
}

::-webkit-input-placeholder {
  color: #939494;
  font-weight: normal;
  transition: all 0.2s;
}

::-moz-placeholder {
  color: #939494;
  font-weight: normal;
  transition: all 0.2s;
}

::-ms-input-placeholder {
  color: #939494;
  font-weight: normal;
}

:-moz-placeholder {
  color: #939494;
  font-weight: normal;
}

:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}

:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}

:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

.form-label--invisible {
  display: none;
}

.checkbox, .radio {
  display: flex;
  position: relative;
}

.checkbox input, .radio input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.checkbox__box, .radio__box {
  flex-shrink: 0;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  width: 22px;
  height: 22px;
  border: 1px solid #1c1e1f;
  background-color: #fff;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.checkbox__box {
  border-radius: 5px;
  -webkit-background-size: 16px 14px;
  background-size: 15px 13px;
}

.checkbox input:checked + .checkbox__box {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAMAAABBwMRzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAsVBMVEUAAAAdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRsdHRv///9SYpZOAAAAOXRSTlMAleZRuhzu7BoCv08ieJj13RE0+9YJa7EBDNr5L6V5nXEL1P1CVrkn8+obHe/rGVPGwUyOlAS+zggz1A83AAAAAWJLR0Q6TgnE+gAAAAd0SU1FB+MECg8eCWD4RW4AAABySURBVAjXY2BABoxMKFxmSxZkLisbOwcSl5PLkhuohgfG57XkA5L8AoIQrpCwiCiQErMUlwBxJaWkZcDispZyIEreUgGiTlFJWYWBQdVSTQJqjrqGppa2jq4e3CJ9SwNDSyMkm40tLU2QHWZqZm4BZQIAg2kIyyilslMAAAAASUVORK5CYII=");
}

.checkbox__text, .radio__text {
  align-self: center;
}

.checkbox__text--agree {
  font-size: 13px;
}

.inner-top__left {
  display: none;
}

.mfp-bg {
  opacity: 0.4;
}

.mfp-close.btn-close, .btn-close {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  padding: 10px;
  opacity: 0.6;
  top: 5px;
  right: 10px;
  transition: opacity 0.3s;
  outline: 0;
  cursor: pointer;
  color: inherit;
}

.mfp-close.btn-close:hover, .btn-close:hover {
  opacity: 1;
}

.btn-close svg {
  display: block;
  width: 20px;
  height: 20px;
}
.text-center {
  text-align: center;
}

/*# sourceMappingURL=common.css.map */

/* main */
*:focus {
  outline: none;
}
.tablet-vis {display: none;}
.mob-vis {display: none;}
.header-main #sticky-wrapper {
  z-index: 100;
}
.header-main #sticky-wrapper .header__bottom {
  z-index: 100 !important;
}

.header__top-mob {
  display: none;
}
.header__top-mob {
  background: #d9d8d8;
}
.header__top-mob .header__top-left {

}
.header__top-mob .header__bottom-right {
  justify-content: flex-end;
}
.header__top-line .header__lang {
  margin-bottom: 5px;
  margin-right: 12px;
}
.header__top-line .header__lang .lang__elem.active {
  border-color: #1c1e1f;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.header__top-link {
  display: block;
}
.header__top-link--tel,
.header__top-link--mail {
  text-align: right;
}
.header__top-link--tel {
  font-size: 18px;
}
.header-main .lang__elem.active {
  border: 2px solid #fff;
  border-radius: 5px;
}
.header-main .header__lang {
  padding-bottom: 0px;
}
.header__sub-bottom-main-logo {
  margin-bottom: 45px;
}
.header__sub-bottom {
  background-color: #1c1e1f;
  padding: 15px 0 35px;
  text-align: center;
}
.header__sub-bottom-main-logo-sign {
  display: block;
  margin: auto;
  max-width: 282px;
}
.header__sub-bottom-main-logo-text {
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 10px;
}
.header__sub-bottom-btns {
  font-size: 0;
}
.header__sub-bottom-btns a {
  margin: 0 15px;
}

.Vidage {
  position: relative;
  overflow: hidden;
  padding-top: 45%;
}
.Vidage__image, .Vidage__backdrop, .Vidage__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.Vidage__overlay {
  background-color: rgba(27,28,29,0.2);
  background-image: url(../img/overlay-grid.png);
  box-shadow: inset 0 0 250px 20px rgba(0,0,0,1);
  z-index: 1;
}
.Vidage__image {
  background: url(../img/stub.jpg) no-repeat center /cover;
}
.Vidage--allow .Vidage__video {
  display: block;
}
.Vidage__video {
  position: absolute;
  top: 50%;
  left: 50%;
  /*min-width: 100%;*/
  min-height: 100%;
  width: 100%;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /*display: none;*/
}

.slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #d9d8d8;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background-color: #ff0000;
}
.slick-dots li button {
  display: none;
}
.gallery-main__list .slick-slide {
  text-align: center;
}
.gallery-main__list a {
  display: inline-block;
}

.signage-systems,
.gallery-main {
  background-color: #000;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 40px;
}


.signage-systems .container,
.gallery-main .container {
  position: relative;
  max-width: 1440px;
  padding: 0;
}
.signage-systems h2 {
  font-size: 46px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.signage-systems .signage-systems__title a {
  color: #fff;
  font-size: 45px;
  letter-spacing: 2px;
  text-decoration: none;
}
.signage-systems__arr {
  position: absolute;
  width: 50%;
  top: 50%;
  display: flex;
  justify-content: space-between;
}
.gallery-main__arr {
  position: absolute;
  width: 100%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  height: 0px;
  margin-top: -25px;
  padding: 0 30px;
}
.signage-systems__nav {
  position: absolute;
  width: 50%;
  bottom: 0;
}
.signage-systems__nav .slick-dots {
  justify-content: end;
}
.signage-systems__nav .slick-dots li:last-of-type {
  margin-right: 0px;
}
.signage-systems__buttons {
  font-size: 0;
  position: absolute;
  right: 20px;
  bottom: 0;
}
.signage-systems__buttons a {
  margin-right: 40px;
}
.signage-systems__buttons a:last-of-type {
  margin-right: 0px;
}
.signage-systems__text {
  padding-left: 150px;
  padding-bottom: 50px;
}
.signage-systems__props {
  list-style: none;
  padding: 0;
}
.signage-systems__props li {
  position: relative;
  padding-left: 75px;
  min-height: 60px;
  display: flex;
  margin-bottom: 20px;
  text-align: left;
}
.signage-systems__props li span {
  align-self: center;
}
.signage-systems__props li::before {
  content: "";
  position:absolute;
  left: 0;
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: url("../img/dummy.png");
}
.signage-systems__pic,
.signage-systems__text {
  display: inline-block;
  flex-basis: 50%;
}
.signage-systems__box {
  display: flex;
}

.slick-slide img {
  max-width: 100%;
  max-height: 100%;
}
.signage-systems__pic {
  padding: 0 65px 0 55px;
}
.main-banners .slick-arrow,
.signage-systems .slick-arrow,
.gallery-main .slick-arrow {
  border: 2px solid #e1e0e0;
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 7px;
  position: relative;
  padding:0;
}
.signage-systems .slick-arrow,
.gallery-main .slick-arrow {
  border: 2px solid #4e4e4e;
}



.signage-systems .slick-prev.slick-arrow {
  background: url('../img/icons/slider_arr-prev.png') rgba(0,0,0,0.5) center center no-repeat;
}
.gallery-main .slick-prev.slick-arrow {
  background: url('../img/icons/slider_arr-prev.png') rgba(0,0,0,0.5) center center no-repeat;
}



.signage-systems .slick-next.slick-arrow {
  background: url('../img/icons/slider_arr-next.png') rgba(0,0,0,0.5) center center no-repeat;
}
.gallery-main .slick-next.slick-arrow {
  background: url('../img/icons/slider_arr-next.png') rgba(0,0,0,0.5) center center no-repeat;
}
.gallery-main__item.slick-slide img {
  height: auto;
}
/* /main */
/* catalog-element */
.catalog-element__slider-box {
    max-width: 620px;
}
.btn-link:hover, .btn-link:focus {
	text-decoration: none;
}
.bx-catalog-element .row {
  display: flex;
  flex-wrap: wrap;
}
.product-item-detail-price-current {
  color: #f00;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-item-detail-price-current span {
  font-size: 15px;
}
.product-item-detail-price-old {
  font-size: 20px;
  font-weight: 600;
  text-decoration: line-through;
}
.product-item-detail-price-old span {
  font-size: 15px;
}
.product-item-detail-buy-button {
  border: 2px solid #000;
  background: #000;
  color: #fff;
  padding: 17px 29px;
}
input.product-item-amount-field {
  -moz-appearance: textfield;
  border: 2px solid #000;
  border-radius: 5px;
  width: 55px;
  text-align: center;
  height: 52px;
  font-weight: 600;
  font-size: 20px;
}
input.product-item-amount-field::-webkit-outer-spin-button,
input.product-item-amount-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.catalog-element .catalog-element__title {
  margin-top: 0;
}
.catalog-element .properties {
  width: 100%;
}
.catalog-element .property-item {
  margin-bottom: 12px;
}
.catalog-element__desc .properties {
  min-width:200px;
  border-bottom: 1px solid #bfc1c4;
  padding-bottom: 60px;
}
.catalog-element__properties {
  margin-top: 70px;
  margin-bottom: 35px;
}
.catalog-element__properties .catalog-element__properties-column {
  border-right: 1px solid #bfc1c4;
}
.catalog-element__properties .catalog-element__properties-column:last-of-type {
  border-right: 0;
}
.catalog-element__properties .properties {
  /*min-width: 350px;*/
  margin-bottom: 60px;
}
.default-color {
  align-items: center;
  margin-top: 25px;
}
.default-color__name {
  font-weight: 700;
}
.default-color__color {
  border: 2px solid #000;
  border-radius: 5px;
  width: 55px;
  text-align: center;
  height: 55px;
}
.catalog-element .product-item-amount-description-container,
.catalog-element .item_economy_price {
  display: none;
}
.product-item-detail-pay-block {
  margin-top: 10px;
}

.catalog-element .catalog-element__basket-btn {
  float: left;
  margin-right: 20px;
  margin-top: 40px;
  display: inline-block;
}
.catalog-element .catalog-element__quantity {
  /*float: left;*/
  margin-top: 40px;
  display: inline-block;
}
.catalog-element__slider {
	display: flex;
}
/*.catalog-element__slider,*/
.catalog-element__slider .product-item-detail-slider-block .product-item-detail-slider-block,
.catalog-element__slider .product-item-detail-slider-block .slick-slider,
.catalog-element__slider .product-item-detail-slider-block .slick-list ,
.catalog-element__slider .product-item-detail-slider-block .slick-track {
	height: 100%;
}
.catalog-element__slider .product-item-detail-slider-images-container {
	border: 1px solid #bfc1c4;
	text-align: center;
	height: 100%;
	display: grid;
	align-content: center;
	justify-content: center;
}
.catalog-element__slider .product-item-detail-slider-block {
	height: calc(100% - 27px);
	width: 80%;
}
.catalog-element__slider .product-item-detail-slide .slick-slide {
	display: flex;
	justify-content: center;
}
.catalog-element__slider .product-item-detail-multiple-slide {
	height: calc(100% - 30px);
	width: 20%;
}
.catalog-element__slider .product-item-detail-multiple-slide .slick-slide {
	border: 1px solid #bfc1c4;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
.catalog-element__slider .product-item-detail-multiple-slide .slick-slide img {
	width: 100%;
}
.catalog-element__slider .product-item-detail-slider-block .slick-arrow,
.catalog-element__slider .product-item-detail-multiple-slide .slick-arrow {
	border: none;
	font-size: 0;
	border-radius: 7px;
	padding: 0;
	position: absolute;
}
.catalog-element__slider .product-item-detail-multiple-slide .slick-prev {
	background: url('../img/icons/slider_arr-up.png') center center no-repeat;
	left: 0;
	right: 0;
	width: 100%;
	height: 20px;
	top: -25px;
}
.catalog-element__slider .product-item-detail-multiple-slide .slick-next {
	background: url('../img/icons/slider_arr-down.png') center center no-repeat;
	left: 0;
	right: 0;
	width: 100%;
	height: 20px;
	bottom: -29px;
}
.catalog-element__slider .product-item-detail-slider-block .slick-slider {
	display: flex;
}
.catalog-element__slider .product-item-detail-slider-block .slick-prev {
	background: url('../img/icons/slider_arr-prev.png') center left no-repeat;
	left: 0;
	width: 25px;
	min-width: 25px;
	height: 100%;
}
.catalog-element__slider .product-item-detail-slider-block .slick-next {
	background: url('../img/icons/slider_arr-next.png') center right no-repeat;
	right: 0;
	width: 25px;
	min-width: 25px;
	height: 100%;
}	

.product-item-detail-buy-button:hover,
.product-item-detail-buy-button:active,
.product-item-detail-buy-button:focus {
  color: #000;
  border: 2px solid #000;
}
.product-item-detail-tabs-container {
  margin-bottom: 50px;
}
.product-item-detail-tabs-list {
  padding: 0;
  font-size: 0;
  margin: 0;
}
.product-item-detail-tab,
.product-item-detail-tab--btn {
  border: 2px solid #000;
  background: #fff;
  padding: 10px 30px;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  font-size: 13px;
  letter-spacing: 1px;
  margin-right: 10px;
}
.product-item-detail-tab a,
.product-item-detail-tab--btn a {
  color: #000;
  text-decoration: none;
}
.add-accessories {
  margin-bottom: 100px;
}
.add-accessories .catalog-block-header {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px;
}
.add-accessories .catalog-block-header::after {
  content:"";
  width: 215px;
  border-bottom: 1px solid #bfc1c4;
  position: absolute;
  left: 0;
  bottom: -23px;
}
.add-accessories .title-section span {
  position: relative;
}
.add-accessories .title-section span::after {
  content:"";
  position:absolute;
  width: 0;
  display: block;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #000;
  right: -40px;
  top: 9px;
}
.add-accessories .title-section.open {
  color: #ff0000;
}
.add-accessories .title-section.open span::after {
  border-top-color: transparent;
  border-right-color: #f00;
  top: 0px;
}
.add-accessories .catalog-items {
  display: none;
}
.add-accessories .catalog-items.open-items {
  display: flex;
}
.catalog-element__desc .properties,
.product-item-detail-info-section,
.product-item-detail-pay-block {
  max-width: 215px;
}
/* /catalog-element */

/* news */
.news {
	margin-bottom: 70px;
}
.news-list .news-item {
    display: flex;
	margin-bottom: 40px;
}
.news-list .news-item a {
    display: inline-block;
}
.news-list .news-item .news-item__image {
	width: 465px;
	margin-right: 30px;
	display: inline-block;
}
.news-list .news-item img {
	max-width: 100%;
    height: auto;
    width: auto;
}
.news-list .news-item .news-item__image + .news-item__text {
	width: calc(100% - 500px);
}
.news-list .news-item .news-item__text {
	display: inline-block;
}
.news-item .news-item__text .news-item__title {
    margin-bottom: 20px;
	margin-top: -3px;
}
.news-item .news-item__text .news-item__title a {
	color: #1c1e1f;
}
.news-item .news-item__text .news-date-time {
	color: #1c1e1f;
    display: inline-block;
	margin-bottom: 25px;
}
.news-item .news-item__text .news-item__desc {
	font-size: 14px;
	color: #565656;
}
.news .news-list__nav .text {
	font-size: 0;
}
.news .news-list__nav .text span {
	display: block;
	text-align: center;
}
.news .news-list__nav .text span a,
.news .news-list__nav .text span  b{
	font-size: 17px;
	font-weight: 700;
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 46px;
	text-align:center;
	border: 2px solid #000;
	border-radius: 5px;
	margin: 0 6px;
}
.news .news-list__nav .text span  b{
	border-color: #ff0000;
}
.news-detail {
	margin-bottom: 40px;
    max-width: 835px;
}
.news-detail .news-date-time {
	color: #000;
}
.news-detail .news-detail__img {
	margin: 30px auto 40px;
    display: block;
	text-align: center;
}
.news-detail .news-detail__img img {
	max-height: 500px;
    width: auto;
    width: auto;
}
.news-detail__btn-detail {
	border: 2px solid #000;
    background: #000;
    color: #fff;
    padding: 17px 29px;
}
.news-detail__btn-detail:hover {
	color: #000;
    background: #fff;
}
.news-detail__btn-return {
	border: 2px solid #000;
    background: #fff;
    color: #000;
    padding: 17px 29px;	
}
.news-detail__btn-return:hover {
	
}
.news-detail__btn-detail,
.news-detail__btn-return {
	margin-right: 15px;
	margin-bottom: 75px;
}
.news-detail table {
    border: 1px solid #bfc1c4;
	width: 100%;
    border-collapse: collapse;
}
.news-detail table th,
.news-detail table td {
	padding: 15px;
} 
.news-detail table th {
	background-color: #d9d8d8;
}
.news-detail .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
	width: 50%;
	padding: 15px 0.6em 15px 15px;
	background: #d9d8d8;
}
.news-detail .tablesaw-cell-content {
	max-width: 47%;
	text-align: right;
	width: 47%;
	padding: 15px 15px 15px 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.news-list .news-item img {
		max-width: 465;
		height: auto;
		width: 100%;
	}  
}
/* /news */


/* photogallery */
.photogallery {
	margin-bottom: 70px;
}
.photogallery-list {
	display: flex;
    flex-wrap: wrap;
}
.photogallery-list .photogallery-item {
    width: 31%;
	margin-bottom: 40px;
	margin-right: 3.5%;
}
.photogallery-list .photogallery-item:nth-of-type(3n) {
    margin-right: 0px;
}
.photogallery-list .photogallery-item a {
    display: inline-block;
}
.photogallery-list .photogallery-item .photogallery-item__image {
	margin-bottom: 10px;	
}
.photogallery-list .photogallery-item img {
	max-width: 100%;
    height: auto;
    width: auto;
}
.photogallery-item .photogallery-item__title {
}
.photogallery-item  .photogallery-item__title a {
	color: #1c1e1f;
}
.photogallery-item .photogallery-item__desc {
	font-size: 14px;
	color: #565656;
}
.photogallery .photogallery-list__nav .text {
	font-size: 0;
}
.photogallery .photogallery-list__nav .text span {
	display: block;
	text-align: center;
}
.photogallery .photogallery-list__nav .text span a,
.photogallery .photogallery-list__nav .text span  b{
	font-size: 17px;
	font-weight: 700;
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 46px;
	text-align:center;
	border: 2px solid #000;
	border-radius: 5px;
	margin: 0 6px;
}
.photogallery .photogallery-list__nav .text span  b{
	border-color: #ff0000;
}
button.mfp-arrow::before,
button.mfp-arrow::after {
	display: none;
}
button.mfp-arrow {
	position: absolute;
	font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 7px;
    padding: 0;
    border: 2px solid #bbbaba;
	opacity: 1;
	top: calc(50% + 30px);
}
button.mfp-arrow.mfp-arrow-left {
    background: url(../img/icons/slider_arr-prev.png) #d9d9da center center no-repeat;
	/*left: 12%;*/
}
button.mfp-arrow.mfp-arrow-right {
    background: url(../img/icons/slider_arr-next.png) #d9d9da center center no-repeat;
    /*right: 12%;*/
}
.mfp-counter {
	display: none;
}
html {margin: 0 !important;}
.mfp-wrap.mfp-gallery.photogallery-mfp {
    /*position: fixed !important;*/
}
.mfp-image-holder .mfp-close {
	display: none;
}
.gallery-close-box {
    cursor: pointer !important;	
}
.photogallery-mfp .mfp-container {
    width: 1440px;
    margin: auto;
    position: relative;
}
.gallery-close-custom {
    top: 40px;
    z-index: 1050;
    cursor: pointer;
	font-size: 0;
	position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    padding: 0;
	opacity: 1;
}
.gallery-close-custom::before,
.gallery-close-custom::after {
	content:"";
	border-left: 1px solid #f3f3f3;
	width: 0;
    height: 20px;
    display: block;
    position: absolute;
    right: 50%;
    top: 0;
}
.gallery-close-custom::before {
	transform: rotate(45deg);
}
.gallery-close-custom::after {
	transform: rotate(-45deg);
}
img.mfp-img {
	padding-top: 80px;
}
.mfp-figure:after {
	top: 80px;
}
.mobile-section-btn {
	display: none;
	border: 2px solid #000;
	border-radius: 5px;
	padding: 10px 40px;
	letter-spacing: 1px;
	width: 156px;
    text-align: center;
    margin: 0 auto 35px;
}
.mobile-section-close {
	display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.mobile-section-close::before,
.mobile-section-close::after {
	content: "";
	border-right: 1px solid #000;
	display: block;
    width: 1px;
    height: 27px;
    position: absolute;
    top: -4px;
    right: 50%;
}
.mobile-section-close::before {
	transform:rotate(45deg);
}
.mobile-section-close::after {
	transform:rotate(-45deg);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.photogallery-list .photogallery-item img {
		max-width: 465;
		height: auto;
		width: 100%;
	}  
}
.sticky-footer__body.mob-fix-lay {
	position: fixed;
}
/* /photogallery */


