@charset "UTF-8";
/* Тело */
.ppix {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.4;
  pointer-events: none;
  z-index: 10000;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

body {
  font-family: "Manroper";
  max-width: 100%;
  color: #252422;
  font-size: 18px;
  line-height: 32px;
  -webkit-transition: background-color 0.8s linear;
  transition: background-color 0.8s linear;
  width: 100vw;
  height: 100vh;
  scrollbar-width: 0px;
  text-decoration: none;
}

.no-scroll {
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: none;
}

body.yellow {
  background: #fad00b;
}

.in {
  margin: 0px auto 0px auto;
  width: calc(100% - 160px);
}

p {
  margin: 0px 0px 32px 0px;
}

blockquote {
  margin: 0px 0px 32px 0px;
}

a {
  color: #252422;
}

i {
  font-family: "Raleway Italick";
  font-style: normal;
}

.main a {
  border-bottom: 1px solid #252422;
}

.main a:hover {
  color: #252422;
  border-bottom: 1px solid transparent;
}
/*
.main a:visited {
  color: #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}

.main a:visited:hover {
  color: #bdbdbd;
  border-bottom: 1px solid transparent;
}*/

h1 {
  font-size: 86px;
  line-height: 120px;
  margin: 0px 0px 48px 104px;
  font-weight: 500;
}

h2 {
  font-weight: 300;
  font-size: 54px;
  line-height: 72px;
  margin: 40px 0px 30px 0px;
  width: 100%;
}

h3 {
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  margin: 40px 0px 30px 0px;
  width: 100%;
}

img + h3, img + h2, img + h1 {
  margin-top: 0px;
}

h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  margin: 64px 0px 32px 0px;
  width: 100%;
}

h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin: 64px 0px 32px 0px;
  width: 100%;
}

hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #bdbdbd;
  clear: both;
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  font-family: "Raleway Regular";
  font-size: 16px;
  line-height: 20px;
  z-index: 10;
  -webkit-transition: background 0.8s linear;
  transition: background 0.8s linear, opacity 0.2s linear;
}

.hidde-header {
  opacity: 0;
  pointer-events: none;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 128px;
}

