

/* Start:/local/templates/razmer/libs/fancybox/jquery.fancybox.css?155895865616861*/
@charset "UTF-8";
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

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

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

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

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

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

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

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

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

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

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

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

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

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

.fancybox-slide--image {
  overflow: visible; }

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

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

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

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

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  /* overflow: auto; */
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

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

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

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

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

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

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

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

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

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

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

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 21px;
    height: 21px;
    padding: 0;
    outline: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    z-index: 10;
    cursor: pointer;
    background-image: url(/local/templates/razmer/libs/fancybox/cross-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    /*background-size: cover;*/
}



.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

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

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

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

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  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); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* transitionEffect: tube */
.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); }

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

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

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

p.fancybox-share__links {
  margin-right: -10px; }

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

.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 {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

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

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

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

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

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

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

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

.fancybox-thumbs-x > ul {
  overflow: hidden; }

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

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

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

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
/* End */


/* Start:/local/templates/razmer/libs/swiper/swiper.css?155895865622265*/
/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  /*width: 27px;
  height: 44px;*/
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  /*background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;*/
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* End */


/* Start:/local/templates/razmer/css/normalize.css?15589586567719*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/razmer/css/fonts.css?15589586561238*/
@font-face {
    font-family: 'GothamPro';
    src: url('/local/templates/razmer/css/../fonts/GothamPro-Light/GothamPro-Light.woff2') format('woff2'),
        url('/local/templates/razmer/css/../fonts/GothamPro-Light/GothamPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: url('/local/templates/razmer/css/../fonts/GothamPro-Regular/GothamPro.woff2') format('woff2'),
        url('/local/templates/razmer/css/../fonts/GothamPro-Regular/GothamPro.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: url('/local/templates/razmer/css/../fonts/GothamPro-Medium/GothamPro-Medium.woff2') format('woff2'),
        url('/local/templates/razmer/css/../fonts/GothamPro-Medium/GothamPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'GothamPro';
    src: url('/local/templates/razmer/css/../fonts/GothamPro-Bold/GothamPro-Bold.woff2') format('woff2'),
        url('/local/templates/razmer/css/../fonts/GothamPro-Bold/GothamPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'GothamPro';
    src: url('/local/templates/razmer/css/../fonts/GothamPro-Black/GothamPro-Black.woff2') format('woff2'),
        url('/local/templates/razmer/css/../fonts/GothamPro-Black/GothamPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* End */


/* Start:/local/templates/razmer/css/main.css?171584831858088*/
.footermenublock { display:none; }
*::-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;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.2;
	font-family: 'GothamPro', sans-serif;
	overflow-x: hidden;
	margin: 0;
}
p{
	margin: 0;
}
a{
	text-decoration: none;
	color: inherit;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
ul li,
ol li{
	list-style: none;
}
ul, ol{
	margin: 0;
	padding-left: 0;
}
button{
	font: inherit;
	outline: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-weight: normal;
}
.hidden {
	display: none;
}
.container {
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
	width: 100%;
	max-width: 1440px;
}
.big_container {
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
	width: 100%;
	max-width: 1440px;
}
.wrapper{
	overflow: hidden;
}
body.tablet_scroll {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
h2.all_text, .h1_ts {
    font-size: 60px;
    line-height: 60px;
    color: #151515;
    font-weight: 900;
    margin-bottom: 60px;
}
h2.all_text span {
	color: #b5955a;
}
/*header_block*/
.header {
    position: absolute;
    width: 100%;
    top: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: transparent;
    transition: all 0.33s;
    z-index: 5;
    transition: all 0.33s ease-in-out;
}
.header .img_logo {
	width: 0px;
	height: 73px;
	background-image: url(/local/templates/razmer/img/logo.sv);
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.33s;
}

@media screen and (max-width : 1170px) { 
.header .img_logo {
	width: 100px;
	height: 73px;
	background-image: url(/local/templates/razmer/img/logo_bk.svg);
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.33s;
	}
}
.header.sticky .img_logo {
	width: 262px;
	height: 80px;
	background-image: url(/local/templates/razmer/img/logo_bk.svg);
}
.header.sticky .main_nav {
    margin: 0 90px;
}
.header.sticky {
    position: fixed;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 90;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 7px -5px rgba(21,21,21,1);
    -moz-box-shadow: 0px 5px 7px -5px rgba(21,21,21,1);
    box-shadow: 0px 5px 7px -5px rgba(21, 21, 21, 0.16);
}
.header.sticky .main_nav ul li a {
	font-size: 15px;
	color: #282828;
}
.header.sticky .main_nav ul li a.active,
.header.sticky .main_nav ul li a:hover {
	color: #b5955a;
}
.header.sticky .languages_block,
.header.sticky .header_phone_block {
	display: none;
}
.header.sticky .header_bl {
	justify-content: flex-start;
}
.header_bl {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 0px;
}
.logo {
    margin-right: 15px;
}
.main_nav ul {
	display: flex;
}
.main_nav ul li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
}
.main_nav ul li a {
    position: relative;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    transition: all 0.33s;
}
.main_nav ul li a:hover {
	color: #b5955a;
}
.main_nav ul li a.active {
	color: #b5955a;
}
.languages_block ul {
	max-width: 100px;
	width: 100%;
	display: flex;
}
.languages_block ul li a {
	display: inline-block;
	width: 48px;
	height: 30px;
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	transition: all 0.33s;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
}
.languages_block ul li a.active {
	color: #282828;
	background-color: #fff;
	border: 1px solid transparent;
}
a.header_number {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	border-bottom: 1px solid #808080;
	transition: all 0.33s;
}
a.header_number:hover {
	color: #b5955a;
	border-bottom: 1px solid #b5955a;
}
.toogle_menu_block {
    position: absolute;
    right: 0;
    top: 22px;
    z-index: 91;
}
.menuToggle {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    z-index: 99999;
    margin-bottom: 0;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    display: block;
    cursor: pointer;
}
.menuToggle span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #b5955a;
    font-size: 0;
    -webkit-transition: background-color 0.55s;
    -o-transition: background-color 0.55s;
    transition: background-color 0.55s;
}
.menuToggle span::before, .menuToggle span::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b5955a;
    content: "";
    -webkit-transition: -webkit-transform 0.55s;
    transition: -webkit-transform 0.55s;
    -o-transition: transform 0.55s;
    transition: transform 0.55s;
    transition: transform 0.55s, -webkit-transform 0.55s;
}
.menuToggle span::before {
    -webkit-transform: translateY(-375%);
    -ms-transform: translateY(-375%);
    transform: translateY(-375%);
}
.menuToggle span::after {
    -webkit-transform: translateY(375%);
    -ms-transform: translateY(375%);
    transform: translateY(375%);
}
.menuToggle.active span {
    background-color: transparent;
}
.menuToggle.active span::before {
    -webkit-transform: translateY(0) rotate(135deg);
    -ms-transform: translateY(0) rotate(135deg);
    transform: translateY(0) rotate(135deg);
    background-color: #fff;
}
.menuToggle.active span::after {
	-webkit-transform: translateY(0) rotate(225deg);
	-ms-transform: translateY(0) rotate(225deg);
	transform: translateY(0) rotate(225deg);
	background-color: #fff;
}
.main_nav_toggle {
    margin: 0;
    position: fixed;
    max-width: 50%;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0px;
    z-index: 9999;
    transform: translate( 100%, 0);
    color: #fff;
    background: #000;
    padding: 60px 160px;
    transition: transform 0.6s ease-in-out;
}
.main_nav_toggle.active {
	transform: translate( 0%, 0%);
    overflow-y: auto;
}
.main_nav_toggle_block {
	max-width: 480px;
	width: 100%;
}
.form_search {
    position: relative;
    margin-bottom: 45px;
}
.form_search input {
    width: 100%;
    outline: none;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    background: transparent;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}
.form_search button {
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: url(/local/templates/razmer/img/search_btn.png)no-repeat;
}
.list_menu_toggle li a {
	font-size: 24px;
	line-height: 48px;
	font-weight: 400;
	color: #FFF;
	border-bottom: 1px solid #fff;
	transition: all 0.33s;
}
.list_menu_toggle li a:hover {
	color: #b5955a;
	border-bottom: 1px solid #b5955a;
}
.list_menu_toggle li a.active {
	color: #b5955a;
	border-bottom: 1px solid #b5955a;
	margin: 0 0 0 255px;
}
.toggle_contacs_bl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
ul.list_menu_toggle {
    margin-bottom: 90px;
}
.item_toggle_contacs {
    width: 47%;
    margin-bottom: 35px;
}
.item_toggle_contacs .mail,
.item_toggle_contacs .number {
	font-size: 18px;
	line-height: 48px;
	color: #fff;
	font-weight: 700;
	border-bottom: 2px solid #fff;
	text-align: center;
	transition: all 0.33s;
}
.item_toggle_contacs .mail:hover,
.item_toggle_contacs .number:hover {
	color: #b5955a;
	border-bottom: 2px solid #b5955a;
}
.item_toggle_contacs .btn {
    width: 100%;
    padding: 6px 40px 6px 25px;
}
/*header_block*/

/*header_main_video_block*/
.header_main_video {
    position: relative;
    height: 100vh;
    min-height: 1050px;
    padding-top: 235px;
}
.header_main_video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1050px;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    z-index: 1;
    /*background: url(/local/templates/razmer/img/header_main_video_back.png)no-repeat;*/
    opacity: 0.3;
    background: #000000;
}
#video-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	min-height: 100vh;
	background: url(/local/templates/razmer/video/video_poster.jpg) no-repeat center #151515;
	background-size: cover;
}
#video-bg > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#video-bg > video {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100vh;
	max-width: 100%;
}
.glav_text_header_main_video_block {
    position: relative;
    max-width: 1085px;
    width: 100%;
    z-index: 2;
}
.glav_text_header_main_video_block h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 40px;
}
.glav_text_header_main_video_block h1 span {
	color: #b5955a;
}
.glav_text_header_main_video_block p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #d4cfc7;
    margin-bottom: 70px;
}
.glav_text_header_main_video_block img {
	margin-bottom: 50px;
	width: 500px;
}
.btn {
    width: 220px;
    position: relative;
    display: inline-block;
    padding: 10px 40px 10px 25px;
    border-bottom: 2px solid #b5955a;
    background-color: transparent;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    transition: all 0.33s;
}
.btn.btn_bk {
	color: #151515;
}
.btn.btn_bk::before {
	background: url(/local/templates/razmer/img/arrow_bk_knob.png)no-repeat;
}
.btn::before {
	content: "";
	position: absolute;
	right: 15px;
	top: 41%;
	width: 22px;
	height: 13px;
	background: url(/local/templates/razmer/img/arrow_knob.png)no-repeat;
}
.btn:hover {
	border-bottom: 2px solid transparent;
	background-color: #b5955a;
}
/*header_main_video_block*/

/*solution_catalog_block*/
.solution_catalog {
    padding-top: 145px;
    padding-bottom: 100px;
    background: url(/local/templates/razmer/img/solution_catalog_back.jpg)no-repeat center/cover;
}
.solution_catalog_bl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 715px;
}
.item_solution_catalog {
	width: 49%;
}
.item_solution_catalog_content_bl {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.item_solution_catalog_content {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
ul.list_tabs_solution_catalog {
    max-width: 555px;
    width: 100%;
    margin-bottom: 60px;
}
.list_tabs_solution_catalog li {
	position: relative;
	padding-left: 25px;
}
.list_tabs_solution_catalog li a {
	position: relative;
	font-size: 21px;
	line-height: 60px;
	color: #151515;
	font-weight: 500;
	border-bottom: 1px solid #151515;
	transition: all 0.33s;
}
.list_tabs_solution_catalog li a.active::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 5px;
    width: 8px;
    height: 16px;
    background: url(/local/templates/razmer/img/arrow_tabs_icon.png)no-repeat;
}
.list_tabs_solution_catalog li a.active {
	color: #b5955a;
	border-bottom: 1px solid #b5955a;
}
.solution_catalog_content {
	display: none;
}
.icon_solution_catalog_content {
	position: relative;
	overflow: hidden;
	width: 332px;
	height: 208px;
	background-size: cover;
	background-position: center;
}
.item_solution_catalog_content_text {
    position: absolute;
    padding: 0px 10px 26px 10px;
    width: 100%;
    left: 50%;
    bottom: 0;
    text-align: center;
    transform: translate(-50%, 0%);
    z-index: 3;
    min-height: 114px;
}
.item_solution_catalog_content_text .icon {
	margin-bottom: 10px;
	min-height: 61px;
}
.item_solution_catalog_content_text b {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #fefefe;
}
.item_solution_catalog_content a .icon_solution_catalog_content::before {
	content: "";
	width: 0;
	height: 0;
	padding: 25%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all .45s;
}
.item_solution_catalog_content a:hover .icon_solution_catalog_content::before {
	transform: translate(-50%, -50%) scale(4);
	background: rgba(183,151,91, 0.7);
}
.block_toggle_solution_catalog {
	display: none;
}
.solution_catalog_block_mobile .item_solution_catalog, .solution_catalog_block_mobile ul.list_tabs_solution_catalog {
    width: 100%;
    max-width: 100%;
}
.solution_catalog_block_mobile {
	display: none;
}
/*solution_catalog_block*/

/*services_block*/
.services {
    padding-top: 142px;
    padding-bottom: 145px;
    background-color: #fff;
}
.services_bl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item_services {
	width: 49%;
}
.item_services h2.all_text {
    margin-bottom: 95px;
}
ul.list_tabs_services {
	max-width: 555px;
	width: 100%;
	margin-bottom: 70px;
}
.list_tabs_services li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 30px;
}
.list_tabs_services li a.active {
	color: #b5955a;
	border-bottom: 1px solid #b5955a;
}
.list_tabs_services li a {
	position: relative;
	font-size: 21px;
	line-height: 30px;
	color: #151515;
	font-weight: 500;
	border-bottom: 1px solid #151515;
	transition: all 0.33s;
}
.list_tabs_services li a.active::before {
	content: "";
	position: absolute;
	left: -18px;
	top: 5px;
	width: 8px;
	height: 16px;
	background: url(/local/templates/razmer/img/arrow_tabs_icon.png)no-repeat;
}
.services_content {
	display: none;
}
.icon_ser {
    width: 100%;
    height: 172px;
    background-position: center;
    background-size: cover;
    margin-bottom: 77px;
}
.services_content b {
	display: block;
	font-size: 30px;
	line-height: 48px;
	font-weight: 900;
	color: #151515;
	margin-bottom: 25px;
}
.services_content p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #151515;
    margin-bottom: 60px;
}
.services_block_mobile {
	display: none;
}
.services_block_mobile ul.list_tabs_services {
	width: 100%;
	max-width: 100%;
}
.block_toggle_services {
	display: none;
}
/*services_block*/

