@charset "UTF-8";
@font-face {
  font-family: CeraPro-Black;
  font-display: swap;
  src: url(../fonts/CeraPro-Black.woff) format("woff"),
    url(../fonts/CeraPro-Black.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CeraPro-BlackItalic;
  font-display: swap;
  src: url(../fonts/CeraPro-BlackItalic.woff) format("woff"),
    url(../fonts/CeraPro-BlackItalic.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CeraPro-BoldItalic;
  font-display: swap;
  src: url(../fonts/CeraPro-BoldItalic.woff) format("woff"),
    url(../fonts/CeraPro-BoldItalic.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CeraPro-Italic;
  font-display: swap;
  src: url(../fonts/CeraPro-Italic.woff) format("woff"),
    url(../fonts/CeraPro-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CeraPro-Light;
  font-display: swap;
  src: url(../fonts/CeraPro-Light.woff) format("woff"),
    url(../fonts/CeraPro-Light.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CeraPro-LightItalic;
  font-display: swap;
  src: url(../fonts/CeraPro-LightItalic.woff) format("woff"),
    url(../fonts/CeraPro-LightItalic.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CeraPro-Medium;
  font-display: swap;
  src: url(../fonts/CeraPro-Medium.woff) format("woff"),
    url(../fonts/CeraPro-Medium.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CeraPro-MediumItalic;
  font-display: swap;
  src: url(../fonts/CeraPro-MediumItalic.woff) format("woff"),
    url(../fonts/CeraPro-MediumItalic.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CeraPro-Regular;
  font-display: swap;
  src: url(../fonts/CeraPro-Regular.woff) format("woff"),
    url(../fonts/CeraPro-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CeraPro-Thin;
  font-display: swap;
  src: url(../fonts/CeraPro-Thin.woff) format("woff"),
    url(../fonts/CeraPro-Thin.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CeraPro-ThinItalic;
  font-display: swap;
  src: url(../fonts/CeraPro-ThinItalic.woff) format("woff"),
    url(../fonts/CeraPro-ThinItalic.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: CeraPro-Bold;
  font-display: swap;
  src: url(../fonts/CeraPro-Bold.woff) format("woff"),
    url(../fonts/CeraPro-Bold.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus {
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
aside,
footer,
header,
nav,
section {
  display: block;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  line-height: 1;
  font-family: "Roboto Mono", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
button,
input,
textarea {
  font-family: "Roboto Mono", sans-serif;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
.left._anim-items {
  -webkit-transform: translateX(5%);
  -ms-transform: translateX(5%);
  transform: translateX(5%);
  opacity: 0.2;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.left._anim-items._active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.right._anim-items {
  -webkit-transform: translateX(5%);
  -ms-transform: translateX(5%);
  transform: translateX(5%);
  opacity: 0.2;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.right._anim-items._active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
body {
  min-height: 100vh;
  max-width: 100vw;
  font-weight: 300;
  overflow-x: hidden;
  line-height: 130%;
  font-size: 16px;
  font-family: CeraPro-Regular;
}
body._lock {
  overflow: hidden;
}
.swiper-container__wrapper {
  position: relative;
}
.wrapper {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Roboto, sans-serif;
}
._container {
  max-width: 170px;
  margin: 0 auto;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0;
}
.btn._fw {
  width: 100%;
}
.select {
  position: relative;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.select__value span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url(../img/icons/select.svg) center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  color: #000;
  display: none;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0 5px 0;
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0;
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0 20px;
}
textarea.input {
  resize: none;
  padding: 0 0;
}
.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url(../img/icons/check.svg) center no-repeat;
}
.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 14px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}
.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
}
.options__text:before {
  content: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 14px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}
.rating-block {
  display: table;
  font-size: 0;
}
.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating.edit .star {
  cursor: pointer;
}
.rating .star {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url(../img/icons/bg_rating.svg) 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%;
}
.rating__activeline {
  position: absolute;
  width: 0;
  height: 14px;
  top: 0;
  left: 0;
  background: url(../img/icons/bg_rating_active.svg) 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%;
}
.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}
.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::after,
.quantity__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 0 0 -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.quantity__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}
.sub--title{
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
  padding-left: 0;
  padding-right: 0;
} 

.row:after {
  display: block;
  content: "";
  clear: both;
}
.rub:after {
  content: "₽";
}
ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0 0 0 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}
.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.table {
  display: table;
  font-size: 0;
  width: 100%;
}
.trow {
  display: table-row;
}
.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}
._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
.video embed,
.video iframe,
.video object,
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videobg embed,
.videobg iframe,
.videobg object,
.videobg video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
.moretext {
  overflow: hidden;
}
.moretext__more {
  cursor: pointer;
}
.moretext__more span {
  font-style: normal;
}
.moretext__more span:first-child {
  display: block;
}
.moretext__more span:last-child {
  display: none;
}
.moretext__more.active span {
  font-style: normal;
}
.moretext__more.active span:first-child {
  display: none;
}
.moretext__more.active span:last-child {
  display: block;
}
#map {
  background: url(../img/icons/loading.gif) center/50px no-repeat;
}
._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
.slick-slider {
  position: relative;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-slider .slick-slide {
  position: relative;
}
.tab__item {
  display: none;
}
.tab__item.active {
  display: block;
}
._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}
.mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.nicescroll-rails {
  z-index: 1000 !important;
}
.gm-style-iw-t {
  opacity: 0;
}
.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}
.baloon button {
  display: none !important;
}
.baloon:after {
  display: none !important;
}
.baloon-style {
  display: none;
}
.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0 !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}
.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}
.baloon-content.gm-style-iw:after {
  display: none !important;
}
.baloon-close {
  top: 18px !important;
}
._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.popup__body {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 30;
  background: url(../img/icons/close.svg) 0 0 no-repeat;
}
.icon-menu {
  display: none;
}
.header.active > .mobile-menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
:root {
  --roboto: "Roboto", sans-serif;
  --accent: #0059b2;
  --red: #e63d33;
  --text: #333333;
}
.header-menu--left li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-menu--left li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-menu__catalog-link {
  display: none;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.header-menu {
  height: 100%;
}
::-moz-selection {
  background-color: var(--accent);
  color: #fff;
  -moz-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}
::selection {
  background-color: var(--accent);
  color: #fff;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}
option:focus,
option:hover,
select:focus,
select:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: 0;
  border: transparent;
}
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::-ms-input-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}
button {
  border: none;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
button[disabled],
select[disabled] {
  cursor: not-allowed;
}
a,
label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
* [role="button"]:focus,
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 0 !important;
}
.wrapper {
  overflow-y: visible;
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.menu-open {
  overflow: hidden;
}
body.menu-open::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.footer {
  margin-top: auto;
}
body input,
body select {
  color: var(--text);
}
body input:focus,
body input:hover,
body select:focus,
body textarea:focus,
body textarea:hover {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body input:invalid,
body input:invalid:focus,
body select:invalid:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
ul {
  list-style-type: none;
}
ol,
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.cover {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
b,
strong {
  font-weight: 700;
}
.hidden {
  display: none;
}
a,
input {
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
a:hover {
  text-decoration: none;
  color: var(--accent);
}
.btn {
  cursor: pointer;
  padding: 12px 35px;
  text-align: center;
  display: -ms-inline-grid;
  display: inline-grid;
  place-items: center;
}
.link {
  display: inline-block;
  color: var(--accent);
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  padding-bottom: 5px;
  border-bottom: 2px solid currentColor;
}
.link:hover {
  color: var(--red);
}
:root {
  --header_height: 90px;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.header.active {
  background-color: #fff;
}
.header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--header_height);
  background: #fff;
  padding-left: 34px;
  max-width: 821px;
}
.logo {
  width: 157px;
  height: 55px;
  display: block;
  margin-right: 34px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.header-menu__catalog {
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.header-menu__catalog--hide {
  width: 0;
  opacity: 0;
}
.header-menu--left {
  padding-right: 45px;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-menu a {
  display: block;
  white-space: nowrap;
  font-family: var(--roboto);
  color: var(--text);
  font-size: 18px;
}
.header-menu a:hover {
  color: var(--accent);
}
.header-menu--left li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 0%;
  left: 0;
  width: 5px;
  background: var(--red);
  opacity: 0;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.header-menu--left .current-menu-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 5px;
  left: 0;
  right: 0;
  background: var(--red);
  opacity: 0;
}
.header-menu--left li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-menu--left li:hover::before {
  top: 0;
  height: 100%;
  left: 0;
  width: 5px;
}
.header-menu--left li {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.header-menu--left li a {
  height: 100%;
}
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.search-form.active {
  padding-left: 33px;
}
.search-form::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  top: 7px;
  height: calc(100% - 14px);
  width: 1px;
}
.search-form__input {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2px;
  border: none;
  font-size: 20px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  width: 0;
}
.search-form.active .search-form__input {
  width: 472px;
  -webkit-transition: 0.4s linear all;
  -o-transition: 0.4s linear all;
  transition: 0.4s linear all;
}
.search-form__input::-webkit-input-placeholder {
  color: #b4b9bd;
}
.search-form__input::-moz-placeholder {
  color: #b4b9bd;
}
.search-form__input:-ms-input-placeholder {
  color: #b4b9bd;
}
.search-form__input::-ms-input-placeholder {
  color: #b4b9bd;
}
.search-form__input::placeholder {
  color: #b4b9bd;
}
.header__search-btn {
  background: 0 0;
  border: 0;
  padding: 15px 31px;
}
.header__search-btn svg {
  width: 30px;
  height: 30px;
}
.header__search-btn path {
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.header__search-btn:hover path {
  fill: var(--accent);
}
.search-form {
  position: relative;
}
.ajax-search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: 5px;
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #424348;
}
.ajax-search::-webkit-scrollbar {
  width: 6px;
  background-color: #eff2f3;
}
.ajax-search::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 4em;
}
.ajax-search__item {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, 0.5);
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none;
}
.ajax-search__link {
  color: var(--accent);
  line-height: 130%;
  margin-bottom: 7px;
  font-size: 13px;
  display: block;
}
.ajax-search__link:hover {
  text-decoration: underline;
}
.ajax-search__excerpt {
  cursor: default;
  font-size: 11px;
  line-height: 140%;
}
.ajax-search__not-found {
  font-size: 12px;
}
.carret::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7.5px;
  margin-left: 11px;
  background: url(../img/carret.svg) no-repeat center/contain;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.menu-item-has-children {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid transparent;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.menu-item-has-children > a {
  position: relative;
  z-index: 1;
}
.carret.open::before,
.menu-item-has-children:hover .carret::before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  opacity: 0.5;
}
.menu-item-has-children:hover {
  border-left-color: rgba(0, 0, 0, 0.2);
}
.header-menu--right {
  padding-right: 35px;
}
.header-menu--right > li {
  height: 100%;
}
.header-menu--right > li:not(:last-child) {
  padding-right: 23px;
}
.header-menu--right > li > a {
  padding-left: 34px;
}
.carret {
  z-index: 1;
}
.sub-menu {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding-top: 66px;
  background-color: #fff;
  padding-bottom: 20px;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
  opacity: 0;
  visibility: hidden;
}
.sub-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 26px;
  padding-right: 10px;
  font-size: 16px;
  opacity: 0.5;
}
.sub-menu a:hover {
  opacity: 1;
}
.current-menu-item {
  position: relative;
}
.current-menu-item a {
  opacity: 1;
}
.current-menu-item > a {
  font-weight: 700;
}
.menu-item-has-active-children > a {
  font-weight: 700;
}
.sub-menu .current-menu-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: var(--red);
}
.languages {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(331px);
  -ms-transform: translateX(331px);
  transform: translateX(331px);
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;

}
.languages.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}
.languages-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50px;
  height: 146px;
  padding: 0;
  background: #fff;
  border: none;
  margin-top: 137px;
 
}
.languages-btn:hover .languages-btn__name {
  color: var(--accent);
}
.languages-btn svg path {
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.languages-btn:hover svg path {
  fill: var(--accent);
}
.languages-btn__name {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 18px;
  font-family: var(--roboto);
  color: #b4b9bd;
  margin-top: 18px;
  margin-bottom: 9px;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
  display: block;
 
}
.languages-btn__icon {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.languages-content {
  background-color: #fff;
  width: 331px;
}
.languages-content__title {
  height: 137px;
  font-weight: 500;
  font-size: 27px;
  line-height: 110%;
  padding-left: 46px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.languages-content__title span {
  display: block;
}
.lang-item {
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lang-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 46px;
  padding-right: 20px;
  height: 100%;
  color: var(--text);
  font-weight: 700;
  font-size: 16px;
  font-family: var(--roboto);
}
.lang-item a:hover {
  color: var(--accent);
}
.lang-item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.lang-item a span {
  display: block;
  margin-left: 22px;
}
.current-lang a {
  background: #f5f8fb;
}
.call {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
  -webkit-transform: translateX(585px);
  -ms-transform: translateX(585px);
  transform: translateX(585px);
  height: 180px;
}
.call.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.call-form {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 32px;
  padding-left: 57px;
  width: 585px;
  background: var(--red);
}
.call-button {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--red);
  color: #fff;
  width: 50px;
  height: 180px;
  padding: 0;
  background: var(--red);
}
.call-button__title {
  font-family: var(--roboto);
  font-weight: 700;
  font-size: 18px;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 30px;
  margin-bottom: 21px;
  display: block;
}
.call-button__icon {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.call-form__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 12px;
}
.call-form__item {
  position: relative;
  border-bottom: 4px solid #fff;
  margin-left: -5px;
  max-width: 330px;
}
.call-form__input {
  border: none;
  padding: 14px 7px;
  background: 0 0;
  font-family: var(--roboto);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.call-form__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.call-form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.call-form__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.call-form__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.call-form__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.call-form__submit {
  position: absolute;
  right: 0;
  top: 3px;
  background: 0 0;
  padding: 10px;
  border: 0;
}
.title {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
.section-text {
  font-weight: 500;
}
.section-text p {
  margin-bottom: 25px;
  line-height: 130%;
}
.sw-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 138px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  background-color: #fff;
}
.sw-buttons::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.sw-buttons .swiper-button-next,
.sw-buttons .swiper-button-prev {
  position: static;
  margin: 0;
  width: 50px;
  height: 50px;
}
.sw-buttons .swiper-button-next::after,
.sw-buttons .swiper-button-prev::after {
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
  content: "";
  width: 11px;
  height: 18px;
}
.sw-buttons .swiper-button-prev::after {
  background: url(../img/slider-left.svg) no-repeat center/contain;
}
.sw-buttons .swiper-button-next::after {
  background: url(../img/slider-right.svg) no-repeat center/contain;
}
.sw-buttons .swiper-button-next:hover::after,
.sw-buttons .swiper-button-prev:hover::after {
  color: var(--accent);
}
.swiper-pagination-bullet:focus {
  outline: 0;
}
.animated {
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.page-wrapper {
  position: relative;
  background-color: #f5f8fb;
  padding-top: 100px;
}
.page-wrapper__link {
  position: absolute;
  left: 46px;
  top: 58px;
  background: #fff;
  border-radius: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 14px 30px 14px 25px;
  color: rgba(0, 0, 0, 0.5);
}
.page-wrapper__link-black {
  position: absolute;
  left: 46px;
  border-radius: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 14px 30px 14px 25px;
  color: rgba(255, 255, 255, 0.5);
}
.pw-circle {
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.pw-link__text {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 4px;
}
.page-wrapper__link-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-left: 21px;
  padding-bottom: 2px;
}
.page-wrapper__link:hover {
  color: var(--accent);
}
.page-title {
  font-weight: 500;
  font-size: 27px;
  line-height: 120%;
  margin-bottom: 32px;
}
.machine {
  max-width: 940px;
  grid-column-gap: 30px;
  background-color: #dce5f08c;
  padding: 43px 60px 43px 43px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.7fr 1fr;
  grid-template-columns: 0.7fr 1fr;
}
.machine-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 43px 60px 43px 43px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.7fr 1fr;
  grid-template-columns: 0.7fr 1fr;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.machine-more::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.machine-title__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}
.category-item__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 59px;
  height: 100%;
  background-color: var(--red);
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-transform: translateX(59px);
  -ms-transform: translateX(59px);
  transform: translateX(59px);
  -webkit-transition: 0.4s linear all;
  -o-transition: 0.4s linear all;
  transition: 0.4s linear all;
}
.category-item__arrow::before {
  content: "";
  display: block;
  background: url(../img/arr-white.svg) no-repeat center/contain;
  width: 11px;
  height: 18px;
}
.machine-more__table {
  width: 100%;
  max-width: 100%;
}
.machine-more__table td {
  color: rgba(255, 255, 255, 0.7);
  padding-top: 8px;
  padding-bottom: 5px;
}
.category-item:hover .machine-more__table td {
  color: rgba(255, 255, 255, 0.7);
}
.machine-title {
  font-size: 72px;
  margin-bottom: 0;
  line-height: 100%;
  font-weight: 700;
  color: #000;
  margin-right: 8px;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.machine-more__characteristics {
  position: relative;
}
.machine-labels__dark {
  height: 27px;
  background: #000;
  border-radius: 10em;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.272px;
  display: -ms-inline-grid;
  display: inline-grid;
  place-items: center;
  padding-left: 14px;
  padding-right: 14px;
  text-align: center;
  padding-bottom: 1px;
  margin-bottom: 3px;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.machine-labels__light {
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.4px;
  color: #000;
  font-weight: 700;
  padding-bottom: 3px;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.machine-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 0.4em;
}
.machine-table {
  width: 100%;
  max-width: 100%;
}
.machine-table td {
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 8px;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.machine-image {
  display: -ms-grid;
  display: grid;
  place-items: center;
  max-width: 407px;
  margin-left: auto;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.machine-image img {
  max-width: 100%;
  height: auto;
}
.page-category__grid {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 30px;
}
.page-category {
  padding-bottom: 200px;
}
.page-categories__title {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.5);
}
.page-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-y: hidden;
  position: -webkit-sticky;
  position: sticky;
}
.page-categories__list {
  position: relative;
  padding-left: 30px;
}
.page-categories__line {
  width: 1px;
  background-color: #b4b9bd;
  left: 16px;
  height: 100%;
  position: absolute;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-categories__line span {
  width: 3px;
  height: 32px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.page-categories__link {
  font-size: 16px;
  display: block;
  line-height: 120%;
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.page-categories__link:hover {
  font-weight: 700;
  color: #000;
}
.page-categories__link--current {
  font-weight: 700;
  color: #000;
}
.categories-container {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 37px;
}
.category-item {
  position: relative;
  overflow: hidden;
}
.select {
  position: relative;
  display: block;
  width: 100%;
}
.select__head {
  width: 100%;
  max-width: 100%;
  font-weight: 300;
  font-size: 16px;
  padding: 12px 15px;
  height: 100%;
  line-height: 18px;
  color: rgba(66, 67, 72, 0.8);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select__head::after {
  width: 10px;
  height: 6px;
  background: #fff
    url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%23333333'/%3E%3C/svg%3E%0A")
    no-repeat center/cover;
  position: absolute;
  right: 20px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  content: "";
  display: block;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.select__head.open::after {
  -webkit-transform: translateY(50%) rotate(180deg);
  -ms-transform: translateY(50%) rotate(180deg);
  transform: translateY(50%) rotate(180deg);
}
.select__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  max-height: 205px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #424348;
}
.select__list::-webkit-scrollbar {
  width: 7px;
  background-color: #f8f9fa;
  padding: 5px;
}
.select__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d9d9d9;
}
.select__list .select__item {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, 0.5);
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none;
}
.select__list .select__item:hover {
  background-color: rgba(224, 229, 231, 0.5);
}
.languages {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(331px);
  -ms-transform: translateX(331px);
  transform: translateX(331px);
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.languages._active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
input[type="tel"]::-moz-placeholder {
  color: #fff;
}
input[type="tel"]::-webkit-input-placeholder {
  color: #fff;
  font-family: CeraPro-Regular;
}
input[type="tel"]:-ms-input-placeholder {
  color: #fff;
  font-family: CeraPro-Regular;
}
input[type="tel"]::-ms-input-placeholder {
  color: #fff;
  font-family: CeraPro-Regular;
}
input[type="tel"]::placeholder {
  color: #fff;
  font-family: CeraPro-Regular;
}
.languages-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50px;
  height: 146px;
  padding: 0;
  background: #fff;
  border: none;
  margin-top: 137px;
  border: none;
  outline: 0;
  -webkit-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  transition: 0.5s linear all;
}
.languages-btn:hover {
  cursor: pointer;
}
.languages-btn__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 18px;
  color: #b4b9bd;
  margin-top: 18px;
  margin-bottom: 9px;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.langs {
  padding: 0;
}
.languages-btn__icon {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.languages-content {
  background-color: #fff;
  width: 331px;
}
.lang-item {
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.lang-item:hover {
  cursor: pointer;
}
.current-lang {
  background-color: #f5f8fb;
}
.lang-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 46px;
  padding-right: 20px;
  height: 100%;
  color: #333;
  font-weight: 700;
  font-size: 16px;
}
.lang-item a span {
  display: block;
  margin-left: 22px;
}
.lang-item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.languages-content__title {
  height: 112px;
  font-weight: 500;
  font-size: 27px;
  line-height: 110%;
  padding-left: 46px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.call {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  transition: 0.5s linear all;
  -webkit-transform: translateX(508px);
  -ms-transform: translateX(508px);
  transform: translateX(508px);
  height: 180px;
}
.call._active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.call-button__icon {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.call-form {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 32px;
  padding-left: 57px;
  width: 507px;
  background: #e63d33;
}
.call-button {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #e63d33;
  color: #fff;
  width: 50px;
  height: 180px;
  padding: 0;
  background: #e63d33;
  outline: 0;
  position: relative;
  z-index: 20;
}
.call-button:hover {
  cursor: pointer;
}
._label-email {
  padding-right: 5px;
}
.call-form__item {
  position: relative;
  border-bottom: 4px solid #fff;
  margin-left: -5px;
  max-width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-family: CeraPro-Regular;
}
.call-form__input {
  border: none;
  padding: 14px 7px;
  background: 0 0;
  font-weight: 400;
  font-size: 16px;
  color: #fff !important;
  outline: 0;
  font-family: CeraPro-Regular;
}
.call-form__submit {
  background-color: transparent;
}
input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}
input[type="search"]::-moz-placeholder {
  color: #fff;
}
.call-form__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 12px;
  position: relative;
  z-index: 5;
}
.call-button__title {
  font-weight: 700;
  font-size: 18px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 30px;
  margin-bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer {
  padding: 30px 15% 70px 15%;
  background: #f5f8fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__menu--last {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__menu--last__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__menu--last__contact:first-child {
  padding-bottom: 40px;
}
.footer__menu--last__contact--tell {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.footer__menu--last__contact--tell__email {
  padding-top: 20px;
}
.footer__menu--last__contact--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 150px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.footer__menu--last__contact--social > ._head {
  font-size: 16px;
  line-height: 120%;
  color: #333;
  opacity: 0.5;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}
.footer__menu--last__contact--social > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 5px 0;
}
.footer__menu--last__contact--social > ul > li {
  list-style: none;
}
.footer__menu--last__contact--social > ul > li > a {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #0059b2;
}
.footer__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.footer__item--list > li {
  list-style: none;
  padding: 7px 0;
}
.footer__item--list > li:last-child {
  padding-bottom: 0;
}
.footer__item--list > li:first-child {
  padding-top: 0;
}
.footer__item--list > li > a {
  text-decoration: none;
  font-size: 16px;
  line-height: 120%;
  color: #0059b2;
}
.footer__menu__bottom--select > .select {
  width: 160px !important;
}
.tell__item--label {
  font-size: 16px;
  line-height: 150%;
  color: #333;
  opacity: 0.5;
}
.tell__item--number {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #333;
  text-decoration: none;
  font-weight: bolder;
  font-family: CeraPro-Regular;
}
.footer__menu__bottom--select {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 100%;
}
.footer__menu__bottom--select--label {
  font-size: 16px;
  line-height: 150%;
  color: #333;
  opacity: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__menu__bottom--select--label > .languages-btn__icon {
  padding-right: 10px;
}
.footer__menu__bottom--adress {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.footer__menu__bottom--adress__label {
  font-size: 16px;
  line-height: 150%;
  color: #333;
  opacity: 0.5;
}
.footer__menu__bottom--adress__item {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #333;
  font-weight: bolder;
  font-family: CeraPro-Regular;
}
.footer-bottom {
  border-top: 1px solid #b4b9bd;
  padding-top: 32px;
  padding-bottom: 21px;
  background: #f5f8fb;
}
.footer-bottom > .wrapper__foot {
  width: 70%;
  margin: 0 auto;
}
.footer-bottom__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  opacity: 0.5;
  max-width: 280px;
  font-family: CeraPro-Regular;
}
.copy {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-top: 30px;
  font-family: CeraPro-Regular;
}
.about {
  min-height: 650px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
._containe-top {
  padding: 70px 115px 70px 30%;
}
._opacity-hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  transition: 0.5s linear all;
}
.swiper-pagination--home-hero .swiper-pagination-bullet {
  width: 100px;
}
.swiper-pagination.swiper-pagination--home-hero.swiper-pagination-clickable.swiper-pagination-bullets {
  display: block !important;
}
.wrapper._footer > .footer {
  background-color: #fff !important;
}
.wrapper._footer > .footer-bottom {
  background-color: #fff !important;
}
.home-screen {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.home-hero {
  position: relative;
  display: -ms-grid;
  display: grid;
}
.home-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-container--home-hero .container {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}
.home-hero__title {
  font-weight: 300;
  font-size: 72px;
  line-height: 97%;
  margin-bottom: 50px;
  font-family: CeraPro-Regular;
}
.home-hero__descr {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 45px;
  font-family: CeraPro-Regular;
}
.home-screen__info {
  position: absolute;
  bottom: 0;
  padding-bottom: 50px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.swiper-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-hero__content {
  padding-bottom: 110px;
  max-width: 590px;
}
.home-hero__image {
  position: absolute;
  left: 55%;
  top: 56%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
}
.home-hero__image img {
  max-width: 100%;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 80vh;
  max-width: 40vw;
}
.swiper-counter {
  margin-right: 31px;
  font-weight: 100;
  font-size: 27px;
}
.swiper-pagination--home-hero {
  position: static;
  text-align: left;
  padding-bottom: 3px;
}
.swiper-pagination--home-hero .swiper-pagination-bullet {
  width: 100px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
  margin-right: 15px;
  background: #d3d8de;
}
.swiper-pagination--home-hero .swiper-pagination-bullet span {
  width: 0;
}
.swiper-pagination--home-hero .swiper-pagination-bullet-active span {
  height: 3px;
  display: block;
  height: 100%;
  background-color: #333;
  -webkit-animation-name: swiperStatus;
  animation-name: swiperStatus;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes swiperStatus {
  to {
    width: 100%;
  }
}
@keyframes swiperStatus {
  to {
    width: 100%;
  }
}
.home-hero__image > picture > img {
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.home-hero__image > picture > .up {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.section-text {
  font-size: 25px;
  font-family: CeraPro-Regular;
  line-height: 135%;
}
.sw-buttons::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: calc(100% - 22px);
  background-color: rgba(0, 0, 0, 0.2);
}
.about-company {
  padding-top: 10%;
  padding-bottom: 72px;
  background-color: #fff;
  position: relative;
}
.swiper-slide > .about-company__slide > .about-company__descr {
  opacity: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: 0.4s linear 0.3s;
  -o-transition: 0.4s linear 0.3s;
  transition: 0.4s linear 0.3s;
}
.swiper-slide-active > .about-company__slide > .about-company__descr {
  opacity: 1;
  -webkit-transition: 0.4s linear 0.3s;
  -o-transition: 0.4s linear 0.3s;
  transition: 0.4s linear 0.3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.about-company__content {
  max-width: 45vh;
}
.about-company .about-company__slider {
  z-index: 10;
}
.swiper-container--1x {
  height: 100%;
  position: relative;
}
.about-company__slider {
  height: 100%;
  width: 45vw;
}
.about-company__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.about-company__descr {
  width: 100%;
  padding: 29px 37px;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 150%;
  margin-top: auto;
  z-index: 2;
}
.swiper-buttons__about-company {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
}
.about-company__image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.section-video {
  min-height: 90vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
}
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    color-stop(66.24%, rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(left, #000 0, rgba(0, 0, 0, 0) 66.24%);
  background: linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0) 66.24%);
}
.video-bg__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.section-video__content {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 530px;
}
.section-video__content .title {
  color: rgba(255, 255, 255, 0.5);
}
.section-video .container {
  margin-top: auto;
  position: relative;
  margin-bottom: auto;
}
.sv__serts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sv__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 25px;
}
.sv__text span {
  display: block;
}
.sv__text a {
  color: #fff;
  border-bottom: 2px solid currentColor;
  display: inline-block;
}
.sv__text a:hover {
  color: var(--accent);
}
.section-production {
  padding-top: 176px;
  padding-bottom: 124px;
}
.section-production__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 19px;
  grid-row-gap: 17px;
}
.sp-item__product {
  background: #f5f8fb;
  position: relative;
  overflow: hidden;
  height: 409px;
}
.sp-item__product:hover .sp-item__hidden {
  opacity: 1;
  visibility: visible;
  color: #fff;
}
.sp-item__product:hover .sp-item__content {
  -webkit-filter: blur(9px);
  filter: blur(9px);
  background: #000;
  -webkit-transition: 0.3s linear background;
  -o-transition: 0.3s linear background;
  transition: 0.3s linear background;
}
.sp-item__product:hover .sp-item__text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.sp-item__product:hover .sp-item__link {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.sp-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
}
.sp-item__title {
  font-size: 16px;
  position: absolute;
  top: 30px;
  left: 30px;
}
.sp-item__image {
  margin-top: auto;
  margin-left: auto;
  margin-bottom: 35px;
  margin-right: 50px;
  max-width: 80%;
}
.sp-item__image img {
  max-width: 100%;
  height: auto;
}
.sp-item__hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: -ms-grid;
  display: grid;
  padding: 30px;
  padding-right: 129px;
}
.sp-item__hidden .sp-item__title {
  position: relative;
  opacity: 0.5;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.sp-item__hidden::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.sp-item__text {
  position: relative;
  margin-top: auto;
  max-width: 400px;
  font-size: 27px;
  line-height: 120%;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.sp-item__link {
  position: absolute;
  top: 0;
  right: 0;
  width: 59px;
  height: 100%;
  background-color: var(--red);
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-transform: translateX(59px);
  -ms-transform: translateX(59px);
  transform: translateX(59px);
  -webkit-transition: 0.4s linear all;
  -o-transition: 0.4s linear all;
  transition: 0.4s linear all;
}
.sp-item__link::before {
  content: "";
  display: block;
  background: url(../img/arr-white.svg) no-repeat center/contain;
  width: 11px;
  height: 18px;
}
.sp-item__descr {
  padding-top: 37px;
  padding-left: 20px;
}
.sp-item__notice {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.sp-item__notice svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.sp-item__descr-link {
  margin-left: 73px;
}
.purpose {
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
}
.purpose-content {
  font-weight: 300;
  font-size: 40px;
  line-height: 120%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.page {
  max-width: 100vw;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.main__slider {
  width: 100%;
  height: auto;
}
.main__slider--wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.main__slider--wrap__item {
  height: 100vh;
  position: relative;
}
.header._scroll {
  background-color: #fff;
}
.tabs_card-1-position {
  width: 80%;
  height: 570px;
  background: #000;
  margin: 100px auto 0 auto;
  position: relative;
  z-index: 5;
  color: #fff;
  font-family: CeraPro-Regular;
}
.tabs_card-1-position::before {
  content: "";
  width: 15%;
  height: 50%;
  left: -15%;
  top: 50%;
  background-color: #fff;
  position: absolute;
}
.tabs_card-1-position::after {
  content: "";
  width: 15%;
  height: 50%;
  right: -15%;
  top: 50%;
  background-color: #fff;
  position: absolute;
}
.tabs_card-1-position > .tabs__content {
  position: absolute;
  width: 40%;
  left: 10%;
  z-index: 5;
  top: 10%;
}
.tabs_card-1-position
  > .tabs__content
  > .tabs__content--head
  > .tabs__content--head--item {
  color: rgba(255, 255, 255, 0.63);
}
.tabs_card-1-position
  > .tabs__content
  > .tabs__content--head
  > .tabs__content--head--item._active {
  color: #fff;
}
.tabs_card-3-position {
  font-family: CeraPro-Regular;
  width: 80%;
  height: 570px;
  background: #000;
  margin: 100px auto 0 auto;
  position: relative;
  z-index: 5;
  color: #fff;
}
.tabs_card-3-position::before {
  content: "";
  width: 15%;
  height: 50%;
  left: -15%;
  top: 0;
  background-color: #fff;
  position: absolute;
}
.tabs_card-3-position::after {
  content: "";
  width: 15%;
  height: 50%;
  right: -15%;
  top: 0;
  background-color: #fff;
  position: absolute;
}
.tabs_card-3-position > .tabs__content {
  position: absolute;
  width: 40%;
  left: 10%;
  z-index: 5;
  top: 10%;
}
.tabs_card-3-position
  > .tabs__content
  > .tabs__content--head
  > .tabs__content--head--item {
  color: rgba(255, 255, 255, 0.63);
  font-family: CeraPro-Regular;
}
.tabs_card-3-position
  > .tabs__content
  > .tabs__content--head
  > .tabs__content--head--item._active {
  color: #fff;
}
.tabs_card-2-position {
  width: 100%;
  padding: 0 10% 0 0;
  background-color: #fff;
  height: 570px;
  margin: 0 auto 0 auto;
  position: relative;
  color: #000;
  z-index: 1;
}
.tabs_card-2-position > .tabs_image > picture > img {
  max-height: 100%;
  left: 5%;
  width: 40%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tabs_card-2-position > .tabs__content {
  position: absolute;
  width: 40%;
  top: 10%;
  right: 20%;
  z-index: 5;
  max-width: 550px;
}
.tabs_card-2-position > .tabs__content > .tabs__content--desc._active {
  font-weight: 400;
  font-size: 16px;
}
.tabs_card-2-position > .tabs__content.home-tabs__container--head {
  font-weight: 300;
  font-family: CeraPro-Regular;
  font-size: 42px;
  margin: 0;
  padding-bottom: 30px;
  line-height: 120%;
}
.tabs_card-2-position > .tabs__content.home-tabs__container--head > span {
  font-weight: 400;
}
.home-tabs__container--head {
  font-weight: 300;
  font-family: "Roboto Mono", sans-serif;
  font-size: 42px;
  margin: 0;
  padding-bottom: 30px;
  line-height: 120%;
}
.home-tabs__container--head > span {
  font-weight: 400;
}
.tabs {
  position: relative;
}
.tabs_main-position {
  width: 100%;
  height: 100vh;
  background: #f5f8fb;
}
.tabs__content {
  position: absolute;
  width: 30%;
  top: 30%;
  right: 15%;
  z-index: 5;
}
.tabs__content--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #b4b9bd;
}
.tabs__content--head--item {
  padding: 10px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: CeraPro-Regular;
}
.tabs__content--head--item._active {
  color: #000;
}
.tabs__content--head--item::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 5px;
  bottom: -3px;
  right: 0;
  background-color: #fff;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.tabs__content--head--item._active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  bottom: -2.5px;
  left: 0;
  background-color: #e63d33;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.tabs__content--desc {
  font-family: CeraPro-Regular;
  font-weight: 500;
  width: 0;
  height: 0;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.tabs__content--desc._active {
  padding: 40px 0;
  width: auto;
  height: auto;
  line-height: 135%;
  opacity: 1;
  font-weight: 500;
  visibility: visible;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  -o-transition: opacity 0.3s linear, transform 0.3s linear;
  transition: opacity 0.3s linear, transform 0.3s linear;
  transition: opacity 0.3s linear, transform 0.3s linear,
    -webkit-transform 0.3s linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.tabs_image {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.tabs_image._active {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 1;
}
.tabs_image > picture > img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 80%;
}
.tabs_image .img--tabs--mobile {
  display: none;
}
.tabs_card-1-position > .tabs_image > picture > img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  max-height: 100%;
}
.tabs_card-3-position > .tabs_image > picture > img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  max-height: 100%;
}
.page-category__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px auto;
  grid-template-columns: 280px auto;
  grid-column-gap: 30px;
}
.sopla_header--head {
  font-weight: 500;
  font-size: 24px;
  line-height: 23px;
  color: #000;
  padding-bottom: 30px;
  font-family: CeraPro-Regular;
}
.machine-title {
  font-size: 72px;
  margin-bottom: 0;
  line-height: 100%;
  font-weight: 700;
  color: #000;
  margin-right: 8px;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.slide-blog__date {
  padding-top: 21px;
  padding-bottom: 19px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.5;
}
.slide-blog__link {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  font-weight: 600;
}
.section-blog {
  padding-top: 99px;
  padding-bottom: 128px;
}
.container_blog {
  max-width: calc(1250px + 80px);
  padding-left: 40px;
  padding-right: 40px;
}
.section-blog__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 37px;
}
.sw-buttons::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: calc(100% - 22px);
  background-color: rgba(0, 0, 0, 0.2);
}
.section-blog__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.section-blog__title .link {
  padding-top: 5px;
}
.section-blog__name {
  margin-right: 49px;
  font-weight: 300;
  font-size: 72px;
  line-height: 100%;
}
.sw-buttons__blog.sw-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 138px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  background-color: #fff;
  position: relative;
}
.slide-blog__image img {
  -webkit-filter: saturate(0);
  filter: saturate(0);
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.slide-blog__image:hover img {
  -webkit-filter: saturate(1);
  filter: saturate(1);
  position: relative;
}
.slide-blog__image {
  height: 267px;
  display: block;
  position: relative;
}
.cover {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slide-blog__image::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 59px;
  height: 63px;
  background: red url(../img/arr-right-white2.svg) no-repeat center/11px;
  padding: 24px;
  opacity: 0;
  -webkit-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.slide-blog__image:hover::after {
  opacity: 1;
  -webkit-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.slide-blog:hover > a > .slide-blog__title {
  color: #0059b2;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.swiper-pagination--blog {
  display: none;
}
.map__main--header {
  font-weight: 600;
  line-height: 130%;
  padding-bottom: 30px;
  font-size: 34px;
}
.page-wrapper {
  position: relative;
  background-color: #f5f8fb;
  padding-top: 64px;
}
.page-wrapper__link {
  position: absolute;
  left: 46px;
  top: 150px;
  background: #fff;
  border-radius: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 14px 30px 14px 25px;
  color: rgba(0, 0, 0, 0.5);
}
.page-contacts.container {
  max-width: calc(1250px + 80px);
  padding-left: 40px;
  padding-right: 40px;
}
.page-contacts.container > .page-title {
  font-weight: 500;
  font-size: 27px;
  line-height: 120%;
  margin-bottom: 32px;
}
.page-contacts__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 384px auto;
  grid-template-columns: 384px auto;
}
.page-contacts__content {
  background-color: #fff;
  padding: 50px;
}
.page-contacts__map {
  height: 630px;
}
#map {
  width: 100%;
  height: 100%;
}
.page-contacts__title {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 10px;
  display: inline-block;
}
.page-contacts__phone {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 25px;
  line-height: 120%;
}
.page-contacts__email-wrapper {
  margin-bottom: 35px;
}
.page-contacts__title {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 10px;
  display: inline-block;
}
.page-contacts__address {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 35px;
}
.page-contacts__title {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 10px;
  display: inline-block;
}
.page-contacts__social {
  font-size: 16px;
  line-height: 120%;
  color: #0059b2;
  border-bottom: 1px solid transparent;
  display: inline-block;
  margin-right: 15px;
  font-weight: 400;
  padding-bottom: 1px;
}
.page-wrapper._contact {
  padding: 150px 0;
}
.page-wrapper._contact > .page-wrapper__link {
  top: 100px;
}
.page-contacts__map > iframe {
  height: 100%;
  width: 100%;
}
.wrapper._footer > .footer,
.wrapper._footer > .footer-bottom {
  background-color: #fff;
}
.page._blog {
  padding: 150px 0;
  background: #f5f8fb;
}
.section-blog {
  padding-top: 99px;
  padding-bottom: 128px;
}
.article-hero__title {
  font-weight: 300;
  font-size: 72px;
  line-height: 100%;
  margin-bottom: 0;
  max-width: 830px;
}
.article-hero__title b {
  font-weight: 700;
}
.sw-buttons__blog {
  position: relative;
}
.section-blog__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 37px;
}
.article-body__content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 200%;
  padding-left: 40px;
  padding-right: 20px;
}
.article-body__blockquote {
  padding-bottom: 80px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 5px;
}
.article-body__blockquote p {
  font-weight: 300;
  font-size: 40px;
  line-height: 110%;
  padding-left: 0;
  padding-right: 0;
}
.section-blog__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-blog__title .link {
  padding-top: 5px;
}
.section-blog__name {
  margin-right: 49px;
  font-weight: 300;
  font-size: 72px;
  line-height: 100%;
}
.slide-blog__image {
  height: 267px;
  display: block;
  position: relative;
}
.slide-blog__image img {
  -webkit-filter: saturate(0);
  filter: saturate(0);
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.slide-blog__image::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 59px;
  height: 63px;
  background: red url(../img/arr-right-white2.svg) no-repeat center/11px;
  padding: 24px;
  opacity: 0;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.slide-blog__image:hover img {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.slide-blog__image:hover::after {
  opacity: 1;
}
.slide-blog__date {
  padding-top: 21px;
  padding-bottom: 19px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.5;
}
.article-wrapper {
  background: #f5f8fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.article-wrapper .container {
  z-index: 2;
}
.article-body__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 280px;
  grid-template-columns: auto 280px;
  grid-column-gap: 25px;
  margin-top: 100px;
}
.article-author {
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.article-author__image {
  width: 176px;
  height: 176px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 37px;
  -webkit-filter: saturate(0);
  filter: saturate(0);
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.article-author__image:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.article-author__title {
  font-weight: 500;
  font-size: 27px;
  line-height: 120%;
  margin-bottom: 5px;
}
.article-author__role {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.5);
}
.slide-blog__link {
  display: block;
  color: var(--text);
  font-weight: 500;
  font-size: 27px;
}
.slide-blog__title {
  margin-bottom: 0;
  line-height: 120%;
}
.blog-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 59px;
}
.article-body__content > table {
  width: 100%;
  max-width: calc(100% - 40px);
  margin-bottom: 80px;
  margin-left: 40px;
}
.article-body__content > table td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 120%;
  width: 50%;
  padding-left: 20px;
}
.article-body__content > table tr:nth-child(1) {
  background: 0 0 !important;
}
.article-body__content > table tr:nth-child(2) td {
  padding-top: 30px;
}
.article-body__content > table tr:nth-child(odd) {
  background: rgba(180, 185, 189, 0.2);
}
.article-body__content > table th {
  padding-bottom: 12px;
  border-bottom: 6px solid var(--red);
  font-weight: 500;
  font-size: 16px;
  opacity: 0.5;
  padding-left: 20px;
}
.article-body__fill {
  background: #000;
  color: #fff;
  padding: 65px 65px 60px 62px;
  margin-top: 40px;
  margin-bottom: 100px;
}
.article-body__title {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 27px;
  line-height: 120%;
  padding-left: 40px;
  padding-right: 10px;
}
.article-body__fill-title {
  font-weight: 300;
  font-size: 42px;
  line-height: 110%;
  margin-bottom: 35px;
}
.article-body__fill p {
  padding-left: 0;
  padding-right: 0;
}
.blog-grid__item--first {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  position: relative;
}
.blog-grid__item--first .slide-blog__image {
  height: 403px;
}
.blog-grid__first-content {
  position: absolute;
  top: 35px;
  left: 44px;
  color: #fff;
}
.blog-grid__item--first .slide-blog__date {
  color: #fff;
  opacity: 0.3;
}
.blog-grid__item--first .slide-blog__title {
  font-size: 27px;
}
.blog-grid__item--video .slide-blog__image {
  position: relative;
}
.blog-grid__item--video .slide-blog__image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url(../img/play.svg) no-repeat center/90px;
  z-index: 1;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.blog-grid__item--video .slide-blog__image::after {
  display: none;
}
.blog-grid__item--video .slide-blog__image:hover::before {
  background-color: transparent;
}
.blog-grid__item {
  margin-bottom: 30px;
}
.blog__load-more {
  background: #fff;
  height: 67px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #0059b2;
  width: 100%;
  margin-top: 70px;
}
.article-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 80px;
  padding-top: 365px;
  color: #fff;
  z-index: 1;
}
.article-hero__date {
  font-size: 16px;
  line-height: 150%;
  opacity: 0.3;
  margin-bottom: 15px;
}
.about-company__slider--article .swiper-buttons__about-company {
  left: auto;
  right: 0;
}
.about-company__slider--article .about-company__descr {
  text-align: left;
  margin-left: 0;
}
.article-body {
  padding-bottom: 70px;
}
.about-company__slider--article {
  padding-left: 40px;
  margin-top: 60px;
  margin-bottom: 50px;
}
.article-body__content > ul {
  margin-left: 102px;
  font-weight: 500;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 700px;
}
.article-body__content > ul li {
  line-height: 150%;
  position: relative;
  padding-left: 47px;
  margin-bottom: 20px;
}
.article-body__content > ul li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 4px;
  background-color: var(--text);
  position: absolute;
  top: 0.7em;
  left: 0;
}
.left-border {
  border-left: 6px solid red;
  margin-left: 77px;
  padding-top: 14px;
  padding-bottom: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 850px;
}
.article-body__flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2fr;
  grid-template-columns: 1fr 1.2fr;
  grid-column-gap: 70px;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  padding-top: 45px;
  padding-bottom: 25px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 40px;
}
.article-body__flex-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 105%;
}
.machine--article {
  margin-top: 60px;
  margin-bottom: 80px;
}
.info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px auto;
  grid-template-columns: 40px auto;
  grid-column-gap: 40px;
  padding-top: 63px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  background-color: #fff;
  margin-bottom: 65px;
}
.info-icon {
  width: 84px;
  height: 84px;
  margin-top: 10px;
}
.info-icon svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.shared {
  margin-top: 60px;
  border-top: 4px solid rgba(180, 185, 189, 0.5);
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.shared-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shared-list a {
  display: block;
  margin-right: 15px;
}
.shared-list .linkedin {
  padding-bottom: 3px;
}
.shared-title {
  margin-right: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  white-space: nowrap;
}
.article-wrapper .section-blog {
  padding-top: 30px;
}
body.article .header-menu--right a {
  color: #fff;
}
body.article .header-menu--right .carret {
  -webkit-filter: invert(1);
  filter: invert(1);
}
header.active .header-menu--right a {
  color: var(--text);
}
header.active .header-menu--right .carret {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.page-category {
  padding-bottom: 50px;
}
.about-company__slider._single {
  height: 40vh;
  width: 60vw;
  margin: 50px auto;
  position: relative;
}
.swip--cont {
  min-width: 0;
  padding-bottom: 10%;
  width: 100% !important;
  height: 100% !important;
}
.map {
  width: 100%;
  height: 100vh;
  background: #f5f8fb;
  padding: 5% 10% 10% 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.map--block {
  background-image: url(../img/map.svg);
  width: 70%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.map--block__item {
  position: absolute;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 47px;
  width: 230px;
  border-radius: 25px;
  z-index: 10;
  height: auto;
}
.map--block__item._active {
  background: -o-linear-gradient(
      270.02deg,
      rgba(255, 255, 255, 0) 26.75%,
      #fff 68.43%
    ),
    #fff;
  background: linear-gradient(
      179.98deg,
      rgba(255, 255, 255, 0) 26.75%,
      #fff 68.43%
    ),
    #fff;
  -webkit-box-shadow: 0 31px 27px rgba(0, 0, 0, 0.25);
  box-shadow: 0 31px 27px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  z-index: 20;
}
.map--block__item._active > ._ibg {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 40%;
  padding-bottom: 40%;
}
div[data-map="1"] > ._ibg {
  width: 40%;
  padding-bottom: 40%;
}
div[data-map="1"] {
  top: 20%;
  left: 50%;
}
div[data-map="2"] > ._ibg {
  width: 30%;
  padding-bottom: 30%;
}
div[data-map="2"] {
  top: 5%;
  left: 70%;
}
div[data-map="3"] > ._ibg {
  width: 20%;
  padding-bottom: 20%;
}
div[data-map="3"] {
  top: 10%;
  left: 30%;
}
div[data-map="4"] > ._ibg {
  width: 25%;
  padding-bottom: 25%;
}
div[data-map="4"] {
  top: 60%;
  left: 40%;
}
.map--block__item--img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  z-index: 1;
}
.map--block__item--main {
  font-size: 14px;
  line-height: 120%;
  padding: 20px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 0;
  font-size: 0;
}
.map--block__item._active > .map--block__item--main {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: auto;
  font-size: 14px;
}
.map__main {
  width: 30%;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: CeraPro-Regular;
}
.con {
  overflow: visible;
}
.pagination,
.swiper-paginati,
.swiper-pagination {
  display: none;
}
.swiper-paginatio {
  display: none;
}
.main {
  max-width: 100vw;
  min-height: 100vh;
  position: relative;
  background: #f5f8fb;
}
._no-webp .main__first {
  background-image: url(../img/home-hero/1-bg-o.jpg);
}
.main > .page-wrapper__link {
  top: 120px;
}
.main__wraper {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main__first > .main__wraper {
  height: 100vh;
}
.swip--count {
  width: 100% !important;
  height: 100% !important;
}
.main__wraper--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  height: 100%;
}
.mob-img {
  height: 100%;
}
.main__wraper--left--img {
  width: 70%;
  min-width: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main__wraper--left--img > picture > img {
  max-width: 100%;
}
.main__wraper--right--text {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #fff;
  width: auto !important;
  position: relative;
  opacity: 1;
}
._opacity {
  opacity: 1;
}
._block-second {
  background-color: transparent;
  width: auto !important;
}
._opacity._active {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #fff;
  opacity: 0;
}
.main__wraper--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 50%;
  height: 100%;
  position: relative;
}
.right--text__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.right--text__header--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
  padding-left: 20px;
}
.right--text__header--head {
  font-size: calc(40px + 32 * (100vw / 1900));
  line-height: 100%;
  padding: 0;
  margin: 0;
}
.right--text__header--block__name {
  font-size: calc(18px + 4 * (100vw / 1900));
  font-weight: 700;
  letter-spacing: -0.4px;
}
.right--text__header--block__subname {
  font-size: calc(14px + 4 * (100vw / 1900));
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #fff;
  background-color: #000;
  text-align: center;
  width: auto;
  border-radius: 20px;
}
.right--text__header--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
}
.right--text__header--item__name {
  padding-right: 30px;
  line-height: 200%;
  white-space: nowrap;
}
.right--text__header--item__value {
  width: auto;
  white-space: nowrap;
  line-height: 200%;
}
.link {
  cursor: pointer;
}
.right--text__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}
.receive {
  border: none !important;
}
.main__wraper--right--text__wrap {
  padding: 35px 21px 35px 35px;
}
.right--text__footer--list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  border-top: 1px solid #0000003d;
}
.right--text__footer--buttom {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  color: #fff;
  background-color: #e63d33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.langs-wrapper.receive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.call-button__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.langs-wrapper.receive .lang-item a {
  display: block;
  font-size: 16px;
  line-height: 200%;
  color: rgba(51, 51, 51, 0.5);
  text-align: left;
  padding: 5px 18px 2px;
  font-family: var(--roboto);
  font-weight: 400;
  background: 0 0;
}
.params {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  max-width: 800px;
  min-height: 100vh;
  background-color: #fff;
  z-index: 110;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: CeraPro-Regular;
}
.params._active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
._no-webp .closer {
  background-image: url(../img/closer.png);
}
.closer {
  width: 50px;
  height: 50px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  z-index: 110;
}
.shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.199);
  z-index: 60;
  display: none;
}
.shadow._active {
  display: block;
}
.params__wraper {
  padding: 59px 114px;
}
.params__head {
  font-size: calc(30px + 12 * (100vw / 1900));
  letter-spacing: -0.4px;
  line-height: 130%;
}
.params__wraper--wrap--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.params__wraper--wrap--items:nth-child(2n + 1) {
  background-color: #f5f8fb;
}
.params__wraper--wrap--items__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding-left: 20px;
  line-height: 220%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select_langs {
  height: 100%;
}
.select_langs > .select__item {
  height: 100%;
}
.select_langs > .select__item > .select__options {
  top: 100%;
  border: none;
}
.select_langs > .select__item > .select__options > .select__option {
  font-size: 14px;
}
.select_langs > .select__item > .select__title {
  height: 100%;
  border: none;
}
.select_langs > .select__item > .select__title > .select__value {
  height: 100%;
}
.select_langs > .select__item > .select__title > .select__value > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 130%;
}
.params__wraper--wrap--items__value {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding-left: 20px;
  line-height: 120%;
  padding: 5px 10px 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.params__wraper--wrap--head {
  font-size: 27px;
  padding-bottom: 25px;
}
.params__wraper--wrap {
  padding-top: 55px;
}
.params__wraper--wrap--items__item.comment {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  color: #616161;
}
.params__wraper--wrap--items.comment {
  background-color: #fff;
}
.download-present__link > a {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  position: relative;
}
.download-present__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.download-present__link > a::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100px;
  background: #000;
  bottom: -5px;
}
._no-webp .dowland__img {
  background-image: url(../img/dowland.png);
}
.dowland__img {
  width: 50px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.params__programer {
  margin-top: 60px;
  width: 100%;
  background-color: #000;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.params__programer--item--img {
  width: 53px;
  height: 53px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.params__programer--item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 40px 15px;
}
.params__programer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.params__programer--item--value {
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  padding-left: 20px;
}
.params__programer--item--value__think {
  font-size: 14px;
}
.params__programer--item--img._big {
  width: 132px;
}
.params__wraper > .link {
  margin: 50px 0;
}
.wrap_slider--header {
  font-size: calc(30px + 12 * (100vw / 1900));
  font-weight: 300;
  line-height: 120%;
  padding-bottom: 50px;
}
.wrap_slider {
  width: 80%;
  max-width: 550px;
}
._bolder {
  font-weight: 700;
}
.circle__item {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 100%;
  cursor: pointer;
  z-index: 10;
}
.circle__item._active {
  background-color: #fff;
}
.circle__item._active::before {
  background-color: #000;
}
.circle__item._active::after {
  display: none;
}
.circle__item::before {
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.circle__item::after {
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: #fff;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main__wraper--left--img__hover {
  position: relative;
}
._with--desc {
  max-width: 100%;
}
.circle__img--wrap {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  position: absolute;
}
.circle__img--wrap._active {
  visibility: visible;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.circle__img--wrap.swiper-slide-active {
  height: auto;
  visibility: visible;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
div[data-circle="4"] {
  top: 25%;
  left: 50%;
}
div[data-circle="3"] {
  top: 30%;
  left: 45%;
}
div[data-circle="1"] {
  top: 30%;
  left: 35%;
}
div[data-circle="2"] {
  top: 25%;
  left: 25%;
}
div[data-circle="5"] {
  top: 50%;
  left: 50%;
}
.wrap_slider--slide {
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  font-family: CeraPro-Regular;
}
.wrap_slider--slide._active {
  position: relative;
  visibility: visible;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.wrap_slider--slide__desc--img {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 120px;
  background-position: center;
  -webkit-transition: 1s linear;
  -o-transition: 1s linear;
  transition: 1s linear;
}
.wrap_slider--slide__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #b4b9bd;
  margin-top: 40px;
}
.wrap_slider--slide__desc--text {
  padding-left: 15px;
  margin: 0;
}
._no-webp .sopla {
  background-image: url(../img/nozzle/full.png);
}
.sopla {
  height: 200vh;
  background: #f5f8fb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  font-family: CeraPro-Regular;
}
.sopla_header {
  max-width: 25%;
  position: absolute;
  left: 5%;
}
._gray {
  color: #333;
  opacity: 0.5;
}
.sopla__desc {
  max-width: 25%;
  position: absolute;
  right: 5%;
}
.sopla__desc--img {
  display: none;
  background-size: contain;
  background-repeat: no-repeat;
}
.sopla__desc--head {
  font-weight: 500;
  font-size: calc(14px + 4 * (100vw / 1900));
  line-height: 23px;
  color: rgba(0, 0, 0, 0.5);
}
.sopla__desc--main {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  color: #333;
}
div[data-sopla="1"] {
  right: 5%;
}
div[data-sopla="2"] {
  right: 5%;
  top: 42%;
}
._left {
  text-align: right;
}
div[data-sopla="3"] {
  left: 5%;
  top: 50%;
}
div[data-sopla="4"] {
  right: 5%;
  top: 67%;
}
div[data-sopla="5"] {
  left: 5%;
  top: 85%;
}
div[data-sopla="6"] {
  right: 5%;
  top: 95%;
  z-index: 10;
}
.sopla__wraper {
  width: 100%;
  height: 100%;
}
._margin {
  margin-top: 25%;
}
.show > p {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.active_img {
  visibility: visible;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
._video > .video-bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  height: 90%;
  overflow: hidden;
  font-family: CeraPro-Regular;
}
._video > .video-bg > .video-bg__video {
  padding-top: 0;
  background-color: transparent;
}
.video__content--main {
  width: 45%;
  color: #fff;
  left: 20%;
  top: 40%;
  min-width: 200px;
  position: absolute;
}
._video {
  position: relative;
  min-height: auto;
  padding-bottom: 30%;
}
.section-text_video {
  font-size: calc(24px + 18 * (100vw / 1900));
  line-height: 120%;
  letter-spacing: -0.4px;
  color: #fff;
  font-weight: 300;
}
.sub_text--video {
  font-weight: 500;
  font-size: calc(18px + 9 * (100vw / 1900));
  line-height: 34px;
  color: #fff;
  opacity: 0.5;
}
.detali__wrap {
  padding: 10% 0 5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: CeraPro-Regular;
}
.detali__wrap--left,
.detali__wrap--right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
}
.detali__header {
  font-weight: 600;
  font-size: 130%;
  padding-bottom: 10%;
}
.detali__item {
  width: 80%;
}
.detali__item--img {
  width: 100%;
  padding-bottom: 55%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10%;
}
.detali__wrap--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
._other {
  font-weight: 500;
  color: #d3d3d3;
}
.sloi {
  width: 100%;
  min-height: 50vh;
}
.sloi__wrap {
  width: 70%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sloi__wrap--right__img {
  width: 235.88px;
  height: 236.92px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  right: 0;
}
.sloi__wrap--right {
  width: 30%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 70px 0;
}
.sloi__wrap--left {
  width: 70%;
  padding: 70px 0;
  font-family: CeraPro-Regular;
}
.sloi__wrap--right--wraper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sloi__wrap--left--head {
  font-weight: 300;
  font-size: calc(24px + 18 * (100vw / 1900));
  line-height: 120%;
  letter-spacing: -0.4px;
  color: #333;
}
.sloi__wrap--right__img._active {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.sloi__wrap--right__img._ibg img {
  -o-object-fit: contain;
  object-fit: contain;
}
.finaly_text--wrap__right--items__img._ibg img {
  -o-object-fit: contain;
  object-fit: contain;
}
.sloi__wrap--right__img.down {
  -webkit-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  transform: translateY(-75px);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.sloi__wrap--left--wrap__item {
  cursor: pointer;
  line-height: 200%;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.sloi__wrap--left--wrap__item > span {
  position: relative;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.sloi__wrap--left--wrap__item._active {
  font-weight: 600;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.sloi__wrap--left--wrap__item._active > span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: #ff4500;
  bottom: -10px;
  left: 0;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.sloi__wrap--left--wrap__item > span::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1.5px;
  background-color: rgba(255, 68, 0, 0);
  bottom: -10px;
  left: 0;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.sloi__wrap--left--wrap {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.params__wraper {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.params__wraper > .params__head {
  width: 100%;
}
._position--top {
  position: absolute;
  right: 10%;
}
.params__wraper--wrap__left {
  width: 47%;
  padding-right: 3%;
}
.params__wraper--wrap._right {
  width: 47%;
  padding-left: 3%;
}
.params__wraper._top > .params__wraper--wrap {
  width: 100%;
}
.header {
  z-index: 25;
}
.bottom_tabs {
  background-color: #fff;
}
.finaly_text {
  background-color: #fff;
}
.finaly_text--wrap {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.finaly_text--wrap__left {
  width: 50%;
}
.finaly_text--wrap__left--title {
  font-weight: 300;
  font-size: calc(24px + 18 * (100vw / 1900));
  line-height: 120%;
  letter-spacing: -0.4px;
  color: #333;
}
.finaly_text--wrap__right {
  width: 40%;
}
.finaly_text--wrap__right--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
.finaly_text--wrap__right--items__img {
  height: 100px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}
.wrap_slider {
  width: 80%;
  max-width: 550px;
  margin: 0 auto;
}
.call-button {
  height: 180px !important;
}
.circle__img--wrap.swiper-slide-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  position: relative;
  top: 0;
}
@media (min-width: 170px) {
  .home-hero__title {
    font-size: calc(36px + 36 * ((100vw - 320px) / 1600));
  }
  .swiper-counter {
    font-size: calc(22px + 5 * ((100vw - 320px) / 1600));
  }
  .section-text {
    font-size: calc(18px + 7 * ((100vw - 320px) / 1600));
  }
  .purpose-content {
    font-size: calc(24px + 16 * ((100vw - 320px) / 1600));
  }
  .tabs_card-2-position > .tabs__content > .tabs__content--desc._active {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  }
  .tabs_card-2-position > .tabs__content.home-tabs__container--head {
    font-size: calc(20px + 22 * ((100vw - 320px) / 1600));
  }
  .home-tabs__container--head {
    font-size: calc(20px + 22 * ((100vw - 320px) / 1600));
  }
  .tabs__content--head--item {
    font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  }
  .map__main--header {
    font-size: calc(20px + 14 * ((100vw - 320px) / 1600));
  }
  .sopla__desc--main {
    font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (min-width: 576.1px) {
  .swiper-pagination__about-company {
    display: none;
  }
  .swiper-pagination--blog {
    display: none;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 768.1px) {
  .category-item:hover .machine-more {
    opacity: 1;
    visibility: visible;
  }
  .category-item:hover .machine-left {
    z-index: 1;
    position: relative;
  }
  .category-item:hover .machine-left,
  .category-item:hover .machine-table td,
  .category-item:hover .machine-title {
    color: rgba(255, 255, 255, 0.7);
  }
  .category-item:hover .machine-image {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  .category-item:hover .category-item__arrow {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .category-item:hover .machine-labels__dark {
    background-color: #fff;
    color: #000;
  }
  .category-item:hover .machine-labels__light {
    color: #fff;
  }
  .home-hero,
  .home-screen,
  .swiper-container--home-hero,
  .swiper-container--home-hero .swiper-slide {
    min-height: 100vh;
  }
}
@media (min-width: 991.98px) {
  .quantity__button:hover::after,
  .quantity__button:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
  .checkbox a:hover {
    text-decoration: none;
  }
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 992px) {
  .category-item__link {
    min-height: 339px;
  }
  .page-wrapper {
    padding-top: 100px;
  }
  .page-categories__title {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 992.1px) {
  .sp-item__product--to-top {
    margin-top: -145px;
  }
}
@media (min-width: 1150px) {
  .update {
    background-color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 0;
  }
  .update__left {
    width: 60%;
  }
  .update__left--header {
    width: 95%;
    font-size: calc(24px + 18 * (100vw / 1900));
    line-height: 120%;
    letter-spacing: -0.4px;
    font-weight: 400;
    font-family: CeraPro-Regular;
  }
  .update--wrap {
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .update__left--items {
    padding: 10% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .update__left {
    width: 60%;
  }
  .update__right {
    width: 40%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .update__left--item {
    font-weight: 300;
    font-size: 18px;
    line-height: 200%;
    color: #000;
    padding: 0 20px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    cursor: pointer;
  }
  .update__right--item > p {
    font-size: 0;
    opacity: 0;
    -webkit-transition: font-size 0.2s linear;
    -o-transition: font-size 0.2s linear;
    transition: font-size 0.2s linear;
    color: rgba(255, 255, 255, 0);
  }
  .update__right--item {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    position: relative;
    margin: 20px;
    height: 100%;
    -webkit-transform: rotate(-31deg);
    -ms-transform: rotate(-31deg);
    transform: rotate(-31deg);
    cursor: pointer;
  }
  .update__right--item picture img {
    border-radius: 47px;
  }
  .update__right--item._active::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(
      270.02deg,
      rgba(0, 0, 0, 0) 26.75%,
      #000 68.43%
    );
    background: linear-gradient(
      179.98deg,
      rgba(0, 0, 0, 0) 26.75%,
      #000 68.43%
    );
    z-index: 1;
    border-radius: 47px;
  }
  .update__right--item._active > p {
    font-size: 16px;
    opacity: 1;
    font-size: 14px;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.2s linear, color 0.5s linear 0.2s;
  }
  .update__right--item._active {
    width: 268px;
    padding: 120px 10px 10px 20px;
    border-radius: 47px;
    height: auto;
  }
  ._update--item._active {
    color: #fff;
    font-weight: 500;
    background: #000;
    border-radius: 100px;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }
  .update__right--wrap {
    height: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 380px;
    -webkit-transform: rotate(31deg);
    -ms-transform: rotate(31deg);
    transform: rotate(31deg);
  }
  div[data-update="2"] {
    width: 50px;
    height: 50px;
  }
  div[data-update="1"] {
    width: 90px;
    height: 90px;
  }
  div[data-update="3"] {
    width: 60px;
    height: 60px;
  }
  div[data-update="4"] {
    width: 40px;
    height: 40px;
  }
  div[data-update="5"] {
    width: 100px;
    height: 100px;
  }
  div[data-update="7"] {
    width: 50px;
    height: 50px;
  }
  div[data-update="6"] {
    width: 35px;
    height: 35px;
  }
  div[data-update="8"] {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: calc(1250px + 80px);
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1200.1px) {
  .about-company .about-company__slider {
    position: absolute;
    top: 40%;
    right: 5%;
  }
}
@media only screen and (min-width: 1225.1px) {
  .mobile-menu {
    display: none;
  }
}
@media only screen and (max-width: 1750px) {
  .page-wrapper__link {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  :root {
    --header_height: 67px;
  }
  .header-menu__catalog {
    position: relative;
    display: -ms-grid;
    display: grid;
    place-items: center;
    padding-bottom: 5px;
  }
  .header-menu__catalog:not(.header-menu__catalog--hide) {
    min-width: 269px;
  }
  .header-menu__catalog-link:hover a {
    color: var(--accent);
  }
  .header-menu__catalog:hover .carret::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0.5;
  }
  .header-menu__catalog .carret {
    display: block;
    padding-top: 0;
    position: relative;
    bottom: 2px;
  }
  .header-menu__catalog-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-family: var(--roboto);
  }
  .header-menu__catalog-link a {
    color: var(--text);
  }
  .header-menu--left {
    position: absolute;
    top: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all;
  }
  .header-menu--left li {
    width: 100%;
  }
  .header-menu--left li a {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 1px;
  }
  .header-menu--left {
    padding-right: 0;
  }
  .header-menu--left .current-menu-item::before {
    height: 100%;
    width: 5px;
  }
  .search-form.active .search-form__input {
    max-width: 236px;
  }
  .article-hero {
    padding-top: 230px;
  }
}
@media (max-width: 1500px) {
  .map {
    padding: 5% 10% 20% 10%;
  }
}
@media only screen and (max-width: 1400px) {
  .relative {
    position: relative;
  }
  .page-wrapper__link-black {
    left: 15px;
  }
  .update--wrap {
    width: 80%;
  }
}
@media only screen and (max-width: 1320px) {
  .search-form {
    display: none;
  }
}
@media (max-width: 1225px) {
  .icon-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
    background-color: transparent;
  }
  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .icon-menu span:first-child {
    top: 0;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0;
  }
  .icon-menu._active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}
@media only screen and (max-width: 1225px) {
  .header {
    background-color: #fff;
  }
  .header-menu--right {
    display: none;
  }
  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 0;
    width: calc(100% - 218px);
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all;
  }
  .mobile-menu.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .menu-item-has-children {
    border-left: 0;
  }
  .hamburger {
    z-index: 2;
    position: relative;
  }
  .mobile-menu ul {
    padding-left: 20px;
    width: 100%;
  }
  .mobile-menu__catalog {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 26px;
  }
  .mobile-menu .current-menu-item {
    position: relative;
  }
  .mobile-menu .current-menu-item a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
    width: 5px;
    background: var(--red);
    opacity: 1;
    z-index: 2;
  }
  .mobile-menu ul a {
    font-size: 16px;
    display: block;
    font-weight: 400;
  }
  .mobile-menu ul a:hover {
    color: var(--accent);
  }
  .mobile-menu__catalog a {
    color: var(--text);
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .mobile-menu__main {
    padding-bottom: 20px;
  }
  .mobile-menu__main a {
    color: #0059b2;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .mobile-menu__contacts {
    padding-left: 20px;
    margin-top: auto;
    padding-bottom: 30px;
  }
  .mobile-menu__title {
    color: #333;
    opacity: 0.5;
    display: inline-block;
  }
  .mobile-menu__phone {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #333;
    margin-bottom: 7px;
    display: block;
    margin-top: 5px;
  }
  .mobile-menu__mail {
    color: #0059b2;
  }
}
@media only screen and (max-width: 1225px) and (max-width: 768px) {
  .mobile-menu ul a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1225px) and (max-width: 588px) {
  .mobile-menu {
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 1200px) {
  .machine-title {
    font-size: 50px;
  }
  .machine-labels__light {
    font-size: 18px;
    padding-bottom: 0;
  }
  .machine-labels__dark {
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
  .home-hero__content {
    max-width: 45vw;
  }
  .home-hero__image {
    top: 50%;
  }
  .about-company__slider {
    width: auto;
  }
  .about-company__content {
    max-width: 100%;
  }
  .about-company {
    padding-bottom: 0;
  }
  .section-text p {
    margin-bottom: 50px;
    line-height: 130%;
  }
  .swiper-buttons__about-company {
    display: none;
  }
  .about-company__descr {
    padding: 29px 10%;
  }
  .swiper-buttons__about-company {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .about-company__slide,
  .about-company__slider,
  .about-company__slider .swiper-slide {
    height: 534px;
  }
  .article-hero__title {
    font-size: 60px;
  }
  .article-body__blockquote {
    padding-bottom: 50px;
    margin-bottom: 60px;
  }
  .article-body__blockquote p {
    font-size: 34px;
  }
  .page-wrapper__link-black {
    left: -10px;
  }
  .blog-grid__item {
    margin-bottom: 0;
  }
  .article-body__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-body__aside {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 56px;
  }
}
@media (max-width: 1200px) {
  .tabs_card-2-position {
    width: 100%;
    padding: 0 10% 0 0;
    background-color: #fff;
    height: 570px;
    margin: 0 auto 0 auto;
    position: relative;
    color: #000;
    z-index: 10;
  }
  .tabs_card-2-position > .tabs_image > picture > img {
    max-height: 100%;
    left: 5%;
    width: 40%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .tabs_card-2-position > .tabs__content {
    position: absolute;
    width: 50%;
    top: 10%;
    right: 10%;
    z-index: 5;
    max-width: 550px;
  }
  .tabs_card-2-position > .tabs__content.home-tabs__container--head {
    font-weight: 300;
    font-family: "Roboto Mono", sans-serif;
    font-size: 42px;
    margin: 0;
    padding-bottom: 30px;
    line-height: 120%;
  }
  .tabs_card-2-position > .tabs__content.home-tabs__container--head > span {
    font-weight: 400;
  }
  .tabs_card-1-position {
    width: 100%;
  }
  .tabs_card-1-position > .tabs__content {
    left: 5%;
  }
  .tabs_card-3-position {
    width: 100%;
  }
  .tabs_card-3-position > .tabs__content {
    left: 5%;
  }
  .tabs__content {
    position: absolute;
    width: 50%;
    top: 10%;
    right: 10%;
    z-index: 5;
  }
  .tabs_image > picture > img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 65%;
    width: auto;
  }
  .tabs_main-position {
    width: 100%;
    height: 80vh;
    background: #f5f8fb;
  }
  .page-contacts > .container {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .footer {
    padding: 30px 5% 70px 5%;
    background-color: #f5f8fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .footer-bottom > .wrapper__foot {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1150px) {
  .map--block__item > .map--block__item--img._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: contain;
  }
  .pagination,
  .swiper-paginati,
  .swiper-pagination {
    display: block;
  }
  .update__right--item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(
      270.02deg,
      rgba(0, 0, 0, 0) 15.75%,
      #000 68.43%
    );
    background: linear-gradient(
      179.98deg,
      rgba(0, 0, 0, 0) 15.75%,
      #000 68.43%
    );
    z-index: 1;
    border-radius: 45px;
  }
  .update__right--wrap {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .update__right {
    width: 100%;
  }
  .update__right--wrap {
    max-width: none;
    width: 100%;
    padding-bottom: 50px;
  }
  .update__right--item {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 45px;
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .update__right--item > p {
    position: relative;
    padding: 20px;
    line-height: 130%;
    color: #fff;
    z-index: 50;
    font-size: 14px;
  }
  .update__right--item picture img {
    border-radius: 45px;
  }
  .update--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .update__left {
    width: 100%;
  }
  .update__left--items {
    display: none;
  }
  .pagination,
  .swiper-paginati,
  .swiper-pagination {
    display: block;
  }
  .detali {
    padding-top: 10%;
  }
  ._video > .video-bg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 120%;
    overflow: hidden;
  }
  .video__content--main {
    width: 70%;
    color: #fff;
    left: 10%;
    top: 50%;
    min-width: 200px;
    position: absolute;
  }
  .map {
    background-image: url(../img/map.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 10% center;
    font-family: CeraPro-Regular;
  }
  .map--block__item--img {
    height: 120px !important;
    width: 120px !important;
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }
  .map--block {
    background-position: top;
    padding-bottom: 20% !important;
    background-image: none;
  }
  .map--block__item {
    width: 300px;
    background: -o-linear-gradient(
        270.02deg,
        rgba(255, 255, 255, 0) 26.75%,
        #fff 68.43%
      ),
      #f5f8fb45;
    background: linear-gradient(
        179.98deg,
        rgba(255, 255, 255, 0) 26.75%,
        #fff 68.43%
      ),
      #f5f8fb45;
  }
  .map--block__item--main {
    opacity: 1;
    font-size: 16px;
    height: auto;
    padding-top: 50px;
  }
  .main__wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .swiper-paginati {
    bottom: 0;
    left: 50% !important;
    top: 80%;
    position: absolute;
    -webkit-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  .main__wraper--left {
    width: 90%;
    margin: 0 auto;
    margin-top: 200px;
  }
  .main__wraper--right {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    height: 100%;
  }
  .main__first > .main__wraper {
    height: auto;
    padding-bottom: 10%;
  }
  .main__first {
    background-size: cover;
  }
  .sopla {
    background-image: none !important;
    height: auto !important;
    padding-top: 10%;
  }
  .sopla__desc {
    position: relative;
    width: 100%;
    max-width: none;
    left: 0 !important;
    right: 0 !important;
    text-align: left;
  }
  .swip--cont {
    min-width: 0;
    padding-bottom: 10%;
    width: 100% !important;
    height: 100% !important;
  }
  .sopla_header {
    position: relative;
    width: 80%;
    margin: 0 auto;
    left: 0 !important;
    max-width: none;
  }
  .sopla__desc--head {
    max-width: 90%;
    margin: 0 auto;
  }
  .wrap_slider--slide__desc {
    padding: 10px 0;
  }
  .sopla__desc--main {
    max-width: 90%;
    margin: 0 auto;
  }
  .sopla__desc--img {
    width: 300px;
    height: 300px;
    display: block;
    margin: 5% auto;
    background-position: center;
  }
  .sopla__desc--img > picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  .sopla__desc--img > picture > img {
    max-height: 100%;
  }
  .wrap_slider {
    width: 100%;
    margin: 0 auto;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
  }
  .swiper-pagination-bullet-active {
    background: #000;
    opacity: 1;
  }
  ._noactive {
    position: absolute;
  }
  ._noactive.active_img {
    position: relative;
    max-height: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: CeraPro-Regular;
  }
  .map__main {
    width: 100%;
    padding: 5% 0;
  }
  .bottom_tabs {
    display: none;
  }
  .map--block {
    width: 100%;
    padding-bottom: 100%;
  }
  .map--block__item {
    position: relative;
    left: 0 !important;
    top: 0 !important;
  }
  .map--block__item._active > .map--block__item--main {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: auto;
    font-size: 16px;
  }
  .detali__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .detali__wrap {
    padding: 10% 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .detali__item {
    width: 100%;
    padding-bottom: 50px;
  }
  .detali__item--img {
    width: 100%;
    padding-bottom: 40%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto 10% auto;
  }
  .con {
    min-width: 0;
    height: auto !important;
    position: relative;
    overflow: visible;
  }
  .update--wrap {
    width: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .update__left--header {
    width: 50%;
    padding: 0 5% 2% 5%;
  }
  .update__left {
    width: 100%;
  }
  .pagination {
    bottom: 10px;
    left: 0;
    width: 100vw !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .params__wraper {
    padding: 59px 50px;
  }
}
@media only screen and (max-width: 992px) {
  .machine-title__wrapper {
    margin-bottom: 15px;
  }
  .page-category__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .page-categories {
    margin-bottom: 34px;
  }
  .machine-title {
    font-size: 45px;
  }
  .machine-labels__light {
    font-size: 17px;
  }
  .machine,
  .machine-more {
    padding-left: 25px;
  }
  .machine-labels__dark {
    margin-top: 3px;
  }
  .machine-labels {
    padding-bottom: 0.3em;
  }
  .page-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-categories__line {
    display: none;
  }
  .page-categories__list {
    padding-left: 0;
    margin-top: 10px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-categories__list li {
    margin-right: 20px;
  }
  .page-categories__title {
    padding-bottom: 7px;
    border-bottom: 1px solid #b4b9bd;
    width: 100%;
  }
  .section-production__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .sp-item__descr {
    padding-top: 20px;
  }
  .page-category > .container {
    max-width: 90%;
  }
  .article-body__blockquote p {
    font-size: 29px;
  }
  .article-body__fill-title {
    font-size: 35px;
  }
  .article-body__flex {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .article-body__flex-title {
    margin-bottom: 30px;
  }
  .article-body__flex p {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .page-contacts > .container {
    width: 100%;
    max-width: 100%;
  }
  .page-contacts__map {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
  }
  .select__title {
    font-size: 18px;
  }
  .select__options {
    font-size: 14px;
  }
}
@media (max-width: 985px) {
  .footer__menu {
    display: none;
  }
  .footer__menu--last {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 950px) {
  .tabs_card-1-position > .tabs_image > picture > img {
    opacity: 0.5;
  }
  .tabs_card-1-position > .tabs__content {
    min-width: 360px;
  }
  .tabs_card-3-position > .tabs_image > picture > img {
    opacity: 0.5;
  }
  .tabs_card-3-position > .tabs__content {
    min-width: 360px;
  }
}
@media only screen and (max-width: 768px) {
  .call {
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    transform: translateX(270px);
  }
  .call-form {
    width: 270px;
    padding-top: 19px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
  }
  .call-form__title {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .call-button__title {
    margin-top: 26px;
  }
  .sw-buttons {
    width: 100px;
    height: 55px;
  }
  .machine {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 55px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .machine-image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .call-form {
    width: 100%;
  }
  .call {
    position: relative;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
  }
  .call-button {
    display: none;
  }
  .home-hero__image {
    padding-top: 15px;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
    top: 0;
    left: 0;
    max-width: 70%;
    margin: 0 auto;
  }
  .home-hero__image img {
    max-width: 80%;
  }
  .home-hero,
  .home-screen {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .home-hero {
    padding-top: 100px;
    padding-bottom: 60px;
    display: block;
    height: 100vh;
  }
  .home-screen .swiper-slide {
    height: auto;
  }
  .home-hero__content {
    max-width: 100%;
  }
  .home-hero__content {
    padding-bottom: 5px;
  }
  .swiper-pagination--home-hero .swiper-pagination-bullet {
    width: 50px;
  }
  .home-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-hero__image {
    margin-top: auto;
    margin-bottom: auto;
  }
  .home-screen__info {
    padding-bottom: 38px;
  }
  .about-company__slider {
    margin-top: 70px;
  }
  .page-contacts__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .page-contacts__map {
    height: 500px;
  }
  .article-hero__title {
    font-size: 45px;
  }
  .article-author__image {
    width: 100px;
    height: 100px;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    margin-bottom: 0;
  }
  .article-author__title {
    font-size: 20px;
    margin-bottom: -35px;
  }
  .article-author {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px auto;
    grid-template-columns: 100px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column-gap: 20px;
  }
  .article-author {
    text-align: left;
  }
  .article-body__content > table td {
    font-size: 16px;
  }
  .article-body__content > table {
    margin-bottom: 50px;
  }
  .article-body__fill {
    margin-bottom: 65px;
  }
  .article-body__title {
    margin-bottom: 25px;
  }
  .article-body__content > ul {
    margin-left: 40px;
  }
  .info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .info p {
    padding-left: 0;
  }
  .info-icon {
    margin-top: 0;
    margin-bottom: 33px;
  }
}
@media (max-width: 768.1px) {
  .swiper-container__wrapper.about-company__slider._single {
    display: none;
  }
}
@media (max-width: 768px) {
  .main__wraper--left--img {
    width: 100%;
  }
  .tabs_card-1-position > .tabs_image > picture > img {
    top: 0;
    -webkit-box-shadow: 0 -54px 36px -5px rgba(0, 0, 0, 0.41) inset;
    box-shadow: 0 -54px 36px -5px rgba(0, 0, 0, 0.41) inset;
  }
  .tabs_card-3-position > .tabs_image > picture > img {
    top: 0;
    -webkit-box-shadow: 0 -54px 36px -5px rgba(0, 0, 0, 0.41) inset;
    box-shadow: 0 -54px 36px -5px rgba(0, 0, 0, 0.41) inset;
  }
  .tabs_card-2-position > .tabs_image > picture > img {
    top: 0;
    width: 80%;
  }
  .img--tabs--desc {
    display: none;
  }
  .tabs_image .img--tabs--mobile {
    display: block;
  }
  .tabs_card-2-position > .tabs__content {
    position: absolute;
    width: 70%;
    left: 10%;
    z-index: 5;
    bottom: 10%;
    top: 40%;
    min-width: 300px;
  }
  .tabs_card-1-position > .tabs__content {
    position: absolute;
    width: 70%;
    left: 10%;
    z-index: 5;
    bottom: 10%;
    top: auto;
    min-width: 300px;
  }
  .tabs_card-3-position > .tabs__content {
    position: absolute;
    width: 70%;
    left: 10%;
    z-index: 5;
    bottom: 10%;
    top: auto;
    min-width: 300px;
  }
  .tabs__content {
    position: absolute;
    width: 90%;
    top: 10%;
    right: 5%;
    z-index: 5;
  }
  .tabs_main-position {
    width: 100%;
    height: 120vh;
    background: #f5f8fb;
  }
  .tabs_card-1-position {
    width: 100%;
    height: 120vh;
    background-color: #000;
  }
  .tabs_card-1-position .tabs_image {
    height: 50%;
  }
  .tabs_card-3-position {
    width: 100%;
    height: 120vh;
    background-color: #000;
  }
  .tabs_card-3-position .tabs_image {
    height: 50%;
  }
  .tabs_card-2-position {
    width: 100%;
    height: 120vh;
  }
  .tabs_card-2-position .tabs_image > picture > img {
    top: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    width: 80%;
  }
  .tabs_image > picture > img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 70%;
    width: 100%;
  }
  .swiper-buttons.sw-buttons.sw-buttons__blog {
    display: none;
  }
  .section-blog__title {
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .swiper-pagination--blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding-top: 65px;
  }
  .swiper-pagination-bullet {
    margin-left: 3px;
    margin-right: 3px;
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .swiper-pagination-bullet-active {
    background: #000;
    opacity: 1;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .section-production {
    padding-top: 101px;
    padding-bottom: 124px;
  }
  .section-blog {
    padding-top: 50px;
    padding-bottom: 27px;
  }
  .page-category > .container {
    max-width: 100%;
  }
  .map {
    height: 115vh;
  }
  .finaly_text--wrap__right {
    width: 100%;
  }
  .finaly_text--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .finaly_text--wrap__left {
    width: 100%;
  }
  ._video {
    position: relative;
    min-height: auto;
    padding-bottom: 50%;
    margin: 50px 0;
  }
  .sloi__wrap {
    width: 80%;
  }
  .params__wraper--wrap._right {
    width: 100%;
    padding-left: 3%;
  }
  .sloi__wrap--right {
    -webkit-transform: translate(100%, 15%);
    -ms-transform: translate(100%, 15%);
    transform: translate(100%, 15%);
  }
  .params__wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .params__wraper--wrap__left {
    width: 100%;
    padding-right: 3%;
  }
  .params__programer--item--value {
    color: #fff;
    font-size: 14px;
    line-height: 120%;
    padding-left: 20px;
  }
  .params__wraper {
    padding: 59px 20px;
  }
  .params__programer--item--img {
    width: 40px;
    height: 40px;
  }
  .download-present__link > a {
    font-size: 14px;
  }
  ._position--top {
    position: absolute;
    right: 5%;
    top: 100px;
  }
}
@media (max-width: 767.98px) {
  ._container {
    max-width: none;
    padding: 0 10px;
  }
}
@media (max-width: 600px) {
  .footer__menu--last__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__menu--last__contact--tell {
    padding-top: 40px;
  }
  .footer__menu--last__contact--tell__email {
    padding-top: 10px;
  }
  .footer__menu__bottom--adress {
    padding-top: 40px;
  }
  .footer__menu__bottom--adress__item {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #333;
    font-weight: bolder;
    width: 90%;
    font-family: CeraPro-Regular;
  }
  .tabs_main-position {
    height: 100vh;
  }
  .tabs_card-1-position {
    height: 100vh;
  }
  .tabs_card-3-position {
    height: 100vh;
  }
  .swiper-paginatio {
    display: block !important;
  }
  .main__wraper--right--text._opacity {
    width: auto;
  }
  .update__left--header {
    width: 300px !important;
    padding: 5% 0 5% 5% !important;
    font-size: 24px;
  }
  .sloi__wrap--right {
    -webkit-transform: translate(147%, 15%);
    -ms-transform: translate(147%, 15%);
    transform: translate(147%, 15%);
  }
  .detali__item--img {
    padding-bottom: 60%;
  }
  .map > .swiper-paginati {
    top: 92%;
    z-index: 50;
  }
  .swiper-paginati {
    top: 85%;
    z-index: 50;
  }
  .video__content--main {
    width: 90%;
    color: #fff;
    left: 10%;
    top: 30%;
    min-width: 200px;
    position: absolute;
  }
  .right--text__header--items {
    display: none;
  }
  .main__wraper--right--text {
    width: 90% !important;
  }
  .link_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 0 0 0;
  }
  ._mobile-none {
    display: none;
  }
  ._mob-up {
    text-transform: uppercase;
  }
  .right--text__footer--list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .right--text__footer--buttom {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .params._top {
    width: 100vw;
  }
  .params__wraper._top {
    padding: 50px 20px;
  }
  .main__wraper--left._block-second {
    margin-top: 50px;
  }
  .wrap_slider--slide {
    position: relative;
    visibility: visible;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 1;
  }
  .circle__item {
    display: none;
  }
  .main__wraper--left--img.main__wraper--left--img__hover.swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .main__wraper--left--img__hover > img {
    position: relative;
  }
}
@media only screen and (max-width: 588px) {
  :root {
    --header_height: 48px;
  }
  .header-left {
    padding-left: 15px;
  }
  .logo {
    width: calc(87px + 18px);
    height: 43px;
    margin-right: 17px;
    padding-right: 18px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    height: 100%;
  }
  .header-menu__catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    padding-top: 0;
  }
  .header-menu__catalog:not(.header-menu__catalog--hide) {
    min-width: auto;
  }
  .header-menu__catalog:hover::before {
    display: none;
  }
  .header-menu--left {
    padding-top: 17px;
  }
  .header-menu__catalog-link {
    padding-top: 2px;
  }
  .header-menu__catalog-link a {
    font-size: 14px;
  }
  .header-menu__catalog-link a span {
    display: none;
  }
  .header-menu__catalog .carret {
    bottom: 5px;
  }
  .header-menu__catalog {
    position: static;
  }
  .header-menu--left {
    left: 0;
  }
  .header-menu--left li a {
    font-size: 14px;
  }
  .header-menu--left li:hover::before {
    opacity: 0;
  }
  .search-form {
    margin-left: auto;
    display: block;
  }
  .header__search-btn svg {
    width: 16px;
    height: 16px;
  }
  .header-left {
    width: calc(100% - 60px);
  }
  .search-form.active .header__search-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header__search-btn {
    padding-left: 20px;
    padding-right: 5px;
    padding-top: 11px;
    padding-bottom: 10px;
  }
  .search-form::before {
    display: none;
  }
  .search-form__input {
    padding-top: 0;
    font-size: 15px;
  }
  .search-form.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
  }
  .search-form.active .search-form__input {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .languages {
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    transform: translateX(270px);
  }
  .languages-content {
    width: 270px;
  }
  .languages-content__title {
    padding-left: 30px;
    font-size: 25px;
    height: 90px;
  }
  .lang-item a {
    padding-left: 30px;
  }
  .languages-btn {
    display: none;
  }
  .call-button__title {
    display: none;
  }
  .call-button {
    width: 48px;
    height: 48px;
    margin-top: auto;
  }
  .call-button__icon {
    margin: auto;
  }
  .call {
    width: 100%;
  }
  .call-form {
    width: 100%;
    padding-top: 25px;
  }
  .call.show .call-button {
    display: none;
  }
  .call.show .call-form {
    border-left: 0;
  }
  .call-form__input {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .call-form__submit {
    padding: 7px 12px;
  }
  .call-form__title {
    margin-bottom: 20px;
  }
  .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .section-text {
    font-size: 18px;
  }
  .page-wrapper {
    padding-top: 100px;
  }
  .machine-table td {
    font-size: 14px;
  }
  .machine {
    grid-row-gap: 45px;
  }
  .page-categories__title {
    letter-spacing: 0;
  }
  .page-category .page-title {
    margin-bottom: 20px;
  }
  .page-category {
    padding-bottom: 130px;
  }
  .categories-container {
    grid-row-gap: 35px;
  }
  .home-screen__info {
    padding-bottom: 20px;
  }
  .home-hero__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .home-hero__descr {
    font-size: 14px;
    margin-bottom: 17px;
  }
  .home-hero__content .link {
    font-size: 14px;
  }
  .home-hero__image {
    margin-right: -40%;
    padding-top: 0;
    margin-top: 0;
    height: 380px;
    width: 150%;
    margin-top: -50px;
    margin-bottom: 0;
    max-width: 100%;
  }
  .home-hero__image img {
    max-width: 150%;
  }
  .swiper-buttons__about-company {
    display: none;
  }
  .about-company__descr {
    font-size: 14px;
    line-height: 150%;
    max-width: 210px;
    margin-left: auto;
    padding: 14px 7px;
  }
  .swiper-pagination__about-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding-top: 25px;
  }
  .swiper-pagination-bullet {
    margin-left: 3px;
    margin-right: 3px;
    width: 4px;
    height: 4px;
  }
  .swiper-pagination-bullet-active {
    background: #000;
  }
  .sv__serts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sv__text {
    margin-top: 20px;
    margin-left: 18px;
    width: 100%;
  }
  .sp-item__text {
    font-size: 24px;
  }
  .sp-item__hidden {
    padding-right: 70px;
    padding-left: 18px;
    padding-top: 17px;
  }
  .sp-item__title {
    left: 18px;
    font-size: 14px;
    top: 17px;
  }
  .sp-item__product {
    height: 50vh;
  }
  .sp-item__image img {
    max-height: 250px;
  }
  .sp-item__image {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .sp-item__descr-link {
    font-size: 14px;
    margin-left: 66px;
  }
  .sp-item__notice {
    font-size: 14px;
  }
  .article-hero__title {
    font-size: 32px;
  }
  .article-hero__date {
    font-size: 14px;
  }
  .page-wrapper__link-black {
    top: 50px;
  }
  .pw-circle {
    width: 35px;
    height: 35px;
  }
  .page-wrapper__link-black .pw-link__text {
    display: none;
  }
  .pw-circle svg {
    width: 7px;
    height: auto;
  }
  .section-blog__title-wrapper {
    margin-bottom: 25px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section-blog__name {
    margin-bottom: 5px;
  }
  .sw-buttons__blog {
    display: none;
  }
  .section-blog__title {
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section-blog__name {
    margin-right: auto;
  }
  .section-blog__title .link {
    margin-bottom: 15px;
  }
  .section-blog {
    padding-bottom: 90px;
  }
  .swiper-pagination--blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding-top: 65px;
  }
  .article-body__content p {
    font-size: 16px;
    padding-left: 0;
  }
  .slide-blog__date {
    font-size: 14px;
    padding-bottom: 4px;
  }
  .slide-blog__image {
    height: 270px;
  }
  .blog-grid__first-content {
    top: 30px;
    left: 15px;
  }
  .blog-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .blog-grid__item--first {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .blog-grid__item--first .slide-blog__image {
    height: 388px;
  }
  .blog-grid__item--video .slide-blog__image::before {
    background-size: 52px;
  }
  .blog__load-more {
    height: 50px;
    font-size: 16px;
  }
  .article-hero {
    padding-top: calc(48px + 85px);
    padding-bottom: 200px;
  }
  .article-author__image {
    width: 56px;
    height: 56px;
  }
  .article-author__title {
    font-size: 16px;
    margin-bottom: -10px;
  }
  .article-author__role {
    font-size: 12px;
  }
  .article-author {
    -ms-grid-columns: 55px auto;
    grid-template-columns: 55px auto;
  }
  .article-body__blockquote {
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .article-body__blockquote p {
    font-size: 25px;
  }
  .article-body__aside {
    margin-bottom: 50px;
  }
  .article-body__grid {
    margin-top: 30px;
  }
  .article-body__fill-title {
    font-size: 25px;
  }
  .article-body__fill {
    padding: 55px 15px 39px 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 45px;
  }
  .article-body__title {
    padding-left: 0;
    font-size: 22px;
  }
  .article-body__content > table {
    margin-left: 0;
    max-width: 100%;
  }
  .article-body__content > table td,
  .article-body__content > table th {
    font-size: 12px;
  }
  .about-company__slider--article {
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .article-body__content > ul,
  .left-border {
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .article-body__content > ul li {
    padding-left: 35px;
    font-size: 16px;
  }
  .left-border p {
    padding-left: 30px;
  }
  .article-body__flex {
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .article-body__flex-title {
    font-size: 22px;
  }
  .info-icon {
    width: 57px;
    height: 57px;
  }
  .info {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .shared {
    margin-top: 40px;
    padding-top: 30px;
  }
  .shared-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
  }
  .shared-list a svg {
    height: 30px;
    width: auto;
  }
  .machine--article {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .about-company__descr {
    max-width: 80%;
  }
  .video__content--main {
    width: 90%;
    color: #fff;
    left: 10%;
    top: 30%;
    min-width: 200px;
    position: absolute;
  }
}
@media (max-width: 182px) {
  ._container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1224.1px) and (max-width: 1600px) {
  .header-menu__catalog:hover .header-menu--left {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .header-menu--left .current-menu-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 5px;
    left: 0;
    right: 0;
    background: var(--red);
    opacity: 1;
  }
  .header-menu__catalog:hover::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    top: 7px;
    height: calc(100% - 14px);
    width: 1px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768.1px) {
  .machine-more__table td,
  .machine-table td {
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 5px;
    line-height: 150%;
  }
  .machine-more {
    -ms-grid-columns: 0.65fr 1fr;
    grid-template-columns: 0.65fr 1fr;
  }
  .machine-title__wrapper {
    margin-bottom: 47px;
  }
}
@media (max-width: 1200px) and (min-width: 170px) {
  .tabs_card-2-position > .tabs__content.home-tabs__container--head {
    font-size: calc(20px + 22 * ((100vw - 320px) / 1600));
  }
}
._webp .main__first {
  background-image: url(../img/home-hero/1-bg-o.webp);
}
._webp .closer {
  background-image: url(../img/closer.webp);
}
._webp .dowland__img {
  background-image: url(../img/dowland.webp);
}
._webp .sopla {
  background-image: url(../img/nozzle/full.webp);
}
.update__right--item.swiper-slide._tabs-block._ibg {
  display: block;
}