.col-1 {
  width: calc((100vw - 160px - 17px) / 4 - 24px);
  padding: 0px 32px 0px 32px;
  margin: 0px 32px 0px 0px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.col-2 {
  width: calc((100vw - 160px) / 2 - 24px);
  padding: 0px 32px 0px 32px;
  margin: 0px 32px 0px 0px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.col-3 {
  width: calc((100vw - 160px) * 0.75 - 24px);
  padding: 0px 32px 0px 32px;
  margin: 0px 32px 0px 0px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.col-1:last-child,
.col-2:last-child,
.col-3:last-child {
  margin-right: 0px;
}

.logo {
  padding-left: 0px;
  min-height: 54px;
}

.logo img {
  position: relative;
  top: 7px;
  cursor: pointer;
  height: 50px;
}

.mback {
  display: none;
}

.search-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-img {
  cursor: pointer;
  overflow: hidden;
  width: 24px;
  height: 24px;
  text-align: center;
}

.search-img img {
  display: block;
  margin: 0px auto;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  max-width: 100%;
}

.search-img.open img:first-child {
  margin-top: -24px;
  margin-bottom: 4px;
}

.white .search-img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.white .search-img.open {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.white .menu2 {
  color: #fff;
}

.white .menu2.open {
  color: #252422;
}

.mop {
  position: relative;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
}

.mop div {
  position: absolute;
  width: 20px;
  height: 2px;
  top: 8px;
  left: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #252422;
}

.white .mop div {
  background: #fff;
}

.white .mop.open div {
  background: #252422;
}

.mop div:nth-child(2) {
  top: 14px;
}

.mop.open div:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mop.open div:nth-child(2) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mop span {
  margin-left: 38px;
}

.mop span.wclo {
  display: none;
}

.mop.open span.wop {
  display: none;
}

.mop.open span.wclo {
  display: block;
}

.white .mop span {
  color: #fff;
}

.white .mop.open span {
  color: #252422;
}

.diller-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 3px;
}

.hidde {
  opacity: 0;
  pointer-events: none;
}

.white .diller-block a {
  color: #fff;
}

.point-ref {
  position: relative;
  padding-left: 28px;
}

.right-text a.point-ref {
  border-bottom: none !important;
}
/*
.right-text a.point-ref:visited {
  color: #252422;
  border-bottom: none;
}*/

.point {
  position: absolute;
  top: calc(50% - 4px);
  left: 0px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #252422;
  -webkit-transition: 0.4s;
  transition: 0.2s;
  z-index: -1;
}

.white .diller-block .point {
  background: #fff;
}

.point-ref:hover .point {
  background: #fad00b;
}

.point i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.point-ref:hover .point i {
  border-color: #fad00b;
}

.point-ref:hover .point i:nth-child(1) {
  -webkit-transition: width 0.1s, height 0.1s;
  transition: width 0.1s, height 0.1s;
}

.point-ref:hover .point i:nth-child(2) {
  -webkit-transition: width 0.2s, height 0.2s;
  transition: width 0.2s, height 0.2s;
}

.point-ref:hover .point i:nth-child(3) {
  -webkit-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
}

.point-ref:hover .point i:nth-child(1) {
  width: 28px;
  height: 28px;
}

.point-ref:hover .point i:nth-child(2) {
  width: 48px;
  height: 48px;
}

.point-ref:hover .point i:nth-child(3) {
  width: 66px;
  height: 66px;
}

/*.lang-change { display: none; }*/

.lang-change::before {
  content: '';
  display: block;
  width: calc(100% + 26px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.first-lang { position: relative; }

.first-lang::after {
  content: '';
  display: block;
  width: 8px;
  height: 5px;
  position: absolute;
  top: 8px;
  right: -16px;
  background: url(../img/down.svg) center center no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.first-lang.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.next-lang {
  position: absolute;
  top: 28px;
  right: 3px;
  display: none;
}

/*Первый экран*/
.firt-screen {
  position: relative;
  width: 100%;
  height: 100vh;
}

.noactive {
  pointer-events: none !important;
}

.firt-screen .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.left-img {
  position: absolute;
  right: 0px;
  width: calc(100% + 80px);
  height: 100vh;
  overflow: hidden;
}

.left-img > img {
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}

.img-shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transition: 0.8s linear;
  transition: 0.8s linear;
  overflow: hidden;
}

.img-shadow.hidden {
  height: 0vh;
}

.mobile {
  display: none;
}

.top-banner {
  padding-right: 0px;
  height: 100vh;
  position: relative;
}

.top-banner-text {
  font-size: 86px;
  line-height: 120px;
  font-weight: 100;
  position: absolute;
  top: 50%;
  left: 32px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  padding-top: 26px;
}

.top-banner-text b,
.top-banner-text strong {
  font-weight: 900;
  letter-spacing: -0.7px;
}

.top-banner-bottom {
  width: 100%;
  position: absolute;
  bottom: 131px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Raleway Regular";
  font-size: 14px;
  line-height: 20px;
}

.sroll-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sroll-block img {
  margin-right: 24px;
}

.sroll-block span {
  font-size: 13px;
  word-spacing: 2.1px;
  margin: 2px 0px -2px 0px;
}

.top-bottom-center {
  padding-right: 64;
  margin-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0px;
}

.top-bottom-center p {
  margin: 2px 24px 0px 0px;
}

.top-bottom-center i {
  line-height: 24px;
  font-family: "Raleway Italick";
  font-style: normal;
  letter-spacing: -0.3px;
}

.tel {
  position: fixed;
  bottom: 140px;
  right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  background: #fad00b;
  border-radius: 50%;
  z-index: 4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.tel::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fad00b;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	border-radius: 50%;
	z-index: -1;
	poiner-events: none;
}
.tel:hover::after {
	transform: scale(120%);
}
.tel.down {
  bottom: 90px;
}

.slider-info {
  position: absolute;
  bottom: 152px;
  right: 0px;
  height: calc(50vh - 86px);
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.slider-nav {
  position: absolute;
  right: calc(50% - 28px);
}

.prev-slid,
.next-slid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 56px;
  height: 56px;
  position: relative;
}

.prev-slid {
  margin-bottom: 21px;
}

.prev-slid::after,
.next-slid::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border: 2px solid #252422;
  border-radius: 50%;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  pointer-events: none;
}

.prev-slid:hover::after,
.next-slid:hover::after {
  width: 74px;
  height: 74px;
  opacity: 0;
}

.prev-slid::before,
.next-slid::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #252422;
  border-radius: 50%;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  pointer-events: none;
}

.prev-slid:hover::before,
.next-slid:hover::before {
  width: 56px;
  height: 56px;
}

.prev-slid:hover img,
.next-slid:hover img {
  -webkit-filter: brightness(0) invert(67%) sepia(100%) saturate(394%) hue-rotate(3deg) brightness(101%) contrast(103%);
          filter: brightness(0) invert(67%) sepia(100%) saturate(394%) hue-rotate(3deg) brightness(101%) contrast(103%);
}

.slider-num-wrap {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: calc(100% - 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 64px 0px 0px;
  overflow: hidden;
  margin: 0px 0px 0px auto;
}

.slide-num {
  margin: 0px 0px 0px auto;
  position: relative;
  text-align: center;
}

.slide-num::before {
  content: '';
  display: block;
  width: 100vh;
  height: 1px;
  background: #252422;
  position: absolute;
  top: 16px;
  right: calc(100% + 21px);
}

.iz {
  margin: 0px 4px 0px 4px;
}

.top-slider {
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(100vw - ((100vw - 160px) / 4 - 24px + 80px) - 17px);
  height: 100vh;
  pointer-events: none;
}

.top-slider.open {
  pointer-events: all;
}

.slider-shadow {
  background: #252422;
  opacity: 0.54;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.slider-ico {
  position: absolute;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  height: 0px;
  width: 100%;
  -webkit-transition: 0.8s linear;
  transition: 0.8s linear;
}

.slider-ico.open {
  height: 100vh;
}

.ico-slid {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  height: 100vh;
  opacity: 0;
  -webkit-transition: 0s linear;
  transition: 0s linear;
}

.ico-slid.active {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  height: 100vh;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear;
}

.ico-slid.active2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  height: 100vh;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear;
}

.ico-slid img {
  position: absolute;
  left: 50%;
  bottom: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.text-slide {
  position: absolute;
  bottom: calc(50% + 26px);
  left: 64px;
  -webkit-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.slide-bread {
  margin-bottom: 23px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
}

.slide-name {
  max-width: calc(100% - 174px);
}

.slide-name a, .slide-name span {
  font-size: 86px;
  line-height: 120px;
  color: #fff;
  background: linear-gradient(0deg, #fad00b 2px, rgba(0, 0, 0, 0) 0%);
  background-size: 100% 113px;
  font-weight: 200;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  user-select: none;
}

.slide-name:hover a {
  color: #fad00b;
}

.slide-name span {
  background: none !important;
}

.slide-name a b,
.slide-name a strong {
  font-weight: 700;
}

.point2 {
  position: absolute;
  left: 64px;
  top: auto;
  bottom: 158px;
  width: 24px;
  height: 24px;
  background: #fff;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.point2.hover {
  background: #fad00b;
}

.point2 i {
  border-width: 2px;
  width: 24px;
  height: 24px;
}

.point2.hover i {
  border-color: #fad00b;
}

.point2.hover i:nth-child(1) {
  -webkit-transition: width 0.8s, height 0.8s;
  transition: width 0.8s, height 0.8s;
}

.point2.hover i:nth-child(2) {
  -webkit-transition: width 1.2s, height 1.2s;
  transition: width 1.2s, height 1.2s;
}

.point2.hover i:nth-child(3) {
  -webkit-transition: width 1.4s, height 1.4s;
  transition: width 1.4s, height 1.4s;
}

.point2.hover i:nth-child(1) {
  width: 56px;
  height: 56px;
}

.point2.hover i:nth-child(2) {
  width: 88px;
  height: 88px;
}

.point2.hover i:nth-child(3) {
  width: 120px;
  height: 120px;
}

.menu-wrap {
  display: none;
  background: #fad00b;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
  padding: 122px 0px 78px 0px;
  -webkit-transition: background 0.8s;
  transition: background 0.8s;
}

.menu {
  font-size: 36px;
  line-height: 48px;
  list-style: none;
  opacity: 0;
  position: relative;
}

.open .menu {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1;
}

/*
.menu li {
}*/
.menu .pointer {
  content: '';
  position: absolute;
  top: 24px;
  left: -52px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #252422;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

.sub-menu {
  display: none;
}

.cont-menu {
  position: absolute;
  left: 80px;
  bottom: 84px;
  opacity: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 200;
}

.open .cont-menu {
  opacity: 1;
}

.cont-menu .point-ref {
  font-weight: 300;
  font-family: "Raleway Regular";
}

.menu-tel {
  margin: 0px 0px 36px 0px;
}

.menu-wrap .point-ref:hover .point {
  background: #fff;
}

.menu-wrap .point-ref:hover .point i {
  border-color: #fff;
}

.menu-lang {
  position: absolute;
  right: 80px;
  bottom: 84px;
  opacity: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  font-family: "Raleway Regular";
}

.open .menu-lang {
  opacity: 1;
}

.lang-point {
  margin: 0px 0px 0px 26px;
  padding-left: 0px;
  position: relative;
}

.lang-point .point {
  position: absolute;
  top: -33px;
  left: 5px;
}

.menu-over {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}

.menu2 {
  position: relative;
  cursor: pointer;
  margin: 2px 0px 0px 36px;
}

.menu2::after {
  content: '';
  display: block;
  width: 8px;
  height: 5px;
  position: absolute;
  top: 8px;
  right: -16px;
  background: url(../img/down.svg) center center no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menu2.open::after {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.menu2::before {
  content: '';
  display: block;
  width: calc(100% + 26px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.menu-prod-wrap {
  display: none;
  background: #fad00b;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
  padding: 0px 0px 0px 0px;
  -webkit-transition: background 0.8s;
  transition: background 0.8s;
  height: 100vh;
}

.menu-prod {
  padding: 0px 64px 0px 0px;
  margin: 0px;
  left: 0px;
  font-size: 36px;
  line-height: 48px;
  list-style: none;
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.menu-prod.view {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menu-prod > li {
  margin: 0px 0px 32px 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

.menu-prod > li:last-child {
  margin: 0px 0px 0px 0px;
}

.menu-prod:hover > li {
  opacity: 0.4;
}

.menu-prod:hover > li:hover {
  opacity: 1;
}

.menu-img {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  pointer-events: none;
}

.menu-img-anim {
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  -webkit-transition: 0s;
  transition: 0s;
}

.menu-img img {
  height: 100vh;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.sub-menu-prod {
  display: none;
  position: absolute;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  top: 24px;
  left: calc(100%);
  width: 224px;
  font-weight: 500;
}

.bottomli .sub-menu-prod {
  top: auto;
  bottom: 8px;
}

.menu-prod > li:last-child .sub-menu-prod {
  top: auto;
  bottom: 8px;
}

.sub-menu-prod li {
  margin-bottom: 8px;
}

.main-content {
  width: 100%;
}

.main-content .in {
  width: calc(100% - 160px);
  margin: 0px auto 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.left-stick {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.left-fon {
  height: 100vh;
}

.left-fon .img-left-fon {
  position: absolute;
  right: 0px;
  width: calc(100% + 80px);
  height: 100vh;
  overflow: hidden;
  bottom: 0px;
  -webkit-transition: height 1s linear;
  transition: opacity 1s linear;
  opacity: 0;
}

.left-fon .img-left-fon.selected {
  height: 100vh;
  z-index: 1;
  -webkit-transition: height 0s linear;
  transition: opacity 0s linear;
  opacity: 1;
}

.left-fon .img-left-fon.selected2 {
  height: 100vh;
  z-index: 2;
  -webkit-transition: height 1s linear !important;
  transition: opacity 1s linear !important;
  opacity: 1;
}

.left-fon .img-left-fon.hidden {
  opacity: 0;
  -webkit-transition: height 1s linear !important;
  transition: opacity 1s linear !important;
}

.img-left-fon img {
  min-height: 100vh;
  min-width: 100%;
  width: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.left-fon .img-left-fon.go-up, .img-left-fon.go-up img {
  bottom: auto;
  top: 0px;
}

.whitefon {
  height: 100vh;
  width: 100%;
  background: #fff;
}

.zag {
  font-size: 86px;
  line-height: 120px;
  font-weight: 100;
  margin: 32px 0px 32px 0px;
}

.zag b,
.zag strong {
  font-weight: 700;
}

.zm1 {
  margin: 183px 0px 106px 0px;
}

.left-mar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  width: calc((100vw - 160px) / 2 - 64px);
  margin-left: auto;
}

.left-mar p {
  margin: 0px 24px 0px 0px;
  -ms-flex-negative: 0;
     
}

.left-mar p:first-child { flex-shrink: 0; }

.left-mar i {
  line-height: 24px;
  font-family: "Raleway Italick";
  font-style: normal;
}
.left-mar i span {
	font-family: "Manroper";
	font-style: italic;
}
.foter-adr span {
	font-family: "Manroper";
	font-style: italic;
}
.main-block-list {
  margin: 200px 0px 0px 0px;
}

.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0px 0px 200px 0px;
}

.block-text {
  width: 448px;
  padding-top: 0px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.block-text .name {
  font-size: 36px;
  line-height: 48px;
  margin: 0px 0px 30px 0px;
  display: block;
  padding: 50px 0px 0px 0px;
  border: none !important;
  color: #252422 !important;
}

.block-text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0px;
}

.block-text .name .point {
  top: 0px;
}
/*
.block:hover .block-text .name .point {
  background: #fad00b;
}

.block:hover .block-text .point i {
  border-color: #fad00b;
}

.block:hover .block-text .point i:nth-child(1) {
  width: 28px;
  height: 28px;
}

.block:hover .block-text .point i:nth-child(2) {
  width: 48px;
  height: 48px;
}

.block:hover .block-text .point i:nth-child(3) {
  width: 66px;
  height: 66px;
}
*/
.block-img {
  width: calc(100% - 448px - 64px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0px;
  position: relative;
}

.block-img img {
  margin: 0px 0px 0px 0px !important;
  width: 100%;
}

.block-img::after {
  content: '';
  display: block;
  width: 50%;
  height: 25%;
  position: absolute;
  left: 25%;
  bottom: 0px;
  -webkit-box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.48);
          box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.48);
  z-index: -1;
}

.overh {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.block-img img {
  max-width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.block:hover .block-img img {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}

.left-shadow {
  position: absolute;
  top: 0px;
  left: -80px;
  width: calc(100% + 80px);
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transition: 0.8s linear;
  transition: 0.8s linear;
  overflow: hidden;
}

.left-shadow.hidden {
  height: 0vh;
}

.right-text {
  padding-right: 0px;
}

.bottom-content {
  width: 100%;
  margin: 180px 0px 0px 0px;
}

.bottom-content .in {
  width: calc(100% - 160px);
  margin: 0px auto 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.okomp {
  padding-left: 0px;
  font-size: 14px;
  line-height: 24px;
}

.okomp b,
.okomp strong {
  font-weight: 600;
}

.zm2 {
  margin: 22px 0px 155px 0px;
}

.leftocit {
  font-size: 14px;
  line-height: 24px;
  padding-left: 0px;
}

.leftocit p {
  margin: 0px 0px 0px 0px;
}

.big-fon-img {
  width: calc(100% + 78px);
  line-height: 0px;
}

.big-fon-img img {
  width: 100%;
}

.zm3 {
  margin: 184px 0px 104px 0px;
}

.chislo {
  font-weight: 100;
  font-size: 200px;
  line-height: 160px;
  margin: 0px 0px 45px 0px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.chislo-spans {
  display: block;
  height: 160px;
  overflow: hidden;
}

.chislo-spans span {
  display: block;
  height: 100%;
}
.chislo-spans[data-chislo="1"] span:first-child {
  transition: .2s linear;
}
.chislo-spans[data-chislo="2"] span:first-child {
  transition: .4s linear;
}
.chislo-spans[data-chislo="3"] span:first-child {
  transition: .6s linear;
}
.chislo-spans[data-chislo="4"] span:first-child {
  transition: .8s linear;
}
.chislo-spans[data-chislo="5"] span:first-child {
  transition: 1s linear;
}
.chislo-spans[data-chislo="6"] span:first-child {
  transition: 1.2s linear;
}
.chislo-spans[data-chislo="7"] span:first-child {
  transition: 1.4s linear;
}
.chislo-spans[data-chislo="8"] span:first-child {
  transition: 1.6s linear;
}
.chislo-spans[data-chislo="9"] span:first-child {
  transition: 1.8s linear;
}
.chislo-spans[data-chislo="1"] + .chislo-spans span:first-child {
  transition-delay: .2s;
}
.chislo-spans[data-chislo="2"] + .chislo-spans span:first-child {
  transition-delay: .4s;
}
.chislo-spans[data-chislo="3"] + .chislo-spans span:first-child {
  transition-delay: .6s;
}
.chislo-spans[data-chislo="4"] + .chislo-spans span:first-child {
  transition-delay: .8s;
}
.chislo-spans[data-chislo="5"] + .chislo-spans span:first-child {
  transition-delay: 1s;
}
.chislo-spans[data-chislo="6"] + .chislo-spans span:first-child {
  transition-delay: 1.2s;
}
.chislo-spans[data-chislo="7"] + .chislo-spans span:first-child {
  transition-delay: 1.4s;
}
.chislo-spans[data-chislo="8"] + .chislo-spans span:first-child {
  transition-delay: 1.6s;
}
.chislo-spans[data-chislo="9"] + .chislo-spans span:first-child {
  transition-delay: 1.8s;
}

.animate .chislo-spans[data-chislo="0"] span:first-child {
  margin-top: calc(-160px);
}
.animate .chislo-spans[data-chislo="1"] span:first-child {
  margin-top: calc(-160px * 2);
}
.animate .chislo-spans[data-chislo="2"] span:first-child {
  margin-top: calc(-160px * 3);
}
.animate .chislo-spans[data-chislo="3"] span:first-child {
  margin-top: calc(-160px * 4);
}
.animate .chislo-spans[data-chislo="4"] span:first-child {
  margin-top: calc(-160px * 5);
}
.animate .chislo-spans[data-chislo="5"] span:first-child {
  margin-top: calc(-160px * 6);
}
.animate .chislo-spans[data-chislo="6"] span:first-child {
  margin-top: calc(-160px * 7);
}
.animate .chislo-spans[data-chislo="7"] span:first-child {
  margin-top: calc(-160px * 8);
}
.animate .chislo-spans[data-chislo="8"] span:first-child {
  margin-top: calc(-160px * 9);
}
.animate .chislo-spans[data-chislo="9"] span:first-child {
  margin-top: calc(-160px * 10);
}

.chislo-podp {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin: 0px 0px 0px 0px;
}

.yellow-end {
  width: 100%;
  height: 120px;
}

.zm4 {
  margin: 180px 0px 106px 0px;
}

.vrez {
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  padding-left: 0px;
}

.zm5 {
  margin: 152px 0px 116px 0px;
}

.small {
  font-size: 16px;
  line-height: 20px;
  font-family: "Raleway Regular";
}

.footer {
  background: #252422;
  padding: 120px 0px 108px 0px;
  position: relative;
  z-index: 1;
  margin-top: 176px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: "Raleway Regular";
}

.footer .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .col-1:nth-child(4) {
  margin-right: 0px;
}

.footer .col-1:first-child {
  padding-left: 0px;
}

.lh24 {
  line-height: 24px;
  margin-bottom: 40px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #fad00b;
}

.footer .point-ref .point {
  background: #fff;
}

.footer .point-ref .point i {
	border-color: #fff;
}
.footer-tel {
  font-size: 16px;
  font-weight: 300;
  font-family: "Manroper";
}

.footer-refs {
  margin-top: 36px;
}

.footer-refs a {
  display: block;
  margin-bottom: 36px;
}

.bf-ref {
  display: block;
  margin-bottom: 36px;
  font-weight: 600;
  font-size: 16px;
}

.sm-ref {
  display: block;
  margin-bottom: 16px;
}

.footer-bottom {
  margin-top: 44px;
}

.footer-bottom p {
  margin: 0px 0px 0px 0px;
}

.pl0 {
  padding-left: 0px;
}

.up {
  position: absolute;
  bottom: 170px;
  right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  z-index: 4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.up::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fad00b;
  border-radius: 50%;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  pointer-events: none;
}

.up:hover::before {
  width: 56px;
  height: 56px;
}

.up::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  pointer-events: none;
}

.up:hover::after {
  width: 74px;
  height: 74px;
  opacity: 0;
}

.up svg {
  position: relative;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.up:hover svg path {
  fill: #252422;
}

.sticky2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.mob-footer-cont {
  display: none;
}

.search-wrap {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fad00b;
  width: 100%;
  padding: 130px 112px 137px 0px;
  z-index: 9;
}

.search-form {
  opacity: 0;
  border-bottom: 1px solid #252422;
  position: relative;
  padding-bottom: 20px;
}

.search-form-place {
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: 100;
  opacity: 0.4;
  font-size: 36px;
  line-height: 48px;
  pointer-events: none;
}

.zapol ~ .search-form-place {
  /*top: -14px;
    font-size: 16px;
    line-height: 20px;*/
  opacity: 0;
}

.search-form input[type="text"] {
  border: none;
  outline: none;
  width: calc(100% - 32px);
  background: transparent;
  font-size: 36px;
  line-height: 48px;
  font-weight: 100;
}

.search-form input[type="submit"] {
  border: none;
  outline: none;
  background: url(../img/search.svg) center center no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
  top: -8px;
  right: -4px;
}

.search-close {
  display: none;
  position: relative;
  cursor: pointer;
  margin: 2px 0px 0px 14px;
}

.search-text {
  position: absolute;
  top: 152px;
  left: 0px;
  font-size: 16px;
  line-height: 20px;
  display: none;
}

.searc-over {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}

.header-fon {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  right: 0px;
  -webkit-transition: background-color 0.8s linear;
  transition: background-color 0.8s linear;
  z-index: -1;
}

.header.move .header-fon {
  background: #fff;
}

.yellow .header.move .header-fon {
  background: #fad00b;
}

.yellow .point-ref:hover .point {
  background: #fff;
}

.yellow .point-ref:hover .point i {
  border-color: #fff;
}

.yellow .tel {
  background: #252422;
}
.yellow .tel::after {
  background: #252422;
}

.yellow .tel img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.yellow .chislo {
  color: #fff;
}

.yellow .img-shadow {
  background: #fad00b;
}

.yellow .sticky2 {
  opacity: 0.4;
}

.yellow .menu-wrap {
  background: #fff;
}

.yellow .header.move.open .header-fon {
  background: transparent;
}

.yellow .search-wrap {
  background: #fff;
}

.yellow .menu-prod-wrap {
  background: #fff;
}

.yellow .menu2::after {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.yellow .menu2.open::after {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.header.open .header-fon {
  background: transparent;
  -webkit-transition: 0s;
  transition: 0s;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0px;
}

.mCSB_scrollTools {
  z-index: 9;
}

.search-page {
  padding-top: 230px;
}

.sl-zag {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  margin: 25px 0px 24px 0px;
}

.sl-text {
  font-size: 14px;
  line-height: 24px;
}

.p0 {
  padding: 0px 0px 0px 0px;
}

.left-stick.p0 {
  top: 168px;
}

.search-page-form {
  opacity: 1;
  margin: 0px 0px 0px 0px !important;
  padding-bottom: 17px;
}

.search-page-form input[type="text"] {
  font-weight: 100;
  font-size: 54px;
  line-height: 72px;
  font-family: "Manroper";
  letter-spacing: 1.2px;
}

.search-page-form input[type="submit"] {
  top: -5px;
}

.search-list {
  margin-top: 120px;
}

.search-item {
  margin-bottom: 140px;
}

.search-item:last-child {
  margin-bottom: 0px;
}

.search-item .point-ref {
  font-size: 14px;
  line-height: 24px;
  padding-left: 80px;
  margin-bottom: 32px;
  display: block;
}

.search-item:hover .point-ref .point {
  background: #fad00b;
}

.search-item:hover .point-ref .point i {
  border-color: #fad00b;
}

.search-item:hover .point-ref .point i:nth-child(1) {
  width: 28px;
  height: 28px;
}

.search-item:hover .point-ref .point i:nth-child(2) {
  width: 48px;
  height: 48px;
}

.search-item:hover .point-ref .point i:nth-child(3) {
  width: 66px;
  height: 66px;
}

.search-name {
  display: block;
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 32px;
  padding-left: 80px;
  border: none !important;
  color: #252422 !important;
}

.search-description {
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  padding-left: 80px;
}

.header.h404 * {
  color: #fff !important;
}

.header.h404 .mop div {
  background: #fff;
}

.header.h404 .point {
  background: #fff;
}

.header.h404 .point i {
  border: 1px solid #fff;
}

.header.h404 .search-img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.header.h404.open * {
  color: #252422 !important;
}

.header.h404.open .mop div {
  background: #252422;
}

.header.h404.open .point {
  background: #252422;
}

.header.h404.open .point i {
  border: 1px solid #252422;
}

.header.h404.open .search-img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.page404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100vw;
  height: 100vh;
}

.left404 {
  height: 100vh;
  width: calc((100vw - 160px - 17px) / 4 - 24px + 85px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.zag404 {
  font-size: 180px;
  line-height: 140px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-weight: 100;
  margin: 0px 7px 6px 0px;
  letter-spacing: 3.8px;
}

.right404 {
  height: 100vh;
  width: calc(100vw - ((100vw - 160px - 17px) / 4 - 24px + 85px));
  background: url(../img/404.png) center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.err404 {
  position: absolute;
  bottom: 158px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
}

.right404 .zag {
  color: #fff;
  padding: 0px 112px 0px 64px;
  margin: 0px 0px 8px 0px;
  letter-spacing: 2.8px;
}

.dot404 {
  position: absolute;
  bottom: 158px;
  left: 0px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
  padding-left: 64px;
}

.dot404 .point-ref {
  color: #fff;
  margin-right: 64px;
}

.dot404 .point-ref .point {
  z-index: 1;
  background: #fff;
}

.dot404 .point-ref .point i {
  border: 1px solid #fff;
}

.dot404 .point-ref span {
  position: relative;
  z-index: 2;
}

.inner-page ~ .footer {
  margin: 0px 0px 0px 0px;
}

.inner-page .right-text {
  margin: 236px 0px 120px 0px;
}

.inner-page .right-text h1 {
  margin: 0px 0px 120px 0px;
  font-weight: 500;
}

.blockquote {
  padding-left: 48px;
  position: relative;
}

.blockquote::before {
  content: '';
  display: block;
  width: 20px;
  height: 16px;
  background: url(../img/blockquote.svg) center center/contain no-repeat;
  position: absolute;
  top: 6px;
  left: 0px;
}

.blockquote2 {
  padding-left: 48px;
  border-left: 2px solid #fad00b;
}

.right-text a {
  color: #252422;
  border-bottom: 1px solid #252422;
}
/*
.right-text a:visited {
  color: #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
*/
.right-text a:hover {
  border-bottom: 1px solid transparent;
}

.right-text a[href^="http"]:not([href^="http://isomax"]):not([href^="http://en.isomax"]),
.right-text a[href^="https"]:not([href^="https://isomax"]):not([href^="https://en.isomax"]) {
  position: relative;
  margin-right: 17px;
}

.right-text a[href^="http"]:not([href^="http://isomax"]):not([href^="http://en.isomax"])::after,
.right-text a[href^="https"]:not([href^="https://isomax"]):not([href^="https://en.isomax"])::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -17px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/outlink.svg) center center/contain no-repeat;
}
.right-text a.name[href^="http"] {
  margin-right: 0px;
}
.right-text a.name[href^="http"]::after {
	display: none;
}

/*Файлы*/
.file-in-text {
  position: relative;
  padding-left: 32px;
}

.file-in-text.block-style {
  display: block;
}

.file-in-text::before {
  content: '';
  display: block;
  width: 25px;
  height: 26px;
  background: url(../img/file-types/file.svg) center center no-repeat;
  position: absolute;
  top: -1px;
  left: 0px;
  background-size: 100%;
}

.file-in-text.pdf::before {
  background-image: url(../img/file-types/pdf.svg);
}

.file-in-text.z7::before {
  background-image: url(../img/file-types/7z.svg);
}

.file-in-text.aac::before {
  background-image: url(../img/file-types/aac.svg);
}

.file-in-text.avi::before {
  background-image: url(../img/file-types/avi.svg);
}

.file-in-text.bmp::before {
  background-image: url(../img/file-types/bmp.svg);
}

.file-in-text.csv::before {
  background-image: url(../img/file-types/csv.svg);
}

.file-in-text.doc::before {
  background-image: url(../img/file-types/doc.svg);
}

.file-in-text.docx::before {
  background-image: url(../img/file-types/docx.svg);
}

.file-in-text.flac::before {
  background-image: url(../img/file-types/flac.svg);
}

.file-in-text.gif::before {
  background-image: url(../img/file-types/gif.svg);
}

.file-in-text.gzip::before {
  background-image: url(../img/file-types/gzip.svg);
}

.file-in-text.htm::before {
  background-image: url(../img/file-types/htm.svg);
}

.file-in-text.html::before {
  background-image: url(../img/file-types/html.svg);
}

.file-in-text.jpeg::before {
  background-image: url(../img/file-types/jpeg.svg);
}

.file-in-text.jpg::before {
  background-image: url(../img/file-types/jpg.svg);
}

.file-in-text.json::before {
  background-image: url(../img/file-types/json.svg);
}

.file-in-text.mkv::before {
  background-image: url(../img/file-types/mkv.svg);
}

.file-in-text.mp3::before {
  background-image: url(../img/file-types/mp3.svg);
}

.file-in-text.mp4::before {
  background-image: url(../img/file-types/mp4.svg);
}

.file-in-text.mpeg::before {
  background-image: url(../img/file-types/mpeg.svg);
}

.file-in-text.odp::before {
  background-image: url(../img/file-types/odp.svg);
}

.file-in-text.ods::before {
  background-image: url(../img/file-types/ods.svg);
}

.file-in-text.odt::before {
  background-image: url(../img/file-types/odt.svg);
}

.file-in-text.ogg::before {
  background-image: url(../img/file-types/ogg.svg);
}

.file-in-text.png::before {
  background-image: url(../img/file-types/png.svg);
}

.file-in-text.ppt::before {
  background-image: url(../img/file-types/ppt.svg);
}

.file-in-text.pptx::before {
  background-image: url(../img/file-types/pptx.svg);
}

.file-in-text.rar::before {
  background-image: url(../img/file-types/rar.svg);
}

.file-in-text.rtf::before {
  background-image: url(../img/file-types/rtf.svg);
}

.file-in-text.svg::before {
  background-image: url(../img/file-types/svg.svg);
}

.file-in-text.tar::before {
  background-image: url(../img/file-types/tar.svg);
}

.file-in-text.tgz::before {
  background-image: url(../img/file-types/tgz.svg);
}

.file-in-text.tiff::before {
  background-image: url(../img/file-types/tiff.svg);
}

.file-in-text.txt::before {
  background-image: url(../img/file-types/txt.svg);
}

.file-in-text.vob::before {
  background-image: url(../img/file-types/vob.svg);
}

.file-in-text.wav::before {
  background-image: url(../img/file-types/wav.svg);
}

.file-in-text.webm::before {
  background-image: url(../img/file-types/webm.svg);
}

.file-in-text.wma::before {
  background-image: url(../img/file-types/wma.svg);
}

.file-in-text.wmv::before {
  background-image: url(../img/file-types/wmv.svg);
}

.file-in-text.xls::before {
  background-image: url(../img/file-types/xls.svg);
}

.file-in-text.xlsx::before {
  background-image: url(../img/file-types/xlsx.svg);
}

.file-in-text.xml::before {
  background-image: url(../img/file-types/xml.svg);
}

.file-in-text.zip::before {
  background-image: url(../img/file-types/zip.svg);
}

.file-in-text a {
  color: #252422 !important;
  border-color: #252422 !important;
}

.file-in-text a:hover {
  border-color: transparent !important;
}

/*Списки*/
.right-text ul,
.right-text ol {
  list-style: none;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

.right-text li {
  position: relative;
  margin-bottom: 10px;
  display: block;
}

.right-text ul li {
  margin-left: 32px;
}

.right-text ul > li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #fad00b;
  position: absolute;
  top: 12px;
  left: -28px;
  border-radius: 50%;
}

.right-text ul ul {
  margin: 24px 0px 0px 0px;
}

.right-text ul > ul {
  margin: 20px 0px 20px 20px;
}

.right-text ul li ul > li::before {
  width: 16px;
  height: 1px;
  top: 17px;
  left: -32px;
  background: #252422;
}

.right-text ol {
  counter-reset: point;
}

.right-text ol li {
  padding-left: 32px;
}

.right-text ol ol {
  margin: 24px 0px 0px 0px;
  counter-reset: point2;
}

.right-text ol ol li {
  padding-left: 36px;
}

.right-text ol ol ol {
  counter-reset: point3;
}

.right-text ol ol ol li {
  padding-left: 42px;
}

.right-text ol ol ol ol {
  counter-reset: point4;
}

.right-text ol ol ol ol li {
  padding-left: 48px;
}

.right-text ol ol ol ol ol {
  counter-reset: point5;
}

.right-text ol ol ol ol ol li {
  padding-left: 56px;
}

.right-text ol > li::before {
  content: counter(point) ".";
  counter-increment: point 1;
  display: block;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #000;
  font-family: "Manroper";
}

.right-text ol ol > li::before {
  content: counter(point) "." counter(point2) ".";
  counter-increment: point2;
}

.right-text ol ol ol > li::before {
  content: counter(point) "." counter(point2) "." counter(point3) ".";
  counter-increment: point3;
}

.right-text ol ol ol ol > li::before {
  content: counter(point) "." counter(point2) "." counter(point3) "." counter(point4) ".";
  counter-increment: point4;
}

.right-text ol ol ol ol ol > li::before {
  content: counter(point) "." counter(point2) "." counter(point3) "." counter(point4) "." counter(point5) ".";
  counter-increment: point5;
}

.right-text ol li ul {
  margin: 24px 0px 0px 32px;
}

.right-text ul li ol {
  margin: 24px 0px 0px 32px;
}

/*Изображения*/
.right-text img {
  max-width: 100%;
  margin: 0 0px 25px 0px; vertical-align: top
}

.right-text img[align="left"] {
  float: left;
  clear: left;
  margin: 0px 32px 32px 0px;
}

.right-text img[align="right"] {
  float: right;
  clear: right;
  margin: 0px 0px 32px 32px;
}

.right-text img[border] {
  border-color: #404040;
}

.right-text {
  margin: 42px 0px 54px 0px;
}

.magni {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/*Спойлеры*/
.spoiler {
  border-top: 1px solid #BDBDBD;
  position: relative;
}

.spoiler::after {
  content: '';
  display: block;
  -webkit-box-shadow: inset 0px 0px 0px 2px #BDBDBD;
          box-shadow: inset 0px 0px 0px 2px #BDBDBD;
  position: absolute;
  top: 32px;
  right: 30px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  pointer-events: none;
}

.spoiler-name {
  font-size: 24px;
  line-height: 40px;
  cursor: pointer;
  padding: 43px 88px 43px 0px;
  position: relative;
}

.spoiler-name p {
  font-size: 24px;
  line-height: 32px;
  margin: 0px 0px 0px 0px;
}

.spoiler-name::before,
.spoiler-name::after {
  content: '';
  display: block;
  position: absolute;
  top: 59px;
  right: 52px;
  width: 12px;
  height: 2px;
  background: #252422;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.spoiler-name::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.open .spoiler-name::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.spoiler-content {
  display: none;
  margin: -8px 0px 40px 0px;
}

.spoiler-content > *:last-child {
  margin: 22px 0px 0px 0px;
}

/*Таблицы*/
.scroll-table {
  margin: 32px 0px 56px 0px;
  width: 100%;
}

.right-text table {
  border-collapse: collapse;
}

.right-text table th {
  border: 1px solid #252422;
  border-right-color: #bdbdbd;
  padding: 23px 16px 23px 16px;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}

.right-text table th p {
  margin: 0px 0px 0px 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
}

.right-text table th:last-child {
  border-right-color: #252422;
}

.right-text table tr:first-child td {
  border-top-color: #252422;
}

.right-text table tr:last-child td {
  border-bottom-color: #252422;
}

.right-text table td:first-child {
  border-left-color: #252422;
}

.right-text table td:last-child {
  border-right-color: #252422;
}

.right-text table td {
  border: 1px solid #bdbdbd;
  padding: 16px 16px 15px 16px;
}

.right-text table th p,
.right-text table td p {
  margin: 0px 0px 0px 0px;
  font-size: inherit;
  line-height: inherit;
}

.right-text table.clear-table,
.right-text table.clear-table td {
  border: none !important;
}

.right-text table.clear-table th {
  border-right-color: #fff;
}

.right-text table.clear-table th:last-child {
  border-right-color: #252422;
}

.right-text table.clear-table,
.right-text table.clear-table:not(.odd) td {
  padding-left: 0px;
}

.right-text table.odd tr:nth-child(odd) td {
  background: #bdbdbd;
}

p.d-text {
  font-size: 14px;
  line-height: 16px;
  color: #252422;
  margin: -64px 0px 50px 0px;
}

.mCustomScrollbar + p.d-text {
  margin: -32px 0px 50px 0px;
}

/*Кастомный скролбар*/
.right-text .mCSB_scrollTools {
  opacity: 1 !important;
  filter: "alpha(opacity=1)" !important;
  -ms-filter: "alpha(opacity=1) !important";
}

.right-text .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 10px;
}

.right-text .mCSB_scrollTools .mCSB_draggerRail {
  background: #bdbdbd;
  border-radius: 12px;
  height: 3px;
  opacity: 1 !important;
}

.right-text .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #252422;
  border-radius: 0px;
  height: 3px;
  opacity: 1;
  filter: "alpha(opacity=1)";
  -ms-filter: "alpha(opacity=1)";
  top: 1px;
}

.left-menu {
  position: absolute;
  top: 272px;
  left: 32px;
  z-index: 1;
  list-style: none;
  font-family: "Raleway";
  width: calc(100% - 64px);
}

.left-menu li {
  position: relative;
}

.left-menu li a {
  font-family: 'Raleway Medium';
  line-height: 28px;
  display: block;
  padding: 0px 0px 16px 0px;
}

.left-menu .pointer {
  content: '';
  position: absolute;
  top: 0px;
  left: -32px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #252422;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  margin-top: -6px;
}

.left-menu.lvl2 .pointer {
  display: none;
}

.left-menu.lvl2 li.active:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/lvl2.svg) center center/contain no-repeat;
  position: absolute;
  top: 10px;
  left: -32px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.left-menu.lvl2 li.active:hover:before {
  left: -40px;
}

/*Контакты*/
.cont-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.map-div {
  position: fixed;
  left: 0px;
  top: 0px;
  width: calc((100vw - 160px - 17px) / 4 - 24px + 85px);
  height: 100vh;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.8s linear;
  transition: 0.8s linear;
}

.map-div.open {
  width: 100%;
}

.cont-map {
  height: 100vh;
  width: 100vw;
  -webkit-filter: grayscale(1) blur(2px);
          filter: grayscale(1) blur(2px);
  pointer-events: none;
  position: relative;
  left: 0px;
  -webkit-transition: -webkit-filter 0.8s linear;
  transition: -webkit-filter 0.8s linear;
  transition: filter 0.8s linear;
  transition: filter 0.8s linear, -webkit-filter 0.8s linear;
}

.cont-map.active {
  -webkit-filter: grayscale(0) blur(0px);
          filter: grayscale(0) blur(0px);
}

.yel-rad {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fad00b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  cursor: pointer;
}

.yel-rad:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fad00b;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 50%;
}

.yel-rad.map-close:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  top: -6px;
  left: -6px;
}

.yel-rad i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: -1;
}
.yel-rad i:nth-child(2) {
  animation: shadow 2s infinite linear;
}
.yel-rad i:nth-child(3) {
  animation: shadow 2s infinite linear;
  animation-delay: 0.5s;
}
.yel-rad i:nth-child(4) {
  animation: shadow 2s infinite linear;
  animation-delay: 1s;
}
@keyframes shadow {
	0% {
		border: 1px solid #fad00b;
		width: 100%;
		height: 100%;
	}
	100% {
		border: 1px solid transparent;
		width: 220%;
		height: 220%;
	}
}

.yel-rad img {
  height: 24px;
}

.inner-page .cont-text {
  width: calc(100% - ((100vw - 160px - 17px) / 4 - 24px + 85px));
  padding-left: 64px;
  margin-left: auto;
  margin-top: calc(50vh - 60px);
}

.cont-row {
  position: absolute;
  bottom: 107px;
  left: auto;
  right: 0px;
  width: calc(100vw - ((100vw - 160px - 17px) / 4 - 24px + 85px));
  font-size: 16px;
  line-height: 20px;
  margin: 0px 0px 0px auto;
  padding-left: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont-row .sroll-block {
  padding-left: 0px;
}

.cont-row .sroll-block img {
  margin: 0px 32px 0px 0px;
}

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

a.cont-tel {
  border: none;
  margin: 0px 32px 0px 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}

a.cont-mail {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}

.cont-page .right-text h1 {
  margin-bottom: calc(28vh - 120px);
}

.cont-page .open ~ .right-text h1 {
  pointer-events: none;
}

.cont-page .open ~ .right-text .flex {
  pointer-events: none;
}

.cont-page .open ~ .right-text .cont-row {
  pointer-events: none;
}

.cont-con {
  padding-left: 16px;
}

.cont-left {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  display: block;
  overflow: hidden;
  height: 100vh;
  width: 0px;
  z-index: 2;
  -webkit-transition: width 0.8s linear, padding-left 0.8s linear;
  transition: width 0.8s linear, padding-left 0.8s linear;
  -webkit-transition-delay: width 0.8s, padding-left 0.8s;
          transition-delay: width 0.8s, padding-left 0.8s;
}

.cont-left.active {
  width: calc((100vw - 160px - 17px) / 4 - 24px + 85px);
  padding-left: 80px;
}

.open .cont-left p {
  position: absolute;
  /* bottom: 107px; */
  top: calc(50% + 80px);
  margin: 0px;
}

.cont-left-content {
  display: none;
}

.cont-left-content h3 {
  position: absolute;
  /* top: 152px; */
  bottom: calc(50% + 80px);
  left: 80px;
  margin: 0px 0px 0px 0px;
}

.cont-img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100vh;
  width: calc((100vw - 160px - 17px) / 4 - 24px + 85px);
  overflow: hidden;
  display: none;
}

.cont-img img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  min-height: 100vh;
  min-width: 100%;
}

.cont-form {
  position: relative;
  margin: 200px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cont-row .sroll-block {
  margin-right: 0px;
}

.top-bottom-center.left-mar {
  margin-left: 0px;
}

.top-bottom-center.left-mar i br {
  display: block;
}

/* Форма */
.forma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.forma label {
  width: 100%;
  position: relative;
  margin: 0px 0px 32px 0px;
  line-height: 0px;
}

.forma label.w50 {
  width: calc(50% - 16px);
}

.check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.check-label span {
  line-height: 32px;
  width: calc(100% - 56px);
}

.label-zag {
  position: absolute;
  top: 16px;
  left: 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
  pointer-events: none;
}

.jq-selectbox ~ .label-zag {
  z-index: 10;
}

label input:focus ~ .label-zag,
label textarea:focus ~ .label-zag,
label .changed ~ .label-zag,
label.zapolnen .label-zag {
  font-size: 12px;
  line-height: 12px;
  top: 4px;
}

.forma input,
.forma textarea,
.jq-selectbox {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  font-family: "Manroper";
  font-style: normal;
  color: #252422;
  border-radius: 2px;
  background: #f2f2f2;
  width: 100%;
  padding: 16px 20px;
  border: none;
  outline: none !important;
}

.forma textarea {
  height: 128px;
}

.forma input.error,
.forma textarea.error {
  background: #fad00b;
}

.forma label.error {
  position: absolute;
  left: 0px;
  top: calc(100% + 0px);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #252422;
  margin: 0px 0px 0px 0px;
}

.datep {
  background: url(../img/datep.svg) calc(100% - 24px) center/15px 16px no-repeat #f2f2f2 !important;
}

.forma input[type="submit"] {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  border: 2px solid #E0E0E0;
  border-radius: 36px;
  background: transparent;
  padding: 18px 64px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.forma input[type="submit"]:hover {
  background: #252422;
  border-color: #252422;
  color: #fad00b;
}

.jq-selectbox {
  cursor: pointer;
  height: 64px;
  z-index: 10;
  padding: 0px !important;
}

.jq-selectbox__select {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  padding: 16px 20px;
}

.jq-selectbox__trigger {
  width: 12px;
  height: 6px;
  background: url(../img/select-trigger.svg) center center/contain no-repeat;
  position: absolute;
  top: 29px;
  right: 26px;
}

.jq-selectbox__dropdown {
  top: 100% !important;
  background: #f2f2f2;
  padding: 0px 0px;
  left: 0px;
  -webkit-box-shadow: 0px 5px 12px -7px black;
          box-shadow: 0px 5px 12px -7px black;
  border-radius: 0px 0px 2px 2px;
  z-index: 10;
  inset: 100% auto auto 0px !important;
  max-width: 100%;
}

.jq-selectbox__dropdown ul {
  margin: 0px 0px 0px 0px;
}

.jq-selectbox__dropdown ul li {
  margin: 0px 0px 0px 0px;
  max-width: 100%;
  white-space: break-spaces;
  padding: 8px 20px;
}

.jq-selectbox__dropdown ul li.sel,
.jq-selectbox__dropdown ul li:hover {
  background: #fad00b;
}

.jq-selectbox__dropdown ul li:before {
  display: none;
}

.jq-selectbox select, .jq-select-multiple select {
  position: absolute;
  width: 1px;
  height: 1px;
}

.jq-checkbox,
.jq-radio {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fad00b;
          box-shadow: inset 0px 0px 0px 2px #fad00b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  vertical-align: -9px;
  margin: 0px 24px 0px 0px;
  background: transparent;
}

.jq-radio {
  border-radius: 50%;
}

.jq-checkbox.checked,
.jq-radio.checked {
  background: #fad00b;
}

.jq-checkbox .jq-checkbox__div {
  width: 14px;
  height: 10px;
  background: url(../img/chek.svg) center center/contain no-repeat !important;
  position: absolute;
  top: 11px;
  left: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.jq-checkbox.checked .jq-checkbox__div {
  opacity: 1;
}

.jq-radio .jq-radio__div {
  width: 8px;
  height: 8px;
  background: #252422;
  position: absolute;
  top: 12px;
  left: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
  opacity: 1;
}

.jq-checkbox label.error,
.jq-radio label.error {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  font-size: 0px;
  -webkit-box-shadow: inset 0px 0px 0px 2px red;
  box-shadow: inset 0px 0px 0px 2px red;
}
.jq-checkbox.checked label.error {
	display: none;
}
.jq-radio label.error {
  border-radius: 50%;
}

.prapo {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

.ui-datepicker {
  z-index: 11 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #bdbdbd;
  background: #f2f2f2;
  font-weight: normal;
  text-align: center;
  color: #252422;
  border-radius: 2px;
}

.ui-datepicker-current-day {
  border: none;
  background: #fad00b;
  color: #252422;
}

.ui-datepicker-current-day .ui-state-active {
  border: none;
  background: #fad00b;
  color: #252422;
}

.captcha {
  margin: 0px 0px 48px 2px;
  position: relative;
  width: 100%;
}

.recap-error {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 301px;
  height: 75px;
  border-radius: 2px;
  pointer-events: none;
  z-index: 1;
}

.error ~ .recap-error {
  -webkit-box-shadow: 0px 0px 0px 2px red;
          box-shadow: 0px 0px 0px 2px red;
}

/*Продукция*/
.inner-block-list {
  margin: 120px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
}

.inner-block-list .block {
  width: calc(50% - 32px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px 0px 120px 0px;
}

.inner-block-list .block-text {
  width: 100%;
  padding-top: 26px;
}

.inner-block-list .block-img {
  width: 100%;
}

img.tovar-img {
  width: calc(100% + 84px);
  max-width: calc(100% + 83px);
  margin: 0px 0px 120px 0px;
  display: none !important;
}

.inslider {
  opacity: 0;
  width: calc(100% + 83px);
}

.inslider.owl-loaded {
  opacity: 1;
}

.inslider .owl-item img {
  height: 320px;
  width: auto !important;
  margin: 0px 0px 0px 0px;
}

.inslider .owl-item {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.inslider .owl-item.active ~ .owl-item {
  opacity: 0.4;
}

.inslider .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 64px 80px 0px 0px;
  line-height: 0;
}

.inslider .owl-prev,
.inslider .owl-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 56px;
  height: 56px;
  position: relative;
}

.inslider .owl-prev.disabled,
.inslider .owl-next.disabled {
  opacity: 0.32;
}

.inslider .owl-prev::after,
.inslider .owl-next::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border: 2px solid #252422;
  border-radius: 50%;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  pointer-events: none;
}

.inslider .owl-prev:hover::after,
.inslider .owl-next:hover:after {
  width: 74px;
  height: 74px;
  opacity: 0;
}

.inslider .owl-prev::before,
.inslider .owl-next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #252422;
  border-radius: 50%;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  pointer-events: none;
}

.inslider .owl-prev:hover::before,
.inslider .owl-next:hover::before {
  width: 56px;
  height: 56px;
}

.inslider .owl-prev:hover img,
.inslider .owl-next:hover img {
  -webkit-filter: brightness(0) invert(67%) sepia(100%) saturate(394%) hue-rotate(3deg) brightness(101%) contrast(103%);
          filter: brightness(0) invert(67%) sepia(100%) saturate(394%) hue-rotate(3deg) brightness(101%) contrast(103%);
}

.inslider .owl-nav img {
  margin: 0px 0px 0px 0px;
}

.inslider .owl-prev {
  margin-right: 24px;
}

.num {
  margin: -44px 0px 0px 0px;
}

.bott-hr {
  margin: 120px 0px 74px 0px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .left-stick {
    position: fixed;
    z-index: -1;
  }
  .left-stick ~ .right-text {
    margin-left: calc((100vw - 160px - 17px) / 4 + 8px);
  }
  body {
    font-family: 'Manrope Regular';
  }
  h2, h3,
  .cont-menu .point-ref, .menu-lang, .block-text p, .chislo-podp, .vrez, .footer-tel,
  .sl-zag, .search-name, .search-description, .label-zag,
  .forma input, .forma textarea, .jq-selectbox, .prapo {
    font-weight: 300;
    font-family: "Manrope Light";
  }
  .spoiler-name,
  .spoiler-name p {
    font-family: "Manrope Medium";
  }
  b,
  strong {
    font-weight: 500 !important;
    font-family: "Manrope ExtraBold";
  }
  /*.whitefon {
        display: none;
    }*/
}
/*# sourceMappingURL=style.css.map */
.modal-overlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 99;
}
.modal-form {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	background: #fff;
	z-index: 100;
	padding: 40px;
	box-shadow: 9px 2px 15px 3px #626262;
	border-radius: 2px;
	max-width: 90vw;
	max-height: 80vh;
}
.modal-close {
	width: 32px;
	height: 32px;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: -40px;
	right: -40px;
	transition: 0.4s;
}
.modal-close:hover {
	transform: rotate(90deg);
}
.modal-close div {
	background: #fff;
	position: absolute;
	top: 14px;
	left: 7px;
	width: 16px;
	height: 2px;
}
.modal-close div:nth-child(1) {
	transform: rotate(45deg);
}
.modal-close div:nth-child(2) {
	transform: rotate(-45deg);
}
.forma-modal {
	width: 100%;
	max-height: calc(80vh - 40px);
	overflow: auto;
}
.form-zag {
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
}

.mt0 {
	margin-top: 0px !important;
}
.mb32 {
	margin-bottom: 0px !important;
}

.copyr {
	font-family: "Manroper";
}

.modal-form-success { display: none; color: green }
.modal-form-error { display: none; color: red }

.proizvod-logo {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start; 
  position: relative; 
  top: -20px
}
.proizvod-logo-img img {
  margin-top: 0;
  width: 90px; max-width: 100% 
}
.proizvod-logo-img + .proizvod-logo-img {
  margin-left: 12px;
}

.mobile-submenu {
  display: none;
}