/*geography_block*/
.geography {
	padding-top: 145px;
	padding-bottom: 145px;
	background: url(/local/templates/razmer/img/geography_back.jpg)no-repeat center left;
}
.geography_block .item_line {
	background-color: #fff;
}
.geography_bl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_geography {
	width: 49%;
}
.item_geography h2.all_text {
    color: #fff;
    margin-bottom: 154px;
}
.geography_numbers_bl {
	display: flex;
	margin-bottom: 315px;
}
.item_geography_numbers {
	width: 49%;
}
.flag_block {
    position: relative;
    max-width: 235px;
    width: 100%;
    height: 167px;
    margin-left: auto;
    margin-right: 200px;
}
.item_flag {
	position: absolute;
	width: 24px;
	height: 35px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/razmer/img/flag_icon.png);
	background-position: center;
	margin-top: 10px;
	transition: all 0.45s linear;
}
.item_flag:hover{
	background-image: url(/local/templates/razmer/img/flag_hover_icon.png);
}
.item_flag_hidden_block.active .flag_text_hidden_block,
.item_flag_hidden_block.active .flag_text_hidden_block::before {
	opacity: 1;
}
.item_flag_hidden_block {
	width: 250px;
    position: absolute;
    left: 30px;
    top: 0;
    display: none;
    background: rgba(38, 38, 38, 0.8);
    z-index: 100;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #b5955a;
}
.flag_text_hidden_block {
	position: relative;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #fefefe;
	/*padding-bottom: 80px;*/
	opacity: 0;
	transition: all 0.45s linear;
}
/*.flag_text_hidden_block::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 75px;
    background: #b5955a;
    opacity: 0;
    transition: all 0.45s linear;
}*/
@media only screen and (max-width : 1920px) {
    .item_flag.item_flag1 {
        left: -403px;
        bottom: -30px;
    }
    .item_flag.item_flag2 {
        left: -55px;
        bottom: -73px;
    }
    .item_flag.item_flag3 {
        left: -39px;
        bottom: -31px;
    }
    .item_flag.item_flag4 {
        top: 197px;
        left: -155px;
    }
    .item_flag.item_flag5 {
        left: -360px;
        bottom: -60px;
    }
    .item_flag.item_flag6 {
        left: -190px;
        bottom: -50px;
    }
    .item_flag.item_flag7 {
        left: -228px;
        bottom: -24px;
    }
    .item_flag.item_flag8 {
        left: -375px;
        top: 104px;
    }
    .item_flag.item_flag9 {
        left: -59px;
        bottom: -84px;
    }
    .item_flag.item_flag10 {
        right: 203px;
        bottom: -44px;
    }
    .item_flag.item_flag11 {
        right: 4px;
        bottom: 65px;
    }
    .item_flag.item_flag12 {
        right: 0;
        top: 9px;
    }
}
@media only screen and (max-width : 1600px) {
    .item_flag.item_flag1 {
        left: -251px;
        bottom: -30px;
    }
    .item_flag.item_flag2 {
        left: 95px;
        bottom: -73px;
    }
    .item_flag.item_flag3 {
        left: 111px;
        bottom: -31px;
    }
    .item_flag.item_flag4 {
        top: 197px;
        left: -5px;
    }
    .item_flag.item_flag5 {
        left: -210px;
        bottom: -60px;
    }
    .item_flag.item_flag6 {
        left: -40px;
        bottom: -50px;
    }
    .item_flag.item_flag7 {
        left: -78px;
        bottom: -24px;
    }
    .item_flag.item_flag8 {
        left: -225px;
        top: 104px;
    }
    .item_flag.item_flag9 {
        left: -50px;
        bottom: -80px;
    }
    .item_flag.item_flag10 {
        right: 53px;
        bottom: -44px;
    }
    .item_flag.item_flag11 {
        right: 4px;
        bottom: 65px;
    }
    .item_flag.item_flag12 {
        right: 0;
        top: 9px;
    }
}
@media only screen and (max-width : 1400px) {
    .item_flag.item_flag1 {
    	left: -151px;
    	bottom: -30px;
    }
    .item_flag.item_flag2 {
        left: 195px;
        bottom: -73px;
    }
    .item_flag.item_flag3 {
        left: 215px;
        bottom: -31px;
    }
    .item_flag.item_flag4 {
    	top: 197px;
    	left: 89px;
    }
    .item_flag.item_flag5 {
        left: -107px;
        bottom: -60px;
    }
    .item_flag.item_flag6 {
        left: 54px;
        bottom: -50px;
    }
    .item_flag.item_flag7 {
        left: 25px;
        bottom: -24px;
    }
    .item_flag.item_flag8 {
        left: -125px;
        top: 104px;
    }
    .item_flag.item_flag9 {
        left: -11px;
        bottom: -10px;
    }
    .item_flag.item_flag10 {
        right: -51px;
        bottom: -44px;
    }
    .item_flag.item_flag11 {
        right: 4px;
        bottom: 65px;
    }
    .item_flag.item_flag12 {
        right: 0;
        top: 9px;
    }
}
@media only screen and (max-width : 1366px) {
    .item_flag.item_flag1 {
        left: -104px;
        bottom: -30px;
    }
    .item_flag.item_flag2 {
        left: 215px;
        bottom: -73px;
    }
    .item_flag.item_flag3 {
        left: 235px;
        bottom: -31px;
    }
    .item_flag.item_flag4 {
        top: 197px;
        left: 109px;
    }
    .item_flag.item_flag5 {
        left: -89px;
        bottom: -60px;
    }
    .item_flag.item_flag6 {
        left: 74px;
        bottom: -50px;
    }
    .item_flag.item_flag7 {
        left: 45px;
        bottom: -24px;
    }
    .item_flag.item_flag8 {
        left: -110px;
        top: 104px;
    }
    .item_flag.item_flag9 {
        left: -60px;
        bottom: -49px;
    }
    .item_flag.item_flag10 {
        right: -71px;
        bottom: -44px;
    }
    .item_flag.item_flag11 {
        right: 4px;
        bottom: 65px;
    }
    .item_flag.item_flag12 {
        right: 0;
        top: 9px;
    }
}
@media only screen and (max-width : 1365px) {
    .flag_block {
        display: none;
    }
    .item_geography {
        width: 100%;
    }
    .geography_numbers_bl {
        margin-bottom: 45px;
    }
    .item_geography h2.all_text {
        margin-bottom: 45px;   
    }
}

.item_geography_numbers b {
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    color: #b5955a;
    margin-bottom: 31px;
}
.item_geography_numbers span {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #fefefe;
}
.geography_interest {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item_geography_interest {
    width: 49%;
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}
.item_geography_interest b {
	max-width: 110px;
	width: 100%;
	display: block;
	font-size: 48px;
	line-height: 60px;
	font-weight: 700;
	color: #b5955a;
}
.item_geography_interest span {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #fefefe;
}
/*geography_block*/

/*company_block*/
.company {
    padding-top: 143px;
    padding-bottom: 70px;
    background-color: #fff;
}
.company_bl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_company {
	width: 49%;
}
.item_company_text_block {
	max-width: 600px;
	width: 100%;
	color: #151515;
}
.item_company_text_block p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 33px;
}
.item_company_text_block b {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 35px;
}
.projects_slider {
	padding-bottom: 70px;
}
.item_projects_slide a {
	display: block;
	overflow: hidden;
	max-width: 330px;
	width: 100%;
}
.item_projects_slide a .icon {
	position: relative;
    overflow: hidden;
}
.item_projects_slide a .icon_knob {
    opacity: 1;
    position: static;
    margin-bottom: 45px;
    transform: none;
}
.item_projects_slide a .icon .icon_projects_slide {
    width: 330px;
    height: 376px;
    background-size: cover;
    background-position: center;
}
.item_projects_slide_text_block {
    width: 100%;
    padding: 35px 35px 30px 35px;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    z-index: 2;
    transform: translate(-50%, 0);
}
.item_projects_slide_text_block b {
    display: block;
}
.item_projects_slide_text_block b span {
	font-size: 21px;
	line-height: 30px;
	font-weight: 700;
	color: #fefefe;
	border-bottom: 1px solid #fefefe;
}
.item_projects_slide_text_block ul {
    position: absolute;
    left: 35px;
    bottom: 15px;
}
.item_projects_slide_text_block ul li {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #ded9cf;
}
.item_projects_slide_text_block ul li span {
	color: #fefefe;
}
.item_projects_slide a .icon::before {
	content: "";
	width: 0;
	height: 0;
	padding: 25%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all .45s;
}
.item_projects_slide a:hover .icon::before {
	transform: translate(-50%, -50%) scale(4);
	background: rgba(183,151,91, 0.7);
}
.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -22px;
	z-index: 10;
	border: 1px solid #e8e8e8;
	background-color: transparent;
	cursor: pointer;
	background-size: 22px 13px;
	background-position: center;
	background-repeat: no-repeat;
	transition:  all 0.33s;
}
.swiper-button-prev {
	background-image: url(/local/templates/razmer/img/arrow_slider_prev.png);
}
.swiper-button-next {
	background-image: url(/local/templates/razmer/img/arrow_slider_next.png);
}
.swiper-button-next:hover {
	background-image: url(/local/templates/razmer/img/arrow_slider_next_hover.png);
}
.swiper-button-prev:hover {
	background-image: url(/local/templates/razmer/img/arrow_slider_prev_hover.png);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	border: 1px solid transparent;
	background-color: #b5955a;
}
/*company_block*/

