@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100&display=swap');*/
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/roboto-v30-latin-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto-Regular;
  font-display: swap;
  src: url(../fonts/Roboto-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto-Bold;
  font-display: swap;
  src: url(../fonts/Roboto-Bold.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto-Light;
  font-display: swap;
  src: url(../fonts/Roboto-Light.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}



/*START NEW FONTS MONTSERRAT*/

@font-face {
  font-family: "Montserrat-Black";
  font-display: swap;
  src: url("../fonts/Montserrat-Black.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-BlackItalic";
  font-display: swap;
  src: url("../fonts/Montserrat-BlackItalic.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-BoldItalic";
  font-display: swap;
  src: url("../fonts/Montserrat-BoldItalic.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Italic";
  font-display: swap;
  src: url("../fonts/Montserrat-Italic.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Light";
  font-display: swap;
  src: url("../fonts/Montserrat-Light.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-LightItalic";
  font-display: swap;
  src: url("../fonts/Montserrat-LightItalic.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Medium";
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-MediumItalic";
  font-display: swap;
  src: url("../fonts/Montserrat-MediumItalic.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Regular";
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Thin";
  font-display: swap;
  src: url("../fonts/Montserrat-Thin.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-ThinItalic";
  font-display: swap;
  src: url("../fonts/Montserrat-ThinItalic.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Bold";
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

/*END NEW FONTS MONTSERRAT*/


* {
  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;
  scrollbar-color:  #e63d33 #c4c4c4;
  scrollbar-width: thin;
  overflow-x: hidden;
  position: relative;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-moz-selection{
  background-color: #e63d33;
  color:#fff;
}
body::selection{
  background-color: #e63d33;
  color:#fff;
}

body::-webkit-scrollbar-track {
  background-color: #c4c4c4;
}

body::-webkit-scrollbar-thumb {
  background-color: #e63d33;
}
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;
}

.cerapro-bold{
	font-family: Montserrat-Bold;
}

.cerapro-medium{
	font-family: Montserrat-medium;
}

.cerapro-regular{
	font-family: Montserrat-regular;
}

.cerapro-light{
	font-family: Montserrat-Light;
}

.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;
}


.line._anim-items {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0.4;
  -webkit-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  -o-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;

}
.line._anim-items._active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  -o-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}


body {
  min-height: 100vh;
  max-width: 100vw;
  font-weight: 300;
  overflow-x: hidden;
  line-height: 130%;
  font-size: 16px;
  font-family: Montserrat-Regular;
	
			--t80_36:calc(36px + (80 - 36) * ((100vw - 640px) / (1920 - 640))); /*h1*/
            --t48_36:calc(36px + (48 - 36) * ((100vw - 640px) / (1920 - 640))); /*h2*/
            --t32_24:calc(24px + (32 - 24) * ((100vw - 640px) / (1920 - 640))); /*h3, prod cat link, advant card title, path h3, table th, faq h3 cont*/
            
            --t40_16:calc(16px + (40 - 16) * ((100vw - 640px) / (1920 - 640))); /*hero p*/
            --t96_48:calc(48px + (96 - 48) * ((100vw - 640px) / (1920 - 640))); /*hero h3*/
            --t32_20:calc(20px + (32 - 20) * ((100vw - 640px) / (1920 - 640))); /*hero butt*/
            
            --t128_48:calc(48px + (128 - 48) * ((100vw - 640px) / (1920 - 640))); /*stat num*/
            
            --t24_16:calc(16px + (24 - 16) * ((100vw - 640px) / (1920 - 640))); /*premium quote, advant li, table td, faq sum, faq p, faq cont p, faq cont butt*/
            --t128_48:calc(48px + (128 - 48) * ((100vw - 640px) / (1920 - 640))); /*stat num*/
            
            --t32_16:calc(16px + (32 - 16) * ((100vw - 640px) / (1920 - 640))); /*join butt*/
            
            --t20_16:calc(16px + (20 - 16) * ((100vw - 640px) / (1920 - 640))); /*path p*/
            
            --t40_20:calc(20px + (40 - 20) * ((100vw - 640px) / (1920 - 640))); /*table symbols*/
	
}
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;
}

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -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;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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;
  z-index: 120;
}
.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: 30px;
  width: 100%;
  max-width: 800px;
}
.popup__close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 30;
  background: url(https://wattsan.com/wp-content/uploads/Vector-3.png) 0 0 no-repeat;
  background-color: transparent;
}
.popup__title {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
.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: #E63D33;
  --red: #e63d33;
  --text: #000000;
}
.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 {
  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;
}
.contain {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.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: 60px;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
	background: white;
  -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-flex.active {
  background-color: #fff;
  -webkit-transition : 0.2s linear;
  -o-transition : 0.2s linear;
  transition : 0.2s linear
}
.single-post .header-flex {
  background-color: #fff;
}
.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--header_height);
  background: #fff;
  padding-left: 40px;
  max-width: 1050px;
}
.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: 41px;
}
.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__catalog {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding-bottom: 0;
}
.header-menu__catalog:not(.header-menu__catalog--hide) {
  min-width: 269px;
	position: relative;
}

.header-menu__catalog:not(.header-menu__catalog--hide)::before{
	content: '';
    width: 1px;
    height: 40px;
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.50);
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
}
.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: 16px;
  font-family: var(--roboto);
}
.header-menu__catalog-link a {
  color: var(--text);
	font-weight: 400
}
.header-menu--left {
  padding-right: 45px;
}
.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;
}
.header-menu__catalog:hover .header-menu--left {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.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: 320px;
  -webkit-transition: 0.4s linear all;
  -o-transition: 0.4s linear all;
  transition: 0.4s linear all;
}
.search-form.active .header__search-btn {
  background-color: #fff;
}
.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;
}
.header-links {
  display: none;
}
.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: 68px;
    margin-left: auto;
    position: relative;
    margin-right: 40px;
}

.header-menu--right::before{
	content: '';
    width: 1px;
    height: 40px;
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.50);
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
}

.header-menu--right > li {
  height: 100%;
}
.header-menu--right > li:not(:last-child) {
  padding-right: 23px;
}
.header-menu--right > li > a {
  padding-left: 34px;
}
.header-actions {
  padding-right: 35px;
  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-actions__button {
  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;
  font-size: 14px;
  color: #fff;
  background: #e63d33;
  width: 120px;
  height: 40px;
  margin-left: 30px;
  cursor: pointer;
}
.carret {
  z-index: 1;
}
.sub-menu {
  position: absolute;
  left: 0;
  width: auto;
  top: 20px;
  padding-top: 25px;
  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: 26px;
  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);
}
.header-lang {
  height: 28px;
  margin-right: 70px;
}
.footer__menu__bottom--select .header-lang{
	margin-right: 0;
}

