

/* Start:/local/templates/cepi/assets/styles/style.css?1606232409133019*/
@charset "UTF-8";

.sprite-symbol-usage {
  display: block !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 16px;
}

body {
  font-family: Circe, Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: #333;
  color: #333;
}

a {
  text-decoration: none;
  outline: 0;
  color: #000;
  cursor: pointer;
  transition: color 0.4s ease;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
textarea,
select {
  background-color: transparent;
  font-family: "Circe", sans-serif;
  border: 0;
  border-radius: 0;
  outline: 0;
  transition: border 0.4s ease, color 0.4s ease;
  cursor: pointer;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: fill 0.4s ease, stroke 0.4s ease;
}

.main {
  margin: 0 auto;
  max-width: 73.125rem;
}

.page {
  position: relative;
  min-height: 100vh;
}

.page__content {
  position: relative;
  width: 100%;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background: #fff;
}

.page__bottom {
  background-color: #333;
}

.page__content-wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 6.25rem;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
}

.page__content-wrap--fixed {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease;
}

.page__content-wrap--fixed .dev-header {
  position: absolute;
}

.wysiwyg p {
  margin-bottom: 0.625rem;
  font-weight: 300;
  font-size: 1rem;
  text-align: left;
  line-height: 1.5;
}

.title {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.2;
}

.title__pre {
  margin-bottom: 0.75rem;
  color: #bdbdbd;
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInTop {
  from {
    transform: translate3d(0, -50%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@font-face {
  font-family: "Circe";
  src: url(/assets/fonts/Circe-Light.woff) format("woff"), url(/assets/fonts/Circe-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Circe";
  src: url(/assets/fonts/Circe-Regular.woff) format("woff"), url(/assets/fonts/Circe-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Circe";
  src: url(/assets/fonts/Circe-Bold.woff) format("woff"), url(/assets/fonts/Circe-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Circe";
  src: url(/assets/fonts/Circe-ExtraBold.woff) format("woff"), url(/assets/fonts/Circe-ExtraBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.ps__rail-x {
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
  bottom: 0;
  position: absolute;
}

.ps__rail-y {
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 4px;
  border-radius: 2px;
  margin-top: 4px;
  margin-right: 0;
  margin-bottom: 4px;
  right: 0;
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: #f3f3f3;
}

.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}

.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  opacity: 0.8;
}

.ps__thumb-x,
.ps__thumb-y {
  border-radius: 2px;
}

.ps__thumb-x {
  background-color: #d5d5d5;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 4px;
  bottom: 0;
  position: absolute;
}

.ps__thumb-x:hover,
.ps__thumb-x:active {
  background-color: #ffdd2d;
}

.ps__thumb-y {
  background-color: #d5d5d5;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 4px;
  right: 0;
  position: absolute;
  cursor: pointer;
}

.ps__thumb-y:hover,
.ps__thumb-y:active {
  background-color: #ffdd2d;
}

.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  opacity: 0.8;
  height: 11px;
}

.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  opacity: 0.8;
  width: 4px;
}

/* MS supports */

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  transform: translate3d(0, 0, 0);
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-android .swiper-slide {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: 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%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 0.625rem;
  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: 0.625rem;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  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");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-button-prev {
  left: 1.125rem;
}

.swiper-button-next {
  right: 1.125rem;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: calc(50% - 2rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
  background-color: #f06842;
  z-index: 2;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display: block;
  stroke: #fff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #fb5021;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination {
  width: 100%;
  height: 0.5625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  margin-right: 1.25rem;
  background-color: #7c7c7c;
  transition: 0.4s;
  cursor: pointer;
  outline: none;
}

.swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.125rem solid transparent;
  border-radius: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.4s;
}

.swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

.swiper-pagination-bullet:hover {
  background-color: #ffdd2d;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffdd2d;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: #ffdd2d;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 0.625rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.h1 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  color: #333;
}

.h2 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #333;
}

.h2--light {
  font-weight: 300;
}

.h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #333;
}

.h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  color: #333;
}

.h5 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  color: #333;
}

.text-base {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.2;
  color: #333;
}

.text-big {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  color: #333;
}

.text-little {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2;
  color: #333;
}

.text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
}

.text a {
  color: #2769c2;
  text-decoration: underline;
}

.core-accordion {
  width: 100%;
}

.core-accordion__head-text {
  font-weight: 400;
}

.core-accordion__head-icon {
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  margin-bottom: 0.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.75rem;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: border 0.4s ease, margin 0.4s ease, transform 0.4s ease;
}

.core-accordion__head {
  height: 3.125rem;
  padding: 0.25rem 1.875rem;
  border-radius: 0.5rem;
  border: 1px solid #dedede;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.core-accordion__head:hover .core-accordion__head-icon {
  border-color: #ffdd2d;
}

.core-accordion__content-wrap {
  height: 0;
  margin-bottom: 0.625rem;
  overflow: hidden;
  transition: height 0.4s ease;
}

.core-accordion__content {
  padding: 1rem 1.875rem 0.375rem;
}

.core-accordion__text {
  margin-bottom: 0.75rem;
}

.core-accordion__text:last-of-type {
  margin-bottom: 0;
}

.core-accordion__item {
  width: 100%;
}

.core-accordion__item--active .core-accordion__head-icon {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -0.25rem;
}

.core-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.5rem;
  padding: 0 1.3125rem;
  border: 2px solid #ffdd2d;
  border-radius: 0.4375rem;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  background-color: #ffdd2d;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #333;
  transition: border 0.4s ease, background 0.4s ease, color 0.4s ease;
  cursor: pointer;
}

.core-btn svg {
  fill: currentColor;
}

.core-btn:hover {
  color: #333;
  background-color: transparent;
}

.core-btn--yw:hover {
  color: #fff;
}

.core-btn--def {
  background-color: transparent;
}

.core-btn--def:hover {
  background-color: #ffdd2d;
}

.core-btn--black {
  background-color: transparent;
  border-color: #999;
  color: #999;
}

.core-btn--black:hover {
  border-color: #ffdd2d;
  color: #999;
}

.core-btn--white {
  height: 3.125rem;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.core-btn--white:hover {
  border-color: #ffdd2d;
  background-color: #ffdd2d;
  color: #333;
}

.core-checkbox {
  cursor: pointer;
}

.core-checkbox__icon {
  min-width: 0.6875rem;
  width: 0.6875rem;
  height: 0.6875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.125rem;
  background-color: #ffdd2d;
}

.core-checkbox__icon svg {
  width: 0.4375rem;
  height: 0.4375rem;
  stroke: #333;
  opacity: 0;
  transition: 0.4s ease;
}

.core-checkbox__input {
  display: none;
}

.core-checkbox__input:checked + .core-checkbox__icon svg {
  opacity: 1;
}

.core-checkbox--fail .core-checkbox__icon {
  background-color: #f00;
}

.core-head {
  max-width: 92%;
}

.core-head__s-title {
  margin-bottom: 0.875rem;
  color: #bdbdbd;
}

.core-head__text {
  margin-top: 1.375rem;
}

.core-head--white .core-head__s-title {
  opacity: 0.3;
}

.core-head--white .core-head__s-title,
.core-head--white .core-head__title,
.core-head--white .core-head__text {
  color: #fff;
}

.core-input {
  position: relative;
  width: 100%;
}

.core-input__title {
  margin-bottom: 0.125rem;
  padding-right: 6.25rem;
}

.core-input__item {
  width: 100%;
  height: 2.8125rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid #dedede;
  border-radius: 0.625rem;
  font-size: 1rem;
  font-weight: 300;
  color: #333;
  line-height: 1.1;
  background-color: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition: border 0.4s ease, box-shadow 0.4s ease;
}

.core-input__item:hover,
.core-input__item:active,
.core-input__item:focus {
  border-color: #fff;
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
}

.core-input textarea.core-input__item {
  height: 9.375rem;
  resize: none;
}

.core-input__fail {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  line-height: 1.75;
  color: #f00;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.core-input--fail .core-input__item {
  border-color: #f00 !important;
}

.core-input--fail .core-input__fail {
  display: block;
}

.core-list li {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
}

.core-list li::before {
  content: '\2014   ';
}

.core-marker-object {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.core-marker-object__icon {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 3.125rem;
  margin-right: -0.75rem;
  background-color: #ffdd2d;
  box-shadow: 0 0.25rem 0.4375rem 0.0625rem rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.core-marker-object__icon svg {
  width: 2.125rem;
  height: 2.125rem;
}

.core-marker-object__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 2rem;
  padding: 0 1.25rem 0 2rem;
  border-radius: 0.5rem;
  border: 1px solid #dedede;
  background-color: #fff;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
  letter-spacing: -0.5px;
}

.core-more {
  width: 100%;
  height: 2.5rem;
  border-radius: 0.4375rem;
  border: 2px solid #f3f3f3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
  transition: background 0.4s ease, border 0.4s ease;
}

.core-more:hover {
  background-color: transparent;
  border-color: #ffdd2d;
}

.core-nav {
  padding: 1.25rem 0;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.core-nav__list {
  margin-right: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #bdbdbd;
  font-size: 0.75rem;
  line-height: 1;
}

.core-nav__list:last-child {
  margin-right: 0;
}

.core-nav__link {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  color: inherit;
  letter-spacing: 1.2px;
  text-decoration: none;
  transition: color 0.4s ease;
}

.core-nav__link:hover {
  color: #333;
}

.core-nav__item {
  text-transform: uppercase;
}

.core-nav__item--active .core-nav__link {
  color: #333;
}

.core-nav__item:first-child .core-nav__link {
  padding-left: 0;
}

.core-nav__item:last-child .core-nav__link {
  padding-right: 0;
}

.core-phone {
  color: #333;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  transition: color 0.4s ease;
}

.core-phone--style-sec {
  color: #fff;
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 1.14;
}

.core-select {
  position: relative;
  width: 100%;
}

.core-select__item {
  width: 100%;
}

.core-select__item--hidden {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
}

.core-select__btn {
  position: relative;
  width: auto;
  max-width: 15.25rem;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: #fff;
}

.core-select__btn::before {
  content: '';
  position: absolute;
  top: calc(50% - 0.25rem);
  right: 0.125rem;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: top 0.4s ease, transform 0.4s ease, border 0.4s ease;
}

.core-select__content-wrap {
  position: absolute;
  top: 2.25rem;
  left: 0;
  width: calc(100% + 2rem);
  height: 6.875rem;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  display: none;
}

.core-select__content {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.core-select__content-item {
  display: block;
  width: 100%;
  height: 2.25rem;
  min-height: 2.25rem;
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #333;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.4s ease;
  cursor: pointer;
}

.core-select__content-item:last-of-type {
  border-bottom: 0;
}

.core-select__content-item:hover {
  font-weight: 400;
}

.core-select__content-item--none {
  display: none;
}

.core-select--open {
  z-index: 5;
}

.core-select--open .core-select__btn::before {
  top: calc(50% - 0.125rem);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.core-select--open .core-select__content-wrap {
  display: block;
}

.core-select--disabled {
  opacity: 0.5;
}

.core-tag {
  min-width: 8.125rem;
  height: 2.5rem;
  padding: 0 1.125rem;
  border-radius: 0.4375rem;
  border: 2px solid #f3f3f3;
  margin-bottom: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f3;
  transition: background 0.4s ease, border 0.4s ease;
}

.core-tag span {
  opacity: 0.7;
}

.core-tag:last-of-type {
  margin-right: 0;
}

a.core-tag:hover {
  background-color: transparent;
  border-color: #ffdd2d;
}

.dev-about-cert {
  background: #050504;
  background-image: url(/assets/images/bg/certificate-bg.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.dev-about-cert__in {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 43.75rem;
}

.dev-about-cert__content {
  padding-top: 0.75rem;
  padding-right: 1.25rem;
  max-width: 40.1%;
  -ms-flex: 0 1 40.1%;
  flex: 0 1 40.1%;
}

.dev-about-cert__title {
  margin-bottom: 0.625rem;
}

.dev-about-cert__dwnld {
  border: 1px solid #5f5f5e;
  padding: 1.75rem 1.875rem 1.875rem;
  -ms-flex-order: -1;
  order: -1;
  max-width: 16.875rem;
  -ms-flex: 1 0 16.875rem;
  flex: 1 0 16.875rem;
  border-radius: 0.4375rem;
}

.dev-about-cert__dwnld-title {
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-size: 1.125rem;
}

.dev-about-cert__dwnld-btn {
  width: 11.375rem;
}

.dev-about-clients {
  padding: 3.25rem 0;
}

.dev-about-clients__head {
  margin-bottom: 2rem;
}

.dev-about-clients__pag {
  margin-top: 1.25rem;
}

.dev-about-clients__item {
  position: relative;
  width: 22%;
  min-height: 13.625rem;
  margin-bottom: 1.875rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #dedede;
  border-radius: 0.4375rem;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.4s ease;
}

.dev-about-clients__item:hover {
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
}

.dev-about-clients__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  height: auto;
  max-height: 58%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dev-article {
  padding-top: 4.125rem;
  padding-bottom: 3.125rem;
}

.dev-article__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
}

.dev-article__more-m {
  display: -ms-flexbox;
  display: flex;
  width: 9.375rem;
  margin: 1.25rem auto 0;
}

.dev-article__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dev-article__description {
  position: relative;
  z-index: 1;
}

.dev-article__title {
  color: #fff;
}

.dev-article__date-wrap {
  width: 100%;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 1.5rem;
}

.dev-article__date {
  color: #fff;
}

.dev-article__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 35.625rem;
  height: 23.125rem;
  padding: 2.4375rem 2.4375rem 2.125rem 2.4375rem;
  margin-right: 1.875rem;
  margin-bottom: 1.875rem;
  border-radius: 0.4375rem;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.4s ease;
}

.dev-article__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.5;
}

.dev-article__item:nth-of-type(2n) {
  margin-right: 0;
}

.dev-article__item:hover {
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.25);
}

.dev-chain-about__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2.4375rem;
}

.dev-chain-about__img {
  width: 29.375rem;
  height: 21.5625rem;
  border-radius: 0.375rem;
  border: 1px solid #dedede;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dev-chain-about__description {
  width: 23.125rem;
  padding-top: 1rem;
}

.dev-chain-about__quantity-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.625rem;
}

.dev-chain-about__quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 2.5rem;
  border-radius: 0.4375rem;
  border: 1px solid #dedede;
  overflow: hidden;
}