/*press_center_block*/
.press_center {
    padding-top: 145px;
    padding-bottom: 117px;
    background: url(/local/templates/razmer/img/press_center_back.jpg)no-repeat center/cover;
}
.headline_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 89px;
}
.item_line {
	width: 49%;
	background-color: #151515;
}
.line_left {
	height: 1px;
}
.line_right {
	height: 3px;
}
.press_center_slider {
    padding-bottom: 80px;
}
.swiper_navigation {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 112px;
}
.swiper_knob {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 150px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.swiper_navigation_block {
	width: 49%;
	height: 65px;
}
.dop_knob_slider_block {
    width: 49%;
    text-align: right;
}
.swiper_knob .swiper-button-prev,
.swiper_knob .swiper-button-next {
	position: static;
}
.item_press_center_slider a {
    position: relative;
    display: block;
    max-width: 330px;
    width: 100%;
}
.item_press_center_slider_text span {
	display: block;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	color: #7a7a7a;
	margin-bottom: 9px;
}
.item_press_center_slider_text b {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #151515;
	border-bottom: 1px solid #151515;
	transition: all .4s;
}
.item_press_center_slider_text p {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #3d3d3d;
	margin-top: 30px;
}
.item_press_center_slider a .icon {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.33s;
}
.item_press_center_slider a .icon .icon_img {
	width: 330px;
	height: 170px;
	background-size: cover;
	background-position: center;
}
.item_press_center_slider.partners a .icon .icon_img {
    width: 300px;
}
.item_press_center_slider a .icon::before {
	content: "";
	width: 0;
	height: 0;
	padding: 25%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all .45s;
}
.item_press_center_slider a:hover .icon::before {
	transform: translate(-50%, -50%) scale(4);
	background: rgba(183,151,91, 0.7);
}
.icon_knob {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-image: url(/local/templates/razmer/img/arrow_knob.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 3;
	opacity: 0;
	transition: all 0.33s;
}
.item_press_center_slider a:hover .icon_knob {
	opacity: 1;
}
.item_press_center_slider a:hover .item_press_center_slider_text b {
	color: #b7975b;
	border-bottom: 1px solid #b7975b;
}
/*press_center_block*/

/*dop_questions_block*/
.dop_questions {
    padding-top: 105px;
    padding-bottom: 94px;
    background-color: #948363;
}
.dop_questions h2.all_text {
    color: #fff;
    margin-bottom: 31px;
}
.dop_questions_block p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 65px;
}
.form_block ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.form_block ul li {
	width: 49%;
}
.form input {
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    outline: none;
    padding-bottom: 27px;
    transition: all 0.33s;
}
.form button.btn {
    width: 250px;
    height: 65px;
    background: #202020;
    outline: none;
    border-bottom: none;
}
button.btn::before {
    right: 30px;
}
.form button.btn:hover {
	background: #b5955a;
}
.form input:focus {
	border-bottom: 1px solid #000;
}
::placeholder {
	color: #fff;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #fff;
}

::-ms-input-placeholder {
	color: #fff;
}
.check {
    width: 100%;
    margin-bottom: 43px;
}
.check label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: auto;
}
.checkbox {
	display: none;
}
.checkbox-custom {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    position: relative;
    margin-top: 1px;
}
.checkbox-custom, .radio-custom, .label {
	display: inline-block;
}
.free_consultation_block .checkbox-custom {
	border: 1px solid #ef7a54;
}
.checkbox:checked + .checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 5px;
    background: url(/local/templates/razmer/img/check_icon.png)no-repeat;
    border-radius: 50%;
}
.label {
    width: 89%;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-left: 12px;
    text-align: left;
}
/*dop_questions_block*/

/*footer_block*/
.footer {
    padding-top: 87px;
    padding-bottom: 112px;
    background-color: #202020;
}
.footer_bl {
	display: flex;
	flex-wrap: wrap;
}
.item_footer {
    max-width: 295px;
    width: 100%;
    margin-right: 63px;
}
.item_footer .logo {
	margin-bottom: 27px;
}
.polit p {
	font-size: 14px;
	line-height: 36px;
	font-weight: 400;
	color: #fff;
}
.polit {
    margin-bottom: 11px;
}
.polit a {
	font-size: 14px;
	line-height: 36px;
	font-weight: 400;
	color: #6a6868;
	border-bottom: 1px solid #6a6868;
	transition: all 0.33s;
}
.polit a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.footer_contacts ul li {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #747474;
}
.footer_contacts ul li a {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	transition: all 0.33s;
}
.footer_contacts ul li a:hover {
	color: #b5955a;
	border-bottom: 1px solid #b5955a;
}
.footer_contacts {
    margin-bottom: 28px;
}
.dev_site .docs {
	margin-bottom: 10px;
}
.dev_site .icon {
	margin-bottom: 10px;
}
.dev_site p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
}
.item_footer_list {
    max-width: 285px;
    width: 100%;
    margin-top: 18px;
}
.item_footer_list b {
    display: block;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #fefefe;
    margin-bottom: 38px;
}
.item_footer_list ul li {
    margin-bottom: 12px;
}
.item_footer_list ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    transition: all 0.33s;
}
.item_footer_list ul li a:hover {
	color: #b5955a;
	border-bottom: 1px solid #b5955a;
}
.item_footer_list ul li a.active {
	color: #b5955a;
	border-bottom: 1px solid #b5955a;
}
.item_footer_list.item_footer_list1 {
    margin-right: 20px;
    margin-left: 60px;
}
.item_footer_list.item_footer_list2 {
    margin-right: 70px;
}
/*footer_block*/

/*our_experience_block*/
.header.header.header_two.sticky ul.list_breadcrumbs {
	display: none;
}
ul.list_breadcrumbs {
    /*max-width: 500px;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 47px;
}
ul.list_breadcrumbs li {
	padding-right: 3px;
}
ul.list_breadcrumbs li a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #151515;
	border-bottom: 1px solid transparent;
	transition: border-bottom .33s;
}
ul.list_breadcrumbs li span {
	color: #151515;
}
ul.list_breadcrumbs li a.active, ul.list_breadcrumbs li span.active {
	color: #949494;
}
ul.list_breadcrumbs li a:hover {
    border-bottom: 1px solid #151515;
}
ul.list_breadcrumbs li a.active:hover {
    border-bottom: 1px solid transparent;
}
header.header.header_two {
    top: 0;
}
header.header.header_two .languages_block {
    margin-right: 30px;
}
header.header.header_two .main_nav ul li a {
	color: #040404;
}
header.header.header_two .main_nav ul li a.active {
	color: #b5955a;
}
header.header.header_two .main_nav ul li a:hover {
	color: #b5955a;
}
header.header.header_two .header_phone_block {
	display: none;
}
header.header.header_two .img_logo {
	width: 262px;
	height: 80px;
	background-image: url(/local/templates/razmer/img/logo_bk.svg);
}
header.header.header_two .languages_block ul li a.active {
	color: #282828;
	background-color: #e8e8e8;
	border: 1px solid transparent;
}
header.header.header_two .languages_block ul li a {
	border: 1px solid #e8e8e8;
	color: #c6c6c6;
}
header.header.header_two .menuToggle span,
header.header.header_two .menuToggle span::before,
header.header.header_two .menuToggle span::after {
	background-color: #000;
}
header.header.header_two .menuToggle.active span::before,
header.header.header_two .menuToggle.active span::after {
	background-color: #fff;
}
header.header.header_two.sticky .header_bl {
	padding-right: 0px;
}
header.header.header_two .toogle_menu_block {
    top: 25px;
}
.header.header.header_two.sticky {
	position: fixed;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 90;
	top: 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 7px -5px rgba(21,21,21,1);
	-moz-box-shadow: 0px 5px 7px -5px rgba(21,21,21,1);
	box-shadow: 0px 5px 7px -5px rgba(21, 21, 21, 0.16);
}
.glav_content {
	padding-top: 198px;
	padding-bottom: 118px;
}
.our_experience {
    background-color: #fff;
}
.our_experience .headline_block {
    margin-bottom: 65px;
}
.our_experience_block h2.all_text {
    margin-bottom: 52px;
}
p.all_mini_text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #151515;
    margin-bottom: 80px;
}
.our_experience_bl {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.item_our_experience {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 80px;
}
.item_our_experience a {
	position: relative;
	display: block;
}
.item_our_experience a .icon {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.33s;
}
.item_our_experience a .icon::before {
	content: "";
	width: 0;
	height: 0;
	padding: 25%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all .45s;
}
.item_our_experience a .icon .icon_our_ex {
	width: 330px;
	height: 170px;
	background-size: cover;
	background-position: center;
}
.item_our_experience_text {
    width: 90%;
}
.item_our_experience_text span {
	display: block;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	color: #7a7a7a;
	margin-bottom: 9px;
}
.item_our_experience_text b {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #151515;
	border-bottom: 1px solid #151515;
	transition: all .4s;
}
.item_our_experience_text p {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #3d3d3d;
	margin-top: 20px;
}
.item_our_experience a:hover .icon::before {
	transform: translate(-50%, -50%) scale(4);
	background: rgba(183,151,91, 0.7);
}
.item_our_experience a:hover .icon_knob {
	opacity: 1;
}
.item_our_experience a:hover .item_our_experience_text b {
	color: #b7975b;
	border-bottom: 1px solid #b7975b;
}
.our_experience_block .knob {
	text-align: center;
}
/*our_experience_block*/

/*press_center_big_block*/
.press_center_big {
	background-color: #fff;
}
.press_center_big_bl {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.press_center_big_bl .item_press_center_slider {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 50px;
}
.press_center_big_block .knob {
	text-align: center;
}
.press_center_big_block_text b {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #151515;
    font-weight: 700;
    margin-bottom: 25px;
}
.press_center_big_block_text ul li {
	font-size: 18px;
	line-height: 30px;
	color: #151515;
	font-weight: 400;
}
.press_center_big_block_text {
	margin-bottom: 70px;
}
.press_center_big_block .headline_block {
	margin-bottom: 65px;
}
/*press_center_big_block*/

/*contacs_block*/
.contacs {
	background-color: #fff;
}
.contacs .headline_block {
	margin-bottom: 65px;
}
.contacs_bl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.item_contacs_adress {
    max-width: 930px;
    width: 100%;
    padding: 25px 40px 50px 45px;
    border: 1px solid #e8e8e8;
}
.item_contacs_adress b {
	display: block;
	font-size: 30px;
	line-height: 60px;
	font-weight: 700;
	color: #151515;
	margin-bottom: 25px;
}
.contacs_adress_bl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.item_contacs_adress_office,
.office_info {
    max-width: 32%;
    width: 100%;
}
.office_block {
    padding-bottom: 50px;
    margin-bottom: 53px;
    border-bottom: 1px solid #e8e8e8;
}
.office_block span,
.office_info span {
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	color: #616161;
	text-transform: uppercase;
}
.office_block p,
.office_info p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #151515;
}
.office_info b {
    display: block;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    color: #151515;
    margin-bottom: 0px;
}
.office_info ul li a {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #151515;
	transition: all 0.33s;
}
.office_info ul li a:hover {
	color: #b5955a;
}
.item_contacs_form {
    max-width: 450px;
    width: 100%;
    padding: 25px 78px;
    background: #a58d64;
}
.item_contacs_form b {
    display: block;
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}
.item_contacs_form p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 52px;
}
.form_contacs_block ul li {
    margin-bottom: 33px;
}
.form_contacs_block ul {
    margin-bottom: 20px;
}
.form_contacs_block .check label {
    align-items: flex-start;
}
.form_contacs_block .check .label {
    font-size: 13px;
    line-height: 16px;
}
.office_info span {
	margin-top: 10px;
	display: block;
}
.form_contacs_block .form button.btn {
	width: 100%;
}
.map_block iframe {
	width: 100%;
	height: 485px;
	border: 0;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}
/*contacs_block*/

/*demo_room_block*/
.demo_room {
	background-color: #fff;
}
.item_demo_room_block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.demo_room_bl {
    margin-bottom: 60px;
}
.demo_room_slider_block {
	max-width: 690px;
	width: 100%;
    border: 1px solid #e8e8e8;
}
.itme_demo_room_slider {
	width: 690px;
	height: 417px;
	background-size: cover;
	background-position: center;
}
.swiper_knob_inside .swiper-button-prev,
.swiper_knob_inside  .swiper-button-next {
	background-color: #fff;
	border: 1px solid transparent;
}
.swiper_knob_inside .swiper-button-next:hover,
.swiper_knob_inside .swiper-button-prev:hover {
	border: 1px solid transparent;
	background-color: #b5955a;
}
.demo_room_description_block {
    padding: 35px 40px 35px 68px;
    max-width: 720px;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-left: none;
}
.demo_room_description_text_block b {
    display: block;
    font-size: 24px;
    line-height: 36px;
    font-weight: 900;
    color: #151515;
    margin-bottom: 12px;
}
.demo_room_description_info {
    margin-bottom: 10px;
}
.demo_room_description_info ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.demo_room_description_info ul li {
    width: 27%;
    text-transform: uppercase;
}
.demo_room_description_info ul li span {
    font-size: 14px;
    line-height: 50px;
    font-weight: 500;
    color: #909090;
}
.demo_room_description_info ul li p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #151515;
}
.demo_room_description_text_block p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #3d3d3d;
    margin-bottom: 17px;
}
.demo_room_block .all_mini_text {
	margin-bottom: 60px;
}
.knob_center {
	text-align: center;
}
/*demo_room_block*/