.languages-btn {
  position: relative;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 28px;
  padding: 0;
  background: #fff;
  border: none;
  cursor: pointer;
}
.languages-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.languages-btn::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -16px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.current-lang a {
  background: #f5f8fb;
}
.call {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 55;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: 53px 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-subtitle {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
.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;
	opacity: 0
}
.category-item__arrow::before {
  content: "";
  display: block;
  background: url(../img/arr-white.svg) no-repeat center/contain;
  width: 11px;
  height: 18px;
}
.category-item__more {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-top: 30px;
  color: #000;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.category-item__more:hover {
  text-decoration: none;
  color: #e63d33;
}
.category-item__more:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  max-width: 100%;
  background: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.category-item__more:hover:after {
  max-width: 0%;
  background: #e63d33;
}
.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);
}
.category-item:hover .machine-subtitle {
  color: #000;
}
.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-blog .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-blog.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: sticky;
	justify-content: center
}
.page-categories-blog .page-categories__list {
  position: relative;
  padding-left: 0;
	display: flex;
	gap: 20px
}
.page-categories-blog .page-categories__line {
  width: 1px;
  background-color: #b4b9bd;
  left: 16px;
  height: 100%;
  position: absolute;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-categories-blog .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-blog .page-categories__link {
	color: #000;

font-family: Roboto;
font-size: 16px;
font-weight: 400;
line-height: 22px;
	
  display: block;
  padding: 10px 20px;
  -webkit-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
	border-radius: 20px;
background: #F5F8FB;
}
.page-categories-blog .page-categories__link:hover {
  background: #E63D33;
	color: #fff;
	font-weight: 400
}
.page-categories-blog .page-categories__link--current {
   background: #E63D33;
	color: #fff;
	font-weight: 400
}



.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: 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: visible;
}
.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: absolute;
  top: 60px;
  bottom: auto;
  right: 0;
	left: auto;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 402px;
  height: auto;
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}

.languages_footer {
    position: absolute;
    top: 74px;
    bottom: auto;
    right: auto;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 228px;
    height: auto;
    -webkit-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all;
}

.languages._active, .languages_footer._active {
  opacity: 1;
  visibility: visible;
  z-index: 111;
 height: auto;
	max-height: 252px;
	overflow: auto;
}

.languages_footer._active{
	opacity: 1;
    visibility: visible;
    z-index: 111;
    height: auto;
    max-height: 252px;
    overflow: auto;
    border-width: 0px 1px 1px 1px;
    border-color: #333;
    border-style: solid;
    overflow: hidden;
}
.languages-content, .languages-content_footer {
  background-color: #fff;
}

.languages-content_footer {
	background-color: transparent
}
.langs,.langs_footer {
  width: 400px;
  height: 100%;
  max-height: 250px;
  overflow: auto;
}

.langs_footer{
	width: 228px;
}

.languages-btn_footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background: transparent;
	width: 228px;
    cursor: pointer;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.50);
}

.languages-btn_footer::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 46%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    right: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

.langs::-webkit-scrollbar, .langs_footer::-webkit-scrollbar {
  width: 4px;
}
.langs::-webkit-scrollbar-track, .langs_footer::-webkit-scrollbar-track {
  background: transparent;
}
.langs::-webkit-scrollbar-thumb, .langs_footer::-webkit-scrollbar-thumb {
  background-color: #C6C6C6;
  border-radius: 4px;
  border: none;
}

input[type="tel"]::-moz-placeholder {
  color: #fff;
}
input[type="tel"]::-webkit-input-placeholder {
  color: #fff;
  font-family: Montserrat-Regular;
}
input[type="tel"]:-ms-input-placeholder {
  color: #fff;
  font-family: Montserrat-Regular;
}
input[type="tel"]::-ms-input-placeholder {
  color: #fff;
  font-family: Montserrat-Regular;
}
input[type="tel"]::placeholder {
  color: #fff;
  font-family: Montserrat-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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  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;
  color: #000;
  margin: 0;
  -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;
} */
.lang-item {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.lang-item:hover {
  cursor: pointer;
  background: #F5F8FB;
}
.current-lang, .current-lang_footer {
  background: #F5F8FB;
}
.lang-item a, .lang-item_footer 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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 100px;
  height: 100%;
  color: #333;
  font-weight: 700;
  font-size: 16px;
}


.lang-item_footer a {
	    padding: 10px;
    background: #fff;
    font-weight: 400;
}
.lang-item a span{
  display: block;
  margin-left: 25px;
}

.lang-item_footer a span {
  display: block;
  margin-left: 0;
}
.lang-item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
  height: 28px;
  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;
  overflow: hidden;
}
.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: 55;
  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;
}

.footer__menu--last__contact--tell__email_before {
  padding-top: 27px;
}
.footer__menu--last__contact--tell__email_after{
	padding-top: 12px
}



.footer__menu--last__contact--tell__email_before .email-link,.footer__menu--last__contact--tell__email_after .email-link  {
		font-family: 'Montserrat-Regular';
		font-size: 16px;
		font-weight: 300;
		line-height: 32px;
	color: #333; 
	text-decoration:underline;
	display: block
}

.footer__menu--last__contact--tell__email_before .email-link:hover,.footer__menu--last__contact--tell__email_after .email-link:hover  {
	color: #E63D33; 
	text-decoration:underline
}

._label-email_before,._label-email_after  {
	    font-size: 16px;
    line-height: 120%;
    color: #333;
    display: flex;
	align-items:center;
    margin-bottom: 5px;
	font-family: 'Montserrat-Regular';
}

.email_before_label, .email_after_label{
	opacity: 0.5;
}

.email_before_icon, .email_after_icon{
	display: flex;
	align-items:center;
	padding-right: 10px
}

.email-link {
	
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.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: Montserrat-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: Montserrat-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: 40px 17.5% 40px 17.5%;
  background: #fff;
  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: 23px;
}
.footer__menu--last__contact--tell {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.footer__menu--last__contact--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 165px;
  -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;
	font-family: Roboto-Light;
  margin: 0 0 14px 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 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0;
	gap: 20px;
}
.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;
	font-weight: 400;
}

.footer__menu--last__contact--social > ul > li > a:hover {
  color: #E63D33;
	text-decoration: underline
}
.footer__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.footer__item--list > li {
  list-style: none;
  padding: 10px 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;
	font-weight: 400
}

.footer__item--list > li > a:hover {
  text-decoration: underline;
  color: #E63D33;
}

.footer__item--label{
	font-size: 16px;
  color: #333;
  opacity: 0.5;
	margin-bottom: 20px;
	font-family: Roboto-Light;
}
.footer__menu__bottom--select > .select {
  width: 160px !important;
}
.tell__item--label {
  font-size: 16px;
  line-height: 120%;
  color: #333;
  
	display: flex;
	align-items: center;
	margin-bottom: 14px;
	font-family: Roboto-Light;
}

.tell_icon{
	display: flex;
	align-items: center;
	padding-right: 10px;
}

.tell_label{
	opacity: 0.5;
}

.tell__item--number {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  text-decoration: none;
  font-weight: bolder;
  font-family: Montserrat-bold;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.footer__menu__bottom--select {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 100%;
	position: relative
}
.footer__menu__bottom--select--label {
  font-size: 16px;
  line-height: 150%;
  color: #333;
	align-items:center;
	    font-family: Roboto-Light;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	margin-bottom:7px
}

.footer__menu__bottom--select--label > .languages-btn__text {
    opacity: 0.5;
}

.footer__menu__bottom--select--label > .languages-btn__icon {
  padding-right: 10px;
	display: flex;
	align-items:center
}
.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: 120%;
    color: #333;
    display: flex;
    margin-bottom: 14px;
	font-family: Roboto-Light;
	align-items:center
}

