

/* Start:/local/templates/metarossa/assets/css/style.css?1764425308255056*/
@charset "UTF-8";

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

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

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }

  to {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
            transform: perspective(400px) rotateX(-90deg);
  }

  to {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
  }
}

@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }

  to {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
}

@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
  }

  to {
    -webkit-transform: perspective(400px) rotateX(-90deg);
            transform: perspective(400px) rotateX(-90deg);
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
  }

  to {
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
            transform: translate(-50%,-50%) rotate(0deg);
  }

  to {
    -webkit-transform: translate(-50%,-50%) rotate(-360deg);
            transform: translate(-50%,-50%) rotate(-360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
            transform: translate(-50%,-50%) rotate(0deg);
  }

  to {
    -webkit-transform: translate(-50%,-50%) rotate(-360deg);
            transform: translate(-50%,-50%) rotate(-360deg);
  }
}

@-webkit-keyframes open {
  0% {
    -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
    -webkit-animation-timing-function: cubic-bezier(0,0,.22,1.055);
            animation-timing-function: cubic-bezier(0,0,.22,1.055);
  }

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

@keyframes open {
  0% {
    -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
    -webkit-animation-timing-function: cubic-bezier(0,0,.22,1.055);
            animation-timing-function: cubic-bezier(0,0,.22,1.055);
  }

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

@-webkit-keyframes close {
  0% {
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  to {
    -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
    -webkit-animation-timing-function: cubic-bezier(0,0,.22,1.055);
            animation-timing-function: cubic-bezier(0,0,.22,1.055);
  }
}

@keyframes close {
  0% {
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  to {
    -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
    -webkit-animation-timing-function: cubic-bezier(0,0,.22,1.055);
            animation-timing-function: cubic-bezier(0,0,.22,1.055);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  to {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  to {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }

  to {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }

  to {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes fancybox-fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-zoomInUp {
  0% {
    -webkit-transform: scale(.97) translate3d(0,16px,0);
            transform: scale(.97) translate3d(0,16px,0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0,0,0);
            transform: scale(1) translate3d(0,0,0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomInUp {
  0% {
    -webkit-transform: scale(.97) translate3d(0,16px,0);
            transform: scale(.97) translate3d(0,16px,0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0,0,0);
            transform: scale(1) translate3d(0,0,0);
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(.97) translate3d(0,16px,0);
            transform: scale(.97) translate3d(0,16px,0);
    opacity: 0;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(.97) translate3d(0,16px,0);
            transform: scale(.97) translate3d(0,16px,0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0,-30%,0);
            transform: translate3d(0,-30%,0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0,-30%,0);
            transform: translate3d(0,-30%,0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0,30%,0);
            transform: translate3d(0,30%,0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0,30%,0);
            transform: translate3d(0,30%,0);
    opacity: 0;
  }
}

:root {
  --containerWidth: 1620;
  --minFont: .9375;
  --maxFont: .9375;
}

* {
  outline: 0;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

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

body,
html {
  width: 100%;
  height: 100%;
  min-width: 320px;
}

body,
button,
input,
textarea {
  font-family: "Geometria",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

body {
  font-size: rem(15);
  font-weight: 500;
  line-height: 1;
  color: #000;
  background: #e5e5e5;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea {
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  outline: 0;
  border: 0;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:hover,
a:visited {
  text-decoration: none;
}

a {
  color: inherit;
}

ol li,
ul {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

@font-face {
  font-family: Geometria;
  font-display: swap;
  src: url(/local/templates/metarossa/assets/css/../fonts/Geometria-Bold.woff2) format("woff2"),url(/local/templates/metarossa/assets/css/../fonts/Geometria-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Geometria;
  font-display: swap;
  src: url(/local/templates/metarossa/assets/css/../fonts/Geometria-Italic.woff2) format("woff2"),url(/local/templates/metarossa/assets/css/../fonts/Geometria-Italic.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Geometria;
  font-display: swap;
  src: url(/local/templates/metarossa/assets/css/../fonts/Geometria-Medium.woff2) format("woff2"),url(/local/templates/metarossa/assets/css/../fonts/Geometria-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Geometria;
  font-display: swap;
  src: url(/local/templates/metarossa/assets/css/../fonts/Geometria-MediumItalic.woff2) format("woff2"),url(/local/templates/metarossa/assets/css/../fonts/Geometria-MediumItalic.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: icons;
  font-display: swap;
  src: url(/local/templates/metarossa/assets/css/../fonts/icons.woff2) format("woff2"),url(/local/templates/metarossa/assets/css/../fonts/icons.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Geometria;
  font-display: swap;
  src: url(/local/templates/metarossa/assets/css/../fonts/Geometria.woff2) format("woff2"),url(/local/templates/metarossa/assets/css/../fonts/Geometria.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(/local/templates/metarossa/assets/css/../fonts/Roboto-Medium.woff2) format("woff2"),url(/local/templates/metarossa/assets/css/../fonts/Roboto-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(/local/templates/metarossa/assets/css/../fonts/Roboto-Regular.woff2) format("woff2"),url(/local/templates/metarossa/assets/css/../fonts/Roboto-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: stolzl_book;
  font-display: swap;
  src: url(/local/templates/metarossa/assets/css/../fonts/stolzl_book.woff2) format("woff2"),url(/local/templates/metarossa/assets/css/../fonts/stolzl_book.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: stolzl_medium;
  font-display: swap;
  src: url(/local/templates/metarossa/assets/css/../fonts/stolzl_medium.woff2) format("woff2"),url(/local/templates/metarossa/assets/css/../fonts/stolzl_medium.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: stolzl_regular;
  font-display: swap;
  src: url(/local/templates/metarossa/assets/css/../fonts/stolzl_regular.woff2) format("woff2"),url(/local/templates/metarossa/assets/css/../fonts/stolzl_regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(/local/templates/metarossa/assets/css/../fonts/Roboto-Bold.woff2) format("woff2"),url(/local/templates/metarossa/assets/css/../fonts/Roboto-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

[class*=" _icon-"]:before,
[class^=_icon-]:before {
  font-family: "icons",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}

._icon-icon-5:before {
  content: "\e93b";
  color: #474747;
}

._icon-icon-6:before {
  content: "\e93c";
  color: #474747;
}

._icon-icon-7:before {
  content: "\e93d";
  color: #474747;
}

._icon-icon-8:before {
  content: "\e93e";
  color: #474747;
}

._icon-icon-9:before {
  content: "\e93f";
  color: #474747;
}

._icon-logo .path1:before {
  content: "\e917";
  color: #131d24;
}

._icon-logo .path2:before {
  content: "\e932";
  margin-left: -5.7333984375em;
  color: #131d24;
}

._icon-logo .path3:before,
._icon-logo .path4:before {
  content: "\e933";
  margin-left: -5.7333984375em;
  color: #131d24;
}

._icon-logo .path4:before {
  content: "\e934";
}

._icon-logo .path5:before,
._icon-logo .path6:before {
  content: "\e935";
  margin-left: -5.7333984375em;
  color: #131d24;
}

._icon-logo .path6:before {
  content: "\e936";
}

._icon-logo .path7:before,
._icon-logo .path8:before {
  content: "\e937";
  margin-left: -5.7333984375em;
  color: #131d24;
}

._icon-logo .path8:before {
  content: "\e938";
}

._icon-logo .path10:before,
._icon-logo .path9:before {
  content: "\e939";
  margin-left: -5.7333984375em;
  color: #131d24;
}

._icon-logo .path10:before {
  content: "\e93a";
  color: #ef4036;
}

._icon-icon-10:before {
  content: "\e940";
}

._icon-icon-0:before {
  content: "\e928";
}

._icon-icon-1:before {
  content: "\e929";
}

._icon-icon-2:before {
  content: "\e92a";
}

._icon-icon-3:before {
  content: "\e92b";
}

._icon-icon-4:before {
  content: "\e92c";
}

._icon-arrow-up:before {
  content: "\e92d";
}

._icon-cross-big:before {
  content: "\e92e";
}

._icon-img:before {
  content: "\e92f";
}

._icon-arrow-right:before {
  content: "\e930";
}

._icon-corner-top:before {
  content: "\e931";
}

._icon-cross-small:before {
  content: "\e908";
}

._icon-burger:before {
  content: "\e90d";
}

._icon-download:before {
  content: "\e90e";
}

._icon-arrow-down:before {
  content: "\e90f";
}

._icon-big-arrow-left:before {
  content: "\e911";
}

._icon-corner-bottom:before {
  content: "\e900";
}

._icon-search:before {
  content: "\e901";
}

._icon-phone:before {
  content: "\e902";
}

._icon-man:before {
  content: "\e903";
}

._icon-lock:before {
  content: "\e904";
}

._icon-history:before {
  content: "\e905";
}

._icon-check-big:before {
  content: "\e906";
}

._icon-check-small:before {
  content: "\e909";
}

._icon-play:before {
  content: "\e90a";
}

._icon-full-screen:before {
  content: "\e90b";
}

._icon-left:before {
  content: "\e912";
}

._icon-right:before {
  content: "\e913";
}

._icon-user:before {
  content: "\e914";
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  /* width: -webkit-fill-available; */
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          overflow: clip;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 112px 0 0;
}

[class*=__container] {
  max-width: 101.25rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@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;
  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(0,0,0);
          transform: translate3d(0,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;
}

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  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,.5)),to(transparent));
  background-image: -o-linear-gradient(right,rgba(0,0,0,.5),transparent);
  background-image: linear-gradient(to left,rgba(0,0,0,.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(transparent));
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5),transparent);
  background-image: linear-gradient(to right,rgba(0,0,0,.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(transparent));
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
  background-image: linear-gradient(to top,rgba(0,0,0,.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(transparent));
  background-image: -o-linear-gradient(top,rgba(0,0,0,.5),transparent);
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),transparent);
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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-button-next,
.swiper-button-prev {
  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-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  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-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
  z-index: 10;
}

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

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
      -ms-transform: scale(.33);
          transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.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(.66);
      -ms-transform: scale(.66);
          transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
      -ms-transform: scale(.33);
          transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
      -ms-transform: scale(.66);
          transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
      -ms-transform: scale(.33);
          transform: scale(.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: 0;
  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:only-child {
  display: none!important;
}

.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(0,-50%,0);
          transform: translate3d(0,-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: .2s transform,.2s top;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.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: .2s transform,.2s left;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(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-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  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;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(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,.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>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

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

.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,
.swiper-container-flip {
  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-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .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 .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-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}

.animated.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}

.animated.swingInX {
  -webkit-transform-origin: top;
  -ie-transform-origin: top;
  -ms-transform-origin: top;
      transform-origin: top;
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
}

.animated.flipInX,
.animated.flipOutX,
.animated.swingInX,
.animated.swingOutX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
}

.animated.swingOutX {
  -webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
}

.animated.flipInX,
.animated.flipOutX {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
}

.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.carousel *,
.carousel :after,
.carousel :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

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

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(.5rem + 22px);
}

.carousel__button,
.carousel__dots {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel__dots {
  margin: 0 auto;
  position: absolute;
  top: calc(100% + .5rem);
  left: 0;
  right: 0;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  background-color: currentColor;
  opacity: .25;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  border: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

.carousel__button.is-next,
.carousel__button.is-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: .3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden!important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.fancybox__container :focus {
  outline: 0;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
          box-shadow: 0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::after,
.fancybox__slide::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container>.carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top,0) + 8px);
  right: calc(env(safe-area-inset-right,0) + 8px);
  z-index: 40;
}

.fancybox__content>.carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
  -webkit-animation: .15s ease backwards fancybox-fadeIn;
          animation: .15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
  -webkit-animation: .15s ease both fancybox-fadeOut;
          animation: .15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: .15s ease both fancybox-fadeIn;
          animation: .15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: .1s ease both fancybox-fadeOut;
          animation: .1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: .2s ease both fancybox-zoomInUp;
          animation: .2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: .15s ease both fancybox-zoomOutDown;
          animation: .15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: .15s ease both fancybox-throwOutUp;
          animation: .15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: .15s ease both fancybox-throwOutDown;
          animation: .15s ease both fancybox-throwOutDown;
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255,255,255,.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2);
          box-shadow: inset 0 0 4px rgba(0,0,0,.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: 0 0;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  padding: 0;
  background: rgba(24,24,27,.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: 0 0;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
          animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  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: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92;
}

.fancybox__thumbs .carousel__slide>* {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255,255,255,.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear,left bottom, left top,color-stop(0, hsla(0deg,0%,0%,0)),color-stop(8.1%, hsla(0deg,0%,0%,.006)),color-stop(15.5%, hsla(0deg,0%,0%,.021)),color-stop(22.5%, hsla(0deg,0%,0%,.046)),color-stop(29%, hsla(0deg,0%,0%,.077)),color-stop(35.3%, hsla(0deg,0%,0%,.114)),color-stop(41.2%, hsla(0deg,0%,0%,.155)),color-stop(47.1%, hsla(0deg,0%,0%,.198)),color-stop(52.9%, hsla(0deg,0%,0%,.242)),color-stop(58.8%, hsla(0deg,0%,0%,.285)),color-stop(64.7%, hsla(0deg,0%,0%,.326)),color-stop(71%, hsla(0deg,0%,0%,.363)),color-stop(77.5%, hsla(0deg,0%,0%,.394)),color-stop(84.5%, hsla(0deg,0%,0%,.419)),color-stop(91.9%, hsla(0deg,0%,0%,.434)),to(hsla(0deg,0%,0%,.44)));
  background: -o-linear-gradient(bottom,hsla(0deg,0%,0%,0) 0,hsla(0deg,0%,0%,.006) 8.1%,hsla(0deg,0%,0%,.021) 15.5%,hsla(0deg,0%,0%,.046) 22.5%,hsla(0deg,0%,0%,.077) 29%,hsla(0deg,0%,0%,.114) 35.3%,hsla(0deg,0%,0%,.155) 41.2%,hsla(0deg,0%,0%,.198) 47.1%,hsla(0deg,0%,0%,.242) 52.9%,hsla(0deg,0%,0%,.285) 58.8%,hsla(0deg,0%,0%,.326) 64.7%,hsla(0deg,0%,0%,.363) 71%,hsla(0deg,0%,0%,.394) 77.5%,hsla(0deg,0%,0%,.419) 84.5%,hsla(0deg,0%,0%,.434) 91.9%,hsla(0deg,0%,0%,.44) 100%);
  background: linear-gradient(to top,hsla(0deg,0%,0%,0) 0,hsla(0deg,0%,0%,.006) 8.1%,hsla(0deg,0%,0%,.021) 15.5%,hsla(0deg,0%,0%,.046) 22.5%,hsla(0deg,0%,0%,.077) 29%,hsla(0deg,0%,0%,.114) 35.3%,hsla(0deg,0%,0%,.155) 41.2%,hsla(0deg,0%,0%,.198) 47.1%,hsla(0deg,0%,0%,.242) 52.9%,hsla(0deg,0%,0%,.285) 58.8%,hsla(0deg,0%,0%,.326) 64.7%,hsla(0deg,0%,0%,.363) 71%,hsla(0deg,0%,0%,.394) 77.5%,hsla(0deg,0%,0%,.419) 84.5%,hsla(0deg,0%,0%,.434) 91.9%,hsla(0deg,0%,0%,.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
          animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

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

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2),
.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.header__top {
  background: #626262;
  padding: 10px 0;
}

.header__phones {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__phones,
.header__phones-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__body {
  background: #fff;
}

.header__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header__content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: flex-end;
}

.header__login-icon {
  margin: 0 26px 0 0;
}

.header__login-icon:before {
  font-size: 28px;
  color: #ef4036;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.header__burger-icon {
  margin: 0 50px 0 0;
}

.header__logo {
  display: inline-block;
  width: 172px;
  height: 30px;
  cursor: pointer;
}

.header._hide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.menu__body._active {
  -webkit-animation: open 500ms ease 0s 1 normal forwards;
          animation: open 500ms ease 0s 1 normal forwards;
}

.menu__content {
  width: 100%;
  height: 100%;
}

.menu__close {
  position: absolute;
  top: 23px;
  right: 23px;
}

.menu__close:before {
  font-size: 25px;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__item:not(:last-child) {
  margin-right: 50px;
}

.menu__link {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: font-weight .4s ease 0s;
  -o-transition: font-weight .4s ease 0s;
  transition: font-weight .4s ease 0s;
}

.menu__link:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background: #000;
  z-index: 0;
  -webkit-transition: width 500ms cubic-bezier(0,0,.22,1.055);
  -o-transition: width 500ms cubic-bezier(0,0,.22,1.055);
  transition: width 500ms cubic-bezier(0,0,.22,1.055);
  -webkit-animation-timing-function: cubic-bezier(0,0,.22,1.055);
          animation-timing-function: cubic-bezier(0,0,.22,1.055);
}

.menu__link._active,
.product__table_one tbody td b.table__product-text {
  font-weight: 500;
}

.menu__footer {
  background: #626262;
  padding: 30px 50px 25px;
}

.menu__footer-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.menu__footer-items:not(:last-child) {
  margin: 0 0 18px;
}

.menu__footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer {
  width: 100%;
  background: #626262;
}

.footer__content {
  width: 100%;
  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;
  padding-top: 44px;
  padding-bottom: 56px;
}

.footer__header {
  margin-bottom: 50px;
}

.footer__body {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr;
}

.footer__list {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  row-gap: 38px;
}

.footer__item {
  padding: 0 5px;
}

.footer__item:last-child {
  grid-column: 4/6;
}

.footer__link {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  color: #fff;
}

.footer__link:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background: #fff;
  z-index: 0;
  -webkit-transition: width 500ms cubic-bezier(0,0,.22,1.055);
  -o-transition: width 500ms cubic-bezier(0,0,.22,1.055);
  transition: width 500ms cubic-bezier(0,0,.22,1.055);
  -webkit-animation-timing-function: cubic-bezier(0,0,.22,1.055);
          animation-timing-function: cubic-bezier(0,0,.22,1.055);
}

.footer__body-right {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr;
}

.footer__copy {
  position: relative;
  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;
  font-size: 13px;
  line-height: 140%;
  border-left: 1px solid #fff;
  color: #fff;
}

.footer__info {
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #fff;
}

.footer__info-item {
  max-width: 260px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__info-item:not(:last-child) {
  margin: 0 0 15px;
}

.footer__info-tel {
  font-size: 13px;
}

.footer__info-email._phone-phone {
  margin: 0;
}

.classes {
  position: relative;
  z-index: 50;
}

._big-title {
  font-size: 90px;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
}

._title {
  font-size: 35px;
  line-height: 140%;
  font-weight: 700;
  color: #000;
}

._subtitle {
  font-size: 25px;
  font-weight: 500;
  line-height: 31px;
  color: #000;
}

._text {
  line-height: 140%;
}

._btn-header {
  position: relative;
  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;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  background: #ef4036;
  padding: 10px 17px;
  -webkit-transition: background .4s ease 0s;
  -o-transition: background .4s ease 0s;
  transition: background .4s ease 0s;
}

._btn-red {
  width: var(--btn-red-width);
  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;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  border-radius: 30px;
  color: #fff;
  background: #ef4036;
  padding-top: 16px;
  padding-bottom: 15px;
  -webkit-transition: background .4s ease 0s;
  -o-transition: background .4s ease 0s;
  transition: background .4s ease 0s;
}

._btn-border {
  width: 262px;
  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;
  line-height: 19px;
  font-weight: 500;
  border: 1px solid #000;
  border-radius: 30px;
  color: #000;
  padding-top: 16px;
  padding-bottom: 15px;
  -webkit-transition: border-color .4s ease 0s;
  -o-transition: border-color .4s ease 0s;
  transition: border-color .4s ease 0s;
}

._imgFit {
  position: relative;
}

._img,
._imgFit img {
  display: block;
  width: 100%;
}

._imgFit img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

._img {
  max-width: 100%;
}

._br {
  border-radius: 10px;
}

._border,
.table tbody tr td[colspan] table tbody tr td {
  border: 1px solid #d8d8d8;
}

._grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(var(--grid-width),1fr));
}

._notMb:not(:last-child) {
  margin: 0 0 var(--margin-bottom) 0;
}

._notMr:not(:last-child) {
  margin: 0 var(--margin-right) 0 0;
}

._font500-20-25 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}

._phone-icon {
  margin: 0 16px 0 0;
}

._phone-icon:before {
  color: #fff;
}

._phone-phone {
  font-weight: 700;
  color: #fff;
  margin: 0 8px 0 0;
  -webkit-transition: color .4s ease 0s;
  -o-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
}

._phone-text {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

._user {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  margin: 0 20px 0 0;
  -webkit-transition: color .4s ease 0s;
  -o-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
}

._user:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: 0;
  -webkit-transition: background .4s ease 0s;
  -o-transition: background .4s ease 0s;
  transition: background .4s ease 0s;
}

._not-registered,
._registered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not-registered ._registered,
.registered ._not-registered {
  display: none;
}

.not-found__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: -webkit-min-content 1fr 1fr 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr 1fr 1fr min-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.not-found__header {
  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;
}

.not-found__title {
  font-size: 25px;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
}

.not-found__body {
  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;
}

.not-found__footer {
  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;
}

.policy * a {
  text-decoration: underline;
}

.policy__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;
  padding-top: 100px;
  padding-bottom: 100px;
}

.policy__header {
  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-bottom: 70px;
}

.policy__title {
  text-align: center;
}

.policy__body {
  max-width: 1188px;
  width: 100%;
  background: #fff;
  padding: 66px 150px 80px;
}

.policy__subtitle {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 25px;
}

.policy__subitem ul,
.policy__subtext,
.policy__text {
  margin: 0 0 25px;
}

.policy__subitem p,
.policy__subtext,
.policy__text {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  max-width: 282px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}

.sidebar,
.sidebar__list,
.sidebar__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar__list {
  width: 100%;
}

.sidebar__sublist {
  width: 100%;
}

.sidebar__secondlist {
  width: 100%;
}

.sidebar__item,
.sidebar__item-mobile .sidebar__item-current {
  position: relative;
  width: 100%;
  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;
  cursor: pointer;
  padding: 18px 24px;
  -webkit-transition: background .4s ease 0s;
  -o-transition: background .4s ease 0s;
  transition: background .4s ease 0s;
}

.sidebar__item-mobile ._active.sidebar__item-current,
.sidebar__item._active {
  background: #fff;
}

.sidebar__item-mobile ._active.sidebar__item-current .sidebar__icon-arrow,
.sidebar__item._active .sidebar__icon-arrow {
  display: none;
}

.sidebar__item-header .sidebar__arrow {
  margin: 0 0 0 auto;
}

.sidebar__item-header,
.sidebar__subitem-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.sidebar__subitem {
  position: relative;
}

.sidebar__subitem .sidebar__icon {
  width: 0;
  margin: 0;
}

.sidebar__seconditem,
.sidebar__subitem {
  width: 100%;
  height: 100%;
  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;
  cursor: pointer;
  padding: 18px 24px;
  -webkit-transition: background .4s ease 0s;
  -o-transition: background .4s ease 0s;
  transition: background .4s ease 0s;
}

.sidebar__icon {
  width: 35px;
  height: 35px;
  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;
  font-style: normal;
  margin: 0 18px 0 0;
}

.sidebar__icon:before {
  font-size: 30px;
  color: #ef4036;
}

.sidebar__link {
  position: relative;
  width: 170px;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  z-index: 1;
}

.sidebar__link,
.sidebar__sublink {
  margin: 0 10px 0 0;
}

.sidebar__secondlink,
.sidebar__sublink {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  z-index: 1;
}

.sidebar__arrow {
  position: relative;
  display: inline-block;
  font-style: normal;
  z-index: 10;
}

.sidebar__arrow:before {
  font-size: 10px;
  color: #ef4036;
}

.sidebar__icon-arrow {
  display: none;
  position: absolute;
  top: 18px;
  right: 24px;
  width: 50px;
  height: 35px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}

.sidebar__icon-arrow:before {
  color: #ef4036;
}

._no-webp .top{
  background: url(/local/templates/metarossa/assets/css/../images/main-page/img.jpg) no-repeat center/cover; }

.top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 103px;
  padding-bottom: 103px;
}

.top__subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  margin: 0 0 244px;
}

.top__left {
  max-width: 1174px;
  width: 100%;
  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;
  margin-right: 87px;
}

.modal.modal-login-password .modal__register-footer button,
.not-registered .top__left {
  margin: 0;
}

.not-registered .top__right {
  display: none;
}

.form {
  width: 330px;
  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;
  background: #fff;
  padding: 30px 42px 42px;
}

.form__header {
  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;
  margin: 0 0 27px;
}

.form__title {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  margin: 0 0 15px;
}

.form__subtitle {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 15px;
}

.form__item {
  position: relative;
  width: 100%;
  height: 50px;
}

.form__item:nth-child(2) {
  margin: 0 0 15px;
}

.form__item:nth-child(3) {
  margin: 0 0 25px;
}

.form__input {
  width: 100%;
  height: 100%;
  padding: 15px 12px;
}

.form__input.just-validate-error-field {
  border-color: #ef4036;
}

.form__button {
  margin: 0 0 15px;
}

.form__footer {
  width: 100%;
  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;
}

.form__link,
.form__text {
  line-height: 19px;
  font-weight: 400;
}

.form__link {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: color .4s ease 0s;
  -o-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
}

.form__link:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: 0;
  -webkit-transition: background .4s ease 0s;
  -o-transition: background .4s ease 0s;
  transition: background .4s ease 0s;
}

.our-production {
  background: #fff;
}

.our-production__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;
  padding-top: 100px;
  padding-bottom: 100px;
}

.our-production__header {
  margin: 0 0 60px;
}

.our-production__body {
  max-width: 1188px;
  width: 100%;
}

.our-production__text {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
  margin-bottom: 80px;
}

.our-production__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap: 20px;
  margin-bottom: 80px;
}

.our-production__card {
  height: 260px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f7f9fa;
  padding: 15px 15px 25px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.our-production__picture {
  width: 200px;
  height: 150px;
  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;
}

.our-production__picture._imgFit .our-production__img {
  -o-object-fit: contain;
     object-fit: contain;
}

.our-production__note {
  display: inline-block;
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  text-align: center;
}

._no-webp .insert{
  background: url(/local/templates/metarossa/assets/css/../images/main-page/insert-bg-one.png) no-repeat center/cover; }

.insert__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;
  padding: 100px 0;
}

.insert__content * {
  color: #fff;
}

.insert__header {
  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: 0 0 60px;
}

.insert__body {
  max-width: 1188px;
  width: 100%;
}

.insert__text {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
}

._no-webp .insert-two{
  background: url(/local/templates/metarossa/assets/css/../images/main-page/insert-bg-two.png) no-repeat center/cover; }

._no-webp .insert-about{
  background: url(/local/templates/metarossa/assets/css/../images/about/insert-about.png) no-repeat center/cover; }

.info {
  background: #fff;
}

.info__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;
  padding-top: 100px;
  padding-bottom: 100px;
}

.info__header {
  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: 0 0 60px;
}

.info__title {
  text-align: center;
}

.info__body {
  max-width: 1188px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3,280px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 50px;
  margin: 0 0 62px;
}

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

.info__icon {
  margin: 0 0 20px;
}

.info__icon:before {
  font-size: 34px;
  color: #ef4036;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.info__text {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
  color: #000;
}

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

.info__note {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #131d24;
  margin: 0 0 27px;
}

.clients {
  background: #fff;
}

.clients__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;
  padding-top: 100px;
  padding-bottom: 100px;
}

.clients__header {
  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: 0 0 60px;
}

.clients__title {
  text-align: center;
}

.clients__body {
  max-width: 1188px;
  width: 100%;
  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;
  gap: 10px;
  margin: 0 0 80px;
}

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

.reviews {
  background: #f7f9fa;
}

.reviews__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;
  padding-top: 91px;
  padding-bottom: 100px;
}

.reviews__header {
  margin: 0 0 60px;
}

.reviews__body {
  max-width: 1188px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 80px;
}

.reviews__card {
  background: #fff;
}

.card {
  position: relative;
  max-width: 383px;
  min-height: 496px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  border: 1px solid #fff;
  padding: 30px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.card,
.card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card__subtitle,
.card__title {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  margin: 0 0 15px;
}

.card__subtitle {
  font-size: 15px;
}

.card .card__date,
.card .card__name,
.card .card__pos,
.card__text,
.catalog__card-text--top p {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

.card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card__name {
  margin: 0 0 20px;
}

.card__icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.card__icon:before {
  color: #ef4036;
}

.about__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;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about__header {
  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-bottom: 60px;
}

.about__subtitle {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

.about__inner {
  max-width: 1188px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 100px;
}

.about__card {
  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;
  text-align: center;
  background: #fff;
  padding: 15px;
}

.about__picture {
  width: 160px;
  height: 160px;
  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;
}

.about__picture._imgFit .about__img,
.table__picture._imgFit img {
  -o-object-fit: contain;
     object-fit: contain;
}

.about__card-info {
  height: 40%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2,1fr);
}

.about__img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.about__card-title {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
}

.about__card-text {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

.about__body {
  max-width: 1188px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.about__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}

.about__left .about__text:nth-child(1) {
  margin: 0 0 25px;
}

.about__left .about__text:nth-child(2) {
  margin-bottom: 100px;
}

.about__text {
  width: 72%;
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

.about__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about__right .about__image {
  margin-bottom: 70px;
}

.about__right .about__text:nth-child(2) {
  margin: 0 0 25px;
}

.about__right .about__text:nth-child(3) {
  font-weight: 500;
  margin: 0 0 25px;
}

.about__right .about__text:nth-child(4) {
  font-weight: 500;
}

.certificate__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;
  padding-top: 100px;
  padding-bottom: 100px;
}

.certificate__header {
  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-bottom: 70px;
}

.certificate__title {
  text-align: center;
}

.certificate__body {
  max-width: 1188px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(584px,1fr));
  gap: 20px;
}

.certificate__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  background: #fff;
  padding: 35px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.certificate__card-left {
  margin-right: 32px;
}

.certificate__slider {
  width: 174px;
  height: 247px;
  overflow: hidden;
}

.certificate__card-right {
  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;
  gap: 40px;
}

.certificate__card-body p:not(:last-child) {
  margin: 0 0 25px;
}

.certificate__subtitle {
  font-size: 15px;
  line-height: 140%;
  font-weight: 500;
  margin-bottom: 40px;
}

.certificate__text {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

.certificate__card-footer {
  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;
}

.certificate__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.certificate__counter-current,
.certificate__counter-separator,
.certificate__counter-tottal {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

.certificate__counter-separator {
  padding: 0 2px;
}

.certificate__link:before {
  font-size: 28px;
  font-weight: 700;
  color: rgba(0,0,0,.5);
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.modal,
.modal::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  z-index: 100;
}

.modal::before {
  content: "";
  background: #fff;
  opacity: 0;
}

.modal._active {
  visibility: visible;
}

.modal._active::before {
  opacity: 1;
}

.modal__content {
  position: relative;
  width: 100%;
  min-height: 100%;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  padding: 45px 65px 110px;
  z-index: 1;
}

.modal__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 41px;
}

.modal__close:before {
  font-size: 24px;
  color: #b1b1b1;
  -webkit-transition: color .4s ease 0s;
  -o-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
}

.modal__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__preview-thumbs {
  width: 61px;
  height: 164px;
  overflow: hidden;
}

.modal__preview-thumbs .modal__slider-picture {
  width: 44px;
  height: 62px;
}

.modal__preview-thumbs .modal__slider-wrapper {
  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;
}

.modal__preview-thumbs .modal__slider-slide {
  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;
  border: 1px solid #b1b1b1;
}

.modal__preview-thumbs .modal__slider-slide.swiper-slide-thumb-active,
.references-modal__slider_thumbs>div.modal__slider-wrapper>div.modal__slider-slide.swiper-slide-thumb-active {
  border-color: #000;
}

.modal__viewport {
  width: 413px;
  height: 586px;
  overflow: hidden;
  margin-left: 40px;
  margin-right: 40px;
}

.modal__viewport .modal__slider-picture {
  width: 100%;
  height: 100%;
}

.modal__info {
  max-width: 282px;
  width: 100%;
  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;
}

.modal__control {
  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: 130px;
}

.modal__control-btn:before {
  font-weight: 700;
  color: #b1b1b1;
  -webkit-transition: color .4s ease 0s;
  -o-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
}

.modal__control-btn--next:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal__text,
.modal__title {
  font-size: 15px;
  line-height: 140%;
}

.modal__title {
  font-weight: 500;
  margin: 0 0 40px;
}

.modal__text {
  font-weight: 400;
  color: #131d24;
  margin-bottom: 90px;
}

.modal__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__counter * {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

.modal__counter-separator {
  padding: 0 2px;
}

.modal.modal-register:before {
  background: #e5e5e5;
}

.modal.modal-register .modal__body {
  -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;
  border-radius: 20px;
  background: #fff;
  padding: 57px 34px 77px;
}

.modal__register-note {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 37px;
}

.modal__register-form {
  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;
}

.modal__register-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
}

.modal__register-left {
  max-width: 350px;
  width: 100%;
  margin: 0 34px 0 0;
}

.modal.modal-login .form__item:not(:last-child),
.modal__register-left .form__item:not(:last-child) {
  margin: 0 0 15px;
}

.modal__register-subtitle {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  margin: 0 0 20px;
}

.modal__register-right {
  max-width: 486px;
  width: 100%;
  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;
}

.modal__register-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

.modal__register-items .form__item {
  position: relative;
  width: auto;
  margin: 0;
}

.modal__register-items input[type=radio] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.modal__register-items input[type=radio]:checked+.form__label {
  border-color: #ef4036;
}

.modal__register-items .form__label {
  position: relative;
  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;
  border: 2px solid rgba(0,0,0,.1);
  border-radius: 10px;
  padding: 0 20px;
  -webkit-transition: border-color .4s ease 0s;
  -o-transition: border-color .4s ease 0s;
  transition: border-color .4s ease 0s;
}

.modal__register-text {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  margin: 0 0 15px;
}

.modal__register-radio-items:not(:last-child) {
  margin-bottom: 34px;
}

.modal__register-radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__register-radio-item:not(:last-child) {
  margin: 0 0 10px;
}

.modal__register-radio-text {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}

.modal__register-footer {
  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;
}

.modal__register-btn {
  margin: 0 0 15px;
}

.modal__register-link,
.modal__register-or {
  line-height: 19px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.modal__register-link {
  position: relative;
  font-weight: 500;
  -webkit-transition: color .4s ease 0s;
  -o-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
  z-index: 1;
}

.modal__register-link:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: background .4s ease 0s;
  -o-transition: background .4s ease 0s;
  transition: background .4s ease 0s;
}

.form__input-check-text {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  cursor: pointer;
}

.form__radio,
.table tbody._hidden {
  display: none;
}

.form__radio:checked+.form__radio-label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.form__radio-label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 140%;
  cursor: pointer;
}

.form__radio-label::before {
  content: "";
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #d8d8d8;
  margin: 0 23px 0 0;
}

.form__radio-label::after {
  position: absolute;
  content: "";
  top: 12px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ef4036;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  -o-transition: transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
}

.modal.modal-login-password-restore:before,
.modal.modal-login-password:before,
.modal.modal-login-thanks:before,
.modal.modal-login-two:before,
.modal.modal-login:before {
  background: #e5e5e5;
}

.modal.modal-login .modal__header {
  margin: 0 0 10px;
}

.modal.modal-login .modal__body {
  max-width: 800px;
  width: 100%;
  -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;
  border-radius: 20px;
  background: #fff;
  padding: 57px 34px 77px;
}

.modal.modal-login .modal__register-form {
  max-width: 350px;
  width: 100%;
}

.modal.modal-login .modal__register-inner {
  width: 100%;
}

.modal.modal-login .form__item:nth-child(2) {
  margin: 0 0 40px;
}

.modal.modal-login .modal__register-footer .modal__register-link:nth-child(2),
.modal.modal-login-two .modal__register-footer .modal__register-link:nth-child(2) {
  display: inline-block;
  margin: 0 0 5px;
}

.modal.modal-login-two .modal__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}

.modal.modal-login-two .modal__header {
  margin: 0 0 10px;
}

.modal.modal-login-two .modal__register-note {
  max-width: 390px;
  width: 100%;
}

.modal.modal-login-two .modal__body {
  max-width: 800px;
  width: 100%;
}

.modal.modal-login-two .modal__register-form {
  max-width: 350px;
  width: 100%;
}

.modal.modal-login-two .modal__register-inner {
  width: 100%;
}

.modal.modal-login-two .form__item:not(:last-child) {
  margin: 0 0 15px;
}

.modal.modal-login-two .form__item:nth-child(2) {
  margin: 0 0 40px;
}

.modal.modal-login-thanks .modal__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal.modal-login-thanks .modal__body {
  max-width: 800px;
  width: 100%;
}

.modal.modal-login-thanks .modal__register-title {
  margin: 0 0 40px;
}

.modal.modal-login-thanks .modal__register-note {
  max-width: 400px;
  width: 100%;
  margin: 0 0 60px;
}

.modal.modal-login-password .modal__body {
  max-width: 800px;
  width: 100%;
  -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;
  border-radius: 20px;
  background: #fff;
  padding: 57px 34px 77px;
}

.modal.modal-login-password .modal__register-title {
  margin: 0 0 40px;
}

.modal.modal-login-password .modal__register-note {
  max-width: 400px;
  width: 100%;
  margin: 0 0 60px;
}

.modal.modal-login-password .modal__register-form {
  max-width: 350px;
  width: 100%;
}

.modal.modal-login-password .form__item {
  width: 100%;
  margin: 0 0 40px;
}

.modal.modal-login-password .modal__register-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal.modal-login-password .modal__register-footer .modal__register-btn._btn-border {
  width: 160px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.modal.modal-login-password-restore .modal__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal.modal-login-password-restore .modal__body {
  max-width: 800px;
  width: 100%;
  -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;
  border-radius: 20px;
  background: #fff;
  padding: 57px 34px 77px;
}

.modal.modal-login-password-restore .modal__register-form {
  max-width: 350px;
  width: 100%;
}

.modal.modal-login-password-restore .form__item:not(:last-child) {
  margin: 0 0 15px;
}

.modal.modal-login-password-restore .form__item:nth-child(2) {
  margin: 0 0 40px;
}

.wrapper._references {
  overflow: unset;
}

.references__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;
  padding-top: 100px;
  padding-bottom: 100px;
}

.references__header {
  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-bottom: 70px;
}

.references__title {
  text-align: center;
}

.references__body {
  max-width: 1188px;
  width: 100%;
}

.references__body._scroll .references__filter {
  background: #e5e5e5;
  padding: 20px 0;
  margin: 0;
  z-index: 1;
}

.references__body._scroll .table__header {
  z-index: 1;
}

.references__filter {
  margin: 0 0 37px;
}

.references__filter-choice {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  background: #fff;
  padding: 16px 45px 16px 20px;
}

.references__filter-choice .references__btn-choice-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin-block: auto;
  width: 20px;
  height: 20px;
  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;
  -webkit-transition: -webkit-transform .4s ease 0s;
  transition: -webkit-transform .4s ease 0s;
  -o-transition: transform .4s ease 0s;
  transition: transform .4s ease 0s;
  transition: transform .4s ease 0s, -webkit-transform .4s ease 0s;
}

.references__filter-choice .references__btn-choice-icon:before {
  font-size: 10px;
  color: #ef4036;
}

.references__filter-choice._active .references__btn-choice-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.references__filter-choice #choice,
.references__filter-choice .references__filter-current {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.references__list {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.references__list .references__item:nth-child(1) {
  gap: 0;
}

.references__item {
  position: relative;
  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;
}

.references__item_all {
  display: none;
  width: 0;
  height: 0;
}

.references__btn-icon {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 20px;
  height: 20px;
  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;
  border-radius: 50%;
  background: #ef4036;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease 0s;
  -o-transition: opacity .4s ease 0s;
  transition: opacity .4s ease 0s;
}

.references__btn-icon:before {
  font-size: 13px;
  color: #fff;
}

.references__btn {
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border: 2px solid #fff;
  background: #fff;
  padding: 16px 20px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  font-size: 9px;
}

.references__btn._active {
  border-color: #ef4036;
}

.references__btn._active~.references__btn-icon {
  opacity: 1;
  visibility: visible;
}

.references__btn#all {
  width: 0;
  height: 0;
  font-size: 0;
  border: 0;
  background: 0 0;
  padding: 0;
}

.references__table-overflow {
  width: 100%;
}

.table {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  background: #fff;
}

.table__subtitle {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  line-height: 140%;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #626262;
  padding: 10px;
}

.table thead {
  border: 0;
  background: #ef4036;
  z-index: 1;
}

.table th {
  padding: 10px 0;
}

.table th:not(:last-child) {
  border-right: 1px solid #fff;
}

.table tbody tr td[colspan] table tbody tr td:nth-child(1),
.table th:nth-child(1) {
  width: 430px;
}

.table tbody tr td[colspan] table tbody tr td:nth-child(2),
.table tbody tr td[colspan] table tbody tr td:nth-child(3),
.table th:nth-child(2),
.table th:nth-child(3) {
  width: 256px;
}

.table tbody tr td[colspan] table tbody tr td:nth-child(4),
.table tbody tr td[colspan] table tbody tr td:nth-child(5),
.table th:nth-child(4),
.table th:nth-child(5) {
  width: 123px;
}

.table__header-title {
  font-size: 15px;
  line-height: 140%;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.table tbody {
  display: contents;
}

.table tbody tr td[colspan] table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-bottom: 1px solid #000;
}

.table tbody td {
  text-align: center;
  vertical-align: top;
}

.table tbody td .table__flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.table__picture {
  max-width: 138px;
  width: 100%;
  height: 70px;
  margin: 0 20px 0 0;
}

.table__body-title {
  text-align: left;
}

.table__body-text {
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  padding: 15px;
}

.table__body-link {
  display: inline-block;
  font-size: 22px;
  padding: 15px;
}

.references-modal {
  position: relative;
  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;
}

.references-modal__slider_viewport {
  overflow: hidden;
  margin-bottom: 40px;
}

.references-modal__slider_viewport .modal__slider-wrapper {
  width: 526px;
  height: 788px;
}

.references-modal__slider_viewport .modal__slider-wrapper .modal__slider-slide {
  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;
}

.references-modal__slider_viewport .modal__slider-wrapper .modal__slider-picture {
  width: 100%;
  height: 100%;
  margin: 0 0 20px;
}

.references-modal__slider_thumbs {
  overflow: hidden;
  padding: 0 5px;
}

.references-modal__slider_thumbs>div.modal__slider-wrapper {
  width: 1090px;
  height: 90px;
}

.references-modal__slider_thumbs>div.modal__slider-wrapper>div.modal__slider-slide {
  width: 90px;
  height: 90px;
  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;
  border: 1px solid #b1b1b1;
}

.references-modal__slider_thumbs>div.modal__slider-wrapper .modal__slider-picture {
  width: 74px;
  height: 74px;
}

.references-modal__text {
  text-align: center;
}

.references-modal .modal__info {
  position: absolute;
  bottom: 0;
  max-width: 400px;
  height: 90px;
}

.references-modal .modal__control {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin-inline: auto;
  margin-block: auto;
}

.rm-one .modal__content {
  min-height: unset;
  height: 100%;
  padding: 45px 65px 110px;
}

.rm-one .references-modal {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rm-one .modal__body {
  height: inherit;
}

.rm-one .modal__header {
  position: absolute;
  top: 44px;
  right: 44px;
  margin: 0;
}

.rm-one .references-modal__slider_thumbs>div.modal__slider-wrapper {
  width: 290px;
}

.contacts a,
.contacts b,
.contacts span {
  display: inline-block;
}

.contacts a {
  -webkit-transition: color .4s ease 0s;
  -o-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
}

.contacts__bg-image {
  height: 396px;
}

.contacts__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;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contacts__header {
  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-bottom: 70px;
}

.contacts__body {
  max-width: 1188px;
  width: 100%;
  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;
  background: #fff;
  padding: 50px 47px;
}

.contacts__body-office {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts__body-warehouse {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts__subtitle {
  margin-bottom: 47px;
}

.contacts__left_office {
  max-width: 412px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts__left_warehouse {
  max-width: 490px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts__right_warehouse {
  max-width: 497px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts__right_warehouse p,
.contacts__right_warehouse span {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
}

.contacts__phone:nth-child(5),
.contacts__right_warehouse b:nth-child(4),
.contacts__right_warehouse b:nth-child(7),
.contacts__right_warehouse span:nth-child(12) {
  margin: 0 0 30px;
}

.contacts__subtitle-address {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  margin: 0 0 15px;
}

.contacts__address {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
  margin: 0 0 40px;
}

.contacts__phone-title {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  margin: 0 0 15px;
}

.contacts__phone,
.contacts__phone-text {
  font-size: 15px;
  line-height: 28px;
  font-weight: 0;
}

.contacts__phone-text {
  font-weight: 400;
  margin: 0 0 0 5px;
}

.contacts__email-title {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  margin: 0 0 15px;
}

.contacts__email-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 0 0 30px;
}

.contacts__email-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts__email,
.contacts__email-note {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}

.contacts__email {
  font-weight: 500;
}

.contacts__sales {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  margin: 0 0 15px;
}

.contacts__sales-note {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

.contacts__sales-email,
.contacts__sales-phone {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}

.contacts__right {
  max-width: 490px;
  width: 100%;
}

.contacts__picture-map {
  margin-bottom: 40px;
}

.contacts__picture-map img {
  -webkit-transition: -webkit-transform .4s ease 0s;
  transition: -webkit-transform .4s ease 0s;
  -o-transition: transform .4s ease 0s;
  transition: transform .4s ease 0s;
  transition: transform .4s ease 0s, -webkit-transform .4s ease 0s;
}

.contacts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts__item:nth-child(1) {
  grid-column: 1/-1;
  grid-row: 2/3;
}

.contacts__item:nth-child(2) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-self: flex-end;
  grid-column: 1/-1;
  grid-row: 1/2;
  margin: 0 0 30px;
}

.contacts__schedule {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  margin: 0 0 15px;
}

.contacts__days,
.contacts__time {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 163.5%;
}

.contacts__days {
  max-width: 180px;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
}

.contacts__time {
  max-width: 100px;
  font-weight: 500;
  text-align: left;
}

.contacts__link {
  position: relative;
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

.contacts__link:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: 0;
  -webkit-transition: opacity .4s ease 0s;
  -o-transition: opacity .4s ease 0s;
  transition: opacity .4s ease 0s;
}

.contacts__subtitle-requisites {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  margin: 0 0 15px;
}

.contacts__ooo,
.contacts__requisites-address,
.contacts__requisites-item {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.contacts__requisites-address:nth-child(5) {
  margin: 0 0 15px;
}

.contacts__requisites-address span {
  display: inline;
  white-space: normal;
}

.contacts__requisites-address span,
.contacts__requisites-item span {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 0 10px;
}

.contacts__invoices {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  margin: 0 0 15px;
}

.contacts__invoices-requisites {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.contacts__invoices-requisites span {
  margin: 0 0 0 10px;
}

.reviews-page__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;
  padding-top: 100px;
  padding-bottom: 100px;
}

.reviews-page__header {
  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-bottom: 70px;
}

.reviews-page__body {
  max-width: 1188px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(282px,1fr));
  gap: 20px;
  margin: 0 0 70px;
}

.reviews-page__card {
  position: relative;
  height: 180px;
  border: 1px solid #fff;
  background: #fff;
  padding: 16px 16px 20px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.reviews-page__link {
  height: 100%;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reviews-page__picture {
  width: 100px;
  height: 50px;
  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;
}

.reviews-page__img {
  -o-object-fit: contain!important;
     object-fit: contain!important;
}

.reviews-page__note {
  font-size: 15px;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
  color: #131d24;
}

.reviews-page__icon {
  position: absolute;
  top: 16px;
  right: 16px;
}

.reviews-page__icon:before {
  color: #ef4036;
}

.reviews-page__form {
  max-width: 1188px;
  width: 100%;
}

.reviews-page__form .form__item:not(:last-child) {
  margin: 0 0 15px;
}

.reviews-page__subtittle {
  margin: 0 0 54px;
}

.reviews-page__btn-mobile-show {
  position: relative;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 70px;
}

.reviews-page__btn-mobile-show:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: 0;
  -webkit-transition: opacity .4s ease 0s;
  -o-transition: opacity .4s ease 0s;
  transition: opacity .4s ease 0s;
}

.form__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
}

.form__left {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 34px;
}

.form__right {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form__textarea {
  width: 100%;
  height: 100%;
  resize: none;
  padding: 15px 12px;
}

.form__footer {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #a4a4a4;
}

.form input::-moz-placeholder, .form textarea::-moz-placeholder {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #a4a4a4;
}

.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #a4a4a4;
}

.form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #a4a4a4;
}

.form input::placeholder,
.form textarea::placeholder {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #a4a4a4;
}

._reviews-page .reviews-page__content {
  padding-top: 100px;
  padding-bottom: 100px;
}

._reviews-page .reviews-page__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: unset;
  gap: 20px;
  margin-bottom: 70px;
}

._reviews-page .reviews-page span {
  display: inline-block;
}

._reviews-page .reviews-page .preview-reviews__btn {
  display: inline-block;
  margin: 0 0 54px;
}

._reviews-page .reviews-page .preview-reviews__btn:before {
  font-weight: 700;
  color: #b1b1b1;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

._reviews-page .reviews-page .preview-reviews__item {
  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;
}

._reviews-page .reviews-page .preview-reviews__picture {
  width: 130px;
  height: 190px;
  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: 0 0 18px;
}

._reviews-page .reviews-page .preview-reviews__img {
  width: 93px;
  height: 160px;
}

._reviews-page .reviews-page .preview-reviews__icon:before {
  font-size: 28px;
  font-weight: 700;
  color: #b1b1b1;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

._reviews-page .reviews-page__inner {
  max-width: 971px;
  width: 100%;
  background: #fff;
  padding: 64px 85px;
}

._reviews-page .reviews-page .inner-reviews__title {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  text-align: center;
  color: #131d24;
  margin: 0 0 46px;
}

._reviews-page .reviews-page .inner-reviews__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._reviews-page .reviews-page .inner-reviews__text:not(:last-child) {
  margin: 0 0 25px;
}

._reviews-page .reviews-page .inner-reviews__text:nth-child(6),
._reviews-page .reviews-page__inner p:nth-child(6) {
  margin: 0 0 50px;
}

._reviews-page .reviews-page .inner-reviews .inner-reviews__subtitle,
._reviews-page .reviews-page .inner-reviews__text {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

._reviews-page .reviews-page .inner-reviews__list,
._reviews-page .reviews-page .inner-reviews__note,
._reviews-page .reviews-page__inner p,
._reviews-page .reviews-page__inner ul {
  margin: 0 0 25px;
}

._reviews-page .reviews-page .inner-reviews__item:not(:last-child) {
  margin: 0 0 25px;
}

._reviews-page .reviews-page .inner-reviews .inner-reviews__date,
._reviews-page .reviews-page .inner-reviews__note {
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}

._reviews-page .reviews-page__mobile-block {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 0 70px;
}

.user__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;
  padding-top: 100px;
  padding-bottom: 100px;
}

.user__body {
  max-width: 1188px;
  width: 100%;
  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;
}

.user__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 60px;
}

.user__right,
.user__right .form {
  width: 100%;
}

.user__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.user__subtitle {
  margin: 0 0 40px;
}

.user__history-body {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(433px,1fr));
  gap: 20px;
}

.user__history-item {
  max-width: 433px;
  height: 252px;
}

.user .sidebar__nav {
  width: 100%;
}

.sidebar__item-mobile .user .sidebar__item-current,
.user .sidebar__item,
.user .sidebar__item-mobile .sidebar__item-current {
  padding: 18px 45px 18px 24px;
}

._form-user {
  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: 60px 80px;
}

._form-user .form__item:not(:last-child) {
  margin: 0 0 15px;
}

._form-user .form__button {
  margin: 0;
}

.item-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  background: #fff;
  padding: 32px 33px 35px 20px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.item-history__left {
  margin: 0 30px 0 0;
}

.item-history__right {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-history__inner,
.item-history__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-history__title {
  font-size: 15px;
  line-height: 140%;
  font-weight: 500;
  margin: 0 0 20px;
}

.item-history__subtitle {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

.item-history__footer {
  width: 100%;
  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;
}

.item-history__date {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
  color: #b1b1b1;
}

.item-history__save {
  margin: 0 24px 0 0;
}

.item-history__save:before {
  font-size: 20px;
  font-weight: 700;
  color: #b1b1b1;
  -webkit-transition: color .4s ease 0s;
  -o-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
}

.item-history__link:before {
  font-size: 28px;
  color: #b1b1b1;
  -webkit-transition: color .4s ease 0s;
  -o-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
}

.sidebar__item-mobile {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 1;
}

.sidebar__item-mobile .sidebar__item-current .sidebar__arrow:before {
  font-size: 18px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidebar__link {
  text-align: left;
}

.catalog__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;
  padding-top: 100px;
  padding-bottom: 100px;
}

.catalog__header {
  max-width: 1188px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 46px;
}

.catalog__search {
  max-width: 886px;
  width: 100%;
  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;
}

.catalog__search-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  margin: 0 36px 0 0;
}

.catalog__label {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  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;
  z-index: 1;
}

.catalog__label:before {
  color: rgba(0,0,0,.3);
}

.catalog__input {
  width: 100%;
  border: 0;
  padding: 16px 18px;
}

.catalog__input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: rgba(0,0,0,.3);
}

.catalog__input::-moz-placeholder {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: rgba(0,0,0,.3);
}

.catalog__input:-ms-input-placeholder {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: rgba(0,0,0,.3);
}

.catalog__input::-ms-input-placeholder {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: rgba(0,0,0,.3);
}

.catalog__input::placeholder {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: rgba(0,0,0,.3);
}

.catalog__input:not(:-moz-placeholder-shown)~.catalog__label:before {
  display: none;
}

.catalog__input:not(:-ms-input-placeholder)~.catalog__label:before {
  display: none;
}

.catalog__input:not(:placeholder-shown)~.catalog__label:before {
  display: none;
}

.catalog__input:focus~.catalog__label:before {
  -webkit-transition: color .4s ease 0s;
  -o-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
  color: #000;
}

.catalog__body {
  width: min(100% - 1px,1188px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.catalog__left .sidebar__list {
  margin: 0 0 40px;
}

.catalog__right {
  max-width: 886px;
  width: 100%;
}

.catalog__right ._tabs-block {
  display: none;
}

.catalog__right ._tabs-block._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__right-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.catalog__subtitle {
  margin: 0 0 40px;
}

.catalog__right-body {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(433px,1fr));
  gap: 20px;
}

.catalog__card {
  max-width: 433px;
  height: 380px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #fff;
  background: #fff;
  padding: 26px 40px 40px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.catalog__picture {
  width: 260px;
  height: 140px;
  margin: 0 0 30px;
}

.catalog__img {
  -o-object-fit: contain!important;
     object-fit: contain!important;
}

.catalog__card-label {
  position: absolute;
  top: 18px;
  left: 0;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  background: #ef4036;
  padding: 3px 10px;
}

.catalog__card-title {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 17px;
}

.catalog__card-text {
  position: relative;
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
  text-align: left;
}

.catalog__card-text--top {
  margin: 0 0 38px;
}

.catalog__show-more-btn {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
}

.catalog__show-more-btn:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: 0;
  -webkit-transition: background .4s ease 0s;
  -o-transition: background .4s ease 0s;
  transition: background .4s ease 0s;
}

.catalog__show-more-btn--more {
  margin: 0 0 70px;
}

.catalog__show-more-btn--less {
  bottom: 1px;
  display: none;
}

._presentations .catalog__card,
._table-material {
  padding: 30px;
}

._presentations .catalog__card .catalog__picture,
._table-material .catalog__picture {
  width: 100%;
  height: 100%;
}

.product__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;
  padding-top: 40px;
  padding-bottom: 100px;
}

.product__nav {
  position: relative;
  max-width: 318px;
  width: 100%;
  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;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 47px;
}

.product__nav-hover-menu:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 67%;
  width: 34%;
  height: 100%;
  padding: 0 0 80px;
}

.product__nav-hover-menu._hover .product__catalog-menu {
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 1;
  visibility: visible;
}

.product__nav-hover-menu._hover .product__burger:before {
  color: #000;
}

.product__nav-hover-menu .catalog__left,
.product__nav-hover-menu .sidebar .sidebar__nav {
  width: 100%;
}

.product__nav-hover-menu .sidebar {
  max-width: 100%;
}

.product__back-link,
.product__burger {
  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;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}

.product__back-link:before {
  font-size: 12px;
}

.product__burger {
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.product__back-link:before,
.product__burger:before {
  color: #ef4036;
  margin: 0 20px 0 0;
  -webkit-transition: color .4s ease 0s;
  -o-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
}

.product__catalog-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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;
  -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.15);
          box-shadow: 0 4px 10px rgba(0,0,0,.15);
  background: #e5e5e5;
  padding: 0 0 30px;
  -webkit-transition: -webkit-transform .4s ease 0s;
  transition: -webkit-transform .4s ease 0s;
  -o-transition: transform .4s ease 0s;
  transition: transform .4s ease 0s;
  transition: transform .4s ease 0s, -webkit-transform .4s ease 0s;
  -webkit-transform: translateY(140px);
      -ms-transform: translateY(140px);
          transform: translateY(140px);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.product__catalog-menu .sidebar__list,
.product__main>h3.product__title._subtitle {
  margin: 0 0 40px;
}

.product__catalog-menu .sidebar__list .sidebar__arrow {
  position: relative;
  z-index: 1;
}

.product__main {
  max-width: 1188px;
  width: 100%;
}

.product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ef4036;
  padding-bottom: 80px;
  margin-bottom: 60px;
}

.product__header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-right: 62px;
}

.product__slider {
  overflow: hidden;
}

.product__slider_viewport {
  width: 250px;
  height: 300px;
}

.product__slider_viewport .modal__slider-picture {
  width: 100%;
  height: 100%;
}

.product__slider_viewport .modal__slider-img {
  -o-object-fit: contain!important;
     object-fit: contain!important;
}

.product__slider_thumbs {
  height: 170px;
}

.product__header-right,
.product__slider_thumbs .modal__slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__slider_thumbs .modal__slider-slide {
  width: 50px;
  height: 50px;
  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;
}

.product__slider_thumbs .modal__slider-slide.swiper-slide-thumb-active {
  border-color: #000;
}

.product__slider_thumbs .modal__slider-picture {
  width: 40px;
  height: 40px;
}

.product__header-right {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
}

.product__title_mobile {
  font-size: 25px;
  margin: 0 0 30px;
}

.product__buttons {
  width: 100%;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
  gap: 10px;
}

.product__bth_consultation {
  border-color: #000;
  color: #000;
  background: inherit;
  -webkit-transition: border-color .4s ease 0s;
  -o-transition: border-color .4s ease 0s;
  transition: border-color .4s ease 0s;
}

.product__items-link {
  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;
}

.product__items-link .product__items-item:nth-child(2) .product__items-picture {
  display: unset;
}

.product__items-link .product__items-item:nth-child(2) .product__items-picture .product__items-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-inline: auto;
  margin-block: auto;
}

.product__items-item {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__items-picture {
  position: relative;
  width: 56px;
  height: 56px;
  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: 0 18px 0 0;
}

.product__items-item-link {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  -webkit-transition: color .4s ease 0s;
  -o-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
}

.product__items-item-link:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: 0;
  -webkit-transition: background .4s ease 0s;
  -o-transition: background .4s ease 0s;
  transition: background .4s ease 0s;
}

.product__items-icon {
  width: 48px;
  height: 48px;
  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;
  border-radius: 50%;
  border: 1px solid #ef4036;
  margin: 0 18px 0 0;
  -webkit-transition: fill .4s ease 0s;
  -o-transition: fill .4s ease 0s;
  transition: fill .4s ease 0s;
}

.product__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #ef4036;
  padding-bottom: 80px;
  margin-bottom: 60px;
}

.product__body>.product__body-subtitle {
  margin: 0 0 15px;
}

.product__body-title {
  margin: 0 0 40px;
}

.product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 0 0 60px;
}
.product__inner p,
.catalog__card-text--top p {
  line-height: 140%;
  font-size: 15px;
}

.product__inner-top h2,
.catalog__card-text--top h2 {
  font-size:19px;
  font-weight: 500;
}

.product__inner h3,
.catalog__card-text--top h3 {
  font-size:18px;
  font-weight: 500;
}

.catalog__card-text--top h2,
.catalog__card-text--top h3,
.catalog__card-text--top p {
  margin-bottom: 16px;
}
.catalog__card-text--top ul {
  margin:16px 0; 
  padding-left:24px; 
  list-style-type:disc;
}

.product__inner-top {
  display: grid;
  /*grid-template-columns: 1fr 1fr;*/
  gap: 6px;
  margin: 0 0 40px;
  font-weight: 300;
}

.product__inner-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.product__inner-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.product__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product__text {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

.product__left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._reviews-page .reviews-page__inner li:not(:last-child),
.product__left-item:not(:last-child) {
  margin: 0 0 25px;
}

.product__body-subtitle {
  display: inline-block;
  font-size: 15px;
  line-height: 140%;
  font-weight: 500;
  text-transform: uppercase;
}

.product__note {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
}

.product__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product__right .product__text:nth-child(1) {
  margin: 0 0 25px;
}

.product__table {
  width: 100%;
  margin: 0 0 10px;
}

.product__body-note {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}

.product__filter {
  margin: 0 0 60px;
}

.product__filter .references__item._active .references__btn {
  border-color: #ef4036;
}

.product__filter .references__item._active .references__btn~.references__btn-icon {
  opacity: 1;
  visibility: visible;
}

.product__tab {
  display: none;
}

.product__tab._active {
  display: block;
}

.product__tab-title {
  display: inline-block;
  font-size: 15px;
  line-height: 140%;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.product__tab-picure {
  width: 585px;
  background: #fff;
  margin: 0 0 40px;
  height: 300px;
}

.product__tab-img {
  -o-object-fit: contain!important;
     object-fit: contain!important;
}

.product__tab-table {
  width: 100%;
}

.table__product-title {
  font-size: 15px;
  line-height: 140%;
  font-weight: 500;
  color: #fff;
}

.table__product-text {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}

.table__tab {
  width: 100%;
}

.table__tab-title {
  font-size: 15px;
  line-height: 140%;
  font-weight: 500;
  color: #fff;
}

.table__tab-text {
  white-space: nowrap;
}

.product__table_one thead th {
  background: #ef4036;
  padding: 10px 5px;
}

.product__table_one tbody td {
  text-align: center;
  background: #fff;
  padding: 15px 5px;
}

table.product__tab-table thead th {
  background: #ef4036;
  padding: 10px 26px;
}

table.product__tab-table tbody tr:nth-child(1) {
  font-weight: 400;
}

table.product__tab-table tbody td {
  text-align: center;
  background: #fff;
  padding: 15px 26px;
}

.photo .catalog__body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.photo .catalog__picture {
  width: 100%;
  height: 100%;
  margin: 0 0 30px;
}

.photo .catalog__card-title {
  margin: 0;
}

.photo-products .btn-hide {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.photo-products .catalog__body {
  width: min(100% - 1px,1188px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.photo-products .catalog__right-body {
  grid-template-columns: repeat(auto-fit,minmax(282px,1fr));
  margin: 0 0 40px;
}

.photo-products .catalog__card {
  position: relative;
  max-width: 282px;
  height: 247px;
  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;
  padding: 0;
}

.photo-products .catalog__picture {
  width: 100%;
  height: 100%;
  margin: 0;
}

.photo-products .catalog__picture .catalog__img {
  -o-object-fit: unset!important;
     object-fit: unset!important;
}

.photo-products .photo-products-icon {
  position: absolute;
  width: 63px;
  height: 63px;
  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;
  border-radius: 50%;
  border: 2px solid #fff;
}

.photo-products .photo-products-icon:before,
.video-btn:before {
  font-size: 48px;
  color: #fff;
}

.photo-products .photo-products-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.photo-products__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 22px;
}

.photo-products__header .catalog__subtitle {
  margin: 0;
}

.photo-products__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.photo-products__filter-item {
  position: relative;
  background: #fff;
}

.photo-products__filter-item .references__btn-icon {
  top: -3px;
  right: -3px;
  bottom: unset;
  margin-block: unset;
}

.photo-products__btn {
  border: 2px solid #fff;
  -webkit-transition: border-color .4s ease 0s;
  -o-transition: border-color .4s ease 0s;
  transition: border-color .4s ease 0s;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 15px 20px;
}

.photo-products__btn._active {
  border-color: #ef4036;
}

.photo-products__btn._active~.references__btn-icon {
  opacity: 1;
  visibility: visible;
}

.photo-products .catalog__product-link._hide,
.photo-products .catalog__product-link.hide {
  display: none;
}

.photo-products .catalog__product-link._show-select {
  display: block;
}

.photo-products .catalog__product-link._hide-items {
  display: none;
}

.ppm-one .modal__content {
  min-height: auto;
  height: inherit;
}

.ppm-one .modal__header {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.ppm-one .modal__body {
  display: unset;
}

.ppm-one .interlayer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.ppm-one .modal__slider-slide.swiper-slide {
  height: auto!important;
}

.ppm-one .modal__body,
.ppm-one .references-modal {
  width: 100%;
  height: inherit;
}

.ppm-one .references-modal {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ppm-one .references-modal__slider_thumbs_overflow {
  position: relative;
}

.ppm-one .references-modal__slider,
.ppm-one .references-modal__slider .modal__slider-wrapper {
  height: 100%;
}

.ppm-one .modal__control-btn--prev {
  position: absolute;
  top: 50%;
  left: -45px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ppm-one .modal__control-btn--next {
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ppm-one .references-modal__slider_viewport .swiper-slide {
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-video,
.ppm-one .references-modal__slider_viewport .modal__slider-picture {
  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;
}

.ppm-one .references-modal__slider_viewport .references-modal__text {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  z-index: 1;
}

.ppm-one .references-modal .modal__control {
  position: unset;
}

._touch .ppm-one .references-modal__slider_viewport {
  height: 90%;
}

._touch .ppm-one .references-modal__slider_thumbs {
  padding: 0 5px 8px;
}

._chemical-materials .item-history__picture,
._materials .item-history__picture,
._patents .item-history__picture,
._presentations .item-history__picture,
._testing .item-history__picture {
  width: 103px;
}

._chemical-materials .item-history__footer .item-history__link,
._materials .item-history__footer .item-history__link,
._patents .item-history__footer .item-history__link,
._presentations .item-history__footer .item-history__link,
._testing .item-history__footer .item-history__link {
  margin: 0 0 0 auto;
}

._presentations .catalog__picture .catalog__img {
  -o-object-fit: cover!important;
     object-fit: cover!important;
}

._chemical-materials .user__history-body a {
  display: contents;
}

._chemical-materials .user__history-body .item-history__footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal-video {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.video-content {
  width: min(100% - 1px,600px);
}

.video-viewport {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 0 25px;
}

.video-btn,
.video-frame {
  position: absolute;
  top: 0;
  left: 0;
}

.video-frame {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-width: 0;
  outline-width: 0;
}

.video-btn {
  right: 0;
  bottom: 0;
  margin-inline: auto;
  margin-block: auto;
  width: 63px;
  height: 63px;
  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;
  border-radius: 50%;
  border: 2px solid #fff;
}

.video-title {
  text-align: center;
  margin: 0 0 25px;
}

._table-resistance .product__nav-hover-menu:before {
  left: 52%;
  width: 50%;
}

._table-resistance .product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0;
  padding: 0;
  margin: 0 0 40px;
}

._table-resistance .product__header .product__title {
  margin: 0 0 40px;
}

.table-resistance__top-nav {
  width: 100%;
  background: #e5e5e5;
  padding: 40px 0;
  z-index: 1;
}

.table-resistance__top-nav._add-style {
  -webkit-filter: drop-shadow(0 4px 10px rgba(0,0,0,.15));
          filter: drop-shadow(0 4px 10px rgba(0,0,0,.15));
}

.table-mobile__item._mobile-items._mobile-items--degrees div.questionnaires__table-item,
.table-resistance__top-nav .product__nav {
  margin: 0;
}

.table-resistance__body-title {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.table-resistance__body-text {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 0 0 100px;
}

._table-title,
table.questionnaires__table thead tr {
  font-size: 15px;
  line-height: 97.5%;
  font-weight: 500;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

._body-title {
  width: 100%;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #626262;
}

._table-overflow {
  margin: 0 0 60px;
}

._table-overflow:nth-child(4) {
  margin: 0 0 100px;
}

.table-medium tbody p.table-medium__text,
.table-small,
.text {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}

.table-small {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.table-medium tr:not(:last-child) td,
.table-small tr:not(:last-child) td {
  border-bottom: 1px solid #d8d8d8;
}

.table-small td {
  vertical-align: top;
  padding: 10px 20px;
}

.table-small td:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}

.table-small__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-small__abbr {
  width: 20%;
  margin: 0 5px 0 0;
}

.table-small__text {
  width: 80%;
  display: inline-block;
}

.table-medium {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.table-medium thead {
  background: #ef4036;
}

.table-medium thead th {
  padding: 10px;
}

.table-medium thead th:nth-child(1) {
  width: 274px;
}

.table-medium thead th:nth-child(2) {
  width: 140px;
}

.table-medium thead th:nth-child(n+3) {
  vertical-align: bottom;
}

.table-medium thead th:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}

.table-medium__title_vertical {
  vertical-align: bottom;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.table-medium tbody td {
  text-align: center;
  padding: 10px 0;
}

.table-medium tbody td:nth-child(1) {
  padding: 10px 5px;
}

.table-large tbody td:not(:last-child),
.table-large thead th:not(:last-child),
.table-medium tbody td:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}

.table-large,
.table-medium tbody span.table-medium__text {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
}

.table-large {
  font-weight: 400;
  text-align: center;
  border-collapse: collapse;
  background: #fff;
}

.table-large thead,
table.questionnaires__table thead {
  background: #ef4036;
}

.table-large thead th {
  padding: 10px 0;
}

.table-large thead th:nth-child(2) {
  padding-left: 34px;
  padding-right: 34px;
}

.table-large thead tr:nth-child(1) th:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.table-large thead tr:nth-child(2) th {
  padding-left: 5px;
  padding-right: 5px;
}

.table-large tbody td {
  vertical-align: top;
}

.table-large tbody td:not(._body-title) {
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 14px;
}

.questionnaires input {
  font-size: 15px;
  font-weight: 400;
  color: #131d24;
}

.questionnaires .product__header {
  border: 0;
  padding: 0;
  margin: 0 0 40px;
}

.questionnaires__filter {
  margin: 0 0 15px;
}

.questionnaires__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}

.questionnaires__file-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  -webkit-transition: color .4s ease 0s;
  -o-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
}

.questionnaires__file-link:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: calc(100% - 28px);
  height: 1px;
  background: #000;
  z-index: 0;
  -webkit-transition: background .4s ease 0s;
  -o-transition: background .4s ease 0s;
  transition: background .4s ease 0s;
}

.questionnaires__file-icon {
  display: inline-block;
  margin: 0 0 0 12px;
}

.questionnaires__file-icon:before {
  font-size: 20px;
  font-weight: 700;
  color: #b1b1b1;
  -webkit-transition: color .4s ease 0s;
  -o-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
}

.questionnaires__tab {
  width: 100%;
  display: none;
}

.questionnaires__tab._active {
  display: block;
}

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

.questionnaires__table-col--check {
  display: table-cell;
}

.questionnaires__table-col--check-degrees .questionnaires__table-item:not(:last-child) {
  padding: 0 40px 0 0;
}

.questionnaires__table-item {
  display: table-cell;
  white-space: nowrap;
}

.questionnaires__table-item input {
  display: none;
  width: unset;
  margin: 0 10px 0 0;
}

.questionnaires__table-item input:checked+label:after {
  position: absolute;
  content: "";
  top: 0;
  left: 6px;
  bottom: 0;
  margin-block: auto;
  width: 6px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.questionnaires__table-item label {
  position: relative;
  cursor: pointer;
  vertical-align: text-top;
}

.questionnaires__table-item label:before {
  position: relative;
  content: "";
  display: inline-block;
  -webkit-appearance: none;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  vertical-align: text-bottom;
  background-color: transparent;
  padding: 8px;
  margin-right: 10px;
}

.questionnaires__table-item:not(:last-child) {
  padding: 0 24px 0 0;
}

.questionnaires__table-title {
  font-weight: 500;
  text-transform: uppercase;
}

.questionnaires__table-subtitle {
  text-align: left;
}

.questionnaires__table-mobile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.questionnaires__thanks-body {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 155px 286px 150px;
}

.questionnaires__thanks-body .product__body-title {
  text-align: center;
}

.questionnaires__thanks-body .questionnaires__file-link:before {
  width: 100%;
}

.questionnaires__thanks-subtitle {
  max-width: 334px;
  width: 100%;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}

.questionnaires__thanks-picture {
  margin: 0 0 30px;
}

._item-input {
  white-space: nowrap;
}

._item-input label {
  margin: 0 10px 0 0;
}

._item-input input {
  width: 70%;
}

._table-subtitle {
  border-right: none!important;
}

.table-mobile {
  background: #fff;
  margin: 0 0 60px;
}

.table-mobile * {
  display: inline-block;
}

.table-mobile__header {
  width: 100%;
  background: #ef4036;
  padding: 17px 20px;
}

.table-mobile__title {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.table-mobile__subtitle {
  padding: 5px 0;
}

.table-mobile__item,
.table-mobile__item-items {
  width: 100%;
}

.table-mobile__item:nth-child(12) input,
.table-mobile__item:nth-child(7) input {
  border-bottom: none;
}

.table-mobile__item-items .table-mobile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-mobile__item-items .table-mobile__item .table-mobile__label {
  width: 30%;
  text-align: center;
  border-right: 1px solid #d8d8d8;
}

.table-mobile__item-items .table-mobile__item .table-mobile__input {
  width: 70%;
}

.table-mobile b.table-mobile__subtitle,
.table-mobile__label {
  font-size: 15px;
  border-bottom: 1px solid #d8d8d8;
  padding: 14px 23px;
}

.table-mobile__label {
  width: 100%;
  font-weight: 400;
}

.table-mobile__input,
.table-mobile__textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  padding: 12px 23px;
}

.table-mobile__textarea {
  height: 89px;
  resize: none;
  padding: 14px 23px;
}

.table-mobile b.table-mobile__subtitle {
  line-height: 103.8%;
  font-weight: 500;
}

._border-item,
._mobile-items {
  border-bottom: 1px solid #d8d8d8;
}

._border-item input,
._border-item label,
table.questionnaires__table tbody tr td input {
  border: 0;
}

._mobile-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 23px;
}

._mobile-items .table-mobile__item-items {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

._mobile-items .questionnaires__table-item:not(:last-child) {
  margin: 0 0 22px;
}

.table-mobile__item._mobile-items._mobile-items--degrees {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 22px;
}

.table-mobile__item._mobile-items._mobile-items--last {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.table-mobile__item._mobile-items._mobile-items--last .questionnaires__table-item {
  padding: 0;
  margin: 0;
}

.table-mobile__item._mobile-big-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-mobile__item._mobile-big-items .table-mobile__input {
  width: 100%;
}

.table-mobile__item._mobile-big-items:not(:last-child),
table.questionnaires__table tbody tr td:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}

._questionnaires-fittings .product__nav-hover-menu:before {
  left: 50%;
  width: 50%;
}

table.questionnaires__table {
  table-layout: fixed;
  width: 100%;
  font-size: 15px;
  line-height: 103.8%;
  font-weight: 400;
  text-align: center;
  border-collapse: collapse;
  background: #fff;
  margin: 0 0 60px;
}

table.questionnaires__table thead th {
  padding: 20px 5px;
}

table.questionnaires__table tbody tr td:not(._body-title) {
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  padding: 14px 20px;
}

table.questionnaires__table tbody tr td input:not(._item-input input) {
  width: 100%;
}

table.questionnaires__table tr:nth-child(n+2):nth-child(-n+7) td {
  border-bottom: 1px solid #d8d8d8;
}

._reviews-page .reviews-page__inner {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

._reviews-page .reviews-page__inner h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #131d24;
  margin: 0 0 46px;
}

._reviews-page .reviews-page__inner b {
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  margin: 0 0 25px;
}

._reviews-page .reviews-page__inner time {
  font-size: 15px;
  line-height: 140%;
  font-weight: 500;
}

.modal._product-order:before,
.modal._product-request:before {
  background: #e5e5e5;
}

.modal._product-order .modal__register-title,
.modal._product-request .modal__register-title {
  margin: 0 0 27px;
}

.modal._product-order .modal__body,
.modal._product-request .modal__body {
  max-width: 800px;
  width: 100%;
  -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;
  border-radius: 20px;
  background: #fff;
  padding: 57px 34px 77px;
}

.modal._product-order .modal__register-form,
.modal._product-request .modal__register-form {
  width: min(100% - 2rem,350px);
}

.modal._product-order .form__item:not(:last-child),
.modal._product-request .form__item:not(:last-child) {
  margin: 0 0 15px;
}

.modal._product-order textarea,
.modal._product-request textarea {
  height: 136px;
  resize: none;
  margin: 0 0 27px;
}

@media (min-width:320px) {
  .product__slider_viewport {
    height: calc(300px + 75*(100vw - 320px)/447);
  }

  .product__tab-picure {
    height: calc(300px + 186*(100vw - 320px)/447);
  }
}

@media (min-width:620px) {
  .menu__body .menu__buttons,
  .menu__body .menu__footer {
    display: none;
  }
}

@media only screen and (min-width:767px) {
  .sidebar__sublist {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-filter: drop-shadow(0 4px 10px rgba(0,0,0,.15));
            filter: drop-shadow(0 4px 10px rgba(0,0,0,.15));
    background: #fff;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-transform: translateX(80%);
        -ms-transform: translateX(80%);
            transform: translateX(80%);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
  }

  .sidebar__secondlist {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-filter: drop-shadow(0 4px 10px rgba(0,0,0,.15));
            filter: drop-shadow(0 4px 10px rgba(0,0,0,.15));
    background: #fff;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-transform: translateX(80%);
        -ms-transform: translateX(80%);
            transform: translateX(80%);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
  }

  .sidebar__item-mobile .sidebar__item-current:before,
  .sidebar__item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 106%;
    height: 100%;
  }

  .sidebar__subitem:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 106%;
    height: 100%;
  }

  .sidebar__subitem._active {
    background: #e5e5e5;
  }

  .sidebar__seconditem._active {
    background: #e5e5e5;
  }

  .sidebar__icon-arrow {
    display: none;
  }

  .references__filter-choice {
    display: none;
  }

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

  ._reviews-page .reviews-page__mobile-block {
    display: none;
  }

  .sidebar__item-mobile {
    display: none;
  }

  .catalog__show-more-btn {
    display: none;
  }

  .product__title_mobile {
    display: none;
  }

  .questionnaires__tabs .references__btn-icon {
    display: none;
  }
}

@media (min-width:767px) {
  .product__slider_viewport {
    height: 375px;
  }

  .product__tab-picure {
    height: 486px;
  }
}

@media (min-width:768px) {
  .references__btn {
    font-size: calc(9px + 4*(100vw - 768px)/312);
  }

  .reviews-page__card {
    height: calc(180px + 10*(100vw - 768px)/1152);
  }

  .reviews-page__picture {
    width: calc(100px + 116*(100vw - 768px)/1152);
  }

  .reviews-page__picture {
    height: calc(50px + 60*(100vw - 768px)/1152);
  }

  .product__slider_viewport {
    width: calc(250px + 183*(100vw - 768px)/256);
  }

  .product__slider_viewport {
    height: calc(250px + 183*(100vw - 768px)/256);
  }

  .product__slider_thumbs {
    height: calc(170px + 120*(100vw - 768px)/256);
  }

  .product__slider_thumbs .modal__slider-slide {
    width: calc(50px + 40*(100vw - 768px)/256);
  }

  .product__slider_thumbs .modal__slider-slide {
    height: calc(50px + 40*(100vw - 768px)/256);
  }

  .product__slider_thumbs .modal__slider-picture {
    width: calc(40px + 34*(100vw - 768px)/256);
  }

  .product__slider_thumbs .modal__slider-picture {
    height: calc(40px + 34*(100vw - 768px)/256);
  }
}

@media only screen and (min-width:768px) {
  .reviews-page__btn-mobile-show {
    display: none;
  }
}

@media only screen and (min-width:769px) {
  .ppm-one .modal__header {
    position: absolute;
    right: 65px;
    margin: 0;
    z-index: 5;
  }
}

@media only screen and (min-width:992px) {
  .table-resistance__top-nav {
    position: -webkit-sticky;
    position: sticky;
  }

  .table-medium thead {
    position: -webkit-sticky;
    position: sticky;
  }

  .table-large thead {
    position: -webkit-sticky;
    position: sticky;
  }
}

@media all and (min-width:1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }

  .fancybox__slide {
    padding: 64px 100px;
  }

  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }

  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }

  .carousel__button.is-close {
    right: 40px;
  }

  .fancybox__toolbar {
    padding: 8px;
  }
}

@media (min-width:1024px) {
  .menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .certificate__slider {
    width: calc(174px + 46*(100vw - 1024px)/896);
  }

  .certificate__slider {
    height: calc(247px + 66*(100vw - 1024px)/896);
  }

  .modal__preview-thumbs {
    width: calc(61px + 69*(100vw - 1024px)/896);
  }

  .modal__preview-thumbs {
    height: calc(164px + 186*(100vw - 1024px)/896);
  }

  .modal__preview-thumbs .modal__slider-picture {
    width: calc(44px + 49*(100vw - 1024px)/896);
  }

  .modal__preview-thumbs .modal__slider-picture {
    height: calc(62px + 70*(100vw - 1024px)/896);
  }

  .modal__viewport {
    width: calc(413px + 190*(100vw - 1024px)/896);
  }

  .modal__viewport {
    height: calc(586px + 269*(100vw - 1024px)/896);
  }

  .modal__viewport {
    margin-left: calc(40px + 46*(100vw - 1024px)/896);
  }

  .modal__viewport {
    margin-right: calc(40px + 46*(100vw - 1024px)/896);
  }

  .product__slider_viewport {
    width: 433px;
  }

  .product__slider_viewport {
    height: 433px;
  }

  .product__slider_thumbs {
    height: 290px;
  }

  .product__slider_thumbs .modal__slider-slide {
    width: 90px;
  }

  .product__slider_thumbs .modal__slider-slide {
    height: 90px;
  }

  .product__slider_thumbs .modal__slider-picture {
    width: 74px;
  }

  .product__slider_thumbs .modal__slider-picture {
    height: 74px;
  }
}

@media (min-width:1025px) {
  .header__burger-icon {
    display: none;
  }

  .menu__header {
    display: none;
  }
}

@media (min-width:1080px) {
  .references__btn {
    font-size: 13px;
  }
}

@media only screen and (min-width:1250px) {
  .references__filter {
    position: -webkit-sticky;
    position: sticky;
  }

  .table thead {
    position: -webkit-sticky;
    position: sticky;
  }
}

@media (min-width:1920px) {
  .certificate__slider {
    width: 220px;
  }

  .certificate__slider {
    height: 313px;
  }

  .modal__preview-thumbs {
    width: 130px;
  }

  .modal__preview-thumbs {
    height: 350px;
  }

  .modal__preview-thumbs .modal__slider-picture {
    width: 93px;
  }

  .modal__preview-thumbs .modal__slider-picture {
    height: 132px;
  }

  .modal__viewport {
    width: 603px;
  }

  .modal__viewport {
    height: 855px;
  }

  .modal__viewport {
    margin-left: 86px;
  }

  .modal__viewport {
    margin-right: 86px;
  }

  .reviews-page__card {
    height: 190px;
  }

  .reviews-page__picture {
    width: 216px;
  }

  .reviews-page__picture {
    height: 110px;
  }
}

@media (max-width:1920px) {
  .menu__item:not(:last-child) {
    margin-right: 26px;
  }
}

@media (max-width:1660px) {
  .header__content {
    padding-top: calc(5px + 15*((100vw - 320px)/1340));
    padding-bottom: calc(5px + 15*((100vw - 320px)/1340));
  }

  .menu__close:before {
    font-size: calc(20px + 5*((100vw - 320px)/1340));
  }

  .footer__content {
    padding-top: calc(45px + -1*((100vw - 320px)/1340));
    padding-bottom: calc(50px + 6*((100vw - 320px)/1340));
  }

  .footer__header {
    margin-bottom: calc(56px + -6*((100vw - 320px)/1340));
  }

  .footer__link {
    font-size: calc(15px + -2*((100vw - 320px)/1340));
  }

  ._big-title {
    font-size: calc(50px + 40*((100vw - 320px)/1340));
  }

  ._title {
    font-size: calc(30px + 5*((100vw - 320px)/1340));
  }

  ._subtitle {
    font-size: calc(20px + 5*((100vw - 320px)/1340));
    line-height: calc(20px + 11*((100vw - 320px)/1340));
  }

  ._btn-header {
    font-size: calc(15px + -2*((100vw - 320px)/1340));
  }

  ._btn-red {
    padding-top: calc(16px + 0*((100vw - 320px)/1340));
    padding-bottom: calc(15px + 0*((100vw - 320px)/1340));
  }

  ._btn-border {
    padding-top: calc(16px + 0*((100vw - 320px)/1340));
    padding-bottom: calc(15px + 0*((100vw - 320px)/1340));
  }

  ._user {
    font-size: calc(15px + -2*((100vw - 320px)/1340));
  }

  .policy__content {
    padding-top: calc(70px + 30*((100vw - 320px)/1340));
    padding-bottom: calc(70px + 30*((100vw - 320px)/1340));
  }

  .policy__header {
    margin-bottom: calc(40px + 30*((100vw - 320px)/1340));
  }

  .policy__body {
    padding: calc(40px + 26*((100vw - 320px)/1340)) calc(15px + 135*((100vw - 320px)/1340)) calc(40px + 40*((100vw - 320px)/1340));
  }

  .top__content {
    padding-top: calc(57px + 46*((100vw - 320px)/1340));
    padding-bottom: calc(77px + 26*((100vw - 320px)/1340));
  }

  .top__left {
    margin-right: calc(0px + 87*((100vw - 320px)/1340));
  }

  .form {
    padding: calc(25px + 5*((100vw - 320px)/1340)) calc(5px + 37*((100vw - 320px)/1340)) calc(25px + 17*((100vw - 320px)/1340));
  }

  .our-production__content {
    padding-top: calc(70px + 30*((100vw - 320px)/1340));
    padding-bottom: calc(70px + 30*((100vw - 320px)/1340));
  }

  .our-production__text {
    margin-bottom: calc(60px + 20*((100vw - 320px)/1340));
  }

  .our-production__inner {
    margin-bottom: calc(40px + 40*((100vw - 320px)/1340));
  }

  .info__content {
    padding-top: calc(70px + 30*((100vw - 320px)/1340));
    padding-bottom: calc(70px + 30*((100vw - 320px)/1340));
  }

  .clients__content {
    padding-top: calc(70px + 30*((100vw - 320px)/1340));
    padding-bottom: calc(70px + 30*((100vw - 320px)/1340));
  }

  .reviews__content {
    padding-top: calc(61px + 30*((100vw - 320px)/1340));
    padding-bottom: calc(77px + 23*((100vw - 320px)/1340));
  }

  .reviews__body {
    margin-bottom: calc(40px + 40*((100vw - 320px)/1340));
  }

  .about__content {
    padding-top: calc(70px + 30*((100vw - 320px)/1340));
    padding-bottom: calc(70px + 30*((100vw - 320px)/1340));
  }

  .about__header {
    margin-bottom: calc(40px + 20*((100vw - 320px)/1340));
  }

  .about__inner {
    margin-bottom: calc(60px + 40*((100vw - 320px)/1340));
  }

  .about__picture {
    width: calc(120px + 40*((100vw - 320px)/1340));
    height: calc(120px + 40*((100vw - 320px)/1340));
  }

  .about__left .about__text:nth-child(2) {
    margin-bottom: calc(40px + 60*((100vw - 320px)/1340));
  }

  .about__right .about__image {
    margin-bottom: calc(60px + 10*((100vw - 320px)/1340));
  }

  .certificate__content {
    padding-top: calc(70px + 30*((100vw - 320px)/1340));
    padding-bottom: calc(70px + 30*((100vw - 320px)/1340));
  }

  .certificate__header {
    margin-bottom: calc(47px + 23*((100vw - 320px)/1340));
  }

  .certificate__card {
    padding: calc(35px + 0*((100vw - 320px)/1340)) calc(30px + 5*((100vw - 320px)/1340));
  }

  .certificate__card-left {
    margin-right: calc(15px + 17*((100vw - 320px)/1340));
  }

  .certificate__subtitle {
    margin-bottom: calc(20px + 20*((100vw - 320px)/1340));
  }

  .modal__content {
    padding: calc(35px + 10*((100vw - 320px)/1340)) calc(10px + 55*((100vw - 320px)/1340)) calc(35px + 75*((100vw - 320px)/1340));
  }

  .modal__control {
    margin-bottom: calc(32px + 98*((100vw - 320px)/1340));
  }

  .modal__text {
    margin-bottom: calc(32px + 58*((100vw - 320px)/1340));
  }

  .modal.modal-register .modal__body {
    padding: calc(33px + 24*((100vw - 320px)/1340)) calc(30px + 4*((100vw - 320px)/1340)) calc(38px + 39*((100vw - 320px)/1340));
  }

  .modal__register-items {
    margin-bottom: calc(25px + 15*((100vw - 320px)/1340));
  }

  .modal__register-radio-items:not(:last-child) {
    margin-bottom: calc(25px + 9*((100vw - 320px)/1340));
  }

  .modal.modal-login .modal__body {
    padding: calc(33px + 24*((100vw - 320px)/1340)) calc(30px + 4*((100vw - 320px)/1340)) calc(38px + 39*((100vw - 320px)/1340));
  }

  .modal.modal-login-password .modal__body {
    padding: calc(33px + 24*((100vw - 320px)/1340)) calc(30px + 4*((100vw - 320px)/1340)) calc(38px + 39*((100vw - 320px)/1340));
  }

  .modal.modal-login-password-restore .modal__body {
    padding: calc(33px + 24*((100vw - 320px)/1340)) calc(30px + 4*((100vw - 320px)/1340)) calc(38px + 39*((100vw - 320px)/1340));
  }

  .references__content {
    padding-top: calc(70px + 30*((100vw - 320px)/1340));
    padding-bottom: calc(70px + 30*((100vw - 320px)/1340));
  }

  .references__header {
    margin-bottom: calc(40px + 30*((100vw - 320px)/1340));
  }

  .references-modal__slider_viewport .modal__slider-wrapper {
    height: calc(450px + 338*((100vw - 320px)/1340));
  }

  .references-modal .modal__info {
    height: calc(68px + 22*((100vw - 320px)/1340));
  }

  .rm-one .modal__content {
    padding: calc(50px + -5*((100vw - 320px)/1340)) calc(10px + 55*((100vw - 320px)/1340)) calc(35px + 75*((100vw - 320px)/1340));
  }

  .contacts__content {
    padding-top: calc(70px + 30*((100vw - 320px)/1340));
    padding-bottom: calc(70px + 30*((100vw - 320px)/1340));
  }

  .contacts__header {
    margin-bottom: calc(50px + 20*((100vw - 320px)/1340));
  }

  .contacts__body {
    padding: calc(50px + 0*((100vw - 320px)/1340)) calc(10px + 37*((100vw - 320px)/1340));
  }

  .contacts__subtitle {
    margin-bottom: calc(40px + 7*((100vw - 320px)/1340));
  }

  .contacts__picture-map {
    margin-bottom: calc(15px + 25*((100vw - 320px)/1340));
  }

  .reviews-page__content {
    padding-top: calc(70px + 30*((100vw - 320px)/1340));
    padding-bottom: calc(70px + 30*((100vw - 320px)/1340));
  }

  .reviews-page__header {
    margin-bottom: calc(40px + 30*((100vw - 320px)/1340));
  }

  .form__left {
    margin-right: calc(0px + 34*((100vw - 320px)/1340));
  }

  ._reviews-page .reviews-page__content {
    padding-top: calc(28px + 72*((100vw - 320px)/1340));
    padding-bottom: calc(70px + 30*((100vw - 320px)/1340));
  }

  ._reviews-page .reviews-page__body {
    margin-bottom: calc(40px + 30*((100vw - 320px)/1340));
  }

  ._reviews-page .reviews-page .preview-reviews__picture {
    width: calc(130px + 0*((100vw - 320px)/1340));
    height: calc(190px + 0*((100vw - 320px)/1340));
  }

  ._reviews-page .reviews-page .preview-reviews__img {
    width: calc(90px + 3*((100vw - 320px)/1340));
    height: calc(160px + 0*((100vw - 320px)/1340));
  }

  ._reviews-page .reviews-page__inner {
    padding: calc(36px + 28*((100vw - 320px)/1340)) calc(10px + 75*((100vw - 320px)/1340));
  }

  .user__content {
    padding-top: calc(70px + 30*((100vw - 320px)/1340));
    padding-bottom: calc(70px + 30*((100vw - 320px)/1340));
  }

  .user__header {
    margin-bottom: calc(40px + 20*((100vw - 320px)/1340));
  }

  ._form-user {
    padding: calc(50px + 10*((100vw - 320px)/1340)) calc(10px + 70*((100vw - 320px)/1340));
  }

  .item-history {
    padding: calc(26px + 6*((100vw - 320px)/1340)) calc(10px + 23*((100vw - 320px)/1340)) calc(22px + 13*((100vw - 320px)/1340)) calc(10px + 10*((100vw - 320px)/1340));
  }

  .catalog__content {
    padding-top: calc(60px + 40*((100vw - 320px)/1340));
    padding-bottom: calc(60px + 40*((100vw - 320px)/1340));
  }

  .catalog__header {
    margin-bottom: calc(30px + 16*((100vw - 320px)/1340));
  }

  .catalog__input {
    padding: calc(15px + 1*((100vw - 320px)/1340)) calc(10px + 8*((100vw - 320px)/1340));
  }

  .catalog__card {
    padding: calc(20px + 6*((100vw - 320px)/1340)) calc(10px + 30*((100vw - 320px)/1340)) calc(30px + 10*((100vw - 320px)/1340));
  }

  .catalog__picture {
    width: calc(220px + 40*((100vw - 320px)/1340));
    height: calc(140px + 0*((100vw - 320px)/1340));
  }

  ._presentations .catalog__card,
  ._table-material {
    padding: calc(15px + 15*((100vw - 320px)/1340)) calc(10px + 20*((100vw - 320px)/1340));
  }

  .product__content {
    padding-top: calc(40px + 0*((100vw - 320px)/1340));
    padding-bottom: calc(70px + 30*((100vw - 320px)/1340));
  }

  .product__nav {
    margin-bottom: calc(40px + 7*((100vw - 320px)/1340));
  }

  .product__header {
    padding-bottom: calc(70px + 10*((100vw - 320px)/1340));
    margin-bottom: calc(40px + 20*((100vw - 320px)/1340));
  }

  .product__header-left {
    margin-right: calc(0px + 62*((100vw - 320px)/1340));
  }

  .product__body {
    padding-bottom: calc(70px + 10*((100vw - 320px)/1340));
    margin-bottom: calc(40px + 20*((100vw - 320px)/1340));
  }

  ._chemical-materials .item-history__picture,
  ._materials .item-history__picture,
  ._patents .item-history__picture,
  ._presentations .item-history__picture,
  ._testing .item-history__picture {
    width: calc(50px + 53*((100vw - 320px)/1340));
  }

  .questionnaires__thanks-body {
    padding: calc(100px + 55*((100vw - 320px)/1340)) calc(20px + 266*((100vw - 320px)/1340)) calc(100px + 50*((100vw - 320px)/1340));
  }

  .questionnaires__thanks-subtitle {
    margin-bottom: calc(60px + 0*((100vw - 320px)/1340));
  }

  .modal._product-order .modal__body,
  .modal._product-request .modal__body {
    padding: calc(33px + 24*((100vw - 320px)/1340)) calc(30px + 4*((100vw - 320px)/1340)) calc(38px + 39*((100vw - 320px)/1340));
  }
}

@media (max-width:1366px) {
  .footer__body {
    grid-template-columns: 55% 45%;
  }

  .footer__body-right {
    grid-template-columns: 45% 60%;
  }
}

@media only screen and (max-width:1366px) {
  .references-modal__slider_thumbs>div.modal__slider-wrapper {
    width: 687px;
  }

  .ppm-one .modal__content {
    height: inherit;
  }
}

@media (max-width:1360px) {
  .header__menu {
    margin-right: 10px;
    margin-left: 10px;
  }

  .menu__item:not(:last-child) {
    margin-right: 10px;
  }
}

@media (max-width:1280px) {
  .header__content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content;
  }

  .header__content-left {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: 0 0 15px;
  }

  .header__content-right {
    grid-column: 3/4;
    grid-row: 1/2;
    margin: 0 0 15px;
  }

  .header__menu {
    grid-column: 1/-1;
    grid-row: 2/3;
    margin: 0;
  }

  .footer__body {
    grid-template-columns: 70% 30%;
  }

  .footer__body-right {
    grid-template-rows: 2fr;
  }

  .footer__copy {
    grid-column: 1/-1;
  }

  .footer__copy-text {
    max-width: 260px;
    width: 100%;
    margin: 0 0 8px;
  }

  .footer__info {
    grid-column: 1/-1;
    grid-row: 2/3;
  }

  .footer__info-item:not(:last-child) {
    margin: 0 0 8px;
  }
}

@media only screen and (max-width:1280px) {
  .our-production__inner {
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 10px;
  }

  .about__inner {
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  }

  .certificate__body {
    grid-template-columns: repeat(auto-fit,minmax(500px,1fr));
  }

  .reviews-page__body {
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  }

  .user__history-body {
    grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
    gap: 10px;
  }

  .catalog__right-body {
    grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
    gap: 10px;
  }

  .photo-products .catalog__right-body {
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  }
}

@media only screen and (max-width:1250px) {
  .references__table-overflow {
    overflow-x: auto;
  }
}

@media only screen and (max-width:1220px) {
  .product__header-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .product__buttons {
    -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;
    margin: 0 0 67px;
  }

  .product__items-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product__items-item:not(:last-child) {
    margin: 0 0 25px;
  }
}

@media only screen and (max-width:1180px) {
  .about__inner {
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  }

  .user__history-body {
    grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
  }

  .catalog__right-body {
    grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
  }
}

@media only screen and (max-width:1160px) {
  .contacts__left {
    margin: 0 20px 0 0;
  }

  .photo-products .catalog__right-body {
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  }

  .photo-products .catalog__card {
    height: 200px;
  }
}

@media only screen and (max-width:1140px) {
  .reviews-page__body {
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  }
}

@media (max-width:1080px) {
  .footer__body {
    grid-template-columns: 67% 33%;
  }
}

@media only screen and (max-width:1080px) {
  .certificate__body {
    grid-template-columns: repeat(auto-fit,minmax(450px,1fr));
  }

  .references__list {
    gap: 10px;
  }

  .user__history-body {
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
  }

  .item-history__left {
    margin: 0 15px 0 0;
  }

  .catalog__right-body {
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
  }
}

@media only screen and (max-width:1060px) {
  .photo-products .catalog__card {
    height: 180px;
  }
}

@media (max-width:1024px) {
  .header__content-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0!important;
  }

  .header__content-right {
    margin: 0;
  }

  .menu__body._active .menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu__body {
    position: absolute;
    top: 100%;
    left: 0;
    max-width: 340px;
    width: 100%;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.15);
            box-shadow: 0 4px 10px 0 rgba(0,0,0,.15);
    background: #fff;
    -webkit-animation: close 500ms ease 0s 1 normal forwards;
            animation: close 500ms ease 0s 1 normal forwards;
  }

  .menu__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .menu__list {
    -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: 36px 40px;
  }

  .menu__item:not(:last-child) {
    margin: 0 0 46px;
  }

  .menu__link {
    font-size: 20px;
    line-height: 25px;
  }

  .footer__body {
    grid-template-columns: 66% 38%;
  }

  .footer__list {
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(5,1fr);
  }

  .footer__item:last-child {
    grid-column: 1/-1;
    grid-row: 5/6;
  }

  .footer__item:nth-child(5),
  .footer__item:nth-child(6),
  .footer__item:nth-child(7),
  .footer__item:nth-child(8) {
    grid-row: 3/4;
  }

  .footer__body-right {
    grid-template-rows: 1fr 1fr;
    row-gap: 22px;
  }

  .footer__copy {
    grid-column: 1/-1;
    grid-row: 1/2;
  }

  .footer__info {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}

@media only screen and (max-width:1024px) {
  .our-production__card {
    height: 220px;
  }

  .our-production__note {
    line-height: 100%;
  }

  .certificate__subtitle {
    font-size: 13px;
  }

  .certificate__text {
    font-size: 13px;
  }

  .reviews-page__link {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .catalog__search-item {
    max-width: 490px;
  }
}

@media (max-width:992px) {
  .footer__body {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2,1fr);
  }

  .footer__body-left {
    margin: 0 0 25px;
  }

  .footer__list {
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: repeat(1,1fr);
  }

  .footer__item:last-child {
    grid-column: 4/6;
    grid-row: unset;
  }

  .footer__item:nth-child(5),
  .footer__item:nth-child(6),
  .footer__item:nth-child(7),
  .footer__item:nth-child(8) {
    grid-row: unset;
  }

  .footer__body-right {
    grid-template-columns: 50% 62%;
    grid-template-rows: 1fr;
  }

  .footer__copy {
    grid-column: 1/2;
    grid-row: unset;
    border: 0;
  }

  .footer__info {
    grid-column: 2/3;
    grid-row: unset;
  }
}

@media only screen and (max-width:992px) {
  .our-production__inner {
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
  }

  .our-production__picture {
    width: 150px;
    height: 140px;
  }

  .info__body {
    grid-template-columns: repeat(3,250px);
  }

  .card:nth-child(3) {
    display: none;
  }

  .about__inner {
    grid-template-columns: repeat(auto-fit,minmax(33.33333%,1fr));
  }

  .about__text {
    width: 80%;
  }

  .certificate__body {
    grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
  }

  .modal__viewport {
    width: 300px;
    height: 450px;
    margin: 0 20px;
  }

  .photo-products .catalog__right-body {
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
  }

  .photo-products .catalog__card {
    height: 180px;
  }

  ._table-overflow {
    overflow-x: auto;
  }
}

@media (max-width:768px) {
  .wrapper {
    overflow: hidden;
  }
}

@media only screen and (max-width:768px) {
  .our-production__card {
    height: 190px;
    padding: 15px 5px 25px;
  }

  .our-production__picture {
    width: 110px;
    height: 100px;
  }

  .our-production__note {
    font-size: 16px;
  }

  .info__body {
    grid-template-columns: repeat(3,1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .about__subtitle {
    text-align: center;
  }

  .about__text {
    width: 90%;
  }

  .modal__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .modal__header {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .modal__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .modal__info {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }

  .modal__control {
    padding-top: 32px;
  }

  .modal__register-left {
    margin: 0 15px 0 0;
  }

  .modal.modal-login .modal__body {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .modal.modal-login-two .modal__body {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .modal.modal-login-password .modal__body {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .modal.modal-login-password-restore .modal__body {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .references-modal__slider_thumbs>div.modal__slider-wrapper {
    width: 210px;
    height: 64px!important;
  }

  .references-modal__slider_thumbs>div.modal__slider-wrapper>div.modal__slider-slide {
    width: 64px;
    height: 64px;
  }

  .references-modal__slider_thumbs>div.modal__slider-wrapper .modal__slider-picture {
    width: 52px;
    height: 52px;
  }

  .rm-one .references-modal__slider_thumbs>div.modal__slider-wrapper {
    width: 214px;
  }

  .contacts__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }

  .reviews-page__card._hidden {
    display: none;
  }

  ._form-user .form__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  ._form-user .form__left {
    margin: 0;
  }

  ._form-user .form__left .form__item {
    margin: 0 0 15px;
  }

  .sidebar__nav {
    position: relative;
  }

  .catalog__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .catalog__title {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 0 0 40px;
  }

  .catalog__search {
    max-width: 100%;
  }

  .catalog__search-item {
    max-width: 100%;
  }

  ._touch .ppm-one .references-modal__slider_thumbs .modal__slider-wrapper.swiper-wrapper {
    height: calc(60px + 30*(100vw - 320px)/1340);
  }

  ._touch .ppm-one .references-modal .modal__control {
    bottom: 30px;
  }

  .table-small td {
    vertical-align: top;
  }
}

@media only screen and (pointer:coarse) and (max-width:768px) {
  .references__body._scroll .references__filter {
    position: static;
  }

  .references__body._scroll .table__header {
    position: static;
  }
}

@media only screen and (max-width:767px) {
  .sidebar__item-mobile ._active.sidebar__item-current .sidebar__icon-arrow,
  .sidebar__item._active .sidebar__icon-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .references__filter-inner {
    border-radius: 10px;
    overflow: hidden;
  }

  .references__filter-choice {
    border-radius: unset;
  }

  .references__list {
    -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;
    gap: 0;
  }

  .references__btn-icon {
    top: 0;
    right: 20px;
    bottom: 0;
    margin-block: auto;
  }

  .references__btn {
    width: 100%;
    padding: 15px 0;
  }

  .references__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
    border-radius: unset;
    padding: 16px 20px;
  }

  .table {
    width: 100%;
  }

  .contacts__bg-image {
    height: 457px;
  }

  .contacts__left {
    margin: 0;
  }

  .contacts__body-office {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contacts__body-warehouse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contacts__left_office {
    margin: 0 0 30px;
  }

  .contacts__left_warehouse {
    margin: 0 0 30px;
  }

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

  .form__left {
    margin: 0 0 15px;
  }

  .form__textarea {
    height: 275px;
  }

  .form__btn,
  .form__footer {
    width: 100%;
  }

  ._reviews-page .reviews-page__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  ._reviews-page .reviews-page .preview-reviews__btn {
    margin: 0 0 27px;
  }

  ._reviews-page .reviews-page .preview-reviews__items {
    display: none;
  }

  ._reviews-page .reviews-page .inner-reviews__title {
    font-size: 18px;
  }

  ._reviews-page .reviews-page__mobile-block .preview-reviews__items {
    display: block;
  }

  .user__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }

  .user .sidebar {
    max-width: 100%;
  }

  .user .sidebar__list {
    position: relative;
    height: 71px;
  }

  .user .sidebar__list._show {
    height: auto;
  }

  .sidebar__item-mobile .user .sidebar__list._show .sidebar__item-current,
  .user .sidebar__list._show .sidebar__item,
  .user .sidebar__list._show .sidebar__item-mobile .sidebar__item-current {
    position: static;
    height: auto;
    opacity: 1;
    visibility: visible;
  }

  .user .sidebar__list._show .sidebar__icon-arrow {
    opacity: 0;
  }

  .sidebar__item-mobile .user .sidebar__item-current,
  .user .sidebar__item,
  .user .sidebar__item-mobile .sidebar__item-current {
    height: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }

  .sidebar__item-mobile .user ._active.sidebar__item-current,
  .user .sidebar__item-mobile ._active.sidebar__item-current,
  .user .sidebar__item._active {
    height: inherit;
    opacity: 1;
    visibility: visible;
  }

  ._form-user {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sidebar__list {
    -webkit-transition: opacity .2s ease 0s;
    -o-transition: opacity .2s ease 0s;
    transition: opacity .2s ease 0s;
  }

  .sidebar__list .sidebar__arrow {
    display: none;
  }

  .catalog__search-item {
    margin: 0;
  }

  .catalog__btn {
    display: none;
  }

  .catalog__body {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }

  .catalog__left .sidebar__btn {
    margin-inline: auto;
  }

  .catalog__right .catalog__card-text.catalog__card-text--top.catalog__card-text--show {
    margin: 0 0 -58px;
  }

  .catalog__right .catalog__card-text.catalog__card-text--top.catalog__card-text--show._more {
    margin: 0 0 38px;
  }

  .catalog__right .catalog__card-text.catalog__card-text--top.catalog__card-text--show._more:before {
    background: -webkit-gradient(linear,left top, left bottom,color-stop(100%, rgba(229,229,229,0)),to(#e5e5e5));
    background: -o-linear-gradient(top,rgba(229,229,229,0) 100%,#e5e5e5 100%);
    background: linear-gradient(180deg,rgba(229,229,229,0) 100%,#e5e5e5 100%);
  }

  .catalog__card-text--show {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
  }

  .catalog__card-text--show:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(229,229,229,0)),color-stop(63.54%, #e5e5e5));
    background: -o-linear-gradient(top,rgba(229,229,229,0) 0,#e5e5e5 63.54%);
    background: linear-gradient(180deg,rgba(229,229,229,0) 0,#e5e5e5 63.54%);
  }

  .catalog .sidebar {
    max-width: 100%;
  }

  .catalog .sidebar .sidebar__nav {
    width: 100%;
    display: none;
  }

  ._catalog .sidebar__item-mobile>div.sidebar__item-current>i.sidebar__arrow,
  ._specialists .sidebar__item-mobile>div.sidebar__item-current>i.sidebar__arrow {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  ._catalog .sidebar__link,
  ._catalog .sidebar__sublink,
  ._specialists .sidebar__link,
  ._specialists .sidebar__sublink {
    display: inline-block;
    width: 208px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  ._catalog .sidebar__item-mobile .sidebar__item-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  ._catalog .sidebar__item,
  ._specialists .sidebar__item,
  .sidebar__item-mobile ._catalog .sidebar__item-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  ._specialists .sidebar__item-mobile .sidebar__item-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sidebar__item-mobile ._specialists .sidebar__item-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  ._catalog .sidebar__item-mobile .sidebar__item-current:before,
  ._catalog .sidebar__item:before,
  ._specialists .sidebar__item-mobile .sidebar__item-current:before,
  ._specialists .sidebar__item:before,
  .sidebar__item-mobile ._catalog .sidebar__item-current:before,
  .sidebar__item-mobile ._specialists .sidebar__item-current:before {
    display: none;
  }

  ._catalog .sidebar__item .sidebar__arrow,
  ._catalog .sidebar__item-mobile .sidebar__item-current .sidebar__arrow,
  ._specialists .sidebar__item .sidebar__arrow,
  ._specialists .sidebar__item-mobile .sidebar__item-current .sidebar__arrow,
  .sidebar__item-mobile ._catalog .sidebar__item-current .sidebar__arrow,
  .sidebar__item-mobile ._specialists .sidebar__item-current .sidebar__arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  ._catalog .sidebar__item-mobile ._open.sidebar__item-current,
  ._catalog .sidebar__item._open,
  ._specialists .sidebar__item-mobile ._open.sidebar__item-current,
  ._specialists .sidebar__item._open,
  .sidebar__item-mobile ._catalog ._open.sidebar__item-current,
  .sidebar__item-mobile ._specialists ._open.sidebar__item-current {
    background: #fff;
  }

  ._catalog .sidebar__item-mobile ._open.sidebar__item-current .sidebar__sublist,
  ._catalog .sidebar__item._open .sidebar__sublist,
  ._catalog .sidebar__subitem._subitem._item._open .sidebar__secondlist,
  ._specialists .sidebar__item-mobile ._open.sidebar__item-current .sidebar__sublist,
  ._specialists .sidebar__item._open .sidebar__sublist,
  ._specialists .sidebar__subitem._subitem._item._open .sidebar__secondlist,
  .sidebar__item-mobile ._catalog ._open.sidebar__item-current .sidebar__sublist,
  .sidebar__item-mobile ._specialists ._open.sidebar__item-current .sidebar__sublist {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  ._catalog .sidebar__item-mobile ._open.sidebar__item-current .sidebar__item-header i.sidebar__arrow,
  ._catalog .sidebar__item._open .sidebar__item-header i.sidebar__arrow,
  ._catalog .sidebar__subitem._subitem._item._open .sidebar__subitem-header i.sidebar__arrow,
  ._specialists .sidebar__item-mobile ._open.sidebar__item-current .sidebar__item-header i.sidebar__arrow,
  ._specialists .sidebar__item._open .sidebar__item-header i.sidebar__arrow,
  ._specialists .sidebar__subitem._subitem._item._open .sidebar__subitem-header i.sidebar__arrow,
  .sidebar__item-mobile ._catalog ._open.sidebar__item-current .sidebar__item-header i.sidebar__arrow,
  .sidebar__item-mobile ._specialists ._open.sidebar__item-current .sidebar__item-header i.sidebar__arrow {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }

  ._catalog .sidebar__item-mobile .sidebar__item-current,
  ._specialists .sidebar__item-mobile .sidebar__item-current {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  ._catalog .sidebar__seconditem,
  ._catalog .sidebar__subitem,
  ._specialists .sidebar__seconditem,
  ._specialists .sidebar__subitem {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 18px 0;
  }

  ._catalog .sidebar__subitem._subitem,
  ._specialists .sidebar__subitem._subitem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  ._catalog .sidebar__arrow,
  ._specialists .sidebar__arrow {
    width: 18px;
    height: 18px;
    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: 0 0 0 auto;
  }

  ._catalog .sidebar__arrow:before,
  ._specialists .sidebar__arrow:before {
    font-size: 18px;
  }

  ._catalog .sidebar__item-header,
  ._catalog .sidebar__subitem-header,
  ._specialists .sidebar__item-header,
  ._specialists .sidebar__subitem-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  ._catalog .sidebar__item-header .sidebar__arrow,
  ._specialists .sidebar__item-header .sidebar__arrow {
    -webkit-transition: -webkit-transform .4s ease 0s;
    transition: -webkit-transform .4s ease 0s;
    -o-transition: transform .4s ease 0s;
    transition: transform .4s ease 0s;
    transition: transform .4s ease 0s, -webkit-transform .4s ease 0s;
  }

  ._catalog .sidebar__item-header._active .sidebar__arrow,
  ._specialists .sidebar__item-header._active .sidebar__arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  ._catalog .sidebar__secondlist,
  ._catalog .sidebar__sublist,
  ._specialists .sidebar__secondlist,
  ._specialists .sidebar__sublist {
    display: none;
    padding: 18px 0 0;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
  }

  ._catalog .sidebar__sublist--multi .sidebar__subitem,
  ._specialists .sidebar__sublist--multi .sidebar__subitem {
    -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;
  }

  ._catalog .sidebar__subitem .sidebar__icon,
  ._specialists .sidebar__subitem .sidebar__icon {
    width: 35px;
    margin: 0 18px 0 0;
  }

  .product__nav {
    max-width: 100%;
  }

  .product__nav-hover-menu .sidebar__item-mobile ._open.sidebar__item-current .sidebar__sublist,
  .product__nav-hover-menu .sidebar__item._open .sidebar__sublist,
  .sidebar__item-mobile .product__nav-hover-menu ._open.sidebar__item-current .sidebar__sublist {
    display: block;
  }

  .product__nav-hover-menu .sidebar__item-mobile ._open.sidebar__item-current .sidebar__item-header .sidebar__arrow,
  .product__nav-hover-menu .sidebar__item._open .sidebar__item-header .sidebar__arrow,
  .product__nav-hover-menu .sidebar__subitem._subitem._item._open .sidebar__subitem-header .sidebar__arrow,
  .sidebar__item-mobile .product__nav-hover-menu ._open.sidebar__item-current .sidebar__item-header .sidebar__arrow {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }

  .product__nav-hover-menu .sidebar__arrow {
    -webkit-transition: -webkit-transform .4s ease 0s;
    transition: -webkit-transform .4s ease 0s;
    -o-transition: transform .4s ease 0s;
    transition: transform .4s ease 0s;
    transition: transform .4s ease 0s, -webkit-transform .4s ease 0s;
  }

  .product__nav-hover-menu .sidebar__subitem {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 18px 0;
  }

  .product__nav-hover-menu .sidebar__subitem .sidebar__icon {
    width: 35px;
    margin: 0 18px 0 0;
  }

  .product__nav-hover-menu .sidebar__subitem._subitem._item._open .sidebar__secondlist {
    display: block;
  }

  .product__nav-hover-menu .sidebar__seconditem {
    padding: 18px 0;
  }

  .product__nav-hover-menu .sidebar__nav {
    width: 100%;
  }

  .product__nav-hover-menu .sidebar__nav ._item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product__nav-hover-menu .sidebar__link,
  .product__nav-hover-menu .sidebar__sublink {
    display: inline-block;
    width: 208px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  .product__nav-hover-menu .sidebar__item-header,
  .product__nav-hover-menu .sidebar__subitem-header {
    width: 100%;
  }

  .product__nav-hover-menu .sidebar__subitem-header .sidebar__arrow {
    margin: 0 0 0 auto;
  }

  .product__nav-hover-menu .sidebar__secondlist,
  .product__nav-hover-menu .sidebar__sublist {
    display: none;
    padding: 18px 0 0;
  }

  .product__nav-hover-menu .sidebar__list .sidebar__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .product__nav-hover-menu .sidebar__list .sidebar__arrow:before {
    font-size: 18px;
  }

  .product__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product__header-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 60px;
  }

  .product__slider_viewport {
    width: 100%;
  }

  .product__slider_thumbs {
    width: 260px;
    height: 100%;
  }

  .product__slider_thumbs .modal__slider-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .product__slider_thumbs .modal__slider-slide {
    width: 80px;
    height: 80px;
  }

  .product__slider_thumbs .modal__slider-picture {
    width: 65px;
    height: 65px;
  }

  .product__header-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product__title_desctop {
    display: none;
  }

  .product__buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 42px;
  }

  .product__items-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .product__items-item:not(:last-child) {
    margin: 0 0 18px;
  }

  .product__inner-top {
    grid-template-columns: 1fr;
  }

  .product__inner-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product__tab-picure {
    width: 100%;
  }

  .product__tab-overflow {
    width: 100%;
    overflow-x: auto;
  }

  .photo-products .catalog__right-body {
    grid-template-columns: repeat(auto-fit,minmax(100%,1fr));
  }

  .photo-products .catalog__card {
    max-width: 100%;
    height: 300px;
  }

  .ppm-one .modal__header {
    margin: 0 0 15px;
  }

  .ppm-one .references-modal__slider_viewport .modal__slider-picture {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }

  .table-resistance__body-text {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }

  .table-resistance__body-text .text:nth-child(1) {
    margin: 0 0 20px;
  }

  .questionnaires__filter {
    margin: 0 0 46px;
  }

  .questionnaires__file {
    margin: 0 0 40px;
  }

  .questionnaires__table-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  ._body-title {
    border: 0!important;
  }

  table.questionnaires__table {
    display: none;
  }
}

@media only screen and (max-width:750px) {
  .modal__body {
    -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;
  }

  .modal__preview-thumbs .modal__slider-picture {
    width: 36px;
    height: 50px;
  }

  .modal__preview-thumbs .modal__slider-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .modal__preview-thumbs .modal__slider-slide {
    border-radius: 5px;
  }

  .modal__preview-thumbs {
    width: 110px;
    height: 62px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .modal__viewport {
    width: 350px;
    height: 497px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 16px;
  }

  .modal__info {
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media only screen and (max-width:750px) and (max-height:420px) {
  .references-modal__slider_viewport {
    margin: 0 0 15px;
  }

  .rm-one .modal__content {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .rm-one .modal__header {
    top: 15px;
    right: 15px;
  }
}

@media only screen and (max-width:736px) and (max-height:420px) {
  .photo-products .catalog__right-body {
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  }

  .ppm-one .modal__content {
    height: auto;
  }
}

@media only screen and (max-width:710px) {
  .top__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .top__subtitle {
    margin: 0 0 60px;
  }

  .top__left {
    margin: 0 0 60px;
  }
}

@media only screen and (max-width:700px) {
  .references-modal__slider_viewport .modal__slider-wrapper {
    width: 500px;
  }

  .rm-one .modal__header {
    right: 20px;
    top: 20px;
  }
}

@media (max-width:650px) {
  .footer__body-left {
    margin: 0 0 44px;
  }

  .footer__list {
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(5,1fr);
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
    row-gap: 34px;
  }

  .footer__item {
    padding: 0;
  }

  .footer__item:nth-child(3),
  .footer__item:nth-child(5),
  .footer__item:nth-child(7) {
    grid-column: 1/2;
  }

  .footer__item:nth-child(9) {
    grid-column: 1/-1;
  }

  .footer__body-right {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2,1fr);
    row-gap: unset;
  }

  .footer__copy {
    grid-column: 1/-1;
    grid-row: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 0;
  }

  .footer__copy:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background: #fff;
  }

  .footer__info {
    grid-column: 1/-1;
    grid-row: unset;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border: 0;
  }

  .footer__info:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background: #fff;
  }

  .footer__info-item:not(:last-child) {
    margin: 0 0 15px;
  }

  .footer__info-item {
    max-width: 100%;
  }
}

@media (max-width:640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

@media (max-width:620px) {
  .header__top {
    display: none;
  }

  .header__content {
    grid-template-columns: 1fr;
  }

  .header__content-left {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column: unset;
    grid-row: unset;
    margin: unset;
  }

  .header__content-right {
    display: none;
  }

  .header__login-icon {
    margin: 0;
  }

  .header__login-icon:before {
    font-size: 24px;
  }

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

  .header__logo {
    grid-column: 2/3;
  }

  .registered .header__content-right {
    display: block;
  }

  .registered .header__content-right .header__log-off,
  .registered .header__content-right .header__questionnaire {
    display: none;
  }

  .menu__body._active .menu__content {
    display: grid;
  }

  .menu__body {
    top: 0;
    max-width: 100%;
    height: 100%;
    height: 100vh;
  }

  .menu__content {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
    grid-template-rows: min-content 1fr min-content;
    overflow: auto;
  }

  .menu__buttons {
    padding: 56px 50px 0;
  }

  .menu__list {
    padding: 56px 50px;
  }

  ._phone-icon {
    margin: 0 26px 0 0;
  }

  ._phone-icon:before {
    font-size: 22px;
  }

  ._phone-text {
    font-size: 15px;
  }
}

@media only screen and (max-width:620px) {
  .not-found__content {
    padding: 50px 0 182px;
  }

  .not-found__header {
    margin: 0 0 60px;
  }

  .not-found__body {
    margin: 0 0 60px;
  }

  .our-production__inner {
    grid-template-columns: 1fr;
  }

  .our-production__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 130px;
    padding: 10px 15px;
  }

  .our-production__picture {
    width: 30%;
    margin: 0 10px 0 0;
  }

  .our-production__note {
    width: 70%;
    font-size: 20px;
    text-align: left;
  }

  .info__body {
    grid-template-columns: repeat(1,280px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .clients__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .card:nth-child(2) {
    display: none;
  }

  .about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modal__register-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modal__register-left {
    max-width: 100%;
    margin: 0 0 30px;
  }

  .references-modal__slider_viewport .modal__slider-wrapper {
    width: 290px;
  }

  .references-modal__text {
    text-align: center;
  }
}

@media only screen and (max-width:530px) {
  .about__inner {
    grid-template-columns: repeat(auto-fit,minmax(100%,1fr));
  }

  .about__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .about__picture {
    width: 30%;
    margin: 0 20px 0 0;
  }

  .about__card-info {
    width: 70%;
    height: unset;
    text-align: left;
  }

  .about__img {
    -webkit-filter: unset;
            filter: unset;
  }

  .about__body {
    gap: unset;
  }

  .about__left .about__text:nth-child(2) {
    margin: 0 0 25px;
  }

  .about__left .about__image {
    margin: 0 0 70px;
  }

  .about__text {
    width: 100%;
  }

  .about__right .about__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }

  .about__right .about__text:nth-child(4) {
    margin: 0 0 25px;
  }
}

@media only screen and (max-width:420px) {
  .form {
    width: 100%;
  }

  ._no-webp .insert{
    background: url(/local/templates/metarossa/assets/css/../images/main-page/insert-bg-one-small.png) no-repeat center/cover; }

  ._no-webp .insert-two{
    background: url(/local/templates/metarossa/assets/css/../images/main-page/insert-bg-two-small.png) no-repeat center/cover; }

  .certificate__body {
    grid-template-columns: 1fr;
  }

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

  .certificate__card-left {
    margin: 0 0 20px;
  }

  .certificate__slider {
    max-width: 220px;
    width: 100%;
    height: 313px;
  }

  .certificate__card-footer {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    width: 75%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
  }

  .modal.modal-register .modal__body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal.modal-register .modal__content {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .modal.modal-register .modal__header {
    margin: 0 0 10px;
  }

  .modal__register-title {
    line-height: 90%;
    text-align: center;
    margin: 0 0 10px;
  }

  .modal__register-items .form__item:last-child {
    grid-column: 1/3;
  }

  .modal__register-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3,1fr);
  }

  .references-modal__slider_viewport .modal__slider-wrapper {
    width: 250px;
  }

  .rm-one .modal__header {
    top: 15px;
    right: 15px;
  }

  .rm-one .modal__control-btn--prev {
    position: relative;
    left: -10px;
  }

  .rm-one .modal__control-btn--next {
    position: relative;
    right: -10px;
  }
}

@media (max-width:420px) {
  .modal._product-order .modal__register-form,
  .modal._product-request .modal__register-form {
    width: 100%;
  }
}

@media only screen and (max-width:390px) {
  ._btn-red {
    width: 290px;
  }

  .photo-products__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .photo-products__header .catalog__subtitle {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 0 0 40px;
  }

  .photo-products__filter {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media only screen and (max-width:380px) {
  [class*=__container] {
    padding: 0 10px;
  }

  .certificate__card-footer {
    width: 80%;
  }

  .contacts__email-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width:370px) {
  .menu__buttons {
    padding: 56px 10px 0;
  }

  .policy__title {
    font-size: 22px;
  }

  .certificate__card-footer {
    width: 93%;
  }

  .references__filter-choice .references__btn-choice-icon {
    right: 10px;
  }

  .references__filter-choice {
    padding: 16px 35px 16px 10px;
  }

  .references__btn-icon {
    right: 10px;
  }

  .references__btn {
    padding: 16px 10px;
  }

  .user__history-body {
    grid-template-columns: repeat(auto-fit,minmax(290px,1fr));
  }

  .catalog__right-body {
    grid-template-columns: repeat(auto-fit,minmax(100%,1fr));
  }

  .catalog__card {
    height: 350px;
  }

  ._item-sm-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  ._item-sm-mobile .table-mobile__label {
    width: 100%!important;
    text-align: left!important;
    border-right: none!important;
  }

  ._item-sm-mobile .table-mobile__input {
    width: 100%!important;
  }

  .table-mobile__item._mobile-items._mobile-items--degrees {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  ._370 label {
    width: 46%!important;
  }

  ._370 input {
    width: 54%!important;
  }
}

@media (max-width:370px) {
  .menu__list {
    padding: 56px 10px;
  }

  .photo-products__btn {
    padding: 10px 18px;
  }
}

@media only screen and (max-width:360px) {
  .modal__viewport {
    width: 290px;
    height: 437px;
  }

  .modal.modal-login .modal__body {
    padding-right: 10px;
    padding-left: 10px;
  }

  .modal.modal-login-two .modal__body {
    padding-right: 10px;
    padding-left: 10px;
  }

  .modal.modal-login-password .modal__body {
    padding-right: 10px;
    padding-left: 10px;
  }

  .modal.modal-login-password-restore .modal__body {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width:350px) {
  .footer__info {
    padding: 28px 0 0;
  }

  .footer__info-item {
    -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;
  }

  .modal._product-order .modal__body,
  .modal._product-request .modal__body {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width:350px) {
  .not-found__title {
    font-size: 20px;
    line-height: 1;
  }
}

@media only screen and (max-width:320px) {
  .about__card-title {
    font-size: 14px;
  }

  .about__card-text {
    font-size: 14px;
    line-height: 1;
  }

  .references__title {
    font-size: 22px;
  }

  .rm-one .modal__control-btn--prev {
    position: relative;
    left: -15px;
  }

  .rm-one .modal__control-btn--next {
    position: relative;
    right: -15px;
  }
}

@media (max-width:1360px) and (min-width:1024px) {
  .header__menu {
    margin-right: calc(10px + 10*(100vw - 1024px)/342);
  }

  .header__menu {
    margin-left: calc(10px + 10*(100vw - 1024px)/342);
  }

  .menu__item:not(:last-child) {
    margin-right: calc(10px + 16*(100vw - 1024px)/342);
  }
}

@media (max-width:1360px) and (min-width:1366px) {
  .header__menu {
    margin-right: 20px;
  }

  .header__menu {
    margin-left: 20px;
  }

  .menu__item:not(:last-child) {
    margin-right: 26px;
  }
}

@media (max-width:1920px) and (min-width:1366px) {
  .menu__item:not(:last-child) {
    margin-right: calc(26px + 24*(100vw - 1366px)/554);
  }
}

@media (max-width:1920px) and (min-width:1920px) {
  .menu__item:not(:last-child) {
    margin-right: 50px;
  }
}

@media only screen and (max-width:992px) and (min-width:768px) {
  .modal__viewport {
    width: calc(300px + 113*(100vw - 768px)/224);
  }

  .modal__viewport {
    height: calc(450px + 136*(100vw - 768px)/224);
  }
}

@media only screen and (max-width:992px) and (min-width:992px) {
  .modal__viewport {
    width: 413px;
  }

  .modal__viewport {
    height: 586px;
  }
}

@media only screen and (max-width:768px) and (min-width:320px) {
  .modal__control {
    padding-top: calc(32px + 28*(100vw - 320px)/448);
  }
}

@media only screen and (max-width:768px) and (min-width:768px) {
  .modal__control {
    padding-top: 60px;
  }
}

@media only screen and (max-width:620px) and (min-width:420px) {
  .references-modal__slider_viewport .modal__slider-wrapper {
    width: calc(290px + 140*(100vw - 420px)/200);
  }
}

@media only screen and (max-width:620px) and (min-width:620px) {
  .references-modal__slider_viewport .modal__slider-wrapper {
    width: 430px;
  }
}

@media only screen and (max-width:420px) and (min-width:320px) {
  .references-modal__slider_viewport .modal__slider-wrapper {
    width: calc(250px + 40*(100vw - 320px)/100);
  }
}

@media only screen and (max-width:420px) and (min-width:420px) {
  .references-modal__slider_viewport .modal__slider-wrapper {
    width: 290px;
  }
}

@media only screen and (min-width:870px) and (max-width:1024px) {
  .rm-one .references-modal__slider_viewport .modal__slider-wrapper {
    width: 700px;
  }
}

@media (any-hover:hover) {
  .header__login-icon:hover:before {
    color: #ff0f00;
    text-shadow: 0 0 20px #ff0f00;
  }

  .menu__link:hover:before {
    width: 100%;
  }

  .footer__link:hover:before {
    width: 100%;
  }

  ._btn-header:hover {
    background: #626262;
  }

  ._btn-red:hover {
    background: #626262;
  }

  ._btn-border:hover {
    border-color: #ef4036;
  }

  ._phone-phone:hover {
    color: rgba(255,0,0,.88);
  }

  ._user:hover {
    color: rgba(0,0,0,.5);
  }

  ._user:hover:before {
    background: rgba(0,0,0,.5);
  }

  .sidebar__item-mobile .sidebar__item-current:hover,
  .sidebar__item:hover {
    background: #fff;
  }

  .sidebar__item-mobile .sidebar__item-current:hover>.sidebar__sublist,
  .sidebar__item:hover>.sidebar__sublist {
    -webkit-transform: translateX(106%);
        -ms-transform: translateX(106%);
            transform: translateX(106%);
    opacity: 1;
    visibility: visible;
  }

  .sidebar__subitem:hover {
    background: #e5e5e5;
  }

  .sidebar__subitem:hover>.sidebar__secondlist {
    -webkit-transform: translateX(106%);
        -ms-transform: translateX(106%);
            transform: translateX(106%);
    opacity: 1;
    visibility: visible;
  }

  .sidebar__seconditem:hover {
    background: #e5e5e5;
  }

  .form__link:hover {
    color: rgba(0,0,0,.5);
  }

  .form__link:hover:before {
    background: rgba(0,0,0,.5);
  }

  .our-production__card:hover {
    color: #fff;
    background: #ef4036;
  }

  .info__card:hover .info__icon:before {
    color: #ff0f00;
    text-shadow: 0 0 20px #ff0f00;
  }

  .card:hover {
    border-color: #000;
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
  }

  .about__card:hover .about__img {
    -webkit-filter: unset;
            filter: unset;
  }

  .certificate__card:hover {
    border-color: #000;
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
  }

  .certificate__link:hover:before {
    color: #000;
  }

  .modal__close:hover:before {
    color: #000;
  }

  .modal__control-btn:hover:before {
    color: #000;
  }

  .modal__register-items .form__label:hover {
    border-color: #b3b3b3;
  }

  .modal__register-link:hover {
    color: rgba(0,0,0,.5);
  }

  .modal__register-link:hover:before {
    background: rgba(0,0,0,.5);
  }

  .modal.modal-login-password .modal__register-footer .modal__register-btn._btn-border:hover {
    border-color: rgba(0,0,0,.33);
    background: #e5e5e5;
  }

  .references__btn:hover {
    border-color: #ef4036;
  }

  .contacts a:hover {
    color: rgba(255,0,0,.88);
  }

  .contacts__picture-map:hover img {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }

  .contacts__link:hover:before {
    opacity: 0;
    visibility: hidden;
  }

  .reviews-page__card:hover {
    border-color: #000;
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  .reviews-page__btn-mobile-show:hover:before {
    opacity: 0;
    visibility: hidden;
  }

  ._reviews-page .reviews-page .preview-reviews__btn:hover:before {
    color: #000;
  }

  ._reviews-page .reviews-page .preview-reviews__icon:hover:before {
    color: #000;
  }

  .item-history:hover {
    border-color: #000;
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
  }

  .item-history__save:hover:before {
    color: #000;
  }

  .item-history__link:hover:before {
    color: #000;
  }

  .catalog__card:hover {
    border-color: #000;
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
  }

  .catalog__show-more-btn:hover {
    color: rgba(0,0,0,.5);
  }

  .catalog__show-more-btn:hover:before {
    background: rgba(0,0,0,.5);
  }

  .product__nav-hover-menu:hover .product__catalog-menu {
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 1;
    visibility: visible;
  }

  .product__nav-hover-menu:hover .product__burger:before {
    color: #000;
  }

  .product__back-link:hover:before {
    color: #000;
  }

  .product__burger:hover:before {
    color: #000;
  }

  .product__bth_consultation:hover {
    border-color: #ef4036;
    background: inherit;
  }

  .product__items-link .product__items-item:nth-child(2):hover>.product__items-picture>.product__items-icon {
    border-color: rgba(0,0,0,.5);
  }

  .product__items-link .product__items-item:nth-child(2):hover>.product__items-picture>.product__items-icon:before {
    color: rgba(0,0,0,.5);
  }

  .product__items-link .product__items-item:nth-child(2):hover>.product__items-picture>.product__items-icon svg path {
    fill: rgba(0,0,0,.5);
  }

  .product__items-item-link:hover {
    color: rgba(0,0,0,.5);
  }

  .product__items-item-link:hover:before {
    background: rgba(0,0,0,.5);
  }

  .photo-products__btn:hover {
    border-color: rgba(0,0,0,.5);
  }

  .questionnaires__file-link:hover {
    color: rgba(0,0,0,.5);
  }

  .questionnaires__file-link:hover:before {
    background: rgba(0,0,0,.5);
  }

  .questionnaires__file-icon:hover:before {
    color: #000;
  }
}

@media (pointer:coarse) {
  .wrapper._references {
    overflow: hidden;
  }

  .references__body._scroll .references__filter {
    position: fixed;
    width: 100%;
  }

  .references__body._scroll .table__header {
    position: fixed;
    width: 100%;
  }
}

._webp .top{ background: url(/local/templates/metarossa/assets/css/../images/main-page/img.webp) no-repeat center/cover; }

._webp .insert{ background: url(/local/templates/metarossa/assets/css/../images/main-page/insert-bg-one.webp) no-repeat center/cover; }

._webp .insert-two{ background: url(/local/templates/metarossa/assets/css/../images/main-page/insert-bg-two.webp) no-repeat center/cover; }

._webp .insert-about{ background: url(/local/templates/metarossa/assets/css/../images/about/insert-about.webp) no-repeat center/cover; }

@media only screen and (max-width:420px){

  ._webp .insert{ background: url(/local/templates/metarossa/assets/css/../images/main-page/insert-bg-one-small.webp) no-repeat center/cover; }
}

@media only screen and (max-width:420px){

  ._webp .insert-two{ background: url(/local/templates/metarossa/assets/css/../images/main-page/insert-bg-two-small.webp) no-repeat center/cover; }
}


._webp .insert-about {
  background: url(/local/templates/metarossa/assets/css/../images/about/insert-about.webp) no-repeat center/cover;
}

@media only screen and (max-width: 420px) {

  ._webp .insert {
    background: url(/local/templates/metarossa/assets/css/../images/main-page/insert-bg-one-small.webp) no-repeat center/cover;
  }
}

@media only screen and (max-width: 420px) {

  ._webp .insert-two {
    background: url(/local/templates/metarossa/assets/css/../images/main-page/insert-bg-two-small.webp) no-repeat center/cover;
  }
}


/* ------------------------------------------------------------ UPDATE ------------------------------------------------------------ */
.insert.insert-about._update {
  width: 100%;
}

._update .about__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}

._update .insert-about__body {
  max-width: 100%;
  width: min(100% - 2rem, 1600px);
  margin-inline: auto;
}

._update .insert__header {
  margin: 0 0 20px;
}

._update .insert-about__text {
  margin: 0 0 100px;
}

.about__inner._new {
  max-width: 100%;
  width: min(100%, 1600px);
  margin-inline: auto;
}

@media (max-width: 1350px) {
  .about__inner._new {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .about__inner._new {
    gap: 10px;
  }
}

._update .about__inner .about__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 190px;
  height: 190px;
  padding: 10px;
}

.about__card-title {
  line-height: normal;
}

@media (max-width: 1350px) {
  ._update .about__inner .about__card {
    width: 190px;
    height: 180px;
  }
}

@media (max-width: 767px) {
  ._update .about__inner .about__card {
    width: 180px;
    height: 180px;
    padding: 10px;
  }
}

@media only screen and (max-width: 530px) {
  .about__picture {
    width: 30%;
    margin: unset;
  }
}

@media only screen and (max-width: 568px) {
  ._update .about__inner .about__card {
    width: 170px;
    height: 160px;
  }
}

@media (max-width: 500px) {
  ._update .about__inner .about__card {
    width: 180px;
    height: 160px;
  }
}

@media (max-width: 375px) {
  ._update .about__inner .about__card {
    width: 165px;
    height: 130px;
  }
}

@media (max-width: 350px) {
  ._update .about__inner .about__card {
    width: 138px;
    height: 130px;
  }
}

:root {
  --fz-min: 12;
  --fz-max: 16;
}

._update .about__inner .about__card .about__card-title {
  /*font-size: calc(9px + 4 * (100vw - 768px) / 312);*/
  text-align: center;
  color: #131d24;
  --fz-min-px: calc(var(--fz-min) * 1px);
  --fz-max-px: calc(var(--fz-max) * 1px);
  --fz-diff: calc(var(--fz-max) - var(--fz-min));
  font-size: clamp(
      var(--fz-min-px),
      calc(var(--fz-min-px) + var(--fz-diff) * ((100vw - 320px) / (1920 - 320))),
      var(--fz-max-px));
}

._update .about__picture {
  width: 120px;
  height: 120px;
}

._update .about__card-info {
  display: block;
  height: auto;
}

@media (max-width: 1660px) {
  ._update-about .about__content {
    padding-top: calc(40px + 30 * ((100vw - 320px) / 1340));
    padding-bottom: calc(40px + 30 * ((100vw - 320px) / 1340));
  }
}

._update-about .about__body {
  flex-direction: column;
}

._update-about .about__text {
  width: 100%;
}

.about__text_title {
  margin: 0 0 30px;
}


.insert-about__text {
  margin: 0 0 80px;
}

.about__list {
  list-style: -moz-ethiopic-numeric;
  padding: 0 0 0 100px;
}

@media (max-width: 767px) {
  .about__list {
    padding: 0 0 0 60px;
  }
}

@media (max-width: 375px) {
  .about__list {
    padding: 0 0 0 40px;
  }
}

@media (max-width: 340px) {
  .about__list {
    padding: 0 0 0 25px;
  }
}

.about__item:not(:last-child) {
  margin: 0 0 10px;
}

.about__item::marker {
  content: '- ';
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

.about__slot {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}

@media only screen and (max-width: 530px) {
  ._update-about .about__body {
    gap: 20px;
  }
}

.menu__item {
  position: relative;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .menu__item._spoiler {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

.menu__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.menu__item._show .menu__sublist {
  opacity: 1;
  visibility: visible;
}

.menu__item._show .menu__link-icon {
  transform: rotate(180deg);
}

.menu__link-icon {
  position: relative;
  width: 25px;
  height: 25px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: transform .4s ease 0s;
}

html._touch .about__img {
  filter: unset;
}

html._touch .menu__link-icon {
  display: flex;
}

.menu__link-icon svg {
  display: block;
  width: 14px;
  height: 14px;
  pointer-events: none;
}

.menu__item:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 78%;
  height: 30px;
}

.menu__sublist {
  position: absolute;
  top: 50px;
  width: max-content;
  border: 1px solid rgb(0 0 0 / .4);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 5px rgb(0 0 0 / .77);
  background: #FFFFFF;
  transition: visibility .4s ease 0s, opacity .4s ease 0s, top .4s ease 0s;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 736px) and (min-height: 350px) and (orientation: landscape) {
  .menu__list {
    height: 100vh;
    overflow-y: auto;
    padding: 36px 60px 120px 25px;
  }
}

@media only screen and (max-width: 1024px) {
  html._touch .menu__sublist {
    position: unset;
    width: 100%;
    display: none;
    border: none;
    border-radius: unset;
    box-shadow: unset;
    opacity: unset;
    visibility: unset;
    padding: 20px 0;
  }

  html._touch .menu__subitem {
    padding: 10px;
  }
}

.menu__subitem {
  padding: 5px 10px;
}

@media only screen and (max-width: 1366px) {
  .menu__item._show .menu__sublist {
    top: 30px;
  }
}

@media (any-hover: hover) {
  .menu__item:hover .menu__link:before {
    width: 100%;
  }

  .menu__item:hover .menu__sublist {
    top: 26px;
    opacity: 1;
    visibility: visible;
  }

  .menu__subitem:hover {
    background: #e5e5e5;
  }
}

.menu__subitem
.menu__sublink {
}

@media (max-width: 736px) {
  .menu__content {
    overflow: auto;
  }
}

._sub-secondlink {
  flex: unset !important;
}

@media (any-hover: hover) {
  ._sub-seconditem:hover ._sub-secondlist {
    transform: translateX(106%);
    opacity: 1;
    visibility: visible;
  }
}


@media only screen and (max-width: 767px) {
  ._sub-seconditem {
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._sub-seconditem._open ._sub-secondlist {
    display: block !important;
  }

  ._sub-seconditem._open ._sub-second-array {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg) !important;
  }

  ._sub-secondlist {
    display: none !important;
    padding: 18px 0 0;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
  }

  ._sub-second-array {
    -webkit-transition: -webkit-transform .4s ease 0s;
    transition: -webkit-transform .4s ease 0s;
    -o-transition: transform .4s ease 0s;
    transition: transform .4s ease 0s;
    transition: transform .4s ease 0s, -webkit-transform .4s ease 0s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg) !important;
  }
}

.sidebar__nav p {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  padding: 0 24px;
  margin: 0 0 40px;
}

.modal-login-thanks .modal__body{
    flex-direction: column;
    align-items: center;
}
.catalog__card-text a {
text-decoration: underline;
color: #ef3f36;
}
.catalog__card-text a:hover {
text-decoration: none;
}
/* End */


/* Start:/local/templates/metarossa/template_styles.css?1758092456100*/
.catalog__right-body + .catalog__right-body {
    margin-top: 20px;
}
#f-UF_OTHER {
width: 308px;
}

/* End */
/* /local/templates/metarossa/assets/css/style.css?1764425308255056 */
/* /local/templates/metarossa/template_styles.css?1758092456100 */