.dev-chain-about__quantity-text {
  padding-right: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.dev-chain-about__quantity-arrow {
  width: 2.5rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: background 0.4s ease;
}

.dev-chain-about__quantity-arrow span {
  position: relative;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
}

.dev-chain-about__quantity-arrow span::after,
.dev-chain-about__quantity-arrow span::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffdd2d;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: background 0.4s ease;
}

.dev-chain-about__quantity-arrow span::before {
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.dev-chain-about__quantity-arrow--prev span::before {
  display: none;
}

.dev-chain-about__quantity-arrow--disabled {
  background-color: #dedede;
  cursor: default;
  pointer-events: none;
}

.dev-chain-about__quantity-arrow--disabled span::after,
.dev-chain-about__quantity-arrow--disabled span::before {
  background-color: #fff;
}

.dev-chain-about__quantity-arrow:hover {
  background-color: #ffdd2d;
}

.dev-chain-about__quantity-arrow:hover span::after,
.dev-chain-about__quantity-arrow:hover span::before {
  background-color: #fff;
}

.dev-chain-about__quantity-input {
  width: 2.5625rem;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  color: #333;
}

.dev-chain-about__quantity-input::-webkit-outer-spin-button,
.dev-chain-about__quantity-input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

.dev-chain-about__quantity-input[type='number'] {
  -moz-appearance: textfield;
}

.dev-chain-about__payment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.dev-chain-about__payment-tag {
  margin-bottom: 0;
}

.dev-chain-about__payment-text {
  font-weight: 400;
}

.dev-chain-about__addition {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.4375rem;
}

.dev-chain-about__addition-icon {
  width: 1.125rem;
  height: 1.125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.375rem;
  margin-right: 0.625rem;
}

.dev-chain-about__addition-text {
  line-height: 1.6;
}

.dev-chain-about__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dev-chain-about__btn-bid,
.dev-chain-about__btn-docs {
  width: 16.875rem;
  margin-bottom: 0.625rem;
}

.dev-chain-about__btn-bid:last-of-type,
.dev-chain-about__btn-docs:last-of-type {
  margin-bottom: 0;
}

.dev-chain-about__tabs {
  width: 100%;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  overflow: hidden;
  border: 1px solid #dedede;
}

.dev-chain-about__tabs-items {
  height: 3.25rem;
  display: -ms-flexbox;
  display: flex;
}

.dev-chain-about__tabs-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 100%;
  background-color: #f3f3f3;
  transition: background 0.4s ease;
}

.dev-chain-about__tabs-item--active {
  background-color: #ffdd2d;
}

.dev-chain-about__tabs-item:hover {
  background-color: #ffdd2d;
}

.dev-chain-about__tabs-content-wrap {
  padding: 1.4375rem 2.375rem 1.4375rem 1.875rem;
}

.dev-chain-about__tabs-content {
  display: none;
}

.dev-chain-about__tabs-content--active {
  display: block;
}

.dev-chain-about__table {
  width: 22.5rem;
}

.dev-chain-about__table-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 2.5625rem;
  padding: 0.25rem 0.625rem 0.25rem 1.25rem;
  border-radius: 0.375rem;
  background-color: #f3f3f3;
}

.dev-chain-about__table-row:nth-of-type(2n) {
  height: 2.4375rem;
  background-color: transparent;
}

.dev-chain-about__table-col--name {
  width: 76%;
}

.dev-chain-about__table-col--name .text {
  font-weight: 600;
}

.dev-chain-about__table-col--quantity {
  width: 24%;
}

.dev-chain-about__table-col--quantity .text {
  text-align: center;
  font-weight: 400;
}

.dev-chain-about__accordion-wrap {
  width: 100%;
}

.dev-chain-about__accordion-title {
  margin-bottom: 1.75rem;
}

.dev-chain-advantage {
  position: relative;
  padding: 4.125rem 0 8.875rem;
  background-color: #333;
  background-image: url("/assets/images/bg/how-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dev-chain-advantage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}

.dev-chain-advantage__content {
  position: relative;
  z-index: 1;
}

.dev-chain-advantage__title {
  margin-bottom: 5rem;
  color: #fff;
}

.dev-chain-advantage__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.dev-chain-advantage__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: 14.375rem;
  margin-right: 7.25rem;
}

.dev-chain-advantage__item:last-of-type {
  margin-right: 0;
}

.dev-chain-advantage__icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffdd2d;
}

.dev-chain-advantage__icon svg {
  width: 3.25rem;
  height: 2.375rem;
}

.dev-chain-advantage__text {
  max-width: 100%;
  text-align: center;
  color: #fff;
}

.dev-chain {
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}

.dev-chain--products {
  padding-top: 3.125rem;
  padding-bottom: 2.625rem;
}

.dev-chain__head {
  margin-bottom: 2.25rem;
}

.dev-chain__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dev-chain__more {
  display: -ms-flexbox;
  display: flex;
  width: 10.625rem;
  padding: 0;
  margin: 20px auto 0 auto;
}

.dev-chain-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 35.625rem;
  height: 14.375rem;
  padding: 1.25rem 2.375rem 1rem;
  border: 1px solid #dedede;
  border-radius: 0.4375rem;
  margin-right: 1.875rem;
  margin-bottom: 1.875rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.4s ease;
}

.dev-chain-item__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}

.dev-chain-item__description {
  position: relative;
  width: 20rem;
  height: 7rem;
  overflow: hidden;
  transition: height 0.4s ease;
  z-index: 1;
}

.dev-chain-item__title {
  margin-bottom: 0.75rem;
}

.dev-chain-item__text {
  height: 4.5rem;
  overflow: hidden;
}

.dev-chain-item__btn {
  width: 10.625rem;
  margin-top: 1.25rem;
}

.dev-chain-item:nth-of-type(2n) {
  margin-right: 0;
}

.dev-chain-item:hover {
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
}

.dev-chain-nav {
  width: 16.875rem;
  border: 1px solid #dedede;
  border-radius: 0.5rem;
  overflow: hidden;
}

.dev-chain-nav__icon {
  position: relative;
  min-width: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.5rem;
}

.dev-chain-nav__icon::after,
.dev-chain-nav__icon::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #333;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: background 0.4s ease, transform 0.4s ease;
}