.address_icon{
	padding-right: 10px;
	display: flex;
    align-items: center;
}

.address_label{
	opacity: 0.5;
}

.footer__menu__bottom--adress__item {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #333;
  font-weight: bolder;
  font-family: Montserrat-Medium;
}
.footer-bottom {
  border-top: 1px solid #b4b9bd;
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fff;
}
.footer-bottom .wrapper__foot {
        flex-wrap: wrap;
        justify-content: flex-end;
        flex-direction: row-reverse;
        align-items: flex-start;
	gap:200px
}
.footer-bottom__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 200%;
  opacity: 0.5;
	color: #333;
	font-family: Roboto-Light;
}
.copy {
  font-weight: 300;
  font-size: 16px;
  line-height: 200%;
  margin-top: 0;
  font-family: Roboto-Light;
	color: #333;
}

.footer_creator{
	padding-right: 50px
}
.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: 50px;
}
.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: Montserrat-Regular;
}
.home-hero__descr {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 45px;
  font-family: Montserrat-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;
}
.home-hero__banner {
  position: absolute;
  left: 50%;
  top: 51%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: auto;
  width: 100vw;
  
}
.home-hero__banner img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-hero__button {
  position: absolute;
  left: 50px;
  bottom: 10%;
  padding: 0 20px;
  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;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #e63d33;
  height: 60px;
  cursor: pointer;
  font-family: 'Montserrat-Bold';
  border: none;
}
.home-hero__button:hover{
	color: #fff;
}
.swiper-counter {
  margin-right: 31px;
  font-weight: 100;
  font-size: 27px;
  display: none;
}
.swiper-pagination--home-hero {
  position: static;
  text-align: left;
  padding-bottom: 3px;
}
.swiper-pagination--home-hero .swiper-pagination-bullet {
  width: 50px;
  height: 6px;
  border-radius: 2.5px;
  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 {
  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: Montserrat-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, .product__slider {
  z-index: 10;
}
.swiper-container--1x, .swiper-container--after-product, .swiper-container--manufacture {
  height: 100%;
  position: relative;
}
.about-company__slider, .product__slider {
  height: 100%;
  width: 45vw;
}
.about-company__slide, .product__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.product__slide .product__image {
  width: 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, .swiper-buttons__product {
  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;
  margin-top: 100px;
}
.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: -o-linear-gradient(left, #000 0, rgba(0, 0, 0, 0) 66.24%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(66.24%, rgba(0, 0, 0, 0)));
  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: 65%;
  height: 570px;
  background: #000;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 5;
  color: #fff;
  font-family: Montserrat-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: 5%;
  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: Montserrat-Regular;
  width: 65%;
  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: 6%;
    z-index: 5;
    top: 12%;
}
.tabs_card-3-position
  > .tabs__content
  > .tabs__content--head
  > .tabs__content--head--item {
  color: rgba(255, 255, 255, 0.63);
  font-family: Montserrat-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: 100px 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: Montserrat-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: Montserrat-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: Montserrat-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;
  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%;
    height: 100%;
    -o-object-position: left;
       object-position: left;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.tabs_card-3-position > .tabs_image > picture > img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  max-height: 100%;
	width: 53%
}
.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: Montserrat-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, .section-products {
  padding-top: 99px;
  padding-bottom: 128px;
}
.container_blog {
  max-width: calc(1250px + 80px);
  padding-left: 40px;
  padding-right: 40px;
}
.section-blog__title-wrapper, .section-products__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: 70px;
}
.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, .section-products__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, .section-products__title .link {
  padding-top: 5px;
}
.section-blog__name, .section-products__name {
  margin-right: 49px;
  font-weight: 300;
  font-size: 50px;
  line-height: 100%;
}
.sw-buttons__blog.sw-buttons, .sw-buttons__products.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, .slide-product__image:hover img {
  -webkit-filter: saturate(1);
  filter: saturate(1);
  position: relative;
}
.slide-blog__image, .slide-product__image {
  height: 180px;
  display: block;
  position: relative;
}
.cover {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slide-blog__image::after, .slide-product__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, .slide-product__image::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, .slide-product:hover > a > .slide-product__title  {
  color: #E63D33;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.swiper-pagination--blog, .swiper-pagination--products {
  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, .page-success.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: #E63D33;
  border-bottom: 1px solid transparent;
  display: inline-block;
  margin-right: 15px;
  font-weight: 400;
  padding-bottom: 1px;
}
.page-wrapper._contact, .page-wrapper._success {
  padding: 150px 0;
}
.page-wrapper._success {
  height: 100vh;
  background: url(../img/success/bg.jpg) center no-repeat;
  background-size: cover;
}
.page-success {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.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: 60px 0;
  background: #fff;
}
.section-blog, .section-products {
  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, .sw-buttons__products {
  position: relative;
}
.section-blog__title-wrapper, .section-products__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: 70px;
}
.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, .section-products__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-blog__title .link, .section-products__title .link {
  padding-top: 5px;
}
.section-blog__name, .section-products__name {
  margin-right: 49px;
  font-weight: 300;
  font-size: 50px;
  line-height: 100%;
}
.slide-blog__image, .slide-product__image {
  height: 180px;
  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, .slide-product__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, .slide-product__image:hover img {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.slide-blog__image:hover::after, .slide-product__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;
	position: relative
}
.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: sticky;
  top: 80px;
}
.article-author__image {
  display: block;
  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;
  color: #000000;
}
.article-author__role {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.article-author__social {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 10px;
  border-top: 1px solid #fefefe;
}
.article-author__social .link {
  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: 25px;
  height: 25px;
  margin: 0 5px;
  padding: 0;
  text-decoration: none;
  border: none;
}
.article-author__social .link svg {
  max-width: 100%;
}
.article-author__social .image {
  max-width: 100%;
}
.slide-blog__link, .slide-product__link {
  display: block;
  color: var(--text);
  font-weight: 500;
  font-size: 24px;
}
.slide-blog__title, .slide-product__title {
  margin-bottom: 0;
  line-height: 120%;
}
.slide-product__title {
  padding-top: 35px;
	text-align:center
}
.blog-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.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);
}
.update__left--item._other{
	pointer-events: none;
}
.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: 31px;
  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: #E63D33;
  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;
}
.article-body__content > ol {
  margin-left: 102px;
  font-weight: 500;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 700px;
  list-style: none;
  counter-reset: ol-counter;
}
.article-body__content > ol li {
  line-height: 150%;
  position: relative;
  padding-left: 47px;
  margin-bottom: 20px;
  counter-increment: ol-counter;
}
.article-body__content > ol li::before {
  content: "";
  content: counter(ol-counter) " ";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0.2em;
  left: 0;
  border: 2px solid var(--text);
  border-radius: 50%;
}
.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, .section-products {
  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, .product__slider._single  {
  height: 40vh;
  width: 60vw;
  margin: 50px auto;
  position: relative;
}
.product__slider._single {
  height: 60vh;
  width: 65%;
}

.swip--cont {
  min-width: 0;
  padding-bottom: 10%;
  width: 100% !important;
  height: 100% !important;
}
.map {
  width: 100%;
  height: 100vh;
  background: #f5f8fb;
  padding: 5% 17.5% 10% 17.5%;
  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: Montserrat-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%;
}

.slide-blog__image{
	height: 300px
}
@media(min-width: 769px){
    .main__wraper--left._block-second{
    width: 50% !important;
}
.main__wraper--left--img {
  position: relative;
  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;
}
}
.mob-img {
  height: 100%;
}

.main__wraper--btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  height: 33px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  padding: 0 20px;
  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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main__wraper--btn:hover {
  background: white;
}
.main__wraper--btn-icon {
  width: 20px;
  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;
  margin-right: 15px;
}
.main__wraper--btn span {
  font-size: 14px;
  white-space: nowrap;
  line-height: 1;
}

@media only screen and (max-width: 576px) {
  .main__wraper--btn {
    height: 28px;
  }
  .main__wraper--btn-icon {
    width: 16px;
    margin-right: 10px;
  }
  .main__wraper--btn span {
    font-size: 12px;
  }
  .popup__video iframe {
    height: 180px;
  }
}

@media(min-width: 769px){
  .main__wraper--left--img {
  width: 70%;
  min-width: 250px;
}
}
.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;
}
.main__wraper--right--text p{
    margin-bottom:10px;
}
._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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.right--text__header--head {
  font-size: calc(40px + 32 * (100vw / 1900));
  line-height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.right--text__header--head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.right--text__header--category__title {
  font-size: calc(14px + 12 * (100vw / 1900));
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  line-height: 1;
  padding-bottom: 15px;
}
.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 50%;
  flex: 1 1 50%;

  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;
}
.right--text__footer--list .price-product{
    margin-bottom:0px;
        font-size: calc(1rem + 1.5 * (((100vw - 20rem))/ ((100))));
    font-weight:500;
}
.right--text__footer--list .price-product__note{
  font-size: 1rem;
  margin-right: 5px;
}
.right--text__footer--buttom {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  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;
}
.right--text__footer--whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    background-color: #25D366;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.right--text__footer--whatsapp-icon {
    background-image: url(../img/whatsapp.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 100%;
}
.right--text__footer--whatsapp-text {
  color: white;
}
.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: Montserrat-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 17.5%;
}
.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: 16px;
	gap:10px
}
.params__wraper--wrap--items:nth-child(2n + 1) {
  background-color: #f5f8fb;
	border-radius: 30px
}
.params__wraper--wrap--items__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding-left: 40px;
  line-height: 220%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.params__wraper--wrap--items__item .question {
	margin-left: 10px;
}
.params__wraper--wrap--items__item .question, .params__wraper--wrap--items__item .question__icon {
	width: 20px;
	height: 20px;
	position: relative;
}
.params__wraper--wrap--items__item .question__icon {
	display: block;
	cursor: pointer;
	background: url('../img/question.svg') center no-repeat;
	background-size: 15px;
}
.params__wraper--wrap--items__item .question__popup {
	opacity: 0;
	visibility: hidden;
	height: auto;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	position: absolute;
    bottom: 150%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgb(16 16 16 / 20%);
            box-shadow: 0 1px 4px rgb(16 16 16 / 20%);
    border-radius: 4px;
    font-size: 12px;
    width: auto;
    display: none;
    text-align: left;
    display: block;
    z-index: -1;
	padding: 0 10px;
	white-space: nowrap;
	color: #e63d33;
}
.params__wraper--wrap--items__item .question__popup a {
	color: #e63d33;
}
.params__wraper--wrap--items__item .question__popup:after {
	position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
    border: 5px solid transparent;
    border-bottom: 8px solid #fff;
}
.params__wraper--wrap--items__item .question__popup.active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}
.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: 160px;
  width: 100%;
  background-color: #000;
  padding: 20px 60px;
  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;
  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;
}
.params__programer--item--img img {
  max-width: 100%;
}
.params__programer--item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 40px 0;
}
.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: 32px;
    height: 32px;
    background-color: #E63C32;
  border-radius: 100%;
  cursor: pointer;
  z-index: 10;
}

