@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

body {
  background-color: #fff;
  font-size: 16px;
  min-width: 320px;
  max-width: 1920px;
  display: block;
  margin: 0 auto;
  position: relative;
  line-height: 1.25;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

.img-responsive, img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*класс для скрытия элементов, напр при стилизации чекбоксов*/
.visually-hidden {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}

/*add new style*/
*:focus {
  outline: none;
}

p,
dd,
dl,
figure,
blockquote {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: inherit;
}

audio,
video {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

i,
em {
  font-style: inherit;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: none;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline: none;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/*убираем стандартный стиль селекта со стрелкой и делаем свою*/
/* https://codepen.io/yurch-html/pen/djdMZq */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

#gallery_1 > .thumbs img {
    width: 100px;
    float: left;
    margin: 15px 15px 0px 0px;
    height: 200px;
}

.img-all {
    margin: 0 auto;
    display: table;
}

#gallery_1 > .photo-box img {
        margin: 0 auto;
        max-width: 300px;
}

.card__row > .wrap {
    width: 100%;
}

.thumbs {
    width: 61%;
    display: block;
    margin: 0 auto;
}

@font-face {
  font-family: "RobotoRegular";
  font-weight: normal;
  font-style: normal;
  src: url("/media/fonts/RobotoRegular/RobotoRegular.eot");
  src: url("/media/fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("/media/fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("/media/fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
}

@font-face {
  font-family: "RobotoBold";
  font-weight: bold;
  font-style: normal;
  src: url("/media/fonts/RobotoBold/RobotoBold.eot");
  src: url("/media/fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("/media/fonts/RobotoBold/RobotoBold.woff") format("woff"), url("/media/fonts/RobotoBold/RobotoBold.ttf") format("truetype");
}

@font-face {
  font-family: "FuturaNewDemi";
  font-weight: normal;
  font-style: normal;
  src: url("/media/fonts/FuturaNewDemi/FuturaNewDemi-Reg.eot");
  src: url("/media/fonts/FuturaNewDemi/FuturaNewDemi-Reg.eot?#iefix") format("embedded-opentype"), url("/media/fonts/FuturaNewDemi/FuturaNewDemi-Reg.woff") format("woff"), url("/media/fonts/FuturaNewDemi/FuturaNewDemi-Reg.ttf") format("truetype");
}

@font-face {
  font-family: "FuturaNewBook";
  font-weight: normal;
  font-style: normal;
  src: url("/media/fonts/FuturaNewBook-Reg/FuturaNewBook-Reg.eot");
  src: url("/media/fonts/FuturaNewBook-Reg/FuturaNewBook-Reg.eot?#iefix") format("embedded-opentype"), url("/media/fonts/FuturaNewBook-Reg/FuturaNewBook-Reg.woff") format("woff"), url("/media/fonts/FuturaNewBook-Reg/FuturaNewBook-Reg.ttf") format("truetype");
}




/* ----- jquery.fancybox ----- */
body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current {
  display: block;
}

.fancybox-slide--next {
  display: block;
  z-index: 99995;
}

.fancybox-slide--image {
  padding: 44px 0 0 0;
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 1;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
}

.fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button.disabled, .fancybox-button[disabled] {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button.disabled:hover, .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2), .fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0 0 0;
  }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}










/*simplebar*/

[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch;
}

[data-simplebar="init"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.simplebar-content {
  overflow-y: hidden !important;
  overflow-x: scroll;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  min-height: 100% !important;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-track:hover .simplebar-scrollbar:before, .simplebar-track .simplebar-scrollbar.visible:before {
  opacity: 0.5;
  -webkit-transition: opacity 0 linear;
  -o-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

.simplebar-track.vertical {
  top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}



.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px;
}

.simplebar-track.horizontal .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

/* -------------------------------------
	Common styles
	------------------------------------- */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
/*  .width-important {
        max-width: 19% !important;
    flex: 19% !important;
}*/
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
/*  .width-important {
        max-width: 19% !important;
    flex: 19% !important;
}*/
}

/* -----------------------------------
	global style
	------------------------------------ */
/*GLOBAL STYLE BEGIN*/
.tac {
  text-align: center;
}

.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

::-moz-selection {
  background-color: #292929;
  color: #fff;
}

::selection {
  background-color: #292929;
  color: #fff;
}

body {
  font-family: "RobotoRegular", sans-serif;
  color: #292929;
  background: #E5ECF3;
}

.home {
  background: #FBFCFC;
}

.btn {
  background: #292929;
  text-align: center;
  font-size: 16px;
  padding: 9px 9px;
  color: #fbfcfc;
  display: block;
  width: 100%;
  max-width: 262px;
  border: 1px solid #292929;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.btn:hover {
  background: none;
  color: #292929;
}

.breadcrumbs {
  margin: 32px 0 36px;
}

.breadcrumbs-item {
    font-size: 17px;
    font-family: "FuturaNewBook";
}

.breadcrumbs-list .breadcrumbs-item + .breadcrumbs-item:before {
  content: "/\00a0";
}

/*GLOBAL STYLE END*/
/* -------------------------------------
	header
	------------------------------------- */
.home .header {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.home .header__row {
  -webkit-filter: invert(0);
          filter: invert(0);
}

.header {
  padding: 10px 0;
}

.header__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__logo {
        max-width: 115px;
    font-size: 70px;
    color: #000;
    font-weight: 800;
    font-family: arial;
    letter-spacing: -16px;
    -webkit-filter: invert(1);
    filter: invert(1);
    margin-top: -15px;
}

.header__logo {
    max-width: 100px;
    font-size: 70px;
    color: #000;
    font-weight: 800;
    font-family: arial;
    letter-spacing: -16px;
    margin-top: 0px;
}

.logo-text {
-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    font-size: 10px;
    color: #fff;
    left: 4px;
    top: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    writing-mode: tb-rl;
    position: absolute;
}

.header__tel {
  color: #e5ecf3;
  font-size: 25px;
  font-family: "FuturaNewBook";
}

.header__menu {
  display: block;
  font-size: 10px;
  width: 4.4em;
  height: 4.0em;
}

.header__menu-txt {
  color: #fbfcfc;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "FuturaNewBook";
}

.header__menu-icon {
  font-size: 30px;
  letter-spacing: 4px;
  width: 45px;
}

.header__colR {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
              -webkit-filter: invert(0.8);
    filter: invert(0.8);
  max-width: 32%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__wishlist {
  margin-left: 15px;
  font-size: 10px;
  width: 3.7em;
  height: 3.3em;
}

.header__wishlist-icon {
  color: #E5ECF3;
  font-size: 36px;
  font-weight: 100;
}

.header__nav-line {
  display: block;
  width: 44px;
  height: 2px;
  background: #E5ECF3;
  margin: 10px 0;
}

.header__nav-line:first-child {
  margin-top: 5px;
}

.header__menu-block {
  display: none;
  background: #fff;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 50px;
  width: 100%;
  max-width: 375px;
  text-align: right;
  font-family: "FuturaNewBook";
  font-size: 25px;
  text-transform: uppercase;
  padding: 30px 0 0;
  max-height: -webkit-calc(100vh - 100px);
  max-height: calc(100vh - 100px);
}

.click__block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 12px;
    margin-top: 30px;
    } 
    
.click__block a {
    margin-bottom: 10px;
    font-family: "FuturaNewBook";
    font-size: 20px;
    flex: 0 0 24%;
    max-width: 24%;
    padding: 14px 10px;
}

.primary-menu-item {
  margin-bottom: 30px;
}

.primary-menu-item a {
  display: block;
  padding: 5px 20px 5px 15px;
}

.primary-menu-item a:hover {
  background: #292929;
  color: #fbfcfc;
}

.primary-menu {
  overflow-y: auto;
}

.simplebar-track.horizontal {
  display: none;
}
.header .footer__social{
	width: 40px;
	height: 40px;
}

@media only screen and (max-width: 1199px) {
  .header__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }
  .header__logo {
    max-width: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .header__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 340px;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    max-width: 340px;
  }
  .header__logo {
    max-width: 80px;
  }
}

@media only screen and (max-width: 480px) {
  .header__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 82%;
        -ms-flex: 0 0 82%;
            flex: 0 0 82%;
    max-width: 82%;
    justify-content: flex-end;
  }
  .header .footer__social{
  	width: 35px;
  	height: 35px;
  	margin-right: 10px;
  }
  .header .footer__social img{
        width: 35px;
    height: 35px;
  }
  .header__logo {
    max-width: 15%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  .header__tel {
    font-size: 20px;
    padding: 5px 10px 0 ;
  }
  .header__wishlist {
    font-size: 9px;
    margin-right: 10px;
  }
  .header__wishlist-icon {
    font-size: 34px;
  }
  .header__menu {
    font-size: 9px;
  }
  .header__menu-txt {
    font-size: 11px;
  }
  .header .simplebar-content {
    margin-right: 0 !important;
  }
  .header__nav-line {
    width: 40px;
    margin: 10px 0;
  }
  .primary-menu-item a{
  	font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .header__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 84%;
        -ms-flex: 0 0 84%;
            flex: 0 0 84%;
    max-width: 84%;
  }
  .logo-text {
      font-size: 8px;
  }
  .header__logo {
  	padding-top: 5px;
    max-width: 13%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13%;
        -ms-flex: 0 0 13%;
            flex: 0 0 13%;
                font-size: 60px;
  }
  .header__wishlist {
    font-size: 8px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .header__menu {
    font-size: 7.5px;
  }
  .header__menu-txt {
    font-size: 9px;
  }
  .header__nav-line {
    width: 34px;
    margin: 10px 0;
  }
    .header__tel {
    font-size: 18px;
    padding: 5px 10px 0 0;
  }
}

/* -------------------------------------
	hero
	------------------------------------- */
.hero {
  background: url(/media/img/hero-bg.jpg) no-repeat center center;
  background-size: cover;
  -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;
  min-height: 500px;
  height: 100vh;
  max-height: 1100px;
  position: relative;
}

.hero__btn {
  font-size: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  width: 4.2em;
  height: 8.0em;
  background: url(/media/img/wireless-mouse.png) no-repeat center center;
  background-size: contain;
  -webkit-animation: linear 2s infinite pulse;
          animation: linear 2s infinite pulse;
}

.hero__title {
  font-size: 80px;
  color: #fbfcfc;
  text-transform: uppercase;
  font-family: "FuturaNewDemi";
  text-align: center;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.05);
            transform: translateX(-50%) scale(1.05);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.05);
            transform: translateX(-50%) scale(1.05);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}

@media only screen and (max-width: 1199px) {
  .hero__title {
    font-size: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .hero__title {
    font-size: 68px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__title {
    font-size: 51px;
  }
  .hero__btn {
    font-size: 9px;
  }
}

@media only screen and (max-width: 575px) {
  .hero__title {
    font-size: 46px;
  }
  .hero__btn {
    font-size: 8px;
  }
}

@media only screen and (max-width: 480px) {
  .hero {
  background: url(/media/img/hero-bg.jpg) no-repeat center left -170px;
  background-size: cover;}
  .hero__title {
    font-size: 34px;
  }
  .hero__btn {
    font-size: 8px;
  }
}

@media only screen and (max-width: 375px) {
  .hero__title {
    font-size: 29px;
  }
}

/* -------------------------------------
	hero
	------------------------------------- */
.home-product {
  padding: 100px 0 70px;
}

.home-product__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-product__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48.7%;
      -ms-flex: 0 0 48.7%;
          flex: 0 0 48.7%;
  max-width: 48.7%;
  margin-bottom: 30px;
}

.home-product__item-img {
  height: 456px;
}

.home-product__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-product__item-descr {
  padding-right: 10px;
}

.home-product__item-info {
  background: #e5ecf3;
  -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;
  padding: 11px;
  min-height: 102px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.home-product__item-headline {
  text-transform: uppercase;
  font-size: 18px;
}

.home-product__item-txt {
  font-size: 14px;
}

.home-product__item-btn {
  max-width: 170px;
}

@media only screen and (max-width: 1199px) {
  .home-product__item-img {
    height: 400px;
  }
  .home-product__item-headline {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .home-product__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 500px;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .click__block {
  	justify-content: space-between;
  }
  .click__block .home-product__item-btn {
    max-width: 24%;
    flex: 0 0 24%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
}

@media only screen and (max-width: 575px) {
  .home-product__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 450px;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-product__item-headline {
    font-size: 15px;
  }
  .home-product__item-btn {
    max-width: 150px;
  }
}

@media only screen and (max-width: 480px) {
  .home-product {
    padding: 50px 0 30px;
  }
  .home-product__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 330px;
        -ms-flex: 0 0 330px;
            flex: 0 0 330px;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .home-product__item-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-product__item-descr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .home-product__item-headline {
    font-size: 15px;
  }
  .click__block .home-product__item-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    min-height: 60px;
  }

}

@media only screen and (max-width: 375px) {
  .home-product__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 290px;
        -ms-flex: 0 0 290px;
            flex: 0 0 290px;
    max-width: 290px;
  }
}

/* -------------------------------------
	land
	------------------------------------- */
.land-product {
  padding: 0 0 60px;
}

.land-product__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.land-product__title {
  text-transform: uppercase;
  font-size: 22px;
  font-family: "RobotoBold";
  margin-bottom: 100px;
}

.land-product__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.5%;
      -ms-flex: 0 0 31.5%;
          flex: 0 0 31.5%;
  max-width: 31.5%;
  margin-bottom: 30px;
}




.land-product__item-descr {
  text-align: center;
  font-size: 18px;
  color: #292929;
  min-height: 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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;
  line-height: 1;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.land-product__item-descr:hover {
  background: none;
  color: #292929;
}

.land-product__btn-more {
  height: 40px;
  width: 260px;
  border: 1px solid #292929;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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;
  margin: 38px auto;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.land-product__btn-more:hover {
  background: #292929;
  color: #fff;
}

.land-product__row-more-js {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .land-product__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%;
  }
}

@media only screen and (max-width: 991px) {
  .land-product__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.5%;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
    max-width: 48.5%;
  }
}

@media only screen and (max-width: 767px) {
  .land-product__title {
    margin-bottom: 40px;
  }
  .land-product__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 340px;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    max-width: 340px;
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 375px) {
  .land-product {
    padding: 0 0 10px;
  }
  .land-product__title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .land-product__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 290px;
        -ms-flex: 0 0 290px;
            flex: 0 0 290px;
    max-width: 290px;
  }
  .land-product__item-descr {
    font-size: 16px;
    min-height: 60px;
  }

  .land-product__btn-more {
    margin: 10px auto;
  }
}

.land-order {
  background: url(/media/img/land-order-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 140px 0 130px;
  color: #fff;
  position: relative;
}

.land-order:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.5);
}

.land-order__wrap {
  max-width: 700px;
  width: 100%;
}

.land-order__title {
  font-family: "FuturaNewDemi";
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.land-order__subtitle {
  font-size: 30px;
  font-family: "FuturaNewBook";
  text-transform: uppercase;
  margin-bottom: 50px;
}

.land-order__btn {
  max-width: 263px;
  font-size: 20px;
  font-family: "FuturaNewBook";
  text-transform: uppercase;
  height: 76px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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;
  line-height: 1;
  border: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.land-order__btn:hover {
  background: #fbfcfc;
  color: #292929;
}

@media only screen and (max-width: 991px) {
  .land-order__title {
    font-size: 46px;
  }
  .land-order__subtitle {
    font-size: 27px;
  }
  .land-order__btn {
    height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .land-order {
    text-align: center;
    padding: 100px 0 100px;
  }
  .land-order__title {
    font-size: 40px;
  }
  .land-order__subtitle {
    font-size: 22px;
  }
  .land-order__btn {
    height: 60px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 480px) {
  .land-order {
    padding: 50px 0;
  }
  .land-order__title {
    font-size: 36px;
  }
  .land-order__subtitle {
    font-size: 20px;
  }
  .land-order__subtitle br {
    display: none;
  }
}

@media only screen and (max-width: 367px) {
  .land-order {
    padding: 50px 0;
  }
  .land-order__title {
    font-size: 32px;
  }
  .land-order__subtitle {
    font-size: 19px;
  }
}

/* -------------------------------------
	catalog
	------------------------------------- */
.catalog {
  margin-bottom: -30px;
}

.catalog__row {
/*  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;*/
          margin: 0 -1%;
}

.catalog__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 1%;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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;
}

.catalog__item-img,
.land-product__item-img {
  border: 1px solid rgba(0,0,0,0.1);
  padding: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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;
}
.land-product img,
.catalog__item img {
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
     height: 245px;
    max-width: 245px;
   width: 100%;
}

.listule li {
        list-style: disc;
    margin-left: 50px;
}


.catalog__item-overlay {
  -webkit-transform: translateY(-101%);
      -ms-transform: translateY(-101%);
          transform: translateY(-101%);
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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;
  top: 0;
  bottom: 70px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  background: rgba(41, 41, 41, 0.8);
}

.class__catalog {
    max-height: 100%;
    width: 100%;
}

.catalog__item-btn {
  background-color: #e5ecf3;
  height: 40px;
  max-width: 200px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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;
}

.catalog__item:hover .catalog__item-overlay {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 1199px) {
  .catalog__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  }
  .land-product__item-descr{
  	font-size: 16px;
  }

  .land-product img,
.catalog__item img {
     height: 186px;
    max-width: 186px;
 }
}

@media only screen and (max-width: 991px) {
  .catalog__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3%;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 33.3%;
  }
.click__block a{
  padding: 14px 5px;
  font-size: 17px;
}

}

@media only screen and (max-width: 767px) {
  .catalog__row {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .catalog__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
    .land-product img,
    .catalog__item img {
         height: 230px;
        max-width: 230px;
     }
     .click__block a{
  padding: 6px 5px;
  font-size: 16px;
}
}

@media only screen and (max-width: 480px) {
  .catalog__row {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .catalog__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 250px;
  }

  .catalog__item-btn {
    width: 90%;
  }
}

@media only screen and (max-width: 375px) {
  .catalog__row {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

/* -------------------------------------
	card
	------------------------------------- */
.btn--transp {
  width: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  background-color: transparent;
  color: #292929;
}

.btn--transp:hover {
  background-color: rgba(41, 41, 41, 0.05);
}

.f-row {
  margin: 0 -15px;
}

.cols {
  padding: 0 15px;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33333%;
}

.col-1-4 {
  width: 25%;
}

.c-form {
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 30px;
  padding: 40px 15px;
  border: 1px solid rgba(41, 41, 41, 0.2);
}

.c-form__section:not(:last-child) {
  margin-bottom: 55px;
}

.c-form__title {
  margin-bottom: 1.6em;
  font-size: 20px;
  font-weight: bold;
}

.c-form-tab {
  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;
  width: 100%;
  height: 50px;
}

.c-form-tab--active {
  background: #292929 !important;
  color: #fff !important;
}

.c-form-submit {
  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;
  max-width: 360px;
  height: 55px;
  margin: 0 auto;
  text-transform: uppercase;
}

.c-input {
  display: none;
}

.c-select {
  position: relative;
  font-size: 16px;
}

.c-select__trigger {
  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;
  position: relative;
  padding: .3em 1.5em .3em .65em;
  color: rgba(41, 41, 41, 0.5);
  border: 1px solid #292929;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.c-select__trigger:focus, .c-select__trigger:active {
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1), inset 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1), inset 0 0 5px rgba(0, 0, 0, 0.15);
}

.c-select__trigger::after {
  position: absolute;
  display: block;
  content: '';
  top: 1.4em;
  right: .8em;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 6px solid #292929;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.c-select__options {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  background: #e5ecf3;
  border: 1px solid #292929;
  border-top: 0;
}

.c-select__option {
  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: .4em .65em;
  cursor: pointer;
}

.c-select__option:hover, .c-select__option.c-select__option--selected {
  background-color: rgba(41, 41, 41, 0.1);
  -webkit-transition: background-color .1s ease;
  -o-transition: background-color .1s ease;
  transition: background-color .1s ease;
}

.c-select__img {
  height: 100%;
  margin-right: .4em;
  -webkit-transform: translateX(-0.2em);
      -ms-transform: translateX(-0.2em);
          transform: translateX(-0.2em);
}

.c-select__img img {
  max-height: 100%;
}

.c-select__img img::-moz-selection {
  background: none;
}

.c-select__img img::selection {
  background: none;
}

.c-select-colors .c-select__options {
  padding: .4em .65em;
}

.c-select-colors .c-select__option {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
}

.c-select-colors .c-select__option:hover, .c-select-colors .c-select__option--selected {
  background: none;
}

.c-select-colors .c-select__option .c-select__img {
  margin-right: .2em;
}

.c-select--opened {
  z-index: 1;
}

.c-select--opened .c-select__trigger::after {
  border-top: none;
  border-bottom: 6px solid #292929;
}

.c-select--opened .c-select__options {
  display: block;
}

.c-radio {
  display: block;
  margin: 0;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.c-radio__img {
  display: block;
  height: 75px;
  margin-bottom: 15px;
}

.main-title {
    font-weight: 600;
}

.wrap1 {
        text-align: center;
    max-width: 500px;
    margin: 35px auto;
}

.c-radio__img img {
  margin: 0 auto;
}

.c-radio__txt {
  display: block;
  margin-bottom: 15px;
}

.c-radio__ic {
  display: inline-block;
  border-radius: 50% 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #292929;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.c-radio input:checked ~ .c-radio__ic {
  border-width: 5px;
}

.c-radio-box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-radio-box .c-radio {
  margin: 0 30px;
}

.btn-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 262px;
  margin: 75px auto 0;
  text-align: center;
}

.tab-content {
  margin-bottom: 55px;
}

.tab-content-2 {
  display: none;
}

@media only screen and (max-width: 991px) {
  .col-lg-1-2 {
    width: 50%;
  }
  .mbottom-lg {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mbottom-md {
    margin-bottom: 30px;
  }
  .col-md-1 {
    width: 100%;
  }
  .c-form__title {
    margin-bottom: .7em;
  }
}

@media only screen and (max-width: 575px) {
  .c-form {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .tac-sm {
    text-align: center;
  }
  .col-sm-1-2 {
    width: 50%;
  }
  .col-sm-1 {
    width: 100%;
  }
  .mbottom-sm {
    margin-bottom: 30px;
  }
  .c-radio__img {
    height: auto;
  }
}

/* -------------------------------------
	card
	------------------------------------- */
.card__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card__item {
  margin-bottom: 30px;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.5%;
      -ms-flex: 0 0 31.5%;
          flex: 0 0 31.5%;
  max-width: 31.5%;
}

.card__item-img {
  width: 100%;
  height: 100%;
}

.card__item-img-1 {
  max-height: 570px;
}

.card__item-img-2 {
  max-height: 332px;
}

.card__item-img-4 {
  max-height: 205px;
  margin-top: 30px;
}

.card__item-img-5 {
  max-height: 602px;
}

.card__item-img-6 {
  max-height: 370px;
  margin-bottom: 30px;
}

.card__item-img-7 {
  max-height: 202px;
}

.card__item img {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__item-headline {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "RobotoBold";
  margin-bottom: 10px;
}

.card__item-style {
  font-size: 18px;
}

.card__item-info {
  text-align: center;
  border: 1px solid rgba(41, 41, 41, 0.2);
  padding: 10px 10px;
  height: 208px;
      margin-top: 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -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;
}

.card__item-1 {
  -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;
  width: auto;
}

.card__item-1 img {
  width: auto;
}

.card__item-2 {
  display: block;
}

.card__item-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66%;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  max-width: 66%;
  display: block;
}

.card__btn {
  max-width: 262px;
  margin: 30px auto 0;
}

.card__btn-back {
      margin: 35px auto 0;
    background: none;
    color: #292929;
    border: 0px;
}

@media only screen and (max-width: 1199px) {
  .card__item-img-1 {
    max-height: 540px;
  }
  .card__item-img-2 {
    max-height: 300px;
  }
  .card__item-img-4 {
    max-height: 205px;
    margin-top: 30px;
  }
  .card__item-img-5 {
    max-height: 498px;
  }
  .card__item-img-6 {
    max-height: 290px;
    margin-bottom: 30px;
  }
  .card__item-img-7 {
    max-height: 170px;
  }
}

@media only screen and (max-width: 991px) {
  .card__item {
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    display: block;
  }
  .card__item-info {
    display: block;
    padding: 30px 10px 10px 10px;
  }
  .card__item-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .card__item-img-1 {
    max-height: 540px;
  }
  .card__item-img-2 {
    max-height: 300px;
  }
  .card__item-img-4 {
    max-height: 205px;
    margin-top: 30px;
  }
  .card__item-img-5 {
    max-height: 530px;
  }
  .card__item-img-6 {
    max-height: 290px;
    margin-bottom: 30px;
  }
  .card__item-img-7 {
    max-height: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .card__item-img-1 {
    max-height: 450px;
  }
  .card__item-img-2 {
    max-height: 210px;
  }
  .card__item-img-4 {
    max-height: 165px;
    margin-top: 30px;
  }
  .card__item-img-5 {
    max-height: 410px;
  }
  .card__item-img-6 {
    max-height: 250px;
    margin-bottom: 30px;
  }
  .card__item-img-7 {
    max-height: 160px;
  }
}

@media only screen and (max-width: 575px) {
  .card__row {
    display: block;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .card__item {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .card__item-img-1 {
    max-height: 450px;
  }
  .card__item-img-1 img {
    max-height: 450px;
  }
  .card__item-img-2 {
    max-height: 210px;
  }
  .card__item-img-2 img {
    max-height: 210px;
  }
  .card__item-img-4 {
    max-height: 165px;
    margin-top: 20px;
    max-height: 165px;
  }
  .card__item-img-5 {
    max-height: 410px;
  }
  .card__item-img-5 img {
    max-height: 410px;
  }
  .card__item-img-6 {
    max-height: 250px;
    margin-bottom: 30px;
  }
  .card__item-img-6 img {
    max-height: 250px;
  }
  .card__item-img-7 {
    max-height: 160px;
  }
  .card__item-img-7 img {
    max-height: 160px;
  }
}

/* -------------------------------------
	footer
	------------------------------------- */
.home .footer {
  background: #292929;
  -webkit-filter: invert(0);
          filter: invert(0);
}

.footer {
  padding: 100px 0 0;
  -webkit-filter: invert(0.8);
          filter: invert(0.8);
}

.footer__bottom {
  border-top: 1px solid #fbfcfc;
  font-family: "FuturaNewBook";
  color: #fbfcfc;
  text-align: center;
  padding: 23px 0;
}

.footer__bottom a {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.footer__bottom a:hover {
  text-decoration: underline;
}

.footer__row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__logo {
    max-width: 93px;
    margin: 0 auto 30px;
    display: block;
}

.footer__social {
    float: right;
    top: -10px;
    width: 40px;
    position: relative;
    margin: 10px 0px 15px 0px;
}

.footer__social-item {
  width: 44px;
  height: 44px;
}

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

.social-icon {
  width: 42px;
  height: 42px;
  color: #E5ECF3;
  border: 2px solid #E5ECF3;
  border-radius: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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;
  line-height: 1;
  font-size: 24px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.social-icon:hover {
  background: rgba(229, 236, 243, 0.3);
}

@media only screen and (max-width: 575px) {
  .footer {
    padding: 50px 0 0;
  }
  .footer__logo {
    max-width: 80px;
  }
}

@media only screen and (max-width: 480px) {
  .footer {
    padding: 40px 0 0;
  }
  .footer__logo {
    max-width: 66px;
    margin: 0 auto 15px;
  }
  .footer__bottom {
    padding: 18px 0;
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .footer__bottom {
    font-size: 14px;
  }
}

/* -------------------------------------
	popups
	------------------------------------- */
.cd-popup {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: .25em .25em .4em .4em;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
}

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 13px;
  width: 18px;
  height: 4px;
  background-color: #000;
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 6px;
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 6px;
}

.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: #000;
  white-space: nowrap;
}

.popupContainerWrap {
  background: #27345E;
  color: #fff;
  padding: 20px;
}

.popupContainerWrap h2 {
  text-align: center;
  margin: 20px auto;
}

.popupContainerWrap p {
  margin-bottom: 15px;
}

/* popup end */



/*CONTACTS PAGE BEGIN*/
.contacts__col{
  text-align: center;
  flex: 0 0 48%;
  max-width: 48%;
}
.contacts__col p{
  margin-bottom: 10px;
}


@media only screen and (max-width: 575px) {
.contacts__col{
  text-align: center;
  flex: 0 0 100%;
  max-width: 100%;
}
}

/*CONTACTS PAGE END*/



.catalog__item-btn-plus{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 30px;
  transition: all 0.25s;
}
.catalog__item-btn-plus:hover{
  background: #BAC1C8;
}




.still-door .land-product__item-img{
	height: 400px;
}
.still-door .land-product__item-img img{
	height: 100%;
	object-fit: contain;
}

@media only screen and (max-width: 575px) {
	.still-door .land-product__item-img{
		height: 360px;
	}
}

@media only screen and (max-width: 375px) {
	.still-door .land-product__item-img{
		height: 320px;
	}
}