.dev-chain-nav__icon::before {
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.dev-chain-nav__s-main {
  background-color: #fafafa;
}

.dev-chain-nav__main,
.dev-chain-nav__s-main,
.dev-chain-nav__t-main {
  padding: 0.875rem 1rem 0.6875rem 1.25rem;
  border-bottom: 1px solid #dedede;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  transition: background 0.4s ease;
}

.dev-chain-nav__s-main,
.dev-chain-nav__t-main {
  padding-left: 2.4375rem;
}

.dev-chain-nav__t-main.active {
  background-color: #ffdd2d;
}

.dev-chain-nav__t-main:hover {
  background-color: #ffdd2d;
}

.dev-chain-nav__main {
  background-color: #f3f3f3;
}

.dev-chain-nav__main,
.dev-chain-nav__s-main {
  font-weight: 400;
}

.dev-chain-nav__main.active .dev-chain-nav__icon::before,
.dev-chain-nav__s-main.active .dev-chain-nav__icon::before {
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dev-chain-nav__main:hover .dev-chain-nav__icon::before,
.dev-chain-nav__main:hover .dev-chain-nav__icon::after,
.dev-chain-nav__s-main:hover .dev-chain-nav__icon::before,
.dev-chain-nav__s-main:hover .dev-chain-nav__icon::after {
  background-color: #ffdd2d;
}

.dev-chain-nav__s-main-wrap,
.dev-chain-nav__t-main-wrap {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

.dev-chain-nav__s-main-wrap.active,
.dev-chain-nav__t-main-wrap.active {
  height: auto;
}

.dev-chain-nav__s-main-wrap.active .dev-chain-nav__t-main-wrap,
.dev-chain-nav__t-main-wrap.active .dev-chain-nav__t-main-wrap {
  height: auto;
}

.dev-chain-nav__item {
  border-bottom: 1px solid #dedede;
  margin-bottom: -1px;
}

.dev-chain-nav__item:last-of-type {
  border-bottom: 0;
}

.dev-chain-nav__item.active .dev-chain-nav__s-main-wrap {
  height: auto;
}

.dev-chain-table {
  width: 100%;
}

.dev-chain-table__row {
  display: -ms-flexbox;
  display: flex;
  height: 2.5625rem;
  padding: 0.25rem 0.75rem 0.25rem 1.25rem;
  margin-bottom: 0.25rem;
  border-radius: 0.4375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: background 0.4s ease;
}

.dev-chain-table__row:last-of-type {
  margin-bottom: 0;
}

.dev-chain-table__text {
  width: 100%;
  font-weight: 400;
  text-align: center;
}

.dev-chain-table__order {
  display: block;
  width: 1.4375rem;
  height: 2rem;
  padding: 0.125rem;
  margin: 0 auto;
  transition: opacity 0.4s ease;
}

.dev-chain-table__order svg {
  fill: #333;
}

.dev-chain-table__order:hover {
  opacity: 0.75;
}

.dev-chain-table__head {
  margin-bottom: 1rem;
}

.dev-chain-table__head .dev-chain-table__text {
  font-weight: 600;
}

.dev-chain-table__body {
  position: relative;
  width: calc(100% + 1.875rem);
  padding-right: 1.875rem;
  max-height: 53.25rem;
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dev-chain-table__body .dev-chain-table__row {
  cursor: pointer;
}

.dev-chain-table__body .dev-chain-table__row:nth-of-type(2n + 1) {
  background-color: #f3f3f3;
}

.dev-chain-table__body .dev-chain-table__row:hover {
  background-color: #ffdd2d;
}

.dev-chain-table__col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.dev-chain-table__col--name {
  width: 18%;
}

.dev-chain-table__col--name .dev-chain-table__text {
  text-align: left;
}

.dev-chain-table__col--t {
  width: 10.5%;
}

.dev-chain-table__col--d1 {
  width: 8.5%;
}

.dev-chain-table__col--d3 {
  width: 11%;
}

.dev-chain-table__col--kh {
  width: 8.5%;
}

.dev-chain-table__col--mass {
  width: 19.5%;
}

.dev-chain-table__col--price {
  width: 15.5%;
}

.dev-chain-table__col--order {
  width: 8.5%;
}

.dev-check-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dev-check-content__item-head {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dev-check-content__title {
  max-height: 3.5rem;
  margin-top: 0.125rem;
  overflow: hidden;
}

.dev-check-content__icon {
  min-width: 4.375rem;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  margin-left: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 0;
  transition: background 0.4s ease, opacity 0.4s ease;
}

.dev-check-content__icon svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: #333;
}

.dev-check-content__text {
  width: 94%;
  min-height: 3rem;
  max-height: 4.5rem;
  overflow: hidden;
}

.dev-check-content__item {
  width: 33.333%;
  height: 14.375rem;
  padding: 1.75rem 1.875rem 1.875rem 2.375rem;
  border: 1px solid #dedede;
  margin-bottom: -1px;
  margin-right: -1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  transition: background 0.4s ease;
}

.dev-check-content__item:hover {
  background-color: #ffdd2d;
}

.dev-check-content__item:hover .dev-check-content__icon {
  opacity: 1;
}

.dev-check-content__item:first-of-type {
  border-top-left-radius: 0.4375rem;
}

.dev-check-content__item:last-of-type {
  border-bottom-right-radius: 0.4375rem;
}

.dev-check-content__item:last-of-type:first-of-type {
  border-top-right-radius: 0.4375rem;
}

.dev-check {
  padding: 5rem 0 6.75rem;
}

.dev-check__head {
  margin-bottom: 2.375rem;
}

.dev-detail-about {
  padding-bottom: 0.625rem;
}

.dev-detail-about__row {
  padding: 0 8.125rem 0 9.25rem;
  margin-bottom: 2.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dev-detail-about__title {
  margin-bottom: 2.5rem;
}

.dev-detail-about__col {
  width: 46%;
  margin-right: 8%;
}

.dev-detail-about__col:nth-of-type(2n) {
  margin-right: 0;
}

.dev-detail-about__col:last-of-type {
  margin-bottom: 0;
}

.dev-detail-about__age {
  position: relative;
  height: 18.25rem;
  margin-bottom: 3.375rem;
}

.dev-detail-about__age-content-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #999;
}

.dev-detail-about__age-content-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}

.dev-detail-about__age-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.875rem 22.875rem 0 9.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.dev-detail-about__age-title {
  color: #fff;
}

.dev-detail-about__video {
  width: 100%;
  height: 41.25rem;
  margin-top: 3.75rem;
  margin-bottom: 3.125rem;
  background-color: #333;
}

.dev-detail-about__video iframe {
  width: 100% !important;
  height: 100% !important;
}

.dev-detail-about__mission {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.125rem;
}

.dev-detail-about__mission-description {
  padding-right: 1rem;
  padding-top: 0.875rem;
}

.dev-detail-about__mission-head {
  margin-bottom: 2.25rem;
}

.dev-detail-about__mission-person {
  padding-left: 1.625rem;
  border-left: 0.125rem solid #ffdd2d;
}

.dev-detail-about__mission-name {
  margin-bottom: 0.5rem;
}

.dev-detail-about__mission-img {
  width: 35.625rem;
  height: 22.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0.75rem;
  background-color: #999;
  background-image: url(/assets/images/bg/mission-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dev-detail-about__stats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dev-detail-about__stats-item {
  width: 23.125rem;
  height: 16.875rem;
  padding: 1.5rem 2.5rem 2.25rem 4.75rem;
  border: 1px solid #dedede;
  border-radius: 0.625rem;
  margin-right: 1.875rem;
  margin-bottom: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.dev-detail-about__stats-item:nth-of-type(3n) {
  margin-right: 0;
}

.dev-detail-about__stats-title {
  margin-bottom: 0.8125rem;
}

.dev-detail-about__stats-text {
  font-size: 0.875rem;
  letter-spacing: 0;
  color: #bdbdbd;
}

.dev-detail-cases {
  padding-top: 2.25rem;
  padding-bottom: 2.5rem;
}

.dev-detail-cases__slider-wrap {
  position: relative;
  width: 100%;
  height: 25rem;
}

.dev-detail-cases__slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.dev-detail-cases__slide {
  width: 100%;
  height: 100%;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dev-detail-cases__slider-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dev-detail-cases__slider-arrow {
  position: relative;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 3.125rem;
  background-color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: background 0.4s ease;
  z-index: 6;
}

.dev-detail-cases__slider-arrow svg {
  width: 1.1875rem;
  height: 1.1875rem;
  fill: #ffdd2d;
}

.dev-detail-cases__slider-arrow--prev {
  left: 0;
}

.dev-detail-cases__slider-arrow--next {
  right: 0;
}

.dev-detail-cases__slider-arrow:hover {
  background-color: #ffdd2d;
}

.dev-detail-cases__slider-arrow:hover svg {
  fill: #333;
}

.dev-detail-cases__items {
  padding-top: 4.25rem;
}

.dev-detail-cases__item {
  padding: 0 6.25rem 2.625rem;
}

.dev-detail-cases__item--back {
  padding: 3rem 6.25rem 3.25rem;
  margin-top: 0.75rem;
  background-color: #f3f3f3;
}

.dev-detail-cases__title {
  margin-bottom: 1.375rem;
}

.dev-detail-cases__tags-wrap,
.dev-detail-cases__links-wrap {
  margin-left: 6.25rem;
}

.dev-detail-cases__tags-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3.125rem;
  margin-bottom: 3.375rem;
}

.dev-detail-cases__tags-text {
  margin-right: 1.1875rem;
  margin-bottom: 0.625rem;
}

.dev-detail-cases__tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dev-detail-cases__tag {
  margin-right: 1.25rem;
}

.dev-detail-cases__tag:last-of-type {
  margin-right: 0;
}

.dev-detail-cases__links-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dev-detail-cases__arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.dev-detail-cases__arrow .text-big {
  margin: 0 0.75rem;
}

.dev-detail-cases__arrow-icon {
  min-width: 1.6875rem;
  width: 1.6875rem;
  height: 1.6875rem;
  border: 2px solid #ffdd2d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffdd2d;
  transition: background 0.4s ease;
}

.dev-detail-cases__arrow-icon svg {
  width: 0.5625rem;
  height: 0.5625rem;
  fill: #333;
  stroke: #333;
}

.dev-detail-cases__arrow-icon:hover {
  background-color: transparent;
}

.dev-detail-cases__back {
  width: 13.125rem;
  padding: 0;
}

.dev-detail-chain {
  padding-top: 3.125rem;
  padding-bottom: 4.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dev-detail-chain__content {
  width: 54.375rem;
}

.dev-detail-chain__item-img {
  display: block;
  width: 100%;
  height: 14.375rem;
  border-radius: 0.5rem;
  border: 1px solid #dedede;
  margin-bottom: 1rem;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.4s ease;
}

.dev-detail-chain__table {
  width: 100%;
  padding: 0.375rem 0.625rem 0.125rem 0;
}

.dev-detail-chain__table-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0.375rem;
}

.dev-detail-chain__table-row:last-of-type {
  margin-bottom: 0;
}

.dev-detail-chain__table-text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.dev-detail-chain__table-line {
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

.dev-detail-chain__table-line::after {
  content: '....................................................................';
}

.dev-detail-chain__item-links {
  padding-right: 0.375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.dev-detail-chain__link {
  border-bottom: 1px solid #333;
  line-height: 1;
  transition: border 0.4s ease, color 0.4s ease;
}

.dev-detail-chain__link:hover {
  border-color: #ffdd2d;
  color: #ffdd2d;
}

.dev-detail-chain__order {
  display: block;
  width: 1.4375rem;
  height: 2rem;
  padding: 0.125rem;
  transition: opacity 0.4s ease;
}

.dev-detail-chain__order svg {
  fill: #333;
}

.dev-detail-chain__order:hover {
  opacity: 0.5;
}

.dev-detail-chain__item {
  width: 16.875rem;
  margin-right: 1.875rem;
  margin-bottom: 1.375rem;
}

.dev-detail-chain__description {
  padding-top: 1.375rem;
}

.dev-detail-chain__description img {
  display: block;
  max-width: 100%;
  margin: 0.875rem 0;
}

.dev-detail-chain__description-title {
  margin-bottom: 2.125rem;
}

.dev-detail-chain__description-list {
  margin-bottom: 1.875rem;
}

.dev-detail-chain__description-text {
  margin-bottom: 1.5rem;
}

.dev-detail-chain__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -0.625rem;
  margin-bottom: 0.8125rem;
}

.dev-detail-chain__head-select-wrap {
  margin-right: 1.75rem;
}

.dev-detail-chain__tabs-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.dev-detail-chain__tabs-item {
  width: 1.75rem;
  height: 1.375rem;
  display: block;
  margin-right: 0.25rem;
}

.dev-detail-chain__tabs-item svg {
  stroke: #333;
}

.dev-detail-chain__tabs-item:last-of-type {
  margin-right: 0;
}

.dev-detail-chain__tabs-item--active svg {
  stroke: #ffdd2d;
}

.dev-detail-chain__tabs-content {
  display: none;
}

.dev-detail-chain__tabs-content--active {
  display: block;
}

.dev-detail-chain__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dev-detail-chain__items--selected {
  position: relative;
  width: calc(100% + 2.875rem);
  max-height: 52.5rem;
  margin-top: 1.5625rem;
  padding-left: 1rem;
  margin-left: -1rem;
  overflow: auto;
}

.dev-detail-chain__items--selected .dev-detail-chain__item {
  margin-bottom: 2rem;
}

a.dev-detail-chain__item:hover .dev-detail-chainitem-img {
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
}

a.dev-detail-chainitem-img:hover {
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
}

.dev-detail-contacts {
  position: relative;
  height: 55.75rem;
}

.dev-detail-contacts__map {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #bdbdbd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/images/contacts/contacts_back.jpg);
}

.dev-detail-contacts__description {
  position: absolute;
  top: 50%;
  left: 29.4%;
  border: 1px solid #dedede;
  border-radius: 0.5rem;
  width: 25rem;
  background-color: #fff;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 6;
}

.dev-detail-contacts__description::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1.125rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 1px solid #dedede;
  border-bottom: 0;
  border-left: 0;
  -ms-transform: rotate(45deg) translate(-50%, 0);
  transform: rotate(45deg) translate(-50%, 0);
}

.dev-detail-contacts__tabs {
  display: -ms-flexbox;
  display: flex;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  overflow: hidden;
}

.dev-detail-contacts__tab {
  width: 50%;
  height: 3.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
  transition: background 0.4s ease;
}

.dev-detail-contacts__tab--active {
  background-color: #ffdd2d;
}

.dev-detail-contacts__tab:hover {
  background-color: #ffdd2d;
}

.dev-detail-contacts__items {
  width: 100%;
  padding: 1.5rem 1.25rem 2.1875rem 2.1875rem;
}

.dev-detail-contacts__item {
  display: none;
}

.dev-detail-contacts__item--active {
  display: block;
}

.dev-detail-contacts__text {
  margin-bottom: 1.5rem;
}

.dev-detail-contacts__text a {
  color: #333;
}

.dev-detail-contacts__text a[href^="tel:"] {
  text-decoration: none;
}

.dev-detail-contacts__text a:hover {
  color: #ffdd2d;
}

.dev-detail-contacts__btn {
  width: 10.625rem;
  padding: 0;
}

.dev-detail-delivery {
  padding-top: 1.75rem;
  padding-bottom: 3.75rem;
}

.dev-detail-delivery__title {
  margin-bottom: 0.5625rem;
}

.dev-detail-delivery__s-title {
  margin-top: 1.375rem;
  margin-bottom: 1.0625rem;
}

.dev-detail-delivery__item {
  max-width: 48.75rem;
  padding-bottom: 1.1875rem;
}

.dev-detail-delivery__item + .dev-detail-delivery__s-title {
  margin-top: 0.25rem;
}

.dev-detail-delivery .dev-check-content {
  margin-bottom: 1.1875rem;
}

.dev-detail-delivery__text {
  margin-bottom: 1.5rem;
}

.dev-detail-delivery__images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
}

.dev-detail-delivery__img {
  display: block;
  max-width: 100%;
  max-height: 3.875rem;
  margin-right: 1.875rem;
  margin-bottom: 2.125rem;
}

.dev-detail-delivery__table {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dedede;
  border-radius: 0.4375rem;
  margin-top: 1.875rem;
  margin-bottom: 1.5rem;
}

.dev-detail-delivery__col {
  width: 50%;
  padding: 1.8125rem 2.5rem 1.4375rem;
  border-right: 1px solid #dedede;
}

.dev-detail-delivery__col:last-of-type {
  border: 0;
}

.dev-detail-delivery__col-title {
  min-height: 3.5rem;
  margin-bottom: 1.5rem;
}

.dev-detail {
  padding-top: 0.875rem;
  padding-bottom: 0.625rem;
}

.dev-detail__title {
  margin-bottom: 0.625rem;
}

.dev-detail__title--news {
  max-width: 49.125rem;
}

.dev-detail__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dev-detail__head .dev-detail__title {
  margin-bottom: 0;
}

.dev-detail__sorting-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1.25rem;
}

.dev-detail__sorting-text {
  margin-right: 0.75rem;
}

.dev-detail-error {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.dev-detail-error__content {
  padding: 12.5rem 6.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.dev-detail-error__title-wrap {
  position: relative;
  width: 16.875rem;
}

.dev-detail-error__title-wrap::after {
  content: '';
  position: absolute;
  right: 5.75rem;
  bottom: -2rem;
  width: 3.5625rem;
  height: 0.6875rem;
  border-radius: 0.5rem;
  background-color: #ffdd2d;
}

.dev-detail-error__title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  color: #333;
}

.dev-detail-error__warning {
  position: absolute;
  top: -9.25rem;
  right: -1.625rem;
  width: 3.8125rem;
  height: 3.5rem;
  fill: #ffdd2d;
}

.dev-detail-error__404 {
  margin-right: 2.625rem;
  font-size: 9.375rem;
  color: #333;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.9375rem;
}

.dev-detail-error__list {
  position: relative;
  width: 16.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dev-detail-error__list::after {
  content: '';
  position: absolute;
  bottom: -4.25rem;
  left: 1.625rem;
  width: 0.3125rem;
  height: 2.125rem;
  background-color: #ffdd2d;
  border-radius: 0.125rem;
}

.dev-detail-error__list-item {
  max-width: 100%;
  margin-bottom: 1.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  line-height: 1.2;
}

.dev-detail-error__list-item svg {
  width: 0.375rem;
  height: 0.5625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.125rem;
  fill: currentColor;
  stroke: currentColor;
}

.dev-detail-error__list-item:last-of-type {
  margin-bottom: 0;
}

.dev-detail-error__list-item:hover {
  color: #ffdd2d;
}

.dev-detail-news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 0.25rem;
  padding-bottom: 2.5rem;
}

.dev-detail-news__content {
  width: 46.875rem;
}

.dev-detail-news__date {
  padding: 0 0.5rem;
  height: 1.875rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
  background-color: #f3f3f3;
}

.dev-detail-news__text {
  margin-bottom: 1.4375rem;
}

.dev-detail-news__img-wrap {
  margin-bottom: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dev-detail-news__img {
  width: 15.25rem;
  height: 9.375rem;
  margin-right: 0.5rem;
  margin-bottom: 1.25rem;
  border-radius: 0.375rem;
  background-color: #333;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dev-detail-news__video {
  width: 100%;
  height: 26.375rem;
  margin-top: 2.75rem;
  background-color: #333;
}

.dev-detail-news__video iframe {
  width: 100% !important;
  height: 100% !important;
}

.dev-detail-news__text-wrap img {
  display: block;
  max-width: 100%;
  margin: 0.875rem 0;
}

.dev-detail-news__text-wrap p {
  margin-bottom: 1.4375rem;
}

.dev-detail-policy {
  width: 66%;
  padding-bottom: 2.625rem;
}

.dev-detail-policy__title {
  margin-bottom: 1.375rem;
}

.dev-detail-policy__s-title {
  margin-bottom: 0.625rem;
}

.dev-detail-policy__t-title {
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.dev-detail-policy__text {
  margin-bottom: 1.3125rem;
}

.dev-detail-policy__text + .dev-detail-policy__t-title {
  margin-top: -0.625rem;
}

.dev-detail-policy__list {
  padding-top: 0.1875rem;
  margin-bottom: 1.5rem;
}

.dev-detail-policy__list li::before {
  content: '\2014   ';
}

.dev-detail-progress {
  background: #fff;
  padding-bottom: 2.5rem;
}

.dev-detail-progress__text {
  margin-bottom: 1.875rem;
}

.dev-detail-progress__list {
  border: 1px solid #dedede;
  border-width: 1px 0 0 1px;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #fff;
  border-radius: 0.4375rem;
  overflow: hidden;
}

.dev-detail-progress__item,
.dev-detail-progress__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dev-detail-progress__item {
  position: relative;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 2.1875rem 2.375rem 2.375rem;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex: 1 0 33.3%;
  flex: 1 0 33.3%;
  max-width: 33.3%;
  min-height: 14.375rem;
}

.dev-detail-progress__item:last-child {
  border-radius: 0 0 0.4375rem 0;
}

.dev-detail-progress__item-title {
  font-weight: 600;
  font-size: 1.5rem;
}

.dev-detail-progress__link {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
}

.dev-detail-progress__reward {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.875;
}

.dev-detail-technology {
  padding-top: 2.25rem;
  padding-bottom: 1.25rem;
}

.dev-detail-technology__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.dev-detail-technology__img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
}

.dev-detail-technology__description {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 3.75rem 2.5rem 2.5rem;
  z-index: 1;
}

.dev-detail-technology__name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
  transition: color 0.4s ease;
}

.dev-detail-technology__text-wrap {
  max-width: 44.25rem;
  height: 4.5rem;
  margin-bottom: 1.5625rem;
  overflow: hidden;
}

.dev-detail-technology__text {
  transition: color 0.4s ease;
}

.dev-detail-technology__tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  max-height: 3.125rem;
  overflow: hidden;
}

.dev-detail-technology__tag {
  min-width: 8.125rem;
  height: 2.5rem;
  padding: 0 1.625rem;
  border-radius: 0.4375rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f3;
}

.dev-detail-technology__tag span {
  opacity: 0.7;
}

.dev-detail-technology__tag:last-of-type {
  margin-right: 0;
}

.dev-detail-technology__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 18.75rem;
  margin-bottom: 1.25rem;
  border: 1px solid #dedede;
  border-radius: 0.4375rem;
  overflow: hidden;
}

.dev-detail-technology__more {
  margin-top: 3.125rem;
  margin-bottom: 4.375rem;
}

.dev-footer-contacts__in {
  padding-top: 3.75rem;
  padding-bottom: 4.25rem;
  color: #fff;
}

.dev-footer-contacts__title {
  margin-bottom: 1.5rem;
}

.dev-footer-contacts__list {
  border: 1px solid #6a7172;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0.4375rem;
  overflow: hidden;
}

.dev-footer-contacts__item {
  padding: 1.875rem 2.5rem 1.625rem 1.875rem;
  max-width: 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.dev-footer-contacts__item:first-child {
  border-right: 1px solid #6a7172;
}

.dev-footer-contacts__item:last-child {
  padding-left: 6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.dev-footer-contacts__city {
  margin-bottom: 0.625rem;
  font-weight: 600;
  font-size: 1.5rem;
}

.dev-footer-contacts__address {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}

.dev-footer-contacts__item-w {
  max-width: 10.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
}

.dev-footer-contacts__phone {
  margin-bottom: 0.375rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 1.14;
}

.dev-footer-contacts__email {
  color: #ffdd2d;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity 0.4s ease;
}

.dev-footer-contacts__email:hover {
  opacity: 0.5;
}

.dev-footer-contacts__btn {
  padding-left: 0;
  padding-right: 0;
  min-width: 10.625rem;
}

.dev-footer__in {
  padding: 1.75rem 0;
}

.dev-footer__bottom {
  color: #999;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}

.dev-footer__bottom .dev-footer__in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dev-footer__by a {
  color: #ffdd2d;
  text-decoration: none;
  transition: opacity 0.4s ease;
}

.dev-footer__by a:hover {
  opacity: 0.5;
}

.dev-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 6.25rem;
  border-bottom: 1px solid #dedede;
  background: #fff;
  transform: translateZ(0);
  transition: background 0.4s ease, border 0.4s ease;
  z-index: 10;
}

.dev-header__in {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dev-header__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 19.25rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  color: #333;
  transition: opacity 0.4s ease;
}

.dev-header__logo:hover {
  opacity: 0.8;
}

.dev-header__logo-icon {
  width: 3.4375rem;
  height: 3.125rem;
  fill: #ffdd2d;
}

.dev-header__logo-text {
  margin-left: 1.25rem;
  white-space: nowrap;
}

.dev-header__contacts {
  max-width: 16.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.dev-header__phone {
  margin-right: 2rem;
}

.dev-header__menu-trigger-icon {
  margin-left: 0.9375rem;
  position: relative;
  width: 1.3125rem;
  height: 1rem;
  display: block;
}

.dev-header__menu-trigger-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #333;
  transition: 0.4s ease;
}

.dev-header__menu-trigger-icon span:nth-of-type(1) {
  top: 0;
}

.dev-header__menu-trigger-icon span:nth-of-type(2) {
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
}

.dev-header__menu-trigger-icon span:nth-of-type(3) {
  bottom: 0;
}

.dev-header__menu-trigger {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  font-size: 0.75rem;
  transition: color 0.4s ease;
}

.dev-header__menu-trigger--open .dev-header__menu-trigger-icon span:nth-of-type(1) {
  top: 50%;
  -ms-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
}

.dev-header__menu-trigger--open .dev-header__menu-trigger-icon span:nth-of-type(2) {
  opacity: 0;
}

.dev-header__menu-trigger--open .dev-header__menu-trigger-icon span:nth-of-type(3) {
  bottom: 50%;
  -ms-transform: rotate(45deg) translate(0, 50%);
  transform: rotate(45deg) translate(0, 50%);
}

.dev-header__menu-trigger:hover {
  color: #ffdd2d;
}

.dev-header__menu-trigger:hover .dev-header__menu-trigger-icon span {
  background-color: #ffdd2d;
}

.dev-header--transparent {
  background-color: transparent;
  border-color: transparent;
}

.dev-header--transparent .dev-header__logo-icon {
  fill: #fff;
}

.dev-header--transparent .dev-header__logo-text {
  display: none;
}

.dev-header--transparent .dev-header__phone {
  color: #fff;
}

.dev-header--transparent .dev-header__menu-trigger-icon span {
  background-color: #fff;
}

.dev-header--transparent .dev-header__menu-trigger {
  color: #fff;
}

.dev-header--transparent .dev-header__menu-trigger:hover {
  color: #ffdd2d;
}

.dev-header--transparent .dev-header__menu-trigger:hover .dev-header__menu-trigger-icon span {
  background-color: #ffdd2d;
}

.dev-index-banner {
  position: relative;
  height: 100vh;
  min-height: 41.375rem;
  background-color: #999;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/images/bg/index-bg.jpg);
}

.dev-index-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}

.dev-index-banner__content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 6.25rem 0 5.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.dev-index-banner__title,
.dev-index-banner__s-title {
  max-width: 35rem;
  color: #fff;
}

.dev-index-banner__title {
  margin-bottom: 0.75rem;
}

.dev-index-banner__s-title {
  margin-bottom: 2.625rem;
}

.dev-index-banner__btn {
  width: 11.25rem;
  padding: 0;
}

.dev-index-banner__scroll {
  position: absolute;
  left: 0;
  bottom: 2.75rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  transition: color 0.4s ease;
}

.dev-index-banner__scroll svg {
  width: 1.1875rem;
  height: 1.625rem;
  fill: #ffdd2d;
  margin-right: 0.9375rem;
}

.dev-index-banner__scroll:hover {
  color: #ffdd2d;
}

.dev-index-banner__call {
  position: absolute;
  right: 1.5625rem;
  bottom: 1.8125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border: 2px solid #ffdd2d;
  border-radius: 0.4375rem;
  background-color: #ffdd2d;
  transition: border 0.4s ease, background 0.4s ease;
  z-index: 1;
}

.dev-index-banner__call svg {
  width: 1.75rem;
  height: 1.4375rem;
  fill: #333;
}

.dev-index-banner__call:hover {
  background-color: transparent;
}

.dev-index-banner__call:hover svg {
  fill: #fff;
}

.dev-index-how {
  position: relative;
  width: 100%;
  height: 43.75rem;
  padding: 3.125rem 0;
  background-image: url(/assets/images/bg/how-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #333;
}

.dev-index-how::after,
.dev-index-how::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dev-index-how::after {
  background-image: url(/assets/images/bg/how-people.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.33;
  z-index: 1;
}

.dev-index-how::before {
  background-color: #000;
  opacity: 0.5;
}

.dev-index-how__content {
  height: 100%;
  padding-bottom: 2rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 2;
}

.dev-index-how__video-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.625rem 1.875rem 1.75rem 1.875rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.4375rem;
}

.dev-index-how__video-title {
  margin-bottom: 0.875rem;
  color: #fff;
}

.dev-index-how__video-btn {
  width: 13.125rem;
}

.dev-index-how__video-btn svg {
  width: 0.4375rem;
  height: 0.5625rem;
  margin-right: 0.4375rem;
}

.dev-index-mission {
  position: relative;
  width: 100%;
  height: 43.75rem;
  padding: 3.125rem 0;
  background-image: url(/assets/images/bg/mission-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #333;
}

.dev-index-mission::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 1rem);
  height: 100%;
  background-image: linear-gradient(to right, #0b0b0b 0%, rgba(11, 11, 11, 0) 100%);
  opacity: 0.8;
}

.dev-index-mission__content {
  height: 100%;
  padding-bottom: 2.125rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.dev-index-mission__head {
  margin-bottom: 2.25rem;
}

.dev-index-mission__person {
  padding-left: 1.625rem;
  border-left: 0.125rem solid #ffdd2d;
}

.dev-index-mission__name {
  margin-bottom: 0.5rem;
  color: #fff;
}

.dev-index-mission__text {
  color: #fff;
}

.dev-index-news {
  background-color: #f3f3f3;
  padding-top: 4.125rem;
  padding-bottom: 4.375rem;
}

.dev-index-news__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
}

.dev-index-news__more-m {
  display: -ms-flexbox;
  display: flex;
  width: 9.375rem;
  margin: 1.25rem auto 0;
}

.dev-index-news__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dev-index-news__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 23.125rem;
  height: 21.875rem;
  padding: 2.5rem 2.4375rem 2.4375rem;
  margin-right: 1.875rem;
  margin-bottom: 1.875rem;
  border: 1px solid #dedede;
  border-radius: 0.4375rem;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.4s ease;
}

.dev-index-news__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #333;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.dev-index-news__img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.4;
}

.dev-index-news__description {
  position: relative;
  z-index: 1;
}

.dev-index-news__name {
  margin-bottom: 0.625rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dev-index-news__title,
.dev-index-news__text {
  overflow: hidden;
  transition: color 0.4s ease;
}

.dev-index-news__title {
  height: 5.25rem;
  margin-bottom: 1.625rem;
}

.dev-index-news__text {
  height: 4.5rem;
}

.dev-index-news__date-wrap {
  position: relative;
  width: 100%;
  padding-top: 1.5rem;
  border-top: 1px solid #dedede;
  z-index: 1;
  transition: border 0.4s ease;
}

.dev-index-news__date {
  height: 1.8125rem;
  padding: 0 0.4375rem;
  border: 1px solid #f3f3f3;
  border-radius: 0.1875rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
  transition: border 0.4s ease, background 0.4s ease, color 0.4s ease;
}

.dev-index-news a.dev-index-news__item:hover .dev-index-news {
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.1);
}

.dev-index-news--reviews a.dev-index-news__item:hover {
  border-color: transparent;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.3);
}

.dev-mailing {
  background-color: #f3f3f3;
}

.dev-mailing__content {
  height: 10.9375rem;
  padding-top: 0.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.dev-mailing__head {
  max-width: 26.875rem;
}

.dev-mailing__btn {
  width: 10.625rem;
}

.dev-mailing__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.dev-mailing__input {
  width: 23.125rem;
  border-radius: 0.4375rem;
  margin-right: 1.875rem;
}

.dev-mailing__input .core-input__title {
  display: none;
}

.dev-mailing__input .core-input__item {
  height: 2.5rem;
  border-radius: 0.25rem;
}

.dev-menu {
  position: fixed;
  z-index: 0;
  right: 0;
  top: 0;
  padding: 1.25rem 1.75rem;
  width: 20.875rem;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  background: #333;
  transform: translateZ(0);
  transition: opacity 0.4s ease;
}

.dev-menu--open {
  visibility: visible;
  opacity: 1;
}

.dev-menu__list {
  margin-bottom: 2.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.dev-menu__item {
  padding: 1.25rem 0;
  font-weight: 600;
  font-size: 0.6875rem;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.dev-menu__link {
  display: block;
  padding: 0.25rem 0;
  color: #fff;
  text-decoration: none;
}

.dev-menu__link:hover {
  color: #ffdd2d;
}

.dev-menu__close-icon {
  width: 1.125rem;
  height: 1.125rem;
  fill: #fff;
  transition: transform 0.4s ease, fill 0.4s ease;
}

.dev-menu__close-text {
  margin-right: 0.9375rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.4s ease;
}

.dev-menu__close {
  position: absolute;
  right: 2rem;
  top: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  text-align: right;
  cursor: pointer;
}

.dev-menu__close:hover .dev-menu__close-icon {
  fill: #ffdd2d;
}

.dev-menu__close:hover .dev-menu__close-text {
  color: #ffdd2d;
}

.dev-menu__btn {
  padding: 0 0.9375rem;
  margin-bottom: 3.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.dev-menu__policy {
  padding: 0.125rem 0;
  color: #ffdd2d;
  transition: opacity 0.4s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.dev-menu__policy:hover {
  opacity: 0.5;
}

.dev-menu-sec {
  border: 1px solid #707070;
  border-width: 1px 0;
}

.dev-menu-sec__in {
  -ms-flex-pack: center;
  justify-content: center;
}

.dev-menu-sec__in,
.dev-menu-sec__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.dev-menu-sec__list {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dev-menu-sec__link {
  padding: 1.75rem 0.875rem 1.5rem;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  color: #fff;
  display: block;
  line-height: 2;
  letter-spacing: 1.2px;
  text-decoration: none;
  transition: border 0.4s ease, color 0.4s ease;
}

.dev-menu-sec__link:hover {
  border-bottom-color: #ffdd2d;
  color: #ffdd2d;
}

.dev-menu-sec__item {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  margin-right: 1rem;
}

.dev-menu-sec__item--active .dev-menu-sec__link {
  color: #ffdd2d;
}

.dev-menu-sec__item:last-of-type {
  margin-right: 0;
}

.dev-news {
  padding-top: 1.625rem;
  padding-bottom: 5rem;
}

.dev-news__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dev-news__item {
  display: -ms-flexbox;
  display: flex;
  width: 23.125rem;
  height: 18.75rem;
  padding: 1.5625rem 1.125rem;
  border-radius: 0.3125rem;
  border: 1px solid #dedede;
  margin-right: 1.875rem;
  margin-bottom: 1.875rem;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.4s ease;
}

.dev-news__item:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}

.dev-news__date {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}

.dev-news__date span {
  display: block;
  font-size: 1.875rem;
  font-weight: 400;
}

.dev-news__date::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.0625rem;
  height: 0.3125rem;
  border-radius: 0.125rem;
  background-color: #ffdd2d;
}

.dev-news__name {
  margin-bottom: 0.75rem;
  max-height: 3.625rem;
  overflow: hidden;
}

.dev-news__text {
  max-height: 4.5rem;
  overflow: hidden;
}

.dev-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: none;
  min-height: 100vh;
  padding: 3rem 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 50;
  opacity: 0;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  -webkit-overflow-scrolling: touch;
}

.dev-popup--open {
  display: block;
  opacity: 1;
}

.dev-popup__content-wrap {
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
}

.dev-popup__content-wrap--open {
  display: -ms-flexbox;
  display: flex;
}

.dev-popup__content {
  position: relative;
  border: 1px solid #dedede;
  border-radius: 0.625rem;
  background-color: #fff;
}

.dev-popup__close {
  position: absolute;
  top: 1.125rem;
  right: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 2.125rem;
  height: 1.875rem;
  transition: border 0.4s ease;
  z-index: 6;
}

.dev-popup__close::after,
.dev-popup__close::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 1.375rem;
  height: 3px;
  border-radius: 4px;
  background-color: #333;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  transition: background 0.4s ease;
}

.dev-popup__close::before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dev-popup__close::after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dev-popup__close:hover::after,
.dev-popup__close:hover::before {
  background-color: #ffdd2d;
}

.dev-popup-mailing {
  padding: 3.6875rem 4.3125rem;
}

.dev-popup-mailing__form {
  width: 20.625rem;
}

.dev-popup-mailing__title {
  width: 100%;
  margin-bottom: 1.25rem;
  text-align: center;
}

.dev-popup-mailing__input-hidden {
  display: none;
}

.dev-popup-mailing__input {
  width: 100%;
  margin-bottom: 0.5625rem;
}

.dev-popup-mailing__consent-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
}

.dev-popup-mailing__checkbox {
  margin-right: 0.625rem;
}

.dev-popup-mailing__consent-text {
  font-size: 0.8125rem;
  color: #333;
}

.dev-popup-mailing__consent-text a {
  text-decoration: underline;
}

.dev-popup-mailing__consent-text a:hover {
  color: #ffdd2d;
}

.dev-popup-mailing__btn {
  width: 100%;
}

.dev-popup-site {
  width: 41.75rem;
  padding: 4.125rem 2rem;
}

.dev-popup-site__title {
  width: 100%;
  margin-bottom: 1.9375rem;
  text-align: center;
}

.dev-popup-site__text {
  text-align: center;
}

.dev-popup-site__text a:hover {
  color: #ffe560;
}

.dev-popup-success {
  padding: 0 2.25rem 0.375rem;
  width: 29.25rem;
  height: 17.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dev-popup-success__title {
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}

.dev-popup-success__text {
  width: 100%;
  text-align: center;
  margin-bottom: 1.375rem;
}

.dev-popup-success__btn {
  width: 5rem;
  padding: 0;
}

.dev-reviews {
  padding-top: 4.125rem;
  padding-bottom: 4.25rem;
  background-color: #444;
}

.dev-reviews__head {
  margin-bottom: 1.875rem;
}

.dev-reviews__slider {
  margin-bottom: 1.625rem;
}

.dev-reviews__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 23.125rem;
  height: 24.375rem;
  padding: 2.4375rem 2.125rem 1.75rem 2.4375rem;
  margin: 0.625rem 1.875rem 1.875rem 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.4375rem;
  transition: border 0.4s ease, box-shadow 0.4s ease;
  background-color: #444;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.dev-reviews__slide:hover {
  border-color: transparent;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.3);
}

.dev-reviews__description {
  max-height: 12rem;
  overflow: hidden;
}

.dev-reviews__text,
.dev-reviews__person-name,
.dev-reviews__person-text {
  color: #fff;
}

.dev-reviews__person {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.875rem;
  margin-left: -0.625rem;
}

.dev-reviews__person::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0.625rem;
  width: 12.5rem;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
}

.dev-reviews__person::before {
  content: '\201D';
  position: absolute;
  top: 3.75rem;
  right: -0.625rem;
  line-height: 3.25rem;
  font-size: 14.25rem;
  color: #fff;
  opacity: 0.05;
  font-weight: 600;
}

.dev-reviews__icon {
  min-width: 4.375rem;
  width: 4.375rem;
  height: 4.375rem;
  margin-right: 1.125rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.dev-reviews__icon img {
  max-width: 3rem;
  max-height: 2.5rem;
}

.dev-reviews__person-description {
  padding-bottom: 0.1875rem;
}

.dev-reviews__person-name {
  margin-bottom: 0.5rem;
}

.dev-reviews__slider-arrow {
  position: absolute;
  top: 7.875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  transition: background 0.4s ease;
}

.dev-reviews__slider-arrow--prev {
  left: 0;
}

.dev-reviews__slider-arrow--next {
  right: 0;
}

.dev-reviews__slider-arrow svg {
  width: 0.6875rem;
  height: 1.1875rem;
  fill: #fff;
}

.dev-reviews__slider-arrow:hover {
  background-color: #ffdd2d;
}

.dev-reviews__slider-wrap--about {
  position: relative;
}

.dev-reviews-write {
  padding: 2.75rem 0 3.75rem;
}

.dev-reviews-write__title {
  margin-bottom: 2.125rem;
}

.dev-reviews-write__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 48.125rem;
  max-height: 17.5rem;
}

.dev-reviews-write__input {
  width: 23.125rem;
  margin-right: 1.875rem;
  margin-bottom: 0.9375rem;
}

.dev-reviews-write__input .core-input__title {
  margin-bottom: 0.75rem;
}

.dev-reviews-write__input .core-input__item {
  height: 2.5rem;
  border-radius: 0.4375rem;
}

.dev-reviews-write__input:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}