/*about_company_block*/
.about_company {
	background-color: #fff;
}
.about_company_bl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 85px;
}
.item_about_company {
	width: 50%;
}
.item_about_company {
    width: 49%;
}
.icon_about_company {
	max-width: 688px;
	width: 100%;
	height: 306px;
	background-size: cover;
	background-position: center;
}
.engineer_centers_glav_text_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.engineer_centers_glav_text_block .all_text_block {
	width: 49%;
}
.engineer_centers_dop_text {
	width: 49%;
}
.engineer_centers_dop_text b {
    display: block;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #151515;
    margin-top: 29px;
}
.engineer_centers_block {
    margin-bottom: 80px;
}
.engineer_centers_bl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_engineer_centers {
	width: 49%;
}
.item_engineer_centers p {
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
	color: #151515;
}
.item_engineer_centers ul {
    margin-top: 10px;
}
.item_engineer_centers ul li {
    position: relative;
    padding-left: 49px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #151515;
    margin-bottom: 24px;
}
.item_engineer_centers ul li::before {
    content: "+";
    position: absolute;
    left: 0;
    top: -5px;
    background-color: #b6a071;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}
.our_partners_block {
    margin-bottom: 100px;
}
.our_partners_block_bl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_our_partners {
	width: 49%;
}
.about_company_block h2.all_text {
    margin-bottom: 80px;
}
.item_our_partners p {
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
	color: #151515;
}
.item_our_partners_slide {
	max-width: 329px;
	width: 100%;
	height: 196px;
	background-size: cover;
	background-position: center;
}
.our_partners_slider_block .swiper_knob {
	position: static;
	padding-top: 70px;
}
.our_partners_slider .swiper-button-prev,
.our_partners_slider .swiper-button-next {
	background-color: #282828;
	border: 0;
}
.our_partners_slider .swiper-button-next {
	background-image: url(/local/templates/razmer/img/arrow_slider_next_hover.png);
}
.our_partners_slider .swiper-button-prev {
	background-image: url(/local/templates/razmer/img/arrow_slider_prev_hover.png);
}
.our_partners_slider .swiper-button-prev:hover,
.our_partners_slider .swiper-button-next:hover {
	background-color: #b5955a;
}
.about_company_block .headline_block {
    margin-bottom: 68px;
}
.item_about_company h2.all_text {
    margin-bottom: 49px;
}
.item_about_company_text_block {
    width: 97%;
}
.item_about_company_text_block p {
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    color: #151515;
}
/*about_company_block*/

/*card_product_block*/
.card_specifications_product {
    overflow-y: auto;
}
.card_specifications_product table {
	width: 100%;
	min-width: 740px;
}
.card_specifications_product table tr td:first-child {
	width: 150px;
}
.table_spec {
    border-spacing: 0px;
    border-collapse: collapse;
}
.table_spec tr td:not(:first-child) {
    text-align: center;
}
.table_spec td {
    border: 1px solid #e8e8e8;
    padding: 0.5em;
}
.table_spec td p {
    margin: 0px;
}
.card_product_bl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.item_card_product_slider_block {
	width: 39%;
}
.icon_card_product {
	max-width: 690px;
	width: 100%;
	height: 564px;
	/*background-size: cover;*/
	background-position: center;
	background-repeat: no-repeat;
    background-size: 100%;
}
.swiper_knob.swiper_knob_inside {
	left: 40px;
	bottom: 34px;
	max-width: 140px;
	width: 100%;
}
.item_card_product_all_info_block {
	width: 61%;
}
.card_product_glav_info_block {
    padding: 35px 70px 43px 70px;
    border: 1px solid #e8e8e8;
}
.info_product {
    margin-bottom: 25px;
}
.info_product b {
    display: block;
    font-size: 24px;
    line-height: 36px;
    font-weight: 900;
    color: #151515;
    margin-bottom: 10px;
}
.info_product span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #bebebe;
}
.card_product_glav_info_block ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.card_product_glav_info_block ul li {
	width: 49%;
	text-transform: uppercase;
}
.card_product_glav_info_block ul li span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #909090;
    margin-bottom: 11px;
}
.card_product_glav_info_block ul li b {
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #151515;
}
.card_product_glav_info_block p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #3d3d3d;
    margin-bottom: 48px;
}
.info_card_tabs {
	border: 1px solid #e8e8e8;
	border-top: 0;
}
ul.button_glav_info {
    padding: 11px 70px 11px 70px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e8e8e8;
}
ul.button_glav_info li {
	margin-right: 29px;
}
ul.button_glav_info li a {
    font-size: 21px;
    color: #737373;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 17px;
}
ul.button_glav_info li a.active {
	color: #151515;
	border-bottom: 2px solid #b6a071;
}
.card_description_product {
    padding: 33px 45px 35px 70px;
}
.card_description_product p {
    margin-bottom: 23px;
}
.card_description_product p,
.card_description_list ul li {
	font-size: 14px;
	color: #3d3d3d;
	line-height: 24px;
	font-weight: 400;
}
.card_description_list ul li {
    position: relative;
    padding-left: 12px;
}
.card_description_list ul li::before {
    content: "";
    width: 5px;
    height: 1px;
    position: absolute;
    top: 13px;
    left: 0;
    background-color: #3d3d3d;
}
.table_small_font td:not(:first-child) p {
    font-size: 13px;
}
.glav_info_content {
	position: relative;
	display: none;
}
#tab {
	display: block;
}
.item_card_specifications span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #808080;
    margin-bottom: 30px;
}
.item_card_specifications ul li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_card_specifications ul li p {
    margin-bottom: 7px;
    width: 50%;
}
.item_card_specifications ul li p:last-child {
    text-align: right;
}

.item_card_specifications {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 28px;
    margin-bottom: 35px;
}
.item_card_specifications:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
/*card_product_block*/

/*subsection_block*/
.glav_content_two {
	padding-top: 220px;
}
.subsection_bl {
    display: flex;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;*/
    margin-bottom: 30px;
}
.item_subsection {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
.subsection_bl .item_subsection a {
    width: 100%;
}
.item_subsection a .icon {
	position: relative;
	overflow: hidden;
	transition: all 0.45s;
}
.item_subsection a .icon::before {
	content: "";
	width: 0;
	height: 0;
	padding: 25%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all .45s;
}
.item_subsection a .icon .icon_subsect {
	max-width: 330px;
	width: 100%;
	height: 351px;
	background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
}
.item_subsection a:hover .icon::before {
	transform: translate(-50%, -50%) scale(4);
	background: rgba(183,151,91, 0.7);
}
.item_subsection a:hover .icon_knob {
	opacity: 1;
}
.item_subsection_text_block {
    padding: 30px 30px 37px 30px;
    border: 1px solid #e8e8e8;
}
.item_subsection_text_block b {
	font-size: 24px;
	line-height: 36px;
	font-weight: 900;
	color: #151515;
	border-bottom: 1px solid transparent;
	transition: all .4s;
}
.item_subsection_text_block p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #151515;
    margin-top: 5px;
    margin-bottom: 40px;
}
.item_subsection a:hover .item_subsection_text_block b {
	color: #b5955a;
	border-bottom: 1px solid #b5955a;
}
.item_subsection_text_block .btn_bk {
	max-width: 220px;
	width: 100%;
	border-bottom: 2px solid #151515;
	padding: 10px 40px 10px 0px;
}
.item_subsection_text_block .btn_bk:hover {
	border-bottom: 2px solid #b5955a;
	background: transparent;
}
.item_subsection a:hover .item_subsection_text_block span.btn_bk {
	border-bottom: 2px solid #b5955a;
}
.pic_info_all_block {
    padding-top: 80px;
}
.pic_info_all_bl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_pic_info_all {
	width: 49%;
}
.item_pic_info_all .all_text {
	max-width: 550px;
	width: 100%;
}
.item_pic_info_all p {
    width: 90%;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #151515;
}
.icon_pic_info {
    max-width: 688px;
    width: 100%;
    height: 306px;
    background-size: cover;
    background-position: center;
    margin-top: 15px;
}
/*subsection_block*/

/*solution_catalog_page_block*/
.univers_bl {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 30px;
}
.item_univers {
	width: 25%;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
	flex: 0 0 33%;
}
@media screen and (max-width : 768px) {
.univers_bl {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 30px;
	flex-direction: column;
} 
.item_univers {
	width: 25%;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;

}
}
.icon_item_univers {
	position: relative;
	overflow: hidden;
	max-width: 430px;
	width: 100%;
	height: 351px;
	background-size: cover;
	background-position: center;
}
.item_univers a .icon_item_univers::before {
	content: "";
	width: 0;
	height: 0;
	padding: 25%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all .45s;
}
.item_univers a:hover .icon_item_univers::before {
	transform: translate(-50%, -50%) scale(4);
	background: rgba(183,151,91, 0.7);
}
.icon_item_univers_text {
    position: absolute;
    padding: 0px 35px 30px 35px;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: left;
    z-index: 3;
    min-height: 183px;
    text-align: center;
}
.icon_item_univers_text .icon {
    margin-bottom: 10px;
    min-height: 61px;
}
.icon_item_univers_text b {
	font-size: 21px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
}
/*solution_catalog_page_block*/

/*part_block*/
.icon_item_univers.icon_item_univers_mini {
	position: relative;
	overflow: hidden;
	max-width: 330px;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
}
.icon_item_univers.icon_item_univers_mini .icon_item_univers_text b {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
}
.icon_item_univers.icon_item_univers_mini .icon_item_univers_text {
    position: absolute;
    padding: 0px 15px 30px 35px;
}
/*part_block*/

.toogle_menu_block {
    display: none;
}
.header .main_nav {
    margin: 0 90px;
}

/*project_page_block*/
.project_bl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 73px;
}
.item_project_slider {
    width: 67%;
    padding-left: 15px;
    padding-right: 15px;
}
.itme_project_big_slider {
    max-width: 930px;
    width: 100%;
    height: 417px;
    background-size: cover;
    background-position: center;
}
.item_project {
    width: 33%;
    padding-left: 15px;
    padding-right: 15px;
}
.customer_block {
    padding: 30px 35px;
    background: #151515;
    color: #fff;
    min-height: 417px;
}
.customer_text_bl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.item_customer_text {
    max-width: 205px;
    width: 100%;
}
.item_customer_text span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.item_customer_text b {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.item_customer_text ul li a {
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
    color: #d8b372;
    border-bottom: 1px solid #d8b372;
    transition: all 0.33s;
}
.item_customer_text ul li a:hover {
    border-bottom: 1px solid transparent;
}
.item_customer_icon {
    max-width: 128px;
    width: 100%;
    margin-top: 8px;
}
.icon_customer {
    max-width: 128px;
    width: 100%;
    height: 128px;
    background-size: cover;
    background-position: center;
}
.customer_text_block p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.project_info_block {
    max-width: 880px;
    width: 100%;
}
h3.all_text {
    font-size: 48px;
    line-height: 68px;
    font-weight: 900;
    color: #151515;
    margin-bottom: 40px;
}
.project_info_block p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #3d3d3d;
    margin-bottom: 40px;
}
.list_project_info ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.list_project_info ul li {
    width: 24%;
    padding-bottom: 33px;
    border-bottom: 1px solid #b5955a;
    margin-right: 30px;
}
.list_project_info ul li span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #909090;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.list_project_info ul li b {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #151515;
    text-transform: uppercase;
}
.list_project_info {
    margin-bottom: 45px;
}
.work_package {
    margin-bottom: 65px;
}
.work_package b {
    display: block;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #151515;
    margin-bottom: 40px;
}
.work_package ul li {
    position: relative;
    padding-left: 55px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #3d3d3d;
    margin-bottom: 25px;
}
.work_package ul li::before {
    content: "+";
    position: absolute;
    left: 0;
    top: -5px;
    background-color: transparent;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #e8e8e8;
}
.btn_big {
    width: 250px;
}
.uniqueness_block {
    margin-bottom: 107px;
}
/*project_page_block*/

/*article_block*/
.article_bl {
    max-width: 935px;
    width: 100%;
    margin-bottom: 90px;
}
.article_text_block {
    margin-bottom: 80px;
}
.icon_article {
    max-width: 930px;
    width: 100%;
    height: 417px;
    background-size: cover;
    background-position: center;
    margin-bottom: 75px;
}
.article_text_block p, .article_info_block p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #3d3d3d;
    margin-bottom: 30px;
}
.article_info_block ul {
    margin-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #151515;
    margin-bottom: 70px;
}
.article_info_block ul li {
    margin-bottom: 36px;
}
.article_info_block ul li a {
   font-size: 18px;
   line-height: 24px;
   font-weight: 500;
   color: #151515;
   border-bottom: 1px solid #151515;
   transition: all 0.33s;
}
.article_info_block ul li a:hover {
    color: #b5955a;
    border-bottom: 1px solid #b5955a;
}
.date_article span {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #7a7a7a;
}
.date_article {
    margin-top: 50px;
}
/*article_block*/

.load_more.all a{
    color: #222222;
}

.policy_text p {
    margin: 16px 0;
}

.policy_text ol {
    margin: 16px 0;
    padding-left: 40px;
}

.policy_text li {
    list-style: decimal;
}
#form {display: none;padding: 0;background: #a58d64;}
.item_contacs_form {
    padding-bottom: 45px;
}
.agreements {
    text-decoration: underline;
}
.simple_list {
	padding-left: 40px;
	line-height: 30px;
}
.simple_list li {
	list-style: disc;
}

/*=====*/
.solution_catalog_page  ul li {
    list-style: disc;
    margin: 7px 0 9px 25px;
}
p {
    line-height: 22px;
    margin-bottom: 7px;
}
.solution_catalog_page a {
    color: #b79960;
}
/*=====*/


.socials-wrapper {
	display: flex;
	margin-top: 15px;
}

.socials-wrapper a {
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 10px;
	opacity: 0.75;
}

.socials-wrapper a:hover {
	opacity: 1;
}