.cirlce_anim::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 0 1px 1px #E63C32;
    animation: poi-pulse 2s infinite;
      border-radius: 50%;
}

.circle__item._active .cirlce_anim::after{
  box-shadow: inset 0 0 1px 1px #fff;
}

.circle__item._active {
  background-color: #000;
}
.circle__item._active::before {
  background-color: #fff;
}
.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%);
}

@-webkit-keyframes poi-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes poi-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.main__wraper--left--img__hover {
  position: relative;
}
._with--desc {
  max-width: 100%;
}

.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: Montserrat-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: auto 90%;
  position: relative;
  font-family: Montserrat-Regular;
	padding-top: 80px;
    padding-bottom: 80px;
}
.sopla_header {
  max-width: 20%;
  position: absolute;
  left: 14%;
}
._gray {
  color: #333;
  opacity: 0.5;
}
.sopla__desc {
  max-width: 20%;
  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: 13%;
}
div[data-sopla="2"] {
  right: 10%;
  top: 42%;
}
._left {
  text-align: right;
}
div[data-sopla="3"] {
  left: 10%;
  top: 50%;
}
div[data-sopla="4"] {
  right: 10%;
  top: 67%;
}
div[data-sopla="5"] {
  left: 10%;
  top: 85%;
}
div[data-sopla="6"] {
  right: 10%;
  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;
}
.carret {
    z-index: 1;
    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;
}
.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: 65%;
  height: 90%;
  overflow: hidden;
  font-family: Montserrat-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: 65%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Montserrat-Regular;
}
.detali__wrap--left,
.detali__wrap--right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
}
.detali__header {
  padding-bottom: 10%;
	font-family: Roboto;
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 58px
}
.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: 65%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sloi__wrap--right__img {
  width: 434.877px;
    height: 261.915px;
  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: 45%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 160px 0;
}
.sloi__wrap--left {
  width: 55%;
  padding: 160px 0 50px 0;
  font-family: Montserrat-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;
	padding: 14px 20px;
}
.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;
	    left: 50%;
    transform: translateX(-50%);
}
.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;
	flex-wrap: wrap;
/* 	max-height: 650px; */
	gap: 20px
}

@media(max-width: 768px){
	.sloi__wrap--left--wrap{
		max-height: 100%
	}
}
.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: 18%;
}
.params__wraper--wrap__left {
  width: 50%;
  padding-right: 20px;
}
.params__wraper--wrap._right {
  width: 50%;
  padding-left: 0;
}
.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: 65%;
  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;
}

.finaly_text--wrap__left--sub{
	margin-bottom: 15px
}

.stages_image{
	max-width: 65%;
	margin: 0 auto 110px auto
}

.stages_image img{
	max-width: 100%
}


.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;
}

.wrapper__foot{
	    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}



/* СТРАНИЦА О КОМПАНИИ */

.navigation_padding>div>p, .navigation_padding>div>a{
  width: 100%;
  width: -moz-available;       
  width: -webkit-fill-available;  
  width: fill-available;
  text-align: center;
}


.navigation_padding>div>p:hover, .navigation_padding>div>a:hover{
  background: rgba(255, 255, 255, 0.30);
}

.navigation_padding>div>p.active, .navigation_padding>div>a.active{
  background: rgba(255, 255, 255, 0.30);
}


.numbers_block {
    width: max-content;
	position: relative
}