.dev-reviews-write__input:last-of-type textarea.core-input__item {
  height: 13.875rem;
}

.dev-reviews-write__btn {
  display: -ms-flexbox;
  display: flex;
  width: 10.625rem;
  margin-top: 0.3125rem;
}

.dev-subnav {
  border-bottom: 1px solid #dedede;
  background: #fff;
}

.dev-subnav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.dev-subnav__link {
  padding: 0.25rem 0;
  display: block;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 0.4s ease;
}

.dev-subnav__link:hover {
  opacity: 0.5;
}

.dev-subnav__item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  height: 4.375rem;
  margin-right: 5.125rem;
  font-size: 0.75rem;
  line-height: 2;
  text-transform: uppercase;
}

.dev-subnav__item:first-child .subnav__link {
  padding-left: 0;
}

.dev-subnav__item:last-child {
  margin-right: 0;
}

.dev-subnav__item:last-child .subnav__link {
  padding-right: 0;
}

.dev-subnav__item--active .dev-subnav__link {
  opacity: 0.5;
}

.dev-subnav--products {
  border-top: 1px solid #dedede;
  margin-top: -1px;
}

.dev-subnav--products .dev-subnav__list {
  max-width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: auto;
}

.dev-subnav--products .dev-subnav__item {
  margin-right: 0;
}