.socials-wrapper .soc-vk {
	background-image: url('/local/templates/razmer/img/socials/vk.svg');
	background-size: 120px;
    background-position: -40px;
}
.socials-wrapper .soc-ok {
	background-image: url('/local/templates/razmer/img/socials/ok.svg');
}
.socials-wrapper .soc-yt {
	background-image: url('/local/templates/razmer/img/socials/yt.svg');
}
.socials-wrapper .soc-rt {
	background-image: url('/local/templates/razmer/img/socials/rt.svg');
}
.socials-wrapper .soc-dz {
	background-image: url('/local/templates/razmer/img/socials/dz.svg');
}
.socials-wrapper .soc-tg {
	background-image: url('/local/templates/razmer/img/socials/tg.svg');
}








/* End */


/* Start:/local/templates/razmer/css/media.css?158402485424098*/
@media only screen and (max-width : 1600px) {
	.header .img_logo {
		width: 200px;
		background-size: 200px;
	}
	.main_nav ul li a {
		font-size: 14px;
		line-height: 15px;
	}
	.main_nav ul li {
		padding: 0 8px;
	}
	.header.sticky .img_logo {
		width: 200px;
		height: 73px;
		background-image: url(/local/templates/razmer/css/../img/logo_bk.png);
	}
	.header {
		top: 0;
	}
	a.header_number {
		font-size: 14px;
	}
	.languages_block ul li a {
		font-size: 12px;
	}
	.header.sticky .main_nav ul li a {
		font-size: 16px;
	}
	.header.sticky .logo {
		margin-right: 95px;
	}
	.main_nav_toggle {
		padding: 60px 90px;
	}
	header.header.header_two .img_logo {
		width: 200px;
	}
}
@media only screen and (max-width : 1500px) {
	.demo_room_slider_block {
		max-width: 45%;
		width: 100%;
	}
	.itme_demo_room_slider {
		width: 545px;
		height: 417px;
	}
	.item_demo_room_block {
		border: 1px solid #e8e8e8;
	}
	.demo_room_description_block {
		max-width: 55%;
		border: 1px solid transparent;
	}
}
@media only screen and (max-width : 1450px) {
	.header_phone_block {
		display: none;
	}
	.main_nav_toggle {
		padding: 60px 50px;
	}
	.icon_solution_catalog_content {
		width: 100%;
		height: 180px;
		margin: 0 auto;
	}
	.list_tabs_solution_catalog li a {
		font-size: 19px;
		line-height: 55px;
	}
	.glav_text_header_main_video_block h1 {
		font-size: 58px;
		line-height: 55px;
	}
	.glav_text_header_main_video_block p {
		font-size: 23px;
		line-height: 32px;
	}
	.item_solution_catalog_content_text b {
		font-size: 15px;
		line-height: 18px;
	}
	.list_tabs_services li a {
		font-size: 19px;
		line-height: 23px;
	}
	.item_geography_numbers span {
		font-size: 16px;
		line-height: 25px;
	}
	.item_projects_slide_text_block b span {
		font-size: 18px;
		line-height: 30px;
	}
	.item_projects_slide_text_block {
		padding: 25px 15px 20px 15px;
	}
	.item_projects_slide_text_block ul {
		left: 15px;
	}
	.item_projects_slide_text_block ul li {
		font-size: 14px;
		line-height: 25px;
	}
	.item_press_center_slider_text b {
		font-size: 15px;
		line-height: 20px;
	}
	.item_press_center_slider_text p {
		font-size: 14px;
		line-height: 22px;
	}
	.item_footer_list.item_footer_list1 {
		margin-right: 40px;
	}
	.item_footer_list {
		max-width: 220px;
		width: 100%;
		margin-top: 18px;
	}
	.item_footer_list b {
		font-size: 21px;
		line-height: 30px;
	}
	.footer_bl {
		justify-content: space-between;
	}
	.header.sticky .main_nav {
		margin: 0 0px;
	}
	p.all_mini_text {
		font-size: 16px;
		line-height: 24px;
	}
	p.all_mini_text br {
		display: none;
	}
	header.header.header_two .languages_block {
		margin-right: 0;
	}
	.item_contacs_adress {
		max-width: 65%;
	}
	.item_contacs_form {
		max-width: 30%;
		padding: 25px 35px;
	}
	.customer_block {
		padding: 30px 25px;
	}
	.customer_text_block p {
		font-size: 15px;
		line-height: 24px;
	}
}
@media only screen and (max-width : 1380px) {
	.item_subsection_text_block b {
		font-size: 20px;
		line-height: 25px;
	}
	.item_subsection a .icon .icon_subsect {
		height: 260px;
	}
	.item_subsection_text_block {
		padding: 30px 15px 37px 15px;
	}
	.icon_item_univers_text {
		padding: 0px 35px 30px 35px;
	}
}
@media only screen and (max-width : 1330px) {
	.demo_room_description_block {
		padding: 25px 25px 25px 25px;
	}
	.demo_room_description_info ul li {
		width: 33.33%;
	}
	.card_product_glav_info_block {
		padding: 35px 40px 43px 40px;
	}
	ul.button_glav_info {
		padding: 11px 40px 11px 40px;
	}
	.card_description_product {
		padding: 33px 40px 35px 40px;
	}
	.header .main_nav {
		margin: 0 40px;
	}
	.icon_customer {
		max-width: 110px;
		width: 100%;
		height: 110px;
	}
	.item_customer_icon {
		max-width: 110px;
		width: 100%;
	}
}
@media only screen and (max-width : 1265px) {
	.header.sticky .main_nav ul li a {
		font-size: 14px;
	}
	.header.sticky .logo {
		margin-right: 55px;
	}
	.logo {
		margin-right: 0;
	}
	.item_contacs_adress {
		padding: 25px 20px 30px 20px;
	}
	.item_pic_info_all h2.all_text, .h1_ts {
		font-size: 48px;
		line-height: 60px
	}
	.icon_item_univers_text b {
		font-size: 16px;
		line-height: 24px;
	}
	.icon_item_univers.icon_item_univers_mini .icon_item_univers_text b {
		font-size: 16px;
		line-height: 24px;
	}
	.item_customer_text {
		max-width: 185px;
		width: 100%;
	}
	.item_customer_text b {
		font-size: 21px;
		line-height: 25px;
	}
	.customer_text_block p {
		font-size: 14px;
		line-height: 22px;
	}
}
@media only screen and (max-width : 1170px) {
	.header {
		position: static;
	}
	#video-bg {
		display: none;
	}
	.header_main_video {
		background: url(/local/templates/razmer/css/../img/header_glav_back.jpg)no-repeat center/cover;
		height: auto;
		min-height: auto;
		padding-top: 200px;
		padding-bottom: 120px;
	}
	.header_main_video::before {
		display: none;
	}
	nav.main_nav {
		display: none;
	}
	.header_bl {
		padding-right: 50px;
	}
	.btn {
		font-size: 15px;
	}
	.main_nav_toggle {
		padding: 60px 25px;
	}
	.form_search {
		max-width: 345px;
		width: 100%;
	}
	.glav_text_header_main_video_block h1 {
		font-size: 48px;
		line-height: 55px;
	}
	.glav_text_header_main_video_block p {
		font-size: 21px;
		line-height: 30px;
	}
	h2.all_text, .h1_ts {
		font-size: 48px;
		line-height: 60px;
	}
	.item_solution_catalog_content_text .icon {
		margin-bottom: 10px;
		min-height: 51px;
	}
	.solution_catalog {
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.solution_catalog_bl {
		min-height: 630px;
	}
	.services {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.services_content b {
		font-size: 24px;
		line-height: 30px;
	}
	.services_content p {
		font-size: 14px;
		line-height: 24px;
	}
	.geography {
		padding-top: 90px;
		padding-bottom: 90px;
		background: url(/local/templates/razmer/css/../img/geography_tablet_back.jpg)no-repeat center/cover;
	}
	.item_geography_numbers b {
		font-size: 48px;
		line-height: 59px;
		margin-bottom: 31px;
	}
	.item_geography_numbers span {
		font-size: 14px;
		line-height: 24px;
	}
	.item_geography_interest {
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 27px;
	}
	.geography_numbers_bl {
		margin-bottom: 70px;
	}
	.company {
		padding-top: 80px;
		padding-bottom: 70px;
	}
	.item_company_text_block p {
		font-size: 14px;
		line-height: 24px;
	}
	.item_company_text_block {
		max-width: 450px;
		width: 100%;
	}
	.item_projects_slide a {
		max-width: 100%;
		width: 100%;
	}
	.item_projects_slide a .icon .icon_projects_slide {
		width: 100%;
		height: 433px;
	}
	.item_projects_slide_text_block ul {
		left: 15px;
		bottom: 30px;
	}
	.swiper_navigation {
		padding-top: 50px;
	}
	.press_center {
		padding-top: 80px;
		padding-bottom: 90px;
	}
	.item_press_center_slider a {
		position: relative;
		display: block;
		max-width: 100%;
		width: 100%;
	}
	.item_press_center_slider a .icon .icon_img {
		width: 100%;
		height: 170px;
	}
	.press_center_block {
		position: relative;
	}
	.press_center_block .knob {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.dop_questions {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.dop_questions_block p {
		font-size: 16px;
		line-height: 24px;
	}
	.dop_questions h2.all_text, .h1_ts {
		margin-bottom: 20px;
		font-size: 36px;
		line-height: 60px;
	}
	.item_footer {
		max-width: 280px;
		width: 100%;
		margin-right: 0;
	}
	.item_footer_list.item_footer_list1 {
		margin-right: 0;
	}
	.item_footer_list.item_footer_list2 {
		margin-right: 0;
	}
	.item_footer_list.item_footer_list1 {
		margin-right: 0;
		max-width: 170px;
		width: 100%;
	}
	header.header.header_two .languages_block {
		margin-right: 0;
	}
	.item_our_experience,
	.press_center_big_bl .item_press_center_slider {
		width: 33.333%;
	}
	.item_our_experience a .icon .icon_our_ex {
		width: 100%;
	}
	.glav_content {
		padding-top: 30px;
		padding-bottom: 118px;
	}
	ul.list_breadcrumbs {;
		padding-top: 0;
	}
	.press_center_big_block_text ul li {
		font-size: 16px;
		line-height: 24px;
	}
	.press_center_big_block_text b {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.item_contacs_adress {
		max-width: 100%;
	}
	.item_contacs_form {
		max-width: 100%;
	}
	.item_contacs_adress_office,
	.office_info {
		max-width: 30%;
		width: 100%;
	}
	.demo_room_slider_block {
		max-width: 100%;
		width: 100%;
	}
	.item_demo_room_block {
		border: 1px solid transparent;
	}
	.demo_room_description_block {
		max-width: 100%;
		padding-left: 0;
	}
	.item_about_company_text_block p {
		font-size: 15px;
		line-height: 30px;
	}
	.engineer_centers_dop_text b br {
		display: none;
	}
	.engineer_centers_dop_text b {
		font-size: 22px;
		line-height: 30px;
	}
	.about_company_block h2.all_text, .h1_ts {
		margin-bottom: 60px;
	}
	.item_engineer_centers p {
		font-size: 15px;
		line-height: 30px;
	}
	.item_engineer_centers ul li {
		font-size: 15px;
		line-height: 24px;
	}
	.item_our_partners p {
		font-size: 15px;
		line-height: 30px;
	}
	.item_card_product_all_info_block {
		width: 100%;
	}
	.item_card_product_slider_block {
		width: 100%;
	}
	.icon_card_product {
		max-width: 100%;
		width: 100%;
	}
	.item_subsection {
		width: 33.333%;
	}
	.item_subsection a .icon .icon_subsect {
		height: 260px;
		max-width: 100%;
		width: 100%;
	}
	.item_pic_info_all {
		width: 100%;
		margin-bottom: 15px;
	}
	.icon_pic_info {
		max-width: 100%;
		width: 100%;
		height: 306px;
	}
	.item_pic_info_all .all_text {
		max-width: 100%;
		width: 100%;
	}
	.item_univers {
		width: 33.333%;
	}
	.toogle_menu_block {
		display: block;
	}
	.item_project_slider {
		width: 100%;
	}
	.itme_project_big_slider {
		max-width: 100%;
		width: 100%;
		height: 417px;
	}
	.item_project_slider {
		width: 100%;
		order: 2;
	}
	.item_project {
		margin-bottom: 25px;
	}
	.item_project {
		width: 50%;
	}
	.article_text_block p, .article_info_block p {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.article_text_block {
		margin-bottom: 40px;
	}
	.icon_article {
		max-width: 100%;
		width: 100%;
		height: 417px;
		margin-bottom: 45px;
	}
	.article_bl {
		max-width: 100%;
		width: 100%;
		margin-bottom: 90px;
	}
	.article_info_block ul li a {
		font-size: 16px;
		line-height: 22px;
	}
	.article_info_block ul {
		margin-top: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #151515;
		margin-bottom: 40px;
	}
	.date_article {
		margin-top: 30px;
	}
	.article_bl {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width : 950px) {
	.item_footer_list.item_footer_list1 {
		margin-left: 0px;
	}
	.glav_text_header_main_video_block h1 br {
		display: none;
	}
	.glav_text_header_main_video_block {
		position: relative;
		max-width: 480px;
		width: 100%;
	}
	.glav_text_header_main_video_block h1 {
		font-size: 36px;
		line-height: 48px;
		margin-bottom: 25px;
	}
	.solution_catalog_block {
		display: none;
	}
	.solution_catalog_block_mobile {
		display: block;
	}
	h2.all_text, .h1_ts {
		font-size: 36px;
		line-height: 48px;
	}
	.item_solution_catalog_content {
		width: 33.333%;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 30px;
	}
	.item_solution_catalog_content_text b {
		display: block;
		font-size: 15px;
		line-height: 18px;
	}
	.list_tabs_solution_catalog li a.active::before {
		content: "";
		position: absolute;
		left: -11px;
	}
	.list_tabs_solution_catalog li {
		position: relative;
		padding-left: 0;
	}
	.services_block_mobile {
		display: block;
	}
	.services_block {
		display: none;
	}
	.list_tabs_services li {
		position: relative;
		padding-left: 0;
		margin-bottom: 30px;
	}
	.list_tabs_services li a.active::before {
		left: -11px;
	}
	.block_toggle_services {
		padding-top: 45px;
		padding-bottom: 30px;
	}
	.icon_ser {
		margin-bottom: 35px;
	}
	.block_toggle_services b {
		display: block;
		font-size: 24px;
		line-height: 30px;
		font-weight: 900;
		color: #151515;
		margin-bottom: 30px;
	}
	.block_toggle_services p {
		display: block;
		font-size: 14px;
		line-height: 24px;
		font-weight: 300;
		color: #151515;
		margin-bottom: 25px;
	}
	.list_tabs_services li .block_toggle_services .btn.btn_bk {
		font-size: 15px;
		line-height: 36px;
		font-weight: 400;
		border-bottom: 2px solid #b5955a;
	}
	.list_tabs_services li .block_toggle_services.btn:hover {
		border-bottom: 2px solid transparent;
		background-color: #b5955a;
	}
	.item_geography {
		width: 100%;
	}
	.geography {
		background: url(/local/templates/razmer/css/../img/geography_tablet_mini_back.jpg)no-repeat center/cover;
	}
	.flag_block {
		margin: 0 auto 80px auto;
	}
	.item_geography_numbers span {
		display: block;
		max-width: 250px;
		width: 100%;
	}
	.item_geography_interest {
		width: 50%;
	}
	.item_company {
		width: 100%;
	}
	.item_company_text_block {
		max-width: 100%;
		width: 100%;
	}
	.item_company_text_block {
		max-width: 100%;
		width: 100%;
		margin-bottom: 60px;
	}
	.headline_block {
		margin-bottom: 60px;
	}
	.item_projects_slide a .icon .icon_projects_slide {
		width: 100%;
		height: 378px;
	}
	.projects_slider {
		padding-bottom: 0;
	}
	.item_footer {
		order: 3;
		max-width: 48%;
	}
	.item_footer_list.item_footer_list1 {
		order: 4;
		max-width: 48%;
		margin-top: 15px;
	}
	.item_footer_list {
		max-width: 48%;
		width: 100%;
		margin-top: 0;
		margin-bottom: 60px;
	}
	.footer {
		padding-top: 80px;
		padding-bottom: 90px;
	}
	.item_footer_list.item_footer_list2 {
		order: 2;
	}
	.item_footer_list ul li a {
		font-size: 13px;
		line-height: 17px;
	}
	.main_nav_toggle {
		padding: 60px 25px;
		max-width: 100%;
	}
	.main_nav_toggle_block {
		max-width: 90%;
		width: 100%;
	}
	.form_search {
		max-width: 100%;
		width: 100%;
	}
	.item_toggle_contacs {
		width: 40%;
		margin-bottom: 35px;
	}
	.item_our_experience,
	.press_center_big_bl .item_press_center_slider {
		width: 50%;
	}
	.item_contacs_adress_office, .office_info {
		max-width: 100%;
		width: 100%;
	}
	.office_info {
		padding-bottom: 50px;
		margin-bottom: 53px;
		border-bottom: 1px solid #e8e8e8;
	}
	.item_about_company {
		width: 100%;
		margin-bottom: 20px;
	}
	.item_about_company_text_block p {
		font-size: 15px;
		line-height: 24px;
	}
	.icon_about_company {
		max-width: 100%;
		width: 100%;
	}
	.engineer_centers_dop_text {
		width: 100%;
	}
	.engineer_centers_glav_text_block .all_text_block {
		width: 100%;
	}
	.all_text_block h2.all_text, .h1_ts {
		margin-bottom: 30px;
	}
	.engineer_centers_dop_text b {
		font-size: 20px;
		line-height: 25px;
		margin-top: 0;
		margin-bottom: 60px;
	}
	.item_engineer_centers {
		width: 100%;
		margin-bottom: 30px;
	}
	.item_our_partners {
		width: 100%;
		margin-bottom: 30px;
	}
	.item_about_company_text_block {
		width: 100%;
	}
	.engineer_centers_block {
		margin-bottom: 40px;
	}
	.our_partners_block {
		margin-bottom: 40px;
	}
	.about_company_block .headline_block {
		margin-bottom: 60px;
	}
	ul.button_glav_info li a {
		font-size: 19px;
	}
	.icon_card_product {
		max-width: 100%;
		width: 100%;
		height: 485px;
	}
	.item_subsection {
		width: 50%;
	}
	.item_pic_info_all h2.all_text, .h1_ts {
		font-size: 36px;
		line-height: 48px;
	}
	.item_univers {
		width: 50%;
	}
	.icon_item_univers {
		max-width: 100%;
	}
	.icon_item_univers.icon_item_univers_mini {
		max-width: 100%;
	}
	.item_project {
		width: 100%;
	}
	.customer_block {
		min-height: auto;
	}
	.project_info_block p {
		font-size: 15px;
		line-height: 24px;
	}
	.list_project_info ul li {
		width: 100%;
		padding-bottom: 10px;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.work_package b {
		font-size: 22px;
		line-height: 30px;
	}
	.uniqueness_block {
		margin-bottom: 70px;
	}
	.list_project_info ul li span {
		margin-bottom: 5px;
	}
}
@media only screen and (max-width : 650px) {
	.item_solution_catalog_content {
		width: 50%;
	}
	.item_footer_list {
		max-width: 45%;
		width: 100%;
	}
	.item_footer_list.item_footer_list1 {
		order: 4;
		max-width: 45%;
		margin-top: 15px;
	}
	.item_footer {
		order: 3;
		max-width: 45%;
	}
	.item_toggle_contacs {
		width: 47%;
		margin-bottom: 35px;
	}
	.item_our_partners_slide {
		max-width: 100%;
		width: 100%;
	}
	.icon_card_product {
		height: 450px;
	}
	.card_product_glav_info_block p br {
		display: none;
	}
	.itme_project_big_slider {
		max-width: 100%;
		width: 100%;
		height: 300px;
	}
	h3.all_text {
		font-size: 40px;
		line-height: 55px;
		margin-bottom: 25px;
	}
	ul.list_breadcrumbs li a {
		font-size: 13px;
		line-height: 22px;
	}
}
@media only screen and (max-width : 550px) {
	.languages_block {
		display: none;
	}
	.glav_text_header_main_video_block h1 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 25px;
	}
	.glav_text_header_main_video_block p {
		font-size: 16px;
		line-height: 24px;
	}
	.header_main_video {
		padding-top: 150px;
		padding-bottom: 60px;
	}
	.solution_catalog {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	h2.all_text, .h1_ts {
		font-size: 36px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.item_solution_catalog_content {
		width: 100%;
	}
	.icon_solution_catalog_content {
		width: 100%;
		height: 207px;
		margin: 0 auto;
	}
	.list_tabs_solution_catalog li a {
		font-size: 18px;
		line-height: 55px;
	}
	.item_line {
		width: 47%;
	}
	.block_toggle_services b {
		font-size: 18px;
		line-height: 24px;
	}
	.services {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.item_geography h2.all_text, .h1_ts {
		margin-bottom: 80px;
	}
	.item_geography_numbers {
		width: 100%;
		margin-bottom: 25px;
	}
	.geography_numbers_bl {
		display: flex;
		flex-wrap: wrap;
	}
	.item_geography_interest {
		width: 100%;
	}
	.swiper_knob {
		position: static;
	}
	.swiper_navigation_block {
		width: 100%;
		height: 65px;
	}
	.dop_knob_slider_block {
		width: 100%;
		text-align: left;
	}
	.press_center_block .knob {
		position: static;
		left: 0;
		right: auto;
		bottom: 0;
		margin-top: 25px;
	}
	.press_center_slider .swiper_knob {
		position: absolute;
	}
	.geography {
		background: url(/local/templates/razmer/css/../img/geography_mobile_back.jpg)no-repeat center/cover;
	}
	.dop_questions {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.dop_questions h2.all_text, .h1_ts {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.dop_questions_block p {
		font-size: 14px;
		line-height: 24px;
	}
	.form_block ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	.form button.btn {
		width: 100%;
		height: 65px;
		background: #202020;
		outline: none;
		border-bottom: none;
	}
	.item_footer {
		order: 4;
		max-width: 100%;
	}
	.item_footer_list.item_footer_list1 {
		order: 3;
		max-width: 100%;
		margin-top: 0;
	}
	.item_footer_list {
		max-width: 100%;
		width: 100%;
	}
	.footer {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.list_menu_toggle li a {
		font-size: 16px;
		line-height: 28px;
	}
	ul.list_menu_toggle {
		margin-bottom: 30px;
	}
	.toggle_contacs_bl {
		max-width: 250px;
		width: 100%;
	}
	.item_toggle_contacs.item_toggle_contacs_knob {
		order: 4;
	}
	.main_nav_toggle {
		padding: 43px 25px;
		max-width: 100%;
	}
	.form_search {
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
	}
	.item_toggle_contacs {
		width: 100%;
		margin-bottom: 15px;
	}
	.item_our_experience,
	.press_center_big_bl .item_press_center_slider {
		width: 100%;
	}
	.our_experience_block h2.all_text, .h1_ts {
		margin-bottom: 40px;
	}
	p.all_mini_text {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 30px;
	}
	.press_center_big_block_text b {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 20px;
	}
	.press_center_big_block_text ul li {
		font-size: 14px;
		line-height: 22px;
	}
	.item_toggle_contacs .btn {
		text-align: center;
	}
	.map_block iframe {
		height: 330px;
	}
	.item_contacs_adress {
		padding: 15px;
	}
	.item_contacs_adress b {
		font-size: 20px;
		line-height: 25px;
	}
	.office_block,.office_info {
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.item_contacs_form b {
		font-size: 24px;
		line-height: 45px;
	}
	.item_contacs_form {
		padding: 25px 15px;
	}
	.itme_demo_room_slider {
		width: 100%;
		height: 250px;
	}
	.swiper_knob.swiper_knob_inside {
		position: absolute;
		left: 15px;
		bottom: 10px;
		max-width: 140px;
		width: 100%;
	}
	.demo_room_description_block {
		max-width: 100%;
		padding: 0;
	}
	.demo_room_slider_block {
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
	}
	.demo_room_description_text_block b {
		font-size: 15px;
		line-height: 21px;
	}
	.demo_room_description_info ul li {
		width: 50%;
	}
	.demo_room_description_info ul li span {
		font-size: 13px;
		line-height: 27px;
	}
	.item_demo_room_block {
		margin-bottom: 50px;
	}
	.demo_room_description_info ul li p {
		font-size: 14px;
		line-height: 20px;
	}
	.about_company_block h2.all_text, .h1_ts {
		margin-bottom: 40px;
	}
	.icon_about_company {
		max-width: 100%;
		width: 100%;
		height: 215px;
	}
	.item_about_company_text_block p {
		font-size: 14px;
		line-height: 22px;
	}
	.engineer_centers_dop_text b {
		font-size: 15px;
		line-height: 22px;
		margin-top: 0;
		margin-bottom: 40px;
	}
	.item_engineer_centers p {
		font-size: 14px;
		line-height: 22px;
	}
	.item_engineer_centers ul li {
		font-size: 14px;
		line-height: 22px;
	}
	.item_our_partners p {
		font-size: 14px;
		line-height: 22px;
	}
	.icon_card_product {
		height: 300px;
	}
	.card_product_glav_info_block {
		padding: 35px 25px 43px 25px;
	}
	ul.button_glav_info {
		padding: 11px 25px 11px 25px;
	}
	.card_description_product {
		padding: 33px 25px 35px 25px;
	}
	.card_product_glav_info_block ul li b {
		font-size: 13px;
		line-height: 24px;
	}
	.card_description_product p, .card_description_list ul li {
		font-size: 13px;
		line-height: 22px;
	}
	ul.button_glav_info li a {
		font-size: 16px;
		padding-bottom: 19px;
	}
	.card_product_glav_info_block ul li {
		width: 100%;
		margin-bottom: 15px;
	}
	.card_product_glav_info_block ul li span {
		margin-bottom: 0;
	}
	.card_product_glav_info_block p {
		font-size: 13px;
		line-height: 22px;
	}
	.card_description_list ul li {
		margin-bottom: 10px;
	}
	.card_description_list ul li::before {
		top: 10px;
	}
	.item_card_specifications span {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.item_card_specifications ul li p {
		margin-bottom: 10px;
		width: 100%;
		font-size: 13px;
		line-height: 17px;
	}
	.item_card_specifications ul li p:last-child {
		text-align: left;
	}
	.item_subsection {
		width: 100%;
	}
	.item_subsection a .icon .icon_subsect {
		height: 320px;
		max-width: 100%;
		width: 100%;
	}
	.item_pic_info_all h2.all_text, .h1_ts {
		font-size: 24px;
		line-height: 30px;
	}
	.item_pic_info_all p {
		width: 100%;
		font-size: 15px;
		line-height: 24px;
	}
	.icon_pic_info {
		max-width: 100%;
		width: 100%;
		height: 190px;
	}
	.item_univers {
		width: 100%;
	}
	.icon_item_univers {
		max-width: 100%;
		height: 250px;
	}
	.icon_item_univers.icon_item_univers_mini {
		max-width: 100%;
		height: 250px;
	}
	.itme_project_big_slider {
		max-width: 100%;
		width: 100%;
		height: 220px;
	}
	.list_project_info ul li b {
		font-size: 16px;
		line-height: 24px;
	}
	.work_package b {
		font-size: 16px;
		line-height: 24px;
	}
	.work_package ul li {
		padding-left: 45px;
		font-size: 14px;
		line-height: 22px;
	}
	h3.all_text {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 25px;
	}
	.item_customer_text b {
		font-size: 17px;
		line-height: 22px;
	}
	.item_customer_text span {
		font-size: 13px;
		line-height: 22px;
	}
	.project_info_block p {
		font-size: 14px;
		line-height: 22px;
	}
	.work_package ul li::before {
		top: -8px;
	}
	.article_text_block p, .article_info_block p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.icon_article {
		max-width: 100%;
		width: 100%;
		height: 250px;
	}
	.article_info_block ul li a {
		font-size: 15px;
		line-height: 22px;
	}
	.icon_item_univers_text {
		min-height: 133px;
	}
}
@media only screen and (max-width : 360px) {
	.list_menu_toggle li a {
		font-size: 14px;
		line-height: 21px;
	}
	.form_search input {
		font-size: 16px;
		line-height: 16px;
	}
	.item_toggle_contacs .mail, .item_toggle_contacs .number {
		font-size: 16px;
		line-height: 35px;
	}
	ul.button_glav_info li a {
		font-size: 13px;
		padding-bottom: 19px;
	}
	ul.button_glav_info {
		padding: 11px 25px 9px 25px;
	}
	.item_customer_text {
		max-width: 100%;
		width: 100%;
		order: 2;
	}
	.item_customer_icon {
		margin-bottom: 10px;
	}
}
/* End */


/* Start:/local/templates/razmer/libs/sweetalert/sweetalert2.min.css?155895865614999*/
body.swal2-shown{overflow-y:hidden}body.swal2-iosfix{position:fixed;left:0;right:0}.swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;bottom:0;right:0;padding:10px;background-color:transparent;z-index:1060}.swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.swal2-modal{background-color:#fff;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-radius:0px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;margin:auto;overflow-x:hidden;overflow-y:auto;display:none;position:relative;max-width:100%}.swal2-modal:focus{outline:0}.swal2-modal.swal2-loading{overflow-y:hidden}.swal2-modal .swal2-title{color:#595959;font-size:30px;text-align:center;font-weight:600;text-transform:none;position:relative;margin:0 0 .4em;padding:0;display:block;word-wrap:break-word}.swal2-modal .swal2-buttonswrapper{margin-top:15px}.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4;cursor:no-drop}.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm{-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid transparent;border-color:transparent;width:40px;height:40px;padding:0;margin:7.5px;vertical-align:top;background-color:transparent!important;color:transparent;cursor:default;border-radius:100%;-webkit-animation:rotate-loading 1.5s linear 0s infinite normal;animation:rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after{display:inline-block;content:'';margin-left:5px 0 15px;vertical-align:-1px;height:15px;width:15px;border:3px solid #999;-webkit-box-shadow:1px 1px 1px #fff;box-shadow:1px 1px 1px #fff;border-right-color:transparent;border-radius:50%;-webkit-animation:rotate-loading 1.5s linear 0s infinite normal;animation:rotate-loading 1.5s linear 0s infinite normal}.swal2-modal .swal2-styled{border:0;border-radius:0px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;font-size:17px;font-weight:500;margin:15px 5px 0;padding:10px 32px}.swal2-modal .swal2-image{margin:20px auto;max-width:100%}.swal2-modal .swal2-close{background:0 0;border:0;margin:0;padding:0;width:38px;height:40px;font-size:36px;line-height:40px;font-family:serif;position:absolute;top:5px;right:8px;cursor:pointer;color:#ccc;-webkit-transition:color .1s ease;transition:color .1s ease}.swal2-modal .swal2-close:hover{color:#d55}.swal2-modal>.swal2-checkbox,.swal2-modal>.swal2-file,.swal2-modal>.swal2-input,.swal2-modal>.swal2-radio,.swal2-modal>.swal2-select,.swal2-modal>.swal2-textarea{display:none}.swal2-modal .swal2-content{font-size:18px;text-align:center;font-weight:300;position:relative;float:none;margin:0;padding:0;line-height:normal;color:#545454;word-wrap:break-word}.swal2-modal .swal2-checkbox,.swal2-modal .swal2-file,.swal2-modal .swal2-input,.swal2-modal .swal2-radio,.swal2-modal .swal2-select,.swal2-modal .swal2-textarea{margin:20px auto}.swal2-modal .swal2-file,.swal2-modal .swal2-input,.swal2-modal .swal2-textarea{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:18px;border-radius:3px;border:1px solid #d9d9d9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-transition:border-color box-shadow .3s;transition:border-color box-shadow .3s}.swal2-modal .swal2-file.swal2-inputerror,.swal2-modal .swal2-input.swal2-inputerror,.swal2-modal .swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-modal .swal2-file:focus,.swal2-modal .swal2-input:focus,.swal2-modal .swal2-textarea:focus{outline:0;border:1px solid #b4dbed;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.swal2-modal .swal2-file:focus::-webkit-input-placeholder,.swal2-modal .swal2-input:focus::-webkit-input-placeholder,.swal2-modal .swal2-textarea:focus::-webkit-input-placeholder{-webkit-transition:opacity .3s .03s ease;transition:opacity .3s .03s ease;opacity:.8}.swal2-modal .swal2-file:focus:-ms-input-placeholder,.swal2-modal .swal2-input:focus:-ms-input-placeholder,.swal2-modal .swal2-textarea:focus:-ms-input-placeholder{-webkit-transition:opacity .3s .03s ease;transition:opacity .3s .03s ease;opacity:.8}.swal2-modal .swal2-file:focus::placeholder,.swal2-modal .swal2-input:focus::placeholder,.swal2-modal .swal2-textarea:focus::placeholder{-webkit-transition:opacity .3s .03s ease;transition:opacity .3s .03s ease;opacity:.8}.swal2-modal .swal2-file::-webkit-input-placeholder,.swal2-modal .swal2-input::-webkit-input-placeholder,.swal2-modal .swal2-textarea::-webkit-input-placeholder{color:#e6e6e6}.swal2-modal .swal2-file:-ms-input-placeholder,.swal2-modal .swal2-input:-ms-input-placeholder,.swal2-modal .swal2-textarea:-ms-input-placeholder{color:#e6e6e6}.swal2-modal .swal2-file::placeholder,.swal2-modal .swal2-input::placeholder,.swal2-modal .swal2-textarea::placeholder{color:#e6e6e6}.swal2-modal .swal2-range input{float:left;width:80%}.swal2-modal .swal2-range output{float:right;width:20%;font-size:20px;font-weight:600;text-align:center}.swal2-modal .swal2-range input,.swal2-modal .swal2-range output{height:43px;line-height:43px;vertical-align:middle;margin:20px auto;padding:0}.swal2-modal .swal2-input{height:43px;padding:0 12px}.swal2-modal .swal2-input[type=number]{max-width:150px}.swal2-modal .swal2-file{font-size:20px}.swal2-modal .swal2-textarea{height:108px;padding:12px}.swal2-modal .swal2-select{color:#545454;font-size:inherit;padding:5px 10px;min-width:40%;max-width:100%}.swal2-modal .swal2-radio{border:0}.swal2-modal .swal2-radio label:not(:first-child){margin-left:20px}.swal2-modal .swal2-radio input,.swal2-modal .swal2-radio span{vertical-align:middle}.swal2-modal .swal2-radio input{margin:0 3px 0 0}.swal2-modal .swal2-checkbox{color:#545454}.swal2-modal .swal2-checkbox input,.swal2-modal .swal2-checkbox span{vertical-align:middle}.swal2-modal .swal2-validationerror{background-color:#f0f0f0;margin:0 -20px;overflow:hidden;padding:10px;color:gray;font-size:16px;font-weight:300;display:none}.swal2-modal .swal2-validationerror::before{content:'!';display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#ea7d7d;color:#fff;line-height:24px;text-align:center;margin-right:10px}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}.swal2-icon{width:80px;height:80px;border:4px solid transparent;border-radius:50%;margin:20px auto 30px;padding:0;position:relative;-webkit-box-sizing:content-box;box-sizing:content-box;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;display:block}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{position:absolute;height:5px;width:47px;background-color:#f27474;display:block;top:37px;border-radius:2px}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:17px}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:16px}.swal2-icon.swal2-warning{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#f8bb86;border-color:#facea8;font-size:60px;line-height:80px;text-align:center}.swal2-icon.swal2-info{font-family:'Open Sans',sans-serif;color:#3fc3ee;border-color:#9de0f6;font-size:60px;line-height:80px;text-align:center}.swal2-icon.swal2-question{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#87adbd;border-color:#c9dae1;font-size:60px;line-height:80px;text-align:center}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{border-radius:50%;position:absolute;width:60px;height:120px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px}.swal2-icon.swal2-success .swal2-success-ring{width:80px;height:80px;border:4px solid rgba(165, 141, 100, 0.2);border-radius:50%;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.swal2-icon.swal2-success .swal2-success-fix{width:7px;height:90px;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{height:5px;background-color:#a58d64;display:block;border-radius:2px;position:absolute;z-index:2}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-progresssteps{font-weight:600;margin:0 0 20px;padding:0}.swal2-progresssteps li{display:inline-block;position:relative}.swal2-progresssteps .swal2-progresscircle{background:#3085d6;border-radius:2em;color:#fff;height:2em;line-height:2em;text-align:center;width:2em;z-index:20}.swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle{background:#add8e6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.swal2-progresssteps .swal2-progressline{background:#3085d6;height:.4em;margin:0 -1px;z-index:10}[class^=swal2]{-webkit-tap-highlight-color:transparent}@-webkit-keyframes showSweetAlert{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes showSweetAlert{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes hideSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes hideSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}.swal2-show{-webkit-animation:showSweetAlert .3s;animation:showSweetAlert .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:hideSweetAlert .15s forwards;animation:hideSweetAlert .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}@-webkit-keyframes animate-success-tip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animate-success-tip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@-webkit-keyframes animate-success-long{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@keyframes animate-success-long{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@-webkit-keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}.swal2-animate-success-line-tip{-webkit-animation:animate-success-tip .75s;animation:animate-success-tip .75s}.swal2-animate-success-line-long{-webkit-animation:animate-success-long .75s;animation:animate-success-long .75s}.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}@-webkit-keyframes animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.swal2-animate-error-icon{-webkit-animation:animate-error-icon .5s;animation:animate-error-icon .5s}@-webkit-keyframes animate-x-mark{0%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}100%{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}@keyframes animate-x-mark{0%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}100%{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}.swal2-animate-x-mark{-webkit-animation:animate-x-mark .5s;animation:animate-x-mark .5s}@-webkit-keyframes rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
/* End */


/* Start:/local/templates/razmer/components/bitrix/menu/new_menu/style.css?16353525105814*/
@media screen and (max-width : 1170px) {
	.new-menu { display:none; }
	.footermenublock { display:none; }
	.footermenublock a.root-item
	{
		color:#111 !important;
		font-weight:normal;
		padding:7px 6px !important;

	}

.list_menu_toggle li a.active {
color: #b5955a;
    border-bottom: 1px solid #b5955a;
    margin: 5px;
}
.header_two li a.root-item
    {
        color:#fff !important;
        font-weight:normal !important;
        padding:7px 6px !important;
    }
}
@media screen and (min-width : 1170px) {

	/**Top menu**/
	#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
	{
		margin:0 10px !important; 
		padding:0;
		background:none;
		min-height:27px;
		width:1100px !important;
		list-style:none;
		font-size:15px !important;
		float:left;
		/*font-size:90%*/
	}
	
	#horizontal-multilevel-menu
	{
	
	}
	
	/*Links*/
	#horizontal-multilevel-menu a
	{
		display:block;
		padding:7px 6px !important;
		/*padding:0.3em 0.8em;*/
		text-decoration:none;
		text-align:center;
	}
	
	#horizontal-multilevel-menu li
	{
		float:left;
	}
	
	/*Root items*/
	#horizontal-multilevel-menu li a.root-item
	{
		color:#fff;
		font-weight:normal !important;
		padding:7px 6px !important;
	}
	
	.header_two li a.root-item
	{
		color:#111 !important;
		font-weight:normal !important;
		padding:7px 6px !important;
	}
	.sticky li a.root-item
	{
		color:#111 !important;
		font-weight:normal !important;
		padding:7px 6px !important;
	}
	.footermenublock a.root-item
	{
		color:#111 !important;
		font-weight:normal;
		padding:7px 6px !important;
		margin-left:250px;
	}

	/*Root menu selected*/
	#horizontal-multilevel-menu li a.root-item-selected
	{
		background:none!important;
		color:#b5955a !important;
		font-weight:normal !important;
		padding:7px 6px !important;
	}
	
	/*Root items: hover*/
	#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
	{
		background:none !important;
		color:#b5955a !important;
	}
	
	/*Item-parents*/
	#horizontal-multilevel-menu a.parent
	{
		background: url(/local/templates/razmer/components/bitrix/menu/new_menu/images/arrow.gif) center right no-repeat;
	}
	
	/*Denied items*/
	#horizontal-multilevel-menu a.denied
	{
		background: url(/local/templates/razmer/components/bitrix/menu/new_menu/images/lock.gif) center right no-repeat;
	}
	
	/*Child-items: hover*/
	#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
	{
		background:#D6D6D6;
		color:#fff;
	}
#horizontal-multilevel-menu ul li a:hover, #horizontal-multilevel-menu li.jshover
	{
		background:#f2f2f2;
		color:#c5a767 !important;
	}
	
	/*Child-items selected*/
	#horizontal-multilevel-menu li.item-selected
	{
		background:#D6D6D6;
		color:#fff;
	}
	/*Sub-menu box*/
	#horizontal-multilevel-menu li ul
	{
		position:absolute;
		/*top:-999em;*/
		top:auto;
		display:none;
		z-index:500;

		height:auto;
		background: #FFF !important;
		border: 0px solid #C1C1C1 !important;
		width: 300px !important;
		margin-left: 10px !important;
	}
	
	/*Sub-menu item box*/
	#horizontal-multilevel-menu li li
	{
		width:100%;
		border-bottom:1px solid #DEDEDE;
	}
	
	/*Item link*/
	#horizontal-multilevel-menu li ul a
	{
		text-align:left;
	}
	
	/*Items text color & size */
	#horizontal-multilevel-menu li a,
	#horizontal-multilevel-menu li:hover li a,
	#horizontal-multilevel-menu li.jshover li a,
	#horizontal-multilevel-menu li:hover li:hover li a,
	#horizontal-multilevel-menu li.jshover li.jshover li a,
	#horizontal-multilevel-menu li:hover li:hover li:hover li a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
	#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
	#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
	{
		color:#4F4F4F;
		font-weight:normal !important;
		padding:10px 8px !important;
	}
	
	/*Items text color & size: hover*/
	#horizontal-multilevel-menu li:hover li:hover a,
	#horizontal-multilevel-menu li.jshover li.jshover a,
	#horizontal-multilevel-menu li:hover li:hover li:hover a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
	#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
	#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
	#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
	{
		color:#4F4F4F;

	}
	
	#horizontal-multilevel-menu li ul ul
	{
		margin:-27px 0 0 132px;
		/*margin:-1.93em 0 0 11.6em;*/
	}
	
	#horizontal-multilevel-menu li:hover ul ul,
	#horizontal-multilevel-menu li.jshover ul ul,
	#horizontal-multilevel-menu li:hover ul ul ul,
	#horizontal-multilevel-menu li.jshover ul ul ul,
	#horizontal-multilevel-menu li:hover ul ul ul ul,
	#horizontal-multilevel-menu li.jshover ul ul ul ul,
	#horizontal-multilevel-menu li:hover ul ul ul ul ul,
	#horizontal-multilevel-menu li.jshover ul ul ul ul ul
	{
		/*top:-999em;*/
		display:none;
	}
	
	#horizontal-multilevel-menu li:hover ul,
	#horizontal-multilevel-menu li.jshover ul,
	#horizontal-multilevel-menu li li:hover ul,
	#horizontal-multilevel-menu li li.jshover ul,
	#horizontal-multilevel-menu li li li:hover ul,
	#horizontal-multilevel-menu li li li.jshover ul,
	#horizontal-multilevel-menu li li li li:hover ul,
	#horizontal-multilevel-menu li li li li.jshover ul,
	#horizontal-multilevel-menu li li li li li:hover ul,
	#horizontal-multilevel-menu li li li li li.jshover ul
	{
		/*z-index:1000;
		top:auto;*/
		display:block;
	}
	
	div.menu-clear-left
	{
		clear:left;
	}
}
/* End */


/* Start:/local/templates/razmer/components/bitrix/menu/horizontal_multilevel_mobile/style.css?16345827294749*/
@media screen and (max-width : 767px) {

	/**Top menu**/
	#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
	{
		margin:0; padding:0;
		background:#BC262C url(/local/templates/razmer/components/bitrix/menu/horizontal_multilevel_mobile/images/header_menu_bg.gif) repeat-x;
		min-height:27px;
		width:100% !important;
		list-style:none;
		font-size:11px;
		float:left;
		/*font-size:90%*/
	}
	
	#horizontal-multilevel-menu
	{
	
	}
	
	/*Links*/
	#horizontal-multilevel-menu a
	{
		display:block;
		padding:5px 10px;
		/*padding:0.3em 0.8em;*/
		text-decoration:none;
		text-align:center;
	}
	
	#horizontal-multilevel-menu li
	{
		float:left;
	}
	
	/*Root items*/
	#horizontal-multilevel-menu li a.root-item
	{
		color:#fff !important;
		font-weight:bold;
		padding:7px 12px;
	}
	
	/*Root menu selected*/
	#horizontal-multilevel-menu li a.root-item-selected
	{
		background:#fc8d3d !important;
		color:#fff !important;
		font-weight:bold;
		padding:7px 12px;
	}
	
	/*Root items: hover*/
	#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
	{
		background:#e26336 !important;
		color:#fff !important;
	}
	
	/*Item-parents*/
	#horizontal-multilevel-menu a.parent
	{
		background: url(/local/templates/razmer/components/bitrix/menu/horizontal_multilevel_mobile/images/arrow.gif) center right no-repeat;
	}
	
	/*Denied items*/
	#horizontal-multilevel-menu a.denied
	{
		background: url(/local/templates/razmer/components/bitrix/menu/horizontal_multilevel_mobile/images/lock.gif) center right no-repeat;
	}
	
	/*Child-items: hover*/
	#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
	{
		background:#D6D6D6 !important;
		color:#fff !important;
	}
	
	/*Child-items selected*/
	#horizontal-multilevel-menu li.item-selected
	{
		background:#D6D6D6 !important;
		color:#fff !important;
	}
	
	/*Sub-menu box*/
	#horizontal-multilevel-menu li ul
	{
		position:absolute;
		/*top:-999em;*/
		top:auto;
		display:none;
		z-index:500;
	
		height:auto;
		/*width:12em;*/
		width:135px;
		background:#F5F5F5;
		border:1px solid #C1C1C1;
	}
	
	/*Sub-menu item box*/
	#horizontal-multilevel-menu li li
	{
		width:100%;
		border-bottom:1px solid #DEDEDE;
	}
	
	/*Item link*/
	#horizontal-multilevel-menu li ul a
	{
		text-align:left;
	}
	
	/*Items text color & size */
	#horizontal-multilevel-menu li a,
	#horizontal-multilevel-menu li:hover li a,
	#horizontal-multilevel-menu li.jshover li a,
	#horizontal-multilevel-menu li:hover li:hover li a,
	#horizontal-multilevel-menu li.jshover li.jshover li a,
	#horizontal-multilevel-menu li:hover li:hover li:hover li a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
	#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
	#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
	{
		color:#4F4F4F;
		font-weight:bold;
	}
	
	/*Items text color & size: hover*/
	#horizontal-multilevel-menu li:hover li:hover a,
	#horizontal-multilevel-menu li.jshover li.jshover a,
	#horizontal-multilevel-menu li:hover li:hover li:hover a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
	#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
	#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
	#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
	#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
	{
		color:#4F4F4F;
	}
	
	#horizontal-multilevel-menu li ul ul
	{
		margin:-27px 0 0 132px;
		/*margin:-1.93em 0 0 11.6em;*/
	}
	
	#horizontal-multilevel-menu li:hover ul ul,
	#horizontal-multilevel-menu li.jshover ul ul,
	#horizontal-multilevel-menu li:hover ul ul ul,
	#horizontal-multilevel-menu li.jshover ul ul ul,
	#horizontal-multilevel-menu li:hover ul ul ul ul,
	#horizontal-multilevel-menu li.jshover ul ul ul ul,
	#horizontal-multilevel-menu li:hover ul ul ul ul ul,
	#horizontal-multilevel-menu li.jshover ul ul ul ul ul
	{
		/*top:-999em;*/
		display:none;
	}
	
	#horizontal-multilevel-menu li:hover ul,
	#horizontal-multilevel-menu li.jshover ul,
	#horizontal-multilevel-menu li li:hover ul,
	#horizontal-multilevel-menu li li.jshover ul,
	#horizontal-multilevel-menu li li li:hover ul,
	#horizontal-multilevel-menu li li li.jshover ul,
	#horizontal-multilevel-menu li li li li:hover ul,
	#horizontal-multilevel-menu li li li li.jshover ul,
	#horizontal-multilevel-menu li li li li li:hover ul,
	#horizontal-multilevel-menu li li li li li.jshover ul
	{
		/*z-index:1000;
		top:auto;*/
		display:block;
	}
	
	div.menu-clear-left
	{
		clear:left;
	}
}
/* End */


/* Start:/local/templates/razmer/components/bitrix/menu/vertical_multilevel/style.css?16344996444362*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:none;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:14px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#666;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:none;
	color:#CCC;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/local/templates/razmer/components/bitrix/menu/vertical_multilevel/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/local/templates/razmer/components/bitrix/menu/vertical_multilevel/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:none;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/local/templates/razmer/libs/font-awesome-4.7.0/css/font-awesome.min.css?155895865631000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/templates/razmer/libs/font-awesome-4.7.0/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/local/templates/razmer/libs/font-awesome-4.7.0/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/templates/razmer/libs/font-awesome-4.7.0/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/templates/razmer/libs/font-awesome-4.7.0/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/templates/razmer/libs/font-awesome-4.7.0/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/templates/razmer/libs/font-awesome-4.7.0/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/local/templates/razmer/styles.css?1770189844959*/
.cookie-consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
  display: none;
}

.cookie-consent.is-visible {
  display: block;
}

.cookie-consent__inner {
  max-width: 1100px;
  margin: 0 auto;
  background: rgba(20, 20, 20, 0.95);
  color: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.cookie-consent__text {
  font-size: 14px;
  line-height: 1.35;
}

.cookie-consent__btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  background: #b6a071;
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  white-space: nowrap;
  transition:.2s;
}
.cookie-consent__btn:hover{
  opacity:0.8;
}

@media (max-width: 640px) {
  .cookie-consent__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .cookie-consent__btn {
    width: 100%;
  }
}

/* End */
/* /local/templates/razmer/libs/fancybox/jquery.fancybox.css?155895865616861 */
/* /local/templates/razmer/libs/swiper/swiper.css?155895865622265 */
/* /local/templates/razmer/css/normalize.css?15589586567719 */
/* /local/templates/razmer/css/fonts.css?15589586561238 */
/* /local/templates/razmer/css/main.css?171584831858088 */
/* /local/templates/razmer/css/media.css?158402485424098 */
/* /local/templates/razmer/libs/sweetalert/sweetalert2.min.css?155895865614999 */
/* /local/templates/razmer/components/bitrix/menu/new_menu/style.css?16353525105814 */
/* /local/templates/razmer/components/bitrix/menu/horizontal_multilevel_mobile/style.css?16345827294749 */
/* /local/templates/razmer/components/bitrix/menu/vertical_multilevel/style.css?16344996444362 */
/* /local/templates/razmer/libs/font-awesome-4.7.0/css/font-awesome.min.css?155895865631000 */
/* /local/templates/razmer/styles.css?1770189844959 */