.numbers_block_white::after{
	content: ' ';
	position: absolute;
	left: -100%;
height: 100%;
	width: 100%;
	top: 0;
	background: #F5F8FB;
	display: block
}


.numbers_block_red::after{
	content: ' ';
	position: absolute;
	left: -100%;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(230,61,51,0.7);
	display: block
}


.posts_block img{
	border-radius: 5px
}

.kb-splide .splide__track{
	overflow: visible!important
}

.kt-blocks-post-grid-item .entry-title{
	padding: 0!important
}

.kt-blocks-post-grid-item{
	min-height: 400px
}

.kb-splide .splide__slide img{
	    filter: grayscale(1);
	    -webkit-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all;
}

.kt-blocks-post-grid-item:hover img{
	    filter: grayscale(0);
}

.category_slider .kb-splide .splide__slide img{
	  filter: grayscale(0);
}

 .category_slider .kt-blocks-post-grid-item:hover img{
	    filter: grayscale(0);
}



.slider-container {
      position: relative;
    }
    
    .slider {
      width: 612px;
      /* height: 458px; */
    }
    
    .slide {
      position: relative;
    }
    
    .slide img {
      width: 612px;
      height: 458px;
    }
    
    .slide-info {
      width: 50%;
      height: 100%;
    }
    
    /* Стили для кнопок */
    .slick-buttons {
      position: absolute;
      left: 612px;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: space-between;
    }
    
    .slick-button {
      cursor: pointer;
      border-radius: 0px 20px 20px 0px;
      display: flex;
      width: 491px;
      padding: 31px 40px;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      background: var(--Grey-bg, #F5F8FB);
    }
    
    .slick-button.active {
       /* Пример стиля для активной кнопки */
       background: var(--Red, #E63D33);
    }
    
    .slide-info {
      background-color: #f4f4f4;
    }

    .slick-arrow{
        position: absolute;
        bottom: 0;
        width: 70px;
        height: 70px;
        background: #fff;
        border: none;
        border-radius: 0;
        padding: 0;
    }

    .slick-prev{
        left: 0;
        z-index: 1;
    }

    

.slick-button.active p{
	color: #fff!important
}

.slick-buttons .slick-button:nth-child(2){
	width: 571px
}

.slick-buttons .slick-button:nth-child(3){
	width: 628px
}
.what_list svg {
    visibility: hidden;
}

.what_list .kb-svg-icon-fe_checkCircle{
	background: url(https://wattsan.com/wp-content/uploads/Rectangle-674.png);
	    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.text_bottom_border{
	border-bottom: 2px solid #E63D33!important;
	max-width: fit-content
}

.citata_block>div{
	position: relative;
}

.citata_block{
	backdrop-filter: blur(3.5px);
}



.citata_block>div::after{
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(245, 248, 251, 0.80);
	backdrop-filter: blur(3.5px);
}

.citata_block_left>div::after{
	left: -100%;
}

.citata_block_right>div::after{
	right: -100%;
}

.support__popup_wrapper_left .popup__title{
	color: #000;
	font-family: Roboto;
	font-size: 36px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 20px
}

.support__popup_wrapper_left .popup__title span{
	color: #E63C32;
	font-family: Roboto;
	font-size: 36px;
	font-weight: 400;
	line-height: normal;
}

.support__popup_wrapper_left .popup__subtitle{
	color: #28292F;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px; 
}






.update {
	width: 80%;
	margin: 0 auto;
}





.dealers-main__form__title{
	color: #000;
	font-family: Roboto;
	font-size: 48px;
	font-weight: 400;
	line-height: 58px;
}

.dealers-main__form__title span{
	font-weight: 700;
	color: #E63D33;
}

.dealers-main__form__subtitle{
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 32px;
	margin-bottom: 50px
}

.dealers-main__form__subtitle b{
	font-family: Montserrat-Bold;
}

.main__product_structure{
	display: none
}

.support-popup .popup__body{
	padding: 30px
}

.support-form{
	display: flex;
	flex-direction: row;
	gap: 40px;
	justify-content: space-between;
}

.support__popup_wrapper_left{
	width: 50%
}



.popup__body{
	border-radius: 20px
}

@media(max-width: 768px){
	.citata_block{
		margin: 0!important
	}
	.support__popup_wrapper_left {
		width: 100%;
	}
	.support__popup_wrapper_right{
		display: none
	}
}

@media(max-width: 500px){
	.sloi__wrap--right__img {
		width: 318.877px;
		height: 260.915px;
	}
}


@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, .swiper-pagination--products {
    display: none;
  }
}
@media (min-width: 768px) {
    .tabs.tabs_card-1-position.left .tabs_image{
    z-index: 3;
    position: absolute;
    width: 50%;
    left: 50%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    overflow: hidden;
    opacity: 0;
    -o-object-position: left;
       object-position: left;
}
.tabs.tabs_card-1-position.left .tabs_image._active{
      opacity: 1;
}
.tabs_card-1-position > .tabs_image > picture > img {
    left: 0;
}
  .container {
    max-width: 720px;
  }
  .circle__img--wrap {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  position: absolute;
}
}
@media only screen and (min-width: 768.1px) {
  .category-item:hover .machine-more {
    opacity: 1;
    visibility: visible;
  }
  .category-item:hover .machine-subtitle {
    color: rgba(255, 255, 255, 0.7);
  }
  .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);
	  opacity:1
  }
  .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: Montserrat-Regular;
  }
  .update--wrap {
    width: 65%;
    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);
	  gap: 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: 19px 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 img {
    border-radius: 47px;
  }
  .update__right--item source{
      position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .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 ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -webkit-transition: 0.2s ease-in-out, color 0.5s ease-in-out 0.2s;
    -o-transition: 0.2s ease-in-out, color 0.5s ease-in-out 0.2s;
    transition: 0.2s ease-in-out, color 0.5s ease-in-out 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: 65%;
    padding-left: 0;
    padding-right: 0;
  }
}
@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: 1650px) {
  :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%;
  }
  .header-actions {
    display: none;
  }
}
@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;
  }
  .header-lang {
    display: none;
  }
	
	.footer__menu__bottom--select .header-lang {
    display: block;
  }
	
  .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: #E63D33;
    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: #E63D33;
  }
  .mobile-menu__lang {
    padding-left: 20px;
    width: 100%;
    padding-bottom: 20px;
  }
}
@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, .product__slider {
    width: auto;
  }
  .product__slider._single {
    width: 80vw;
    height: 45vh;
  }
  .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, .swiper-buttons__product {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .about-company__slide,
  .about-company__slider,
  .about-company__slider .swiper-slide,
  .product__slide,
  .product__slider,
  .product__slide .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;
	  flex-direction:column;
	  gap: 20px
  }
  .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 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;
  }
  .update__left--form {
    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: Montserrat-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(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	  display:flex;
	  justify-content:center
  }
	
	
  .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: Montserrat-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 0 8% 0;
	font-size: 34px;
	  line-height: 48px;
	  
  }
  .update__left {
    width: 100%;
  }
  .pagination {
    bottom: 10px;
    left: 0;
    width: 100% !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;
  }
  .swiper-pagination--blog, .swiper-pagination--products {
    width: 100%;
    padding-top: 50px;
  }
  .swiper-pagination--blog > .swiper-pagination-bullet, .swiper-pagination--products > .swiper-pagination-bullet {
    margin: 0 4px;
  }
}
@media only screen and (max-width: 992px) {
  .machine-subtitle {
    font-size: 16px;
  }
  .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-blog .page-categories__list li {
    margin-right: 0;
  }
  .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;
  }
  .footer__menu {
	  gap: 44px;
	  padding: 0 22px 91px 22px
  }
	
	.footer__menu--last__contact--tell__email_before {
		padding-top: 40px;
	}
	.footer__menu--last__contact--tell__email_after {
		padding-top: 40px;
	}
	.footer__menu--last__contact:first-child {
		padding-bottom: 0;
	}
	.footer__menu__bottom--adress {
		padding-top: 54px;
	  }
	.footer-bottom .wrapper__foot {
		gap: 12px;
	}
}
@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--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) {
	.finaly_text--wrap {

    padding: 60px 0;

}
	.params__wraper--wrap--items__item{
		padding-left: 20px
	}
	.detali__header{
		    font-size: 34px;
    line-height: 50px;
	}
  .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;
  }
  .category-item__more {
    margin-left: 85%;
    margin-top: 30px;
  }
  .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__banner {
    width: 100vw;
	  margin-top: 0
  }
  .home-hero__button {
    height: 40px;
    left: 10%;
    font-size: 14px;
    bottom: 40px;
  }
	
	
  .home-hero,
  .home-screen {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .home-hero {
    padding-top: 100px;
    padding-bottom: 60px;
    display: block;
    height: 80vh;
  }
  .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, .product__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) {
  
    .blog__load-more {
    width: 100% !important;
    margin-top: 0px;
}
.main{
    min-height: auto;
}
.main__wraper{
    min-height: auto;
}
.page._blog{
    padding-bottom:0;
}
.tabs.tabs_card-2-position.right .tabs_image{
    height:40%;
}
.tabs.tabs_card-2-position.right .tabs_image img{
    height:100%;
    width: 100%;
    left:0;
    -o-object-fit:cover;
       object-fit:cover;
}
}
@media (max-width: 768px) {
	.footer__menu {
		flex-direction: column;}
	.params__wraper--wrap--items__item .question__popup {
		max-width: 200px;
		min-width: 200px;
		white-space: normal;
		text-align: center;
		line-height: 1.5;
		padding: 10px;
	}
.tabs_card-3-position > .tabs_image > picture > img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
	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%;
    min-height: 60vh;
  }
  .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, .swiper-buttons.sw-buttons.sw-buttons__products {
    display: none;
  }
  .section-blog__title, .section-products__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, .swiper-pagination--products {
    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: 50px;
    padding-bottom: 50px;
  }
  .section-blog, .section-products {
    padding-top: 50px;
    padding-bottom: 27px;
  }
  .page-category > .container {
    max-width: 100%;
  }
  .map {
    height: 93vh;
  }
  .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__item {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #333;
    font-weight: bolder;
    width: 90%;
    font-family: Montserrat-Regular;
  }
  .tabs_main-position {
    height: 85vh;
  }
  .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: 100% !important;
    padding: 0 0 8% 0!important;
    font-size: 34px;
    margin: 0 auto;
    line-height: 45px;
  }
  .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;
  }
  .in_stock {
    position: absolute;
    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;
    margin-top: 15px;
    margin-bottom: 0px!important;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 50%;
    height: 60px;
  }
  .right--text__footer--list .price-product {
    font-size: calc(1.3rem + 1.5 * (((100vw - 20rem))/ ((100))));
  }
  .main__wraper--right {
    margin-top: 30px;
  }
  .main__wraper--right--text__wrap {
    padding-bottom: 75px;
  }
  .link_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    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%;
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 50%;
    height: 60px;
  }
  .right--text__footer--whatsapp {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 50%;
  }
  .right--text__footer--buttom {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    position: absolute;
    right: 0;
    bottom: 60px;
    width: 50%;
    height: 60px;

  }
  .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;
}
  .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 {
    display: none;
  }
  .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;
    display: none;
  }
  .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;
    height: 100%;
  }
  .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%;
  }
  .header-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-links__whatsapp {
    background-image: url(../img/whatsapp.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    height: 100%;
    cursor: pointer;
  }
  .header-links__mail {
    background-image: url(../img/email.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: #e63d33;
    border-radius: 50%;
    cursor: pointer;
  }
  .main__wraper--left {
    margin-top: 100px;
  }
  .main__wraper--left._block-second {
    margin-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .langs {
    width: 270px;
  }
  .languages-content__title {
    padding-left: 30px;
    font-size: 25px;
    height: 90px;
  }
  .lang-item a {
    padding-left: 50px;
  }
  .lang-item img {
    width: 34px;
    height: 24px;
  }
  .lang-item a span {
    font-size: 14px;
    margin-left: 15px;
  }
  .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: 0%;
    padding-top: 0;
    margin-top: 0;
    height: 380px;
    width: 100%;
    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: 35vh;
  }
  .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, .section-products__title-wrapper {
    margin-bottom: 25px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section-blog__name, .section-products__name {
    margin-bottom: 5px;
  }
  .sw-buttons__blog, .sw-buttons__products {
    display: none;
  }
  .section-blog__title, .section-products__title {
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section-blog__name, .section-products__name {
    margin-right: auto;
  }
  .section-blog__title .link, .section-products__title .link {
    margin-bottom: 15px;
  }
  .section-blog, .section-products {
    padding-bottom: 90px;
  }
  .swiper-pagination--blog, .swiper-pagination--products {
    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: 1224.1px) {
  .header-menu__catalog {
    display: none;
  }
}
@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);
  background-size: cover;
}
._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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media(min-width:1921px){
    .main__wraper--right--text._block-second{
            width: 100% !important;
    }
    .wrap_slider {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}
}

:where(figure) {
    margin: 0 0 0;
}


.blog_title{
	color: #FFF;
	font-family: Roboto;
	font-size: 60px;
	font-weight: 300;
	line-height: 65px;
	margin-bottom: 20px;
	
}

.blog_subtitle{
	color: #FFF;
	font-family: Roboto;
	font-size: 28px;
	font-weight: 300;
	line-height: 32px
}

.page-category__flex{
	display: flex;
	flex-direction: column;
	justify-content: center
}

.blog-search{
	margin-bottom: 30px
}

.page-categories__sidebar{
	margin-bottom: 50px
}

.blog-grid__container{
	margin-bottom: 60px
}


.searchform input[type=submit] {
    display: none;
}

.searchform input[type=text] {
    padding: 10px 20px 10px 20px;
	max-width: 925px;
    width: 100%;
	transition: all .2s;
    line-height: 22px;
	    -webkit-appearance: none;
    font-size: 16px;
    box-sizing: border-box;
    color: #000;
    margin: 0;
    font-family: Roboto;
	border-radius: 20px;
border: 1px solid #ACAAAA;
}

.searchform input[type=text]::placeholder {
    line-height: 22px;

    font-size: 16px;
    color: #ACAAAA;
    font-family: Roboto;
}

.searchform>div{
	position:relative;
	width: 100%;
	margin: 0 auto;
	max-width: 925px;
}

.searchform>div::after{
	content:'';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url(https://wattsan.com/wp-content/uploads/search_icon-2.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.searchform input[type=text]:focus {
    border: 1px solid #ACAAAA!important;
}


.category_wrapper{
	padding: 40px;
	border-radius: 40px;
background-position: 50%;
background-size: cover!important;
    background-repeat: no-repeat!important;
}

.category_title{
	color: #000;

text-align: center;
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px;
}

.category_description{
	display: flex;
	gap: 20px;
	flex-direction: column
}

.category_description p{
	font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 22px;
}

hr.title_bottom_border{
	border-bottom: 1px solid #E63D33;
	margin: 20px 0
}

.view-all-button{
	color: #E63C32;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    padding-right: 16px;
    margin: 20px auto 0 auto;
    display: block;
    width: max-content;
}

.view-all-button::before{
	    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background: url(https://wattsan.com/wp-content/uploads/Vector-4.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    right: 0px;
}

.view-all-button::after{
	    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #E63C32;
    position: absolute;
    bottom: -5px;
    left: 50%;
	transform:translateX(-50%)
}


.not_found p{
	color: #000;

	text-align: center;
	/* H3 */
	font-family: Roboto;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 58px;
	margin-bottom: 40px
}

.not_found{
	padding: 80px 60px
}

.not_found__button{
	padding: 20px 70px;
	background:#E63D33;
	color:  #FFF;
text-align: center;
/* Text lite middle */
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 32px;
	margin: 0 auto;
	display: block;
    width: max-content;
}

.not_found__button:hover{
	color: #fff
}

.blog-flex{
	    display: flex;
    flex-direction: column;
    gap: 30px;
}



.category_post{
	padding: 10px;
	border-radius: 20px;
	background:  #F5F8FB;
}

.category_post{
	display: flex;
	flex-direction: row;
	gap: 40px
}

.category_post img{
	width: 330px;
    height: 203px;
	border-radius: 10px
}

.category_post .category_post_info{
	max-width: 70%
}

.post-date{
	color: #000;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 30px
}

.post-title{
	color: #000;

/* Text big */
font-family: Roboto;
font-size: 28px;
font-style: normal;
font-weight: 300;
line-height: normal;
	margin-bottom: 20px
}

.post-excerpt{
	color: #000;

/* text lite */
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 22px;
}

.archive-page_title{
	color: #FFF;

/* H1 */
font-family: Roboto;
font-size: 60px;
font-style: normal;
font-weight: 300;
line-height: 65px
}

.page-category .container{
	max-width: 1240px
}

.search-page_title{
	color: #FFF;

/* H1 */
font-family: Roboto;
font-size: 60px;
font-style: normal;
font-weight: 300;
line-height: 65px;
}
.our_clients_slider .about-company__slider._single{
	width: 615px;
	margin: 0
}

.about-company__descr{
		    font-size: 14px;
    line-height: 150%;
    max-width: 40%;
    margin-left: auto;
    padding: 0;
    margin-top: 0;
    color: #fff;
    background: rgba(0,0,0,0.5);
    margin-bottom: auto;
	}
.our_clients_slider._single{
	max-width: 605px
}

.about-company__slider._single .swiper-slide, .our_clients_slider._single{
	width: 100%
}

.about_slider_wrapper .kt-inside-inner-col{
	display: flex;
	align-items: center
}

.slick-list.draggable{
	overflow: visible!important
}

.our_products_category_image{
	height: 254px;
	display: flex;
	align-items: center
}

.background-gradient{ 
	background: linear-gradient(to right, #F5F8FB 60%, #333333 40%);
}

.certification_background{
	background: linear-gradient(to right, #F5F8FB 50%, #fff 50%);
}

.text_image img{
	max-width: 205px;
	width: 205px!important;
	margin-top: -39px
}

.our_core_missions{
	position:relative;
}

.our_core_missions::after{
	content: '';
	position: absolute;
	width: 140px;
	height: 100%;
	top: 0;
	left: 100%;
	background: #F5F8FB
}

.grayscale_hover img{
	filter: grayscale(1);
	-webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}

.grayscale_hover .kt-row-column-wrap:hover img{
	filter: grayscale(0);
	-webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}

.grayscale_image img{
	filter: grayscale(1);
	-webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}

.grayscale_image img:hover{
	filter: grayscale(0);
	-webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}

.masonry_mini img{
	height: 188px;
	    width: auto;
    object-fit: cover;
}

.masonry_medium img{
	height: 188px;
	    object-fit: cover;
}

.masonry_large img{
	height: 407px;
	    object-fit: cover;
	width: auto;
}

.info_box_marketing .kt-blocks-info-box-media{
	border-radius: 10px;
background: #FFF;

/* Shadow */
box-shadow: 0px 0px 13px 0px rgba(255, 56, 56, 0.15);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0!important;
	width: 80px;
    height: 80px;
}

.info_box_marketing .kt-info-halign-left .kadence-info-box-image-inner-intrisic-container{
	margin: 0!important
}

.category_posts{
	display:flex;
	flex-direction: column;
	gap: 20px
}

.category_posts .post_title{
	color: #000;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
}



@media(max-width: 768px){
	.our_clients_slider .about-company__slider._single .about-company__descr{
	display: none
}
	.background-gradient{ 
	background: #F5F8FB;
}

.certification_background{
	background: #fff;
}
	.text_image img {
    max-width: 97px;
    width: 97px!important;
    margin-top: -11px;
}
	
	.about-company__slider._single{
		display:none!important
	}

	
	.about-slider-mob-display .about-company__slider._single{
		display: block!important
	}
	.about-company__slider._single{
	max-width: 100%;
		width: 100%;
		height: 330px;
	position: relative;
	    margin: 0;
}
	
	
	
	.swiper-buttons__about-company{
		display: flex;
		flex-wrap: no-wrap
	}
	
	.about-company__descr{
		    font-size: 14px;
    line-height: 150%;
    max-width: 80%;
    margin-left: auto;
    padding: 14px 7px;
    margin-top: 0;
    color: #fff;
    background: rgba(0,0,0,0.5);
    margin-bottom: auto;
	}
	
	.numbers_block{
		width: 100%
	}
	.navigation_request_button{
	width: 100%;
	margin-left: 0!important;
	margin-right:0!important
}
	.not_found{
		padding: 0
	}
	
	.category_post {
		display: flex;
		flex-direction: column;
		gap: 40px;
		justify-content: center;
		align-items: center
	}
	
	.category_post .category_post_info{
		max-width: 100%
	}
	.page-categories__sidebar{
		margin-bottom: 0
	}
	
	.not_found p {
		font-size: 34px;
		line-height: 44px;
	}
	
	.page-category {
		padding-bottom: 60px;
	}
	
	.dealers-main__form__title {
		font-size: 34px;
		line-height: 38px;
	}
	.request-form__submit, .request-form.modal .request-form__submit {
    display: inline-flex;
    padding: 20px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #E63D33;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 40px;
    width: 100%;
}
	
	
}

.catalog_slider .wp-block-kadence-image{
	min-height: 250px;
    display: flex;
    align-items: center;
    height: 250px;
}

.slick-slider .slick-dots li button::before{
	width: 8px;
	height: 8px;
	border-radius: 33px;
background: #D3D8DE;
	opacity: 1;
	content: '';
}

.slick-slider .slick-dots li.slick-active button::before{

background: #E63C32;
}

.slick-slider .slick-dots{
	bottom: -65px
}


.post_date{
	position:absolute;
	top: -75px;
	left: 12px
}

.post_date{
	font-size: 16px;
line-height: 18px;
letter-spacing: -0.3px;
	color: #fff;
	font-family: Roboto;
	font-weight: 500;
	padding: 6px 16px 5px 16px;
	border-radius: 19px;
	background: #E63D33
}

.events_posts_block .kadence-post-image-inner-intrisic img{
	border-radius: 5px
}

.events_posts_block .kt-blocks-post-readmore{
	position: relative;
	display: flex!important;
	gap: 10px
}

.events_posts_block .kt-blocks-post-readmore::after{
	content: '';
	width:7px;
	height: 11px;
	display: block;
	background: url('https://wattsan.com/wp-content/uploads/Vector-1-1.png')
}

@media(max-width: 768px){
	.events_posts_block .kt-blocks-post-grid-item-inner-wrap{
		display: flex!important;
		flex-direction: row;
		align-items:flex-start;
		gap: 15px;
	}
	.events_posts_block .kadence-post-image-intrisic {
		height: auto;
		padding: 0;
    	padding-bottom: 0!important;
	}
	.events_posts_block .kadence-post-image-intrisic .kadence-post-image-inner-intrisic{
		position: initial
	}
	
	.events_posts_block .kadence-post-image{
		width: 50%
	}
	.events_posts_block .kt-blocks-post-grid-item-inner{
		padding:0!important
	}
	.events_posts_block .entry-content .excerpt_text{
		display: none!important
	}
	.events_posts_block .entry-title{
		font-size: 16px!important;
		line-height: 19px!important
	}
	
	.events_posts_block .kt-blocks-post-readmore{
		margin-top: 19px!important;
		line-height:10px!important;
		font-size: 14px!important
	}
	
	.events_posts_block .kt-blocks-post-grid-item{
		min-height: auto
	}
	
	.post_date{
		position:initial;
		width: max-content;
		margin-bottom: 17px;
		font-size: 12px!important;
		line-height: 18px!important;
		padding: 5px 10px 4px 10px
	}
	.m-w-100{
		width: 100%
	}
	
	.events_posts_block .kt-blocks-post-grid-item{
		padding: 25px 0;
		border-bottom: 1px solid #8F8F8F!important
	}
}

.kadence-query-filter legend{
	font-size: 14px;
	line-height: 10px;
	color: #6E6A6A
}

.kb-filter-search{
	padding: 14px 12px!important;
	border: none!important
}

.first_full_block .wp-block-kadence-query-card .kb-query-grid-wrap li:first-child .kb-is-ratio-image {
  padding: 0;
  height: auto;
}

.first_full_block .wp-block-kadence-query-card .kb-query-grid-wrap li:first-child .kb-is-ratio-image img {
  position: initial;
}

.first_full_block .wp-block-kadence-query-card .kb-query-grid-wrap li:first-child .query_loop_content>div {
  padding: 30px 55px 0 0;
}

/* Стили для desktop */
.first_full_block .wp-block-kadence-query-card .kb-query-grid-wrap {
  grid-template-columns: 1fr repeat(2, minmax(0, 1fr)) !important;
}

.first_full_block .wp-block-kadence-query-card .kb-query-grid-wrap li:first-child {
  grid-column: span 3;
  display: flex;
  flex-direction: row-reverse;
}

.first_full_block .wp-block-kadence-query-card .kb-query-grid-wrap li:first-child .query_loop_image {
  width: 59%;
}

.first_full_block .wp-block-kadence-query-card .kb-query-grid-wrap li:first-child .query_loop_content {
  width: 41%;
}

.first_full_block .wp-block-kadence-query-card .kb-query-grid-wrap li:first-child .query_loop_date {
  position: absolute;
  bottom: 33px;
  left: 23px;
  padding: 5px 25px;
  font-size: 23px;
  line-height: 26px;
}

.query_loop_date {
  position: absolute;
  bottom: 19px;
  left: 19px;
  padding: 5px 25px;
}

.query_loop_date_mobile{
	display: none
}

.left_speaker{
	position: relative;
}

.left_speaker::before{
	content: '';
	position: absolute;
	left: -35px;
	top: 50%;
	transform: translateY(-50%);
	background: url('https://wattsan.com/wp-content/uploads/megafon.svg');
	display: block;
	height: 71px;
	width: 71px;
	background-repeat: no-repeat;
	background-size:contain;
}

/* Стили для mobile */
@media(max-width: 768px) {
	.left_speaker::before{
		left: -18px;
		top: -35px;
		transform: none;

	}
  .first_full_block .wp-block-kadence-query-card .kb-query-grid-wrap {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .first_full_block .wp-block-kadence-query-card .kb-query-grid-wrap li:first-child {
    grid-column: auto;
    display: list-item;
  }

  .first_full_block .wp-block-kadence-query-card .kb-query-grid-wrap li:first-child .query_loop_image,
  .first_full_block .wp-block-kadence-query-card .kb-query-grid-wrap li:first-child .query_loop_content {
    width: auto;
  }

  .first_full_block .wp-block-kadence-query-card .kb-query-grid-wrap li:first-child .query_loop_date_mobile {
    position: absolute;
    top: -51px;
    left: 21px;
    padding: 5px 25px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
  }

  .query_loop_date {
    display: none;
  }

  .query_loop_date_mobile {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding: 2px 10px 1px 10px;
    margin-bottom: 15px;
    margin-top: 6px;
  }

  .query_loop_excerpt {
    display: none;
  }

  .first_full_block .wp-block-kadence-query-card .kb-query-grid-wrap li {
    display: flex;
    flex-direction: row;
    gap: 15px;
	    border-bottom: 1px solid #8F8F8F;
    padding-bottom: 25px;
  }

  .first_full_block .wp-block-kadence-query-card .kb-query-grid-wrap li>.wp-block-kadence-column {
    width: 50%;
  }

  .first_full_block .wp-block-kadence-query-card .kb-query-grid-wrap li:first-child .query_loop_content>div {
    padding: 25px 0 0 0 !important;
  }

  .kb-query-item-flip-back {
    display: none;
  }

  .query_loop_content>div {
    padding: 0 !important;
  }
}

.home-hero__bg::shadow #alttext-container {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.home-hero__bg::-webkit-shadow-root #alttext-container {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.category-item_plate{
	          content: '';
          position: absolute;
          top: 11px;
          left: -5px;
	          width: 280px;
          height: 34px;
          z-index: 333;
          display: flex;
          background-size: contain;
	background-repeat:no-repeat
}

.in_stock .category-item_plate{
	          content: '';
          position: absolute;
          top: 0;
          left: -40px;
	          width: 280px;
          height: 34px;
          z-index: 333;
          display: flex;
          background-size: contain;
	background-repeat:no-repeat
}	.main__wraper--left--img .category-item_plate{
		display: none
	}

@media(max-width: 768px){
	.main__wraper--left--img .category-item_plate{
		display: block;
              top: auto;
		bottom: 20px;
		left: calc(-7%);
	}
	.in_stock{
	    display: none
	}
}