.dev-write {
  width: 23.125rem;
  padding: 1.625rem 1.25rem 1.875rem;
  border-radius: 0.625rem;
  margin-top: -0.25rem;
  background-color: #f3f3f3;
}

.dev-write__title {
  width: 100%;
  margin-bottom: 1.125rem;
}

.dev-write__input {
  width: 100%;
  margin-bottom: 0.5625rem;
}

.dev-write__input .core-input__item {
  border-color: #fff;
}

.dev-write__consent-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 1rem;
}

.dev-write__checkbox {
  margin-right: 0.625rem;
}

.dev-write__consent-text {
  font-size: 0.8125rem;
  color: #333;
}

.dev-write__consent-text a {
  text-decoration: underline;
}

.dev-write__consent-text a:hover {
  color: #ffdd2d;
}

.dev-write__btn {
  width: 100%;
}

@media (min-width: 768px) {
  .dev-chain-item__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .dev-detail-news__img:nth-of-type(3n) {
    margin-right: 0;
  }

  .dev-detail-technology__item:hover .dev-detail-technology__img {
    opacity: 1;
  }

  .dev-detail-technology__item:hover .dev-detail-technology__text,
  .dev-detail-technology__item:hover .dev-detail-technology__name {
    color: #fff;
  }

  .dev-index-news a.dev-index-news__item:hover .dev-index-news__img {
    opacity: 1;
  }

  .dev-index-news a.dev-index-news__item:hover .dev-index-news__title,
  .dev-index-news a.dev-index-news__item:hover .dev-index-news__text {
    color: #fff;
  }

  .dev-index-news a.dev-index-news__item:hover .dev-index-news__date-wrap {
    border-top-color: rgba(255, 255, 255, 0.2);
  }

  .dev-index-news a.dev-index-news__item:hover .dev-index-news__date {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
  }

  .dev-index-news--reviews a.dev-index-news__item:hover .dev-index-news__img {
    opacity: 1;
  }

  .dev-index-news--reviews a.dev-index-news__item:hover .dev-index-news__title,
  .dev-index-news--reviews a.dev-index-news__item:hover .dev-index-news__text {
    color: #333;
  }

  .dev-index-news--reviews a.dev-index-news__item:hover .dev-index-news__date-wrap {
    border-top-color: #dedede;
  }

  .dev-index-news--reviews a.dev-index-news__item:hover .dev-index-news__date {
    border-color: #f3f3f3;
    background-color: #f3f3f3;
    color: #333;
  }
}

@media (min-width: 768px) and (max-height: 768px) {
  .dev-menu {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 1024px) {
  .main--fluid {
    margin: auto;
    max-width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .page--main .page__content-wrap {
    padding-top: 0;
  }

  .dev-about-clients__item {
    margin-right: 1.875rem;
  }

  .dev-article__more-m {
    display: none;
  }

  .dev-chain__head {
    max-width: 50%;
  }

  .dev-chain__more {
    display: none;
  }

  .dev-chain-item:hover .dev-chain-item__description {
    height: 10.75rem;
  }

  .dev-check-content__item:nth-of-type(3) {
    border-top-right-radius: 0.4375rem;
  }

  .dev-check-content__item:last-of-type:nth-of-type(2),
  .dev-check-content__item:last-of-type:nth-of-type(3) {
    border-top-right-radius: 0.4375rem;
  }

  .dev-check-content__item:nth-of-type(3n+1):nth-last-of-type(1),
  .dev-check-content__item:nth-of-type(3n+1):nth-last-of-type(2),
  .dev-check-content__item:nth-of-type(3n+1):nth-last-of-type(3) {
    border-bottom-left-radius: 0.4375rem;
  }

  .dev-check__head {
    max-width: 55%;
  }

  .dev-detail-cases__title,
  .dev-detail-cases__text,
  .dev-detail-cases__tags-wrap,
  .dev-detail-cases__links-wrap {
    max-width: 48.125rem;
  }

  .dev-detail-chain__item:nth-of-type(3n) {
    margin-right: 0;
  }

  .dev-detail-chain__items--selected .dev-detail-chain__item:nth-of-type(3n) {
    margin-right: 1.875rem;
  }

  .dev-detail-chain__items--selected .dev-detail-chain__item:nth-last-of-type(1),
  .dev-detail-chain__items--selected .dev-detail-chain__item:nth-last-of-type(2),
  .dev-detail-chain__items--selected .dev-detail-chain__item:nth-last-of-type(3) {
    margin-bottom: 0;
  }

  .dev-index-how__head {
    width: 48%;
  }

  .dev-index-mission__head {
    max-width: 52%;
  }

  .dev-index-news__more-m {
    display: none;
  }

  .dev-index-news__item:nth-of-type(3n) {
    margin-right: 0;
  }

  .dev-index-news--reviews {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }

  .dev-index-news--reviews .dev-index-news__item {
    padding-top: 2.75rem;
  }

  .dev-index-news--reviews .dev-index-news__text {
    height: 9rem;
  }

  .dev-mailing__content {
    max-width: 40rem;
  }

  .dev-mailing__input .core-input__fail {
    top: -1.625rem;
  }

  .dev-mailing--full .dev-mailing__content {
    max-width: 73.125rem;
    padding: 0 3.125rem;
  }

  .dev-menu__close:hover .dev-menu__close-icon {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .dev-news__item:nth-of-type(3n) {
    margin-right: 0;
  }

  .dev-reviews__slider-wrap--about {
    padding: 0 8.625rem;
  }

  .dev-reviews__slider-wrap--about .dev-reviews__slide {
    height: 17.5rem;
    padding-left: 5.5rem;
    padding-right: 6.375rem;
  }

  .dev-reviews__slider-wrap--about .dev-reviews__person::after {
    width: 37.5rem;
  }

  .dev-reviews__slider-wrap--about .dev-reviews__description {
    max-height: 4.5rem;
  }
}

@media (min-width: 1024px) and (max-height: 768px) {
  .dev-menu__list {
    margin-bottom: 2rem;
  }

  .dev-menu__item {
    padding: 0.875rem 0;
  }

  .dev-menu__btn {
    margin-bottom: 2.625rem;
  }
}

@media (min-width: 1900px) {
  html {
    font-size: 18px;
  }

  .dev-index-mission {
    height: 47.25rem;
  }
}

@media (max-width: 1023px) {
  .core-head {
    max-width: 100%;
  }

  .dev-about-cert__content {
    max-width: 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .dev-about-cert__dwnld {
    -ms-flex-order: 1;
    order: 1;
  }

  .dev-about-clients__head .core-head__title br {
    display: none;
  }

  .dev-article__head-btn {
    display: none;
  }

  .dev-chain-about__table {
    width: 100%;
  }

  .dev-chain-about__table-row {
    padding: 0.25rem 0.75rem 0.25rem 1.125rem;
  }

  .dev-chain-about__table-col--quantity .text {
    text-align: right;
  }

  .dev-chain-advantage__title {
    margin-bottom: 2.75rem;
  }

  .dev-chain-advantage__item {
    margin-right: 0;
  }

  .dev-chain-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.25rem;
  }

  .dev-chain-item__img {
    width: 40%;
  }

  .dev-chain-nav {
    width: 100%;
  }

  .dev-chain-nav__s-main br,
  .dev-chain-nav__t-main br {
    display: none;
  }

  .dev-chain-table {
    display: none;
  }

  .dev-check-content__title {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .dev-check-content__icon {
    position: absolute;
    background-color: #ffdd2d;
    opacity: 1;
  }

  .dev-check-content__item {
    position: relative;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dev-check-content__item:hover .dev-check-content__icon {
    background-color: #fff;
  }

  .dev-detail-about__row {
    padding: 0;
  }

  .dev-detail-about__row {
    margin-bottom: 2rem;
  }

  .dev-detail-about__title br {
    display: none;
  }

  .dev-detail-about__age-content {
    padding: 0;
  }

  .dev-detail-about__mission {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 2.5rem;
  }

  .dev-detail-about__mission-description {
    width: 100%;
    padding-top: 1.375rem;
  }

  .dev-detail-about__mission-head {
    max-width: 100%;
    margin-bottom: 1.25rem;
  }

  .dev-detail-cases__tag {
    margin-right: 0.625rem;
  }

  .dev-detail-chain {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
  }

  .dev-detail-chain__content {
    width: 100%;
  }

  .dev-detail-chain__table {
    padding-right: 0;
    padding-bottom: 0.5rem;
  }

  .dev-detail-chain__item-links {
    padding-right: 0;
  }

  .dev-detail-chain__head-select-wrap {
    margin-right: 0;
  }

  .dev-detail-chain__tabs-items {
    display: none;
  }

  .dev-detail-chain__tabs-content {
    display: block;
  }

  .dev-detail-delivery__item {
    max-width: 100%;
  }

  .dev-detail-delivery__item + .dev-detail-delivery__s-title {
    margin-top: 0;
  }

  .dev-detail__title--news {
    width: 100%;
  }

  .dev-detail__head {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dev-detail__sorting-wrap {
    margin-left: 0;
  }

  .dev-detail-error__content {
    padding: 6.25rem 0 8.75rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dev-detail-error__title {
    width: 100%;
    margin-right: 0;
  }

  .dev-detail-error__warning {
    top: -11.75rem;
    right: -11rem;
  }

  .dev-detail-error__404 {
    width: 100%;
    -ms-flex-order: -1;
    order: -1;
  }

  .dev-detail-news {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dev-detail-news__content {
    width: 100%;
  }

  .dev-detail-news__video {
    height: 13.5rem;
    margin-top: 1.375rem;
  }

  .dev-detail-policy {
    width: 100%;
    padding-bottom: 2rem;
  }

  .dev-detail-policy__title {
    margin-bottom: 1rem;
  }

  .dev-detail-policy__s-title {
    margin-bottom: 0.375rem;
  }

  .dev-detail-policy__t-title {
    margin-bottom: 0.375rem;
  }

  .dev-detail-policy__text {
    margin-bottom: 1rem;
  }

  .dev-detail-policy__text + .dev-detail-policy__t-title {
    margin-bottom: 0;
  }

  .dev-detail-policy__list {
    padding-top: 0;
    margin-bottom: 1.125rem;
  }

  .dev-detail-progress__item {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    padding: 1.875rem 2rem 2rem;
  }

  .dev-footer-contacts__btn {
    margin-top: 1.125rem;
  }

  .dev-footer__in {
    display: block;
  }

  .dev-footer__bottom {
    display: block;
  }

  .dev-header__logo-icon {
    width: 3rem;
    height: 2.75rem;
  }

  .dev-header__logo-text {
    display: none;
  }

  .dev-header__phone {
    margin-right: 1.875rem;
  }

  .dev-header__menu-trigger-text {
    display: none;
  }

  .dev-header__menu-trigger-icon {
    width: 1.875rem;
    height: 1.4375rem;
  }

  .dev-header__menu-trigger-icon span {
    height: 3px;
  }

  .dev-header__menu-trigger-icon {
    margin-left: 0;
  }

  .dev-index-banner__scroll {
    display: none;
  }

  .dev-index-banner__call {
    right: 2.5rem;
    bottom: 2.375rem;
  }

  .dev-index-how__video-wrap {
    position: static;
    left: 0;
    margin-top: 7.25rem;
  }

  .dev-index-news__head-btn {
    display: none;
  }

  .dev-index-news__item {
    margin-right: 0;
    height: auto;
  }

  .dev-index-news__title br {
    display: none;
  }

  .dev-mailing__input {
    width: 100%;
    margin-right: 0;
  }

  .dev-menu {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 11;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-name: fadeInTop;
  }

  .dev-menu--open {
    display: -ms-flexbox;
    display: flex;
  }

  .dev-menu__link {
    text-align: center;
  }

  .dev-menu__close {
    display: none;
  }

  .dev-menu-sec__item {
    margin-right: 0;
  }

  .dev-news__item {
    margin-bottom: 1.25rem;
  }

  .dev-news__text {
    max-height: 6rem;
  }

  .dev-reviews__person::before {
    top: 2.75rem;
    right: -1.25rem;
    font-size: 12.8125rem;
  }

  .dev-reviews__slider-arrow {
    display: none;
  }

  .dev-reviews-write__title {
    margin-bottom: 1rem;
  }

  .dev-reviews-write__items {
    width: 100%;
  }

  .dev-subnav__item {
    height: 3.75rem;
  }

  .dev-subnav--products .dev-subnav__item {
    margin-right: 1.75rem;
  }

  .dev-write {
    margin-top: 1.25rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main {
    width: 92.5%;
    max-width: 26.25rem;
  }
}

@media (max-width: 767px) {
  .page__content-wrap {
    padding-top: 4.375rem;
  }

  .title {
    font-size: 2rem;
  }

  .title__pre {
    margin-bottom: 1.25rem;
  }

  .ps--active-x > .ps__rail-x,
  .ps--active-y > .ps__rail-y {
    background-color: #f3f3f3;
  }

  .h1 {
    line-height: 1.1;
  }

  .h2 {
    font-size: 2rem;
    line-height: 1.1;
  }

  .core-accordion__head {
    padding: 0.25rem 1.25rem 0.25rem 1.875rem;
  }

  .core-accordion__content {
    padding: 1rem 1rem 0.375rem 1.875rem;
  }

  .core-head__s-title {
    margin-bottom: 1rem;
  }

  .core-head__title .core-head__title br {
    display: none;
  }

  .core-head__text {
    margin-top: 0.875rem;
  }

  .core-nav {
    padding: 1rem 0;
  }

  .core-select__btn {
    padding-left: 1.25rem;
  }

  .core-select__content-item {
    padding-left: 1.25rem;
  }

  .core-tag {
    min-width: 6.25rem;
    height: 2rem;
    padding: 0 1.25rem;
  }

  .dev-about-cert__in {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem 0;
    height: auto;
  }

  .dev-about-cert__content {
    margin-bottom: 0.625rem;
    padding: 0;
  }

  .dev-about-cert__title {
    text-align: center;
  }

  .dev-about-cert__text {
    width: 100%;
  }

  .dev-about-cert__text p {
    width: 100%;
    text-align: center;
  }

  .dev-about-cert__dwnld {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25rem 1rem;
  }

  .dev-about-cert__dwnld-title {
    text-align: center;
  }

  .dev-about-clients {
    padding: 3.125rem 0 3.5rem;
  }

  .dev-about-clients__head {
    margin-bottom: 1.5625rem;
  }

  .dev-about-clients__item {
    max-width: 100%;
    width: 100%;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
    min-height: inherit;
    height: 10.5rem;
  }

  .dev-about-clients__item:last-of-type {
    margin-bottom: 0;
  }

  .dev-article {
    padding: 3.125rem 0 3.125rem;
  }

  .dev-article__head {
    margin-bottom: 2rem;
  }

  .dev-article__more-m {
    margin: 1.875rem auto 0;
  }

  .dev-article__date-wrap {
    padding-top: 1.625rem;
  }

  .dev-article__item {
    width: 100%;
    height: 22.5rem;
    padding: 1.375rem 1.875rem;
    margin-right: 0;
    margin-bottom: 0.625rem;
  }

  .dev-chain-about__head {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.875rem;
  }

  .dev-chain-about__img {
    width: 100%;
    height: 14.375rem;
  }

  .dev-chain-about__description {
    width: 100%;
    padding-top: 1.75rem;
  }

  .dev-chain-about__quantity-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .dev-chain-about__quantity-text {
    padding-right: 0;
    margin-bottom: 0.625rem;
    text-align: center;
  }

  .dev-chain-about__payment {
    margin-bottom: 1rem;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .dev-chain-about__payment-text {
    margin-bottom: 0.75rem;
  }

  .dev-chain-about__btns {
    -ms-flex-align: center;
    align-items: center;
  }

  .dev-chain-about__tabs {
    margin-bottom: 2.25rem;
  }

  .dev-chain-about__tabs-content-wrap {
    padding: 1.5625rem 1rem 1.875rem 1rem;
  }

  .dev-chain-about__accordion-title {
    margin-bottom: 1.5625rem;
    font-size: 1.125rem;
  }

  .dev-chain-advantage {
    padding: 2.9375rem 0 3.4375rem;
  }

  .dev-chain-advantage__items {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .dev-chain-advantage__item {
    width: 96%;
    margin-bottom: 2rem;
  }

  .dev-chain-advantage__item:last-of-type {
    margin-bottom: 0;
  }

  .dev-chain {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .dev-chain--products {
    padding-top: 2.375rem;
    padding-bottom: 2rem;
  }

  .dev-chain__head {
    margin-bottom: 2rem;
  }

  .dev-chain-item {
    padding: 1.9375rem 1.125rem 2.4375rem;
    height: auto;
  }

  .dev-chain-item__img {
    width: 100%;
    right: -31%;
  }

  .dev-chain-item__description {
    width: 78.5%;
    height: auto;
  }

  .dev-chain-item__text {
    height: auto;
  }

  .dev-chain-item__btn {
    margin-top: 0.75rem;
  }

  .dev-chain-nav {
    margin-bottom: 1.5rem;
  }

  .dev-check-content__title {
    max-height: 3rem;
    margin-bottom: 0.5rem;
  }

  .dev-check-content__icon {
    top: 2.8125rem;
    right: 1.875rem;
  }

  .dev-check-content__text {
    min-height: inherit;
  }

  .dev-check-content__item {
    width: 100%;
    height: 10.125rem;
    padding: 1.375rem 6.75rem 1.5rem 1.75rem;
  }

  .dev-check-content__item:first-of-type {
    border-top-right-radius: 0.4375rem;
  }

  .dev-check-content__item:last-of-type {
    border-bottom-left-radius: 0.4375rem;
  }

  .dev-check {
    padding: 3.0625rem 0 2.375rem;
  }

  .dev-check__head {
    margin-bottom: 1.25rem;
  }

  .dev-detail-about__title {
    margin-bottom: 1.25rem;
  }

  .dev-detail-about__col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .dev-detail-about__age {
    height: 16.375rem;
    margin-bottom: 2.125rem;
  }

  .dev-detail-about__video {
    height: 13.5rem;
    margin: 1.875rem 0;
  }

  .dev-detail-about__mission-img {
    width: 100%;
    height: 13.75rem;
    border-radius: 0.5rem;
  }

  .dev-detail-about__stats-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 2.625rem 1.25rem;
    margin-bottom: 1.25rem;
  }

  .dev-detail-cases {
    padding-top: 0.5rem;
    padding-bottom: 0.875rem;
  }

  .dev-detail-cases__slider-wrap {
    height: 15rem;
  }

  .dev-detail-cases__items {
    padding-top: 2.375rem;
  }

  .dev-detail-cases__item {
    padding: 0 0.75rem 2rem;
  }

  .dev-detail-cases__item--back {
    padding: 1.375rem 0.75rem 1.375rem;
    margin-top: 0.375rem;
  }

  .dev-detail-cases__title {
    margin-bottom: 0.625rem;
  }

  .dev-detail-cases__tags-wrap,
  .dev-detail-cases__links-wrap {
    margin-left: 0;
  }

  .dev-detail-cases__tags-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 1.875rem;
    margin-bottom: 2.125rem;
  }

  .dev-detail-cases__tags-text {
    margin-right: 0;
  }

  .dev-detail-cases__back {
    -ms-flex-order: 1;
    order: 1;
    margin: 1.5rem auto;
  }

  .dev-detail-chain {
    padding-bottom: 2.625rem;
  }

  .dev-detail-chain__item {
    width: 100%;
    margin-right: 0;
  }

  .dev-detail-chain__description {
    padding-top: 0.875rem;
  }

  .dev-detail-chain__description-title {
    margin-bottom: 1.125rem;
  }

  .dev-detail-chain__description-list {
    margin-bottom: 1rem;
  }

  .dev-detail-chain__description-text {
    margin-bottom: 0.875rem;
  }

  .dev-detail-chain__items--selected {
    width: calc(100% + 0.75rem);
    max-height: 78.75rem;
    padding-left: 0;
    padding-right: 0.875rem;
    margin-top: 0.875rem;
    margin-left: 0;
  }

  .dev-detail-chain__items--selected .dev-detail-chain__item {
    margin-bottom: 1.5rem;
  }

  .dev-detail-contacts {
    height: auto;
  }

  .dev-detail-contacts__map {
    height: 33.875rem;
  }

  .dev-detail-contacts__description {
    left: 0;
    position: static;
    width: 100%;
    border: 0;
    border-radius: 0;
    -ms-transform: none;
    transform: none;
  }

  .dev-detail-contacts__description::after {
    display: none;
  }

  .dev-detail-contacts__items {
    padding: 1.25rem 0 1.625rem;
  }

  .dev-detail-contacts__text {
    margin-bottom: 1rem;
  }

  .dev-detail-delivery {
    padding: 0.75rem 0 1rem;
  }

  .dev-detail-delivery__title {
    margin-bottom: 0.375rem;
  }

  .dev-detail-delivery__s-title {
    margin-top: 0.875rem;
    margin-bottom: 0.75rem;
  }

  .dev-detail-delivery__item {
    padding-bottom: 0.75rem;
  }

  .dev-detail-delivery .dev-check-content {
    margin-bottom: 0.75rem;
  }

  .dev-detail-delivery__text {
    margin-bottom: 0.875rem;
  }

  .dev-detail-delivery__img {
    margin-right: 1rem;
    margin-bottom: 1rem;
    max-height: 3rem;
  }

  .dev-detail-delivery__table {
    margin-top: 1rem;
    margin-bottom: 0.875rem;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dev-detail-delivery__col {
    width: 100%;
    padding: 1.25rem 1rem;
    border-right: 0;
    border-bottom: 1px solid #dedede;
  }

  .dev-detail-delivery__col-title {
    min-height: inherit;
    margin-bottom: 0.75rem;
  }

  .dev-detail-error__content {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dev-detail-error__title-wrap {
    width: 100%;
  }

  .dev-detail-error__title-wrap::after {
    right: auto;
    left: 8.25rem;
    bottom: -1.125rem;
  }

  .dev-detail-error__warning {
    top: -11.75rem;
    right: 2rem;
  }

  .dev-detail-error__404 {
    font-size: 6.75rem;
    letter-spacing: 0.5rem;
  }

  .dev-detail-error__list {
    width: 100%;
    margin-top: 2.625rem;
  }

  .dev-detail-news {
    padding-bottom: 1.25rem;
  }

  .dev-detail-news__date {
    margin-bottom: 1rem;
  }

  .dev-detail-news__text {
    margin-bottom: 0.875rem;
  }

  .dev-detail-news__img {
    width: 49%;
    height: 6.75rem;
    margin-right: 2%;
    margin-bottom: 0.625rem;
  }

  .dev-detail-news__img:nth-of-type(2n) {
    margin-right: 0;
  }

  .dev-detail-news__text-wrap p {
    margin-bottom: 0.875rem;
  }

  .dev-detail-progress {
    padding-bottom: 1.375rem;
  }

  .dev-detail-progress__item {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 1.375rem 1rem;
    min-height: inherit;
  }

  .dev-detail-progress__item-title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }

  .dev-detail-technology {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .dev-detail-technology__img {
    position: relative;
    height: 10.125rem;
    opacity: 1;
  }

  .dev-detail-technology__img::after {
    opacity: 0.2;
  }

  .dev-detail-technology__description {
    padding: 1.25rem 1rem;
    height: auto;
  }

  .dev-detail-technology__name {
    margin-bottom: 0.75rem;
    white-space: normal;
  }

  .dev-detail-technology__text-wrap {
    height: auto;
    margin-bottom: 1.125rem;
  }

  .dev-detail-technology__tags {
    max-height: inherit;
  }

  .dev-detail-technology__tag {
    min-width: 6.25rem;
    height: 2rem;
    padding: 0 1.25rem;
  }

  .dev-detail-technology__item {
    height: auto;
  }

  .dev-detail-technology__more {
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
  }

  .dev-footer-contacts__in {
    padding: 3.5625rem 0 1.875rem;
  }

  .dev-footer-contacts__title {
    margin-bottom: 1.375rem;
  }

  .dev-footer-contacts__list {
    padding: 0 1.875rem;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dev-footer-contacts__item {
    padding: 1.75rem 0;
    max-width: 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .dev-footer-contacts__item:first-child {
    border-right: none;
  }

  .dev-footer-contacts__item:last-child {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 2.0625rem 0 2.4375rem;
    border-top: 1px solid #6a7172;
  }

  .dev-footer-contacts__city {
    margin-bottom: 0.3125rem;
    text-align: center;
  }

  .dev-footer-contacts__address {
    text-align: center;
  }

  .dev-footer-contacts__item-w {
    margin: 0 auto;
  }

  .dev-footer__in {
    padding: 1.75rem 0 1.375rem;
  }

  .dev-footer__by {
    margin-top: 0.5rem;
  }

  .dev-header {
    height: 4.375rem;
  }

  .dev-header__phone {
    margin-right: 1.75rem;
  }

  .dev-index-banner {
    height: calc(100vh - 4.375rem);
    min-height: 23.75rem;
  }

  .dev-index-banner__content {
    padding: 0.625rem 1rem 2.625rem;
    -ms-flex-align: center;
    align-items: center;
  }

  .dev-index-banner__title,
  .dev-index-banner__s-title {
    text-align: center;
  }

  .dev-index-banner__title {
    margin-bottom: 1.5rem;
  }

  .dev-index-banner__s-title {
    margin-bottom: 2.375rem;
    font-size: 1.875rem;
  }

  .dev-index-banner__call {
    right: 0.9375rem;
    bottom: 1.1875rem;
  }

  .dev-index-how {
    height: 47.125rem;
  }

  .dev-index-how::after {
    opacity: 0.4;
  }

  .dev-index-how::before {
    opacity: 0.6;
  }

  .dev-index-how__content {
    padding-bottom: 4.125rem;
  }

  .dev-index-how__head {
    width: 96%;
  }

  .dev-index-how__head .core-head__text {
    margin-top: 2rem;
  }

  .dev-index-how__video-wrap {
    margin-top: 3.875rem;
  }

  .dev-index-mission {
    height: 43.625rem;
    background-position: 62% 50%;
  }

  .dev-index-mission__content {
    padding-bottom: 6.875rem;
  }

  .dev-index-mission__head {
    margin-bottom: 2rem;
  }

  .dev-index-news {
    padding: 3.125rem 0 3.125rem;
  }

  .dev-index-news__head {
    margin-bottom: 2rem;
  }

  .dev-index-news__more-m {
    margin: 1.875rem auto 0;
  }

  .dev-index-news__item {
    width: 100%;
    padding: 1.875rem 1.6875rem 2.5rem;
    margin-bottom: 0.625rem;
  }

  .dev-index-news__title {
    max-height: 5.25rem;
    height: auto;
  }

  .dev-index-news__text {
    max-height: 4.5rem;
    height: auto;
  }

  .dev-index-news__date-wrap {
    margin-top: 1.0625rem;
  }

  .dev-mailing__content {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    padding: 2rem 0;
  }

  .dev-mailing__btn {
    margin-top: 1.5625rem;
  }

  .dev-mailing__form {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 1.4375rem;
  }

  .dev-mailing--full .dev-mailing__content {
    padding: 3rem 0 3.125rem;
  }

  .dev-mailing--full .dev-mailing__text {
    margin-top: 0.8125rem;
  }

  .dev-menu {
    top: 4.375rem;
    width: 100vw;
    height: calc(100vh - 4.375rem);
  }

  .dev-menu__list {
    margin-bottom: 2.25rem;
  }

  .dev-menu__item {
    padding: 0.75rem 0;
    font-size: 0.9375rem;
  }

  .dev-menu__btn {
    margin-bottom: 2.625rem;
  }

  .dev-menu-sec {
    padding: 1.3125rem 0 1.125rem;
  }

  .dev-menu-sec__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }

  .dev-menu-sec__link {
    padding: 0;
  }

  .dev-menu-sec__item {
    width: 50%;
  }

  .dev-news {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
  }

  .dev-news__item {
    width: 100%;
    padding: 1.25rem 0.75rem;
    margin-right: 0;
  }

  .dev-popup {
    padding: 3rem 0;
  }

  .dev-popup__close {
    top: 0.625rem;
    right: 0.375rem;
  }

  .dev-popup-mailing {
    padding: 2rem 1.25rem;
  }

  .dev-popup-mailing__form {
    width: 19.625rem;
  }

  .dev-popup-mailing__title {
    margin-bottom: 0.875rem;
  }

  .dev-popup-site {
    width: 22.125rem;
    padding: 2.625rem 1.25rem;
  }

  .dev-popup-site__title {
    margin-bottom: 0.875rem;
  }

  .dev-popup-success {
    width: 22.125rem;
    height: auto;
    padding: 2.375rem 1.25rem;
  }

  .dev-popup-success__title {
    margin-bottom: 1.125rem;
  }

  .dev-reviews {
    padding: 3.625rem 0 3.75rem;
  }

  .dev-reviews__slider {
    margin-bottom: 0;
  }

  .dev-reviews__slide {
    width: 100%;
    padding: 2.375rem 2.375rem 1.75rem 1.875rem;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .dev-reviews__description {
    max-height: 15rem;
  }

  .dev-reviews__person {
    padding-top: 0.8125rem;
    margin-left: 0;
  }

  .dev-reviews__person::after {
    width: 13.875rem;
    left: 0;
  }

  .dev-reviews__person::before {
    right: -2.125rem;
  }

  .dev-reviews__person-description {
    padding-bottom: 0.125rem;
  }

  .dev-reviews-write {
    padding: 1.875rem 0 2.5rem;
  }

  .dev-reviews-write__items {
    max-height: inherit;
  }

  .dev-reviews-write__input {
    width: 100%;
    margin-right: 0;
  }

  .dev-reviews-write__input:last-of-type textarea.core-input__item {
    height: 5.75rem;
  }

  .dev-reviews-write__btn {
    margin: 0.75rem auto 0;
  }

  .dev-subnav__list {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dev-subnav__item {
    margin-right: 0;
  }

  .dev-write {
    margin-top: 1.25rem;
    width: 100%;
    padding: 1.25rem 1rem 1.25rem;
  }

  .dev-write__title {
    margin-bottom: 0.875rem;
  }
}

@media (max-width: 767px) and (max-height: 548px) {
  .dev-menu {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 357px) {
  html {
    font-size: 13.65px;
  }
}

@media (min-width: 1024px) and (max-width: 1273px) {
  html {
    font-size: 13.4px;
  }

  .core-select__btn {
    font-size: 1.04rem;
  }
}

@media (min-width: 358px) and (max-width: 371px) {
  html {
    font-size: 15.35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main {
    max-width: 43rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page__content-wrap {
    padding-top: 5rem;
  }

  .title__pre {
    margin-bottom: 0.5rem;
  }

  .core-accordion__head {
    padding: 0.25rem 1.5625rem 0.25rem 1.875rem;
  }

  .core-head__text {
    margin-top: 1.375rem;
  }

  .dev-about-cert__in {
    height: 23.75rem;
  }

  .dev-about-clients {
    padding: 3.625rem 0;
  }

  .dev-about-clients__head {
    margin-bottom: 1.625rem;
  }

  .dev-about-clients__item {
    max-width: inherit;
    width: 30.5%;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .dev-article {
    padding-top: 3.375rem;
    padding-bottom: 3.125rem;
  }

  .dev-article__date-wrap {
    padding-top: 1.625rem;
  }

  .dev-article__item {
    width: 20.875rem;
    padding: 2rem 1.875rem 1.375rem 1.75rem;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .dev-chain-about__img {
    width: 20.875rem;
    height: 20.125rem;
  }

  .dev-chain-about__description {
    width: 20.875rem;
    padding-top: 0;
  }

  .dev-chain-about__quantity-wrap {
    margin-bottom: 1.25rem;
  }

  .dev-chain-about__payment {
    margin-bottom: 1.25rem;
  }

  .dev-chain-about__tabs {
    margin-bottom: 2.5rem;
  }

  .dev-chain-about__tabs-content-wrap {
    padding-right: 1.875rem;
  }

  .dev-chain-advantage {
    padding: 2.5rem 0 5.75rem;
  }

  .dev-chain-advantage__items {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dev-chain-advantage__item {
    width: 29%;
    margin-right: 0;
  }

  .dev-chain {
    padding-top: 3.625rem;
    padding-bottom: 3.125rem;
  }

  .dev-chain--products {
    padding-top: 2.625rem;
    padding-bottom: 2.375rem;
  }

  .dev-chain__head {
    margin-bottom: 1.875rem;
  }

  .dev-chain-item {
    height: 14rem;
    padding: 1.75rem 2.375rem 1rem;
  }

  .dev-chain-item__description {
    width: 25rem;
    height: 10.875rem;
  }

  .dev-chain-item__text {
    height: 3rem;
  }

  .dev-chain-item__btn {
    margin-top: 1.5rem;
  }

  .dev-chain-nav {
    margin-bottom: 2rem;
  }

  .dev-chain-nav__main,
  .dev-chain-nav__s-main,
  .dev-chain-nav__t-main {
    padding-right: 1.5rem;
  }

  .dev-chain-table__row {
    padding-right: 1.375rem;
  }

  .dev-check-content__title {
    margin-top: 0;
    margin-bottom: 0.9375rem;
  }

  .dev-check-content__icon {
    top: 2.125rem;
    right: 1.875rem;
  }

  .dev-check-content__text {
    width: 68%;
  }

  .dev-check-content__item {
    width: 50%;
    height: 11.5rem;
    padding: 2.125rem 1.875rem 1.125rem 1.875rem;
  }

  .dev-check-content__item:nth-of-type(2) {
    border-top-right-radius: 0.4375rem;
  }

  .dev-check-content__item:last-of-type:nth-of-type(2) {
    border-top-right-radius: 0.4375rem;
  }

  .dev-check-content__item:nth-of-type(2n+1):nth-last-of-type(1),
  .dev-check-content__item:nth-of-type(2n+1):nth-last-of-type(2) {
    border-bottom-left-radius: 0.4375rem;
  }

  .dev-check {
    padding: 3.625rem 0 3.75rem;
  }

  .dev-check__head {
    margin-bottom: 2.625rem;
  }

  .dev-detail-about__title {
    margin-bottom: 1.875rem;
  }

  .dev-detail-about__col {
    width: 47%;
    margin-right: 6%;
  }

  .dev-detail-about__age {
    margin-bottom: 2.75rem;
  }

  .dev-detail-about__video {
    height: 24.25rem;
    margin-top: 3.125rem;
    margin-bottom: 2.5rem;
  }

  .dev-detail-about__mission-img {
    width: 100%;
    height: 27.5rem;
  }

  .dev-detail-about__stats-item {
    width: 32%;
    height: 12rem;
    margin-right: 2%;
    padding: 0.875rem 0.625rem 1.625rem 1rem;
  }

  .dev-detail-about__stats-title {
    font-size: 2rem;
  }

  .dev-detail-cases {
    padding-top: 0.625rem;
    padding-bottom: 1.5rem;
  }

  .dev-detail-cases__slider-wrap {
    height: 20rem;
  }

  .dev-detail-cases__items {
    padding-top: 3.625rem;
  }

  .dev-detail-cases__item {
    padding: 0 3.125rem 2rem;
  }

  .dev-detail-cases__item--back {
    padding: 2.375rem 3.125rem 2.625rem;
  }

  .dev-detail-cases__title {
    margin-bottom: 1rem;
  }

  .dev-detail-cases__tags-wrap,
  .dev-detail-cases__links-wrap {
    margin-left: 3.125rem;
    width: calc(100% - 6.25rem);
  }

  .dev-detail-cases__tags-wrap {
    padding-top: 2.5rem;
    margin-bottom: 2.75rem;
  }

  .dev-detail-chain__item {
    width: 20.875rem;
    margin-right: 1.25rem;
  }

  .dev-detail-chain__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .dev-detail-chain__description {
    padding-top: 1.25rem;
  }

  .dev-detail-chain__description-title {
    margin-bottom: 1.75rem;
  }

  .dev-detail-chain__description-list {
    margin-bottom: 1.5rem;
  }

  .dev-detail-chain__description-text {
    margin-bottom: 1.25rem;
  }

  .dev-detail-chain__items--selected {
    margin-top: 1.125rem;
    width: calc(100% + 2.5rem);
  }

  .dev-detail-chain__items--selected .dev-detail-chain__item {
    margin-bottom: 1.375rem;
  }

  .dev-detail-chain__items--selected .dev-detail-chain__item:nth-of-type(2n) {
    margin-right: 1.25rem;
  }

  .dev-detail-contacts {
    height: 43.25rem;
  }

  .dev-detail-contacts__description {
    left: 0.875rem;
  }

  .dev-detail-delivery {
    padding-top: 1.5rem;
    padding-bottom: 2.25rem;
  }

  .dev-detail-delivery__s-title {
    margin-top: 1.25rem;
    margin-bottom: 0.9375rem;
  }

  .dev-detail-delivery__item {
    padding-bottom: 1rem;
  }

  .dev-detail-delivery .dev-check-content {
    margin-bottom: 1rem;
  }

  .dev-detail-delivery__text {
    margin-bottom: 1.125rem;
  }

  .dev-detail-delivery__img {
    margin-right: 1.25rem;
    margin-bottom: 1.625rem;
  }

  .dev-detail-delivery__table {
    margin-top: 1.625rem;
  }

  .dev-detail-delivery__col {
    padding: 1.5rem 2rem;
  }

  .dev-detail-delivery__col-title {
    min-height: 3.25rem;
    margin-bottom: 1rem;
  }

  .dev-detail-error__404 {
    font-size: 8.25rem;
  }

  .dev-detail-news__img {
    width: 14rem;
    height: 9.375rem;
  }

  .dev-detail-news__video {
    height: 24.25rem;
  }

  .dev-detail-progress {
    padding-bottom: 2rem;
  }

  .dev-detail-progress__item-title {
    font-size: 1.375rem;
  }

  .dev-detail-technology {
    padding-top: 1.875rem;
  }

  .dev-detail-technology__description {
    padding: 2.5rem 1.875rem 1.875rem;
  }

  .dev-detail-technology__text-wrap {
    height: 6rem;
  }

  .dev-detail-technology__item {
    height: 17.5rem;
  }

  .dev-detail-technology__more {
    margin-top: 1.875rem;
    margin-bottom: 3.125rem;
  }

  .dev-footer-contacts__in {
    padding-bottom: 2.5rem;
  }

  .dev-footer-contacts__title {
    margin-bottom: 0.9375rem;
  }

  .dev-footer-contacts__item {
    padding: 1.75rem;
  }

  .dev-footer-contacts__item:last-child {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem;
  }

  .dev-footer-contacts__city {
    margin-bottom: 0.25rem;
  }

  .dev-footer__in {
    padding: 1.25rem 0;
  }

  .dev-header {
    height: 5rem;
  }

  .dev-index-banner {
    min-height: 35.125rem;
    height: calc(100vh - 5rem);
  }

  .dev-index-banner__content {
    padding: 5.375rem 0 13.75rem;
  }

  .dev-index-how {
    background-position: 28% 50%;
  }

  .dev-index-how::after {
    background-position: 28% 50%;
  }

  .dev-index-how__content {
    padding-bottom: 0;
    padding-top: 3.125rem;
  }

  .dev-index-how__head {
    width: 80%;
  }

  .dev-index-mission {
    background-position: 58% 50%;
  }

  .dev-index-mission__content {
    padding-bottom: 7.125rem;
  }

  .dev-index-mission__head {
    max-width: 68%;
    margin-bottom: 2.5rem;
  }

  .dev-index-news {
    padding-top: 3.375rem;
    padding-bottom: 3.5rem;
  }

  .dev-index-news__head {
    margin-bottom: 1.875rem;
  }

  .dev-index-news__item {
    width: 100%;
    padding: 2rem 1.875rem 2.5rem 2.25rem;
    margin-bottom: 1.25rem;
  }

  .dev-index-news__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .dev-index-news__title {
    max-width: 94%;
    height: inherit;
    max-height: 3.25rem;
    margin-bottom: 1rem;
  }

  .dev-index-news__text {
    max-width: 94%;
  }

  .dev-index-news__date-wrap {
    padding-top: 1.875rem;
    margin-top: 1.625rem;
  }

  .dev-mailing__form {
    width: 16.625rem;
    margin-top: 0.5rem;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dev-mailing__input {
    margin-bottom: 1.25rem;
  }

  .dev-mailing--full {
    height: 12.375rem;
  }

  .dev-mailing--full .dev-mailing__text {
    max-width: 76%;
    margin-top: 0.625rem;
  }

  .dev-menu {
    top: 5rem;
    height: calc(100vh - 5rem);
    padding: 2.625rem;
  }

  .dev-menu__item {
    font-size: 1.25rem;
    padding: 1rem 0;
  }

  .dev-menu__btn {
    margin-bottom: 3.25rem;
  }

  .dev-menu__policy {
    font-size: 1rem;
  }

  .dev-menu-sec__list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dev-menu-sec__link {
    padding: 1.5rem 0.5rem 1.25rem;
  }

  .dev-news {
    padding-bottom: 3.75rem;
  }

  .dev-news__item {
    width: 20.875rem;
    padding: 1.25rem 1rem;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .dev-news__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .dev-popup-mailing__items {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dev-popup-mailing__input:nth-of-type(2n) {
    margin-right: 0;
  }

  .dev-reviews {
    padding-top: 3.625rem;
    padding-bottom: 4.125rem;
  }

  .dev-reviews__head {
    margin-bottom: 1.75rem;
  }

  .dev-reviews__slider {
    margin-bottom: 0.625rem;
  }

  .dev-reviews__slide {
    width: 21.5rem;
    padding: 2.375rem 2rem 1.75rem 2rem;
    margin-right: 1.25rem;
  }

  .dev-reviews__description {
    max-height: 13.5rem;
  }

  .dev-reviews__person {
    padding-top: 0.8125rem;
    margin-left: -0.25rem;
  }

  .dev-reviews__person::after {
    left: 0.25rem;
  }

  .dev-reviews-write {
    padding: 2.125rem 0 3.125rem;
  }

  .dev-reviews-write__title {
    font-size: 2rem;
  }

  .dev-reviews-write__input {
    width: 20.875rem;
    margin-right: 1.25rem;
  }

  .dev-reviews-write__input:last-of-type textarea.core-input__item {
    height: 8.25rem;
  }

  .dev-reviews-write__btn {
    margin-top: 1.25rem;
  }

  .dev-write__items {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dev-write__input {
    width: 48%;
    margin-right: 4%;
  }

  .dev-write__input:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/*# sourceMappingURL=style.css.map*/
/* End */
/* /local/templates/cepi/assets/styles/style.css?1606232409133019 */
