@charset "UTF-8";
@font-face {
  font-family: 'Manrope';
  src: url("/fonts/manrope/Manrope-Thin.eot");
  src: url("/fonts/manrope/Manrope-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/manrope/Manrope-Thin.woff2") format("woff2"), url("/fonts/manrope/Manrope-Thin.woff") format("woff"), url("/fonts/manrope/Manrope-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Manrope';
  src: url("/fonts/manrope/Manrope-Light.eot");
  src: url("/fonts/manrope/Manrope-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/manrope/Manrope-Light.woff2") format("woff2"), url("/fonts/manrope/Manrope-Light.woff") format("woff"), url("/fonts/manrope/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Manrope';
  src: url("/fonts/manrope/Manrope-Regular.eot");
  src: url("/fonts/manrope/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/manrope/Manrope-Regular.woff2") format("woff2"), url("/fonts/manrope/Manrope-Regular.woff") format("woff"), url("/fonts/manrope/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Manrope';
  src: url("/fonts/manrope/Manrope-Medium.eot");
  src: url("/fonts/manrope/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/manrope/Manrope-Medium.woff2") format("woff2"), url("/fonts/manrope/Manrope-Medium.woff") format("woff"), url("/fonts/manrope/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Manrope';
  src: url("/fonts/manrope/Manrope-Semibold.eot");
  src: url("/fonts/manrope/Manrope-Semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/manrope/Manrope-Semibold.woff2") format("woff2"), url("/fonts/manrope/Manrope-Semibold.woff") format("woff"), url("/fonts/manrope/Manrope-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Manrope';
  src: url("/fonts/manrope/Manrope-Bold.eot");
  src: url("/fonts/manrope/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/manrope/Manrope-Bold.woff2") format("woff2"), url("/fonts/manrope/Manrope-Bold.woff") format("woff"), url("/fonts/manrope/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Manrope';
  src: url("/fonts/manrope/Manrope-ExtraBold.eot");
  src: url("/fonts/manrope/Manrope-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/manrope/Manrope-ExtraBold.woff2") format("woff2"), url("/fonts/manrope/Manrope-ExtraBold.woff") format("woff"), url("/fonts/manrope/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

#body {
  position: relative; }

.scroll-off {
  overflow: hidden;
  position: relative;
  height: 100%; }

body.not-scroll {
  height: 100%;
  overflow-y: hidden;
  padding: 0 calc(18px - (100vw - 100%)) 0 0; }

footer ul, header ul {
  padding: 0;
  margin: 0;
  list-style: none; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0; }

/*h1,h2,h3,h4,p,li {margin: 0;}*/
.mb20 {
  margin-bottom: 20px; }

.mb10 {
  margin-bottom: 10px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mt80 {
  margin-top: 80px; }

.mt60 {
  margin-top: 60px; }

.center {
  text-align: center; }

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  margin: 0;
  padding: 0;
  position: relative; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

img {
  max-width: 100%;
  #-o-object-fit: cover;
  #object-fit: cover; }

input, button, textarea, select {
  font: inherit;
  padding: 0;
  background-color: transparent;
  outline: none;
  border: none; }

button {
  cursor: pointer; }

body {
  margin: 0 0 0 0;
  font: 400 16px/130% 'Manrope', sans-serif;
  color: #2C2D2E;
  background: #FFFFFF;
  line-height: 120%; }

#main {
  color: red; }

h1, h2, h3 {
  font-family: 'Manrope';
  color: #2C2D2E; }

h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  color: #2C2D2E;
  margin: 0 0 32px 0; }

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  color: #2C2D2E;
  margin: 0 0 24px 0; }

h3 {
  font-size: 20px;
  line-height: 140%; }

/* */
.Site {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  /* 1 */ }

section {
  padding: 80px 0; }

.bg-blue-gray {
  background: #EBEDF0; }

.bg-gray {
  background: #F5F5F5; }

.bg-light-gray {
  background: #f9f9f9; }

.bg-white, .Site-content.products.bg-white {
  background: #FFFFFF; }

/*.btn {

  border-radius:12px;
  background:transparent;
  color:$primary;
  font-size: 20px;
  border:2px solid $main-blue;
}*/
.top-nopadding {
  padding-top: 0; }

.text-nowrap {
  white-space: nowrap !important; }

.bottom-nopadding {
  padding-bottom: 0; }

.footer a:not([class]), .header a:not([class]) {
  color: #FFFFFF;
  text-decoration: none;
  text-underline-offset: 4px; }

.footer a:not([class]):hover, .header a:not([class]):hover {
  text-decoration: underline; }

.Site-content {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  /* 2 */
  background: #FFFFFF; }

.flex-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.flex-middle-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.container, #content {
  max-width: 1468px;
  width: 100%;
  margin: 0 auto; }

.blue-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  background: #214288;
  padding: 12px 16px;
  color: #FFFFFF;
  display: flex;
  width: fit-content;
  margin-top: auto;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.download-link {
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.download-link::before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-flex;
  margin-right: 8px;
  background: url("/images/2023/icons/download-link.svg") no-repeat center center/contain; }

/* downloads block */
/*download-list */
.download-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.download-list:not(:last-child) {
  margin-bottom: 16px; }

.download-list li {
  font-weight: 600;
  line-height: 150%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px; }

.download-list li a {
  color: #2C2D2E;
  font-size: 16px; }

.download-list li:not(:last-child) {
  margin-bottom: 12px; }

.download-list li::before {
  content: '';
  width: 32px;
  height: 32px;
  display: inline-flex;
  background: url("/images/2023/icons/download-icon.svg") no-repeat center center/contain;
  flex-shrink: 0; }

.download-list li.pdf::before {
  background: url("/images/2023/icons/downloads/pdf.svg") no-repeat center center/contain; }

.download-list li span {
  color: #6D7885;
  font-weight: 400;
  display: block; }

.download-list.inline li span {
  display: inline-block; }

/* end download-list*/
/*download-icons-list */
.download-icons-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.download-icons-list:not(:last-child) {
  margin-bottom: 16px; }

.download-icons-list li {
  font-weight: 600;
  line-height: 150%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px; }

.download-icons-list li:not(:last-child) {
  margin-bottom: 16px; }

.download-icons-list .icon-cont {
  width: 28px;
  height: 28px; }

.download-icons-list .icon-cont img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  -o-object-fit: contain; }

.download-icons-list a {
  color: #2C2D2E; }

.download-icons-list li span {
  color: #6D7885;
  font-weight: 400;
  display: block; }

.download-icons-list.inline li span {
  display: inline-block; }

/* end download-icons-list*/
.downloads-block {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.downloads-block li {
  line-height: 150%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.downloads-block li::before {
  content: '';
  width: 28px;
  height: 28px;
  display: inline-flex;
  margin-right: 8px;
  background: url("/images/2023/icons/downloads/pdf.svg") no-repeat center center/contain;
  flex-shrink: 0; }

.downloads-block li:not(:last-child) {
  margin-bottom: 8px; }

/* end downloads block */
/* open-more-container */
.hidden-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out; }

.open-more-container.active .hidden-content {
  max-height: 1000px;
  transition: max-height 0.2s ease-in-out; }

.hidden-content p {
  line-height: 150%;
  margin: 0 0 12px 0;
  font-size: 14px; }

.open-more-btn {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #214288;
  font-weight: 600;
  line-height: 150%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer; }

.open-more-btn:not(:last-child) {
  margin-bottom: 20px; }

.open-more-btn:after {
  content: '';
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: url("/images/2023/icons/swap-icon.svg") no-repeat center center/contain;
  margin-left: 4px; }

.open-more-container.active .open-more-btn:after {
  transform: rotate(180deg); }

/* header */
.header {
  font-size: 14px;
  background: #214288;
  color: #FFFFFF;
  padding: 0;
  position: relative; }

.header-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100px; }

.top-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  #padding: 0 20px;
  height: 100%; }

.top-menu-wrapper {
  height: 100%; }

.top-menu .main-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 0 20px; }

.top-menu .main-top a.main-link {
  color: #FFFFFF;
  line-height: initial;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 5px 0;
  font-weight: 400;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px; }

/*.top-menu .main-top:not(:last-child) {
  margin-right:40px;

}*/
.top-menu-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.top-menu-icons li {
  width: 24px;
  height: 24px; }

.top-menu-icons li:not(:last-child) {
  margin-right: 16px; }

.top-menu-icons li#world {
  background: url("/images/2023/world.svg") no-repeat center center/contain;
  cursor: pointer; }

.top-menu-icons li#search {
  background: url("/images/2023/search.svg") no-repeat center center/contain;
  cursor: pointer;
  display: block; }

.top-menu-icons li#head-basket {
  display: none; }

.ru .top-menu-icons li#head-basket {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: fit-content;
  min-width: 24px;
  background: url("/images/2023/icons/head-cart-empty.svg") no-repeat center center/contain; }

.ru .top-menu-icons li.active#head-basket {
  #background: url("/images/2023/icons/head-cart.svg") no-repeat center center/contain; }

.ru .top-menu-icons li#head-basket svg {
  position: absolute; }

.ru .top-menu-icons li#head-basket .count-container {
  background: #4BB34B;
  padding: 1px 2px;
  border-radius: 200px;
  position: relative;
  height: 12px;
  min-width: 12px;
  text-align: center;
  font-size: 10px;
  font-weight: 800;
  line-height: 9px;
  color: white;
  margin-left: 12px;
  display: none; }

.ru .top-menu-icons li.active#head-basket .count-container {
  display: block; }

.top-menu-icons li#search.hidden {
  display: none; }

.top-menu-icons li#close {
  display: none;
  background: url("/images/2023/close.svg") no-repeat center center/contain;
  cursor: pointer; }

.top-menu-icons li#close.active {
  display: block; }

.main-logo {
  max-width: 99px; }

/*lang*/
.lang-panel {
  background: #FFFFFF;
  color: #214288;
  #visibility: hidden;
  padding: 20px;
  position: absolute;
  left: -10000px;
  z-index: -1;
  bottom: 1000px; }

.lang-panel.active {
  transform: translateY(100%);
  bottom: 0;
  z-index: 100000; }

.lang-switch {
  margin: 0;
  padding: 0; }

.lang-switch li {
  font-weight: 600;
  line-height: 150%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer; }

.lang-switch li:not(:last-child) {
  margin-bottom: 24px; }

.lang-switch li::before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-flex;
  flex-shrink: 0;
  background: url("/images/2023/icons/lang-icon.svg") no-repeat center center/contain;
  margin-right: 12px; }

.lang-switch li.active::before {
  background: url("/images/2023/icons/lang-icon-active.svg") no-repeat center center/contain; }

/*lang*/
/* menu & submenu */
.header .submenu-one li a {
  color: #214288; }

.top-menu .main-top .submenu-container {
  display: flex;
  padding: 60px 0;
  background: #FFFFFF;
  width: 100%;
  opacity: 0;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden; }

.top-menu .main-top .submenu-container.no-children {
  padding: 40px;
  width: auto; }

.submenu-container.no-children .submenu-one li:not(:last-child) {
  margin-bottom: 16px; }

.submenu-container.no-children .submenu-one li a, .submenu-container.no-children .submenu-two li a {
  color: #6D7885; }

.submenu-container.no-children .submenu-one li a:hover {
  color: #214288;
  text-decoration: none; }

.submenu-one.full {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.submenu-one.full.solutions {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.submenu-one.full.products, .submenu-one.full.partners {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.submenu-one.full.products .main-width:not(:last-child) {
  margin-right: 80px; }

.submenu-one.full.partners .main-width:not(:last-child) {
  margin-right: 80px; }

.submenu-one.full li.has-children a, .submenu-one.full li.has-children div {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 125%;
  color: #2C2D2E; }

.submenu-one.full li.has-children a:hover {
  text-decoration: none; }

.submenu-one.full li.has-children .second-level {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 125%;
  color: #2C2D2E; }

.submenu-one.full li.no-children {
  padding-right: 5px; }

.submenu-one.full li.no-children .submenu-two {
  margin-top: 0; }

.submenu-one.full li.no-children a {
  font-weight: 500;
  color: #6D7885; }

.submenu-one.full li.no-children a:hover {
  color: #214288;
  text-decoration: none; }

.submenu-one.full .main-width {
  width: auto;
  /*calc((100% - 110px) * .41);*/ }

.submenu-one.full .half-width {
  width: auto;
  /*calc((100% - 110px) * .18);*/ }

.top-menu .main-top.active .submenu-container {
  display: flex;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  visibility: visible;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1); }

.submenu-two-wrapper {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.submenu-two {
  width: auto;
  margin-top: 16px; }

.partners .submenu-two {
  margin-top: 0; }

.submenu-container.no-children .submenu-two {
  margin-top: 0; }

.submenu-one li.has-children .submenu-two li a {
  font-weight: 500;
  text-transform: none;
  font-size: 14px;
  line-height: 125%;
  color: #6D7885; }

.submenu-one li.has-children .submenu-two li a:hover {
  #font-weight: 600;
  color: #214288;
  text-decoration: none; }

.submenu-two:not(:last-child) {
  margin-right: 20px; }

.submenu-container.no-children .submenu-two:not(:last-child) {
  margin-right: 80px; }

.submenu-container.no-children .submenu-two li {
  white-space: nowrap; }

.submenu-two li:not(:last-child) {
  margin-bottom: 16px; }

.submenu-one li.ext-menu ul li a {
  font-weight: 600;
  color: #6D7885;
  line-height: 145%; }

.only-mob {
  display: none; }

.submenu-one li.ext-menu ul li a span {
  display: block;
  font-weight: 400;
  font-size: 12px; }

.submenu-one li.ext-menu ul li a:hover {
  color: #214288; }

.menu-btn {
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
  width: 100%;
  max-width: 200px;
  padding: 10px 16px;
  text-align: center;
  background: #214288;
  margin-top: 36px;
  border-radius: 0; }

.submenu-one.full li.no-children a.menu-btn.dso {
  display: block;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
  width: 100%;
  max-width: 200px;
  padding: 10px 10px;
  text-align: center;
  background: #214288;
  margin-top: 36px;
  border-radius: 0;
  font-weight: 400; }

.menu-btn.dso {
  padding: 10px 10px; }

/* end submenu */
/* breadcrumbs */
.Site-content section.breadcrumbs {
  padding: 20px 0 20px 0; }

.Site-content ul.breadcrumbs-wrapper {
  list-style: outside none none;
  padding: 0 !important;
  width: 100%; }

.Site-content ul.breadcrumbs-wrapper li {
  color: #6D7885;
  line-height: 145%;
  font-size: 14px;
  margin: 0 !important;
  padding: 0 !important;
  list-style-image: none !important;
  display: inline; }

.breadcrumbs-wrapper li a {
  color: #6D7885; }

.breadcrumbs-wrapper li img {
  margin: auto 5px;
  width: 8px;
  height: 6px;
  #display: block; }

/* footer */
.footer {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
  background: #214288;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 14px;
  padding: 80px 0 60px 0;
  line-height: 145%; }

.footer p {
  margin: 0; }

.adress-wrapper {
  margin-bottom: 20px; }

.footer-adress p:not(:last-child) {
  margin-bottom: 20px; }

.footer-phone p {
  margin-bottom: 12px; }

.footer-phone.tab {
  display: none; }

.footer-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 55px; }

.footer-icons li {
  width: 24px;
  height: 24px;
  margin-right: 28px;
  flex-shrink: 0; }

.footer-icons li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%; }

.footer-icons li#dzen {
  background: url("/images/2023/icon-yandex-zen.svg") no-repeat center center/contain; }

.footer-icons li#youtube {
  background: url("/images/2023/youtube.svg") no-repeat center center/contain; }

.footer-icons li#vk {
  background: url("/images/2023/icon-vk.svg") no-repeat center center/contain; }

.footer-icons li#vk-video {
  background: url("/images/2023/icon-vk-video.svg") no-repeat center center/contain; }

.footer-icons li#telegram {
  background: url("/images/2023/telegram.svg") no-repeat center center/contain; }

.footer-icons li#fb {
  background: url("/images/2023/eng/icons/fb.svg") no-repeat center center/contain; }

.footer-icons li#linkedin {
  background: url("/images/2023/eng/icons/linkedin.svg") no-repeat center center/contain; }

.footer-icons li#max {
  background: url("/images/2023/icon-max.svg") no-repeat center center/contain; }

.footer .menu-title {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600; }

.footer-menu li:not(:last-child) {
  margin-bottom: 12px; }

/* footer eng */
.footer.eng {
  color: #DCE1E6; }

.footer.eng .footer-wrapper {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.footer-logo {
  display: block;
  max-width: 129px;
  margin: 0 0 32px 0; }

.footer-brand {
  width: 100%;
  max-width: 228px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.eng-contacts {
  margin-bottom: 12px; }

.eng-contacts p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0; }

.eng-bottom-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.eng .footer-icons {
  margin-top: auto; }

.eng-bottom-nav li {
  padding: 8px 0;
  margin-right: 60px;
  font-weight: 600;
  color: #FFFFFF; }

.in-touch {
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  margin: 0 0 16px 0; }

.eng-contacts p:not(:last-child) {
  margin: 0 0 4px 0; }

.eng-address {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-width: 228px;
  margin: 0 0 40px 0; }

/* search */
.search-wrapper {
  width: 100%;
  padding: 40px 0;
  background: #EBEDF0;
  transition: transform 0.5s ease;
  display: none; }

.search-wrapper.active {
  display: block;
  transform: translateY(0px);
  transition: transform 0.2s ease;
  z-index: 100001;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  max-height: 500px; }

.search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: auto;
  border-bottom: 1px solid #CBCBCB; }

.search-form input {
  width: calc(100%);
  color: #2C2D2E;
  height: 33px;
  padding: 6px 10px;
  background: transparent; }

.search-form .search-btn {
  display: none;
  border-radius: 5px;
  padding: 6px 18px;
  background: #214288;
  font-size: 16px;
  color: white;
  border: none;
  #text-transform: uppercase;
  margin-left: 20px;
  cursor: pointer; }

.search-wrapper .modal-close2 {
  top: 0;
  bottom: 0;
  margin: auto; }

/* btn up */
.btn-up {
  position: fixed;
  bottom: 30px;
  right: 20px;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 68px;
  height: 68px;
  border: none;
  border-radius: 100%;
  visibility: visible;
  opacity: 1;
  z-index: 1000;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.ru .btn-up {
  display: none; }

.ru .btn-up.bot {
  display: block;
  position: absolute;
  top: 80px;
  right: 24px;
  bottom: initial; }

@media screen and (max-width: 1280px) {
  .ru .btn-up.bot {
    top: 40px; } }
.ru footer {
  position: relative;
  padding: 60px 0 93px 0; }

.ru footer .lang-switch {
  color: white;
  text-decoration: none;
  display: inline-block;
  margin-top: 32px;
  font-size: 18px;
  font-weight: 600; }

.ru footer .lang-switch:hover {
  text-decoration: underline; }

.ru .top-menu-icons li#world {
  display: none; }

.btn-up:hover {
  background: rgba(255, 255, 255, 0.9); }

.btn-up:before {
  content: '';
  width: 22px;
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url("/images/2023/arrow-up1.svg") no-repeat center center/contain; }

.btn-up.is-hidden {
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear; }

/* hamburger */
li#hamb {
  display: none; }

.hamburger-btn {
  width: 24px;
  height: 20px;
  border: none;
  background-color: transparent;
  padding: 0;
  position: relative; }

.hamburger-btn span {
  display: block;
  background: #FFFFFF;
  height: 2px;
  width: 100%;
  transition: all .5s ease;
  border-radius: 10px; }

.hamburger-btn span:not(:last-child) {
  margin-bottom: 6px; }

.phone-mob-burger {
  display: none; }

#hamb.active .hamburger-btn span:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  top: 50%; }

#hamb.active .hamburger-btn span:nth-child(2) {
  display: none; }

#hamb.active .hamburger-btn span:nth-child(3) {
  transform: rotate(-45deg);
  position: absolute;
  top: 50%; }

.warning {
  color: red;
  font-weight: 600; }

.cookie-warning {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.cookie-warning .block {
  margin: 0 auto !important;
  min-width: 360px;
  max-width: 1200px;
  padding: 10px 4%;
  display: flex; }

.cookie-warning .text {
  width: 90%; }

.cookie-warning .close {
  display: flex;
  width: 2%;
  cursor: pointer; }

.cookie-warning span.icon {
  #font-family: lg;
  /* speak: none; */
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cookie-warning span.icon:after {
  content: "\e070"; }

.hide {
  display: none; }

.no_wrap {
  white-space: nowrap; }

/* youtube video fix 06-09-23 */
.youtube-video-container {
  #width: 100%;
  position: relative;
  cursor: pointer;
  padding: 0;
  height: 350px; }

.youtube-video-container img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  margin: auto;
  display: block; }

.youtube-video-container img.youtube-btn {
  position: absolute;
  width: 80px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.2s ease;
  object-fit: contain;
  -o-object-fit: contain; }

.video-btn-container img.youtube-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9%;
  right: 0;
  margin: auto;
  width: initial;
  height: initial;
  object-fit: contain;
  -o-object-fit: contain;
  z-index: 1;
  transition: transform 0.2s ease; }

.video-btn-container {
  position: absolute;
  height: 52px;
  width: 52px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.video-btn-container::before {
  content: '';
  position: absolute;
  width: 52px;
  height: 52px;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.2s ease;
  opacity: 0.5;
  border-radius: 100%;
  background: #000; }

.section-video-item {
  cursor: pointer; }

.youtube-video-container:hover img.youtube-btn, .section-video-item:hover img.youtube-btn {
  transform: scale(1.1);
  transition: transform 0.2s ease; }

.youtube-video-container:hover .video-btn-container::before, .section-video-item:hover .video-btn-container::before {
  transform: scale(1.1);
  transition: transform 0.2s ease; }

/* end youtube-video  */
/* custom styles lightgallery */
body #lg-counter, body #lg-download, body #lg-zoom-in, body #lg-zoom-out {
  display: none; }

body .lg-fullscreen.lg-icon {
  display: none; }

body .lg-toolbar .lg-icon {
  position: absolute;
  float: initial;
  right: 30px;
  top: 30px; }

body .lg-toolbar .lg-icon.lg-close:after {
  content: '';
  background: url("/images/2023/close3.svg") no-repeat center center/contain;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto; }

body .lg-sub-html {
  background-color: rgba(255, 255, 255, 0.9) !important; }

body .lg-backdrop {
  z-index: 104000; }

body .lg-outer {
  z-index: 105000; }

/*
lightgallery для чертежа товарной item-scheme */
body .item-scheme #lg-counter, body .item-scheme #lg-download, body .item-scheme #lg-zoom-in, body .item-scheme #lg-zoom-out {
  display: initial; }

body .item-scheme .lg-fullscreen.lg-icon {
  display: initial; }

body .item-scheme .lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  position: initial; }

body .item-scheme .lg-toolbar .lg-icon:after {
  #display: none; }

body .item-scheme .lg-toolbar .lg-icon.lg-close:after {
  left: initial;
  margin: initial;
  width: 25px;
  height: 25px;
  position: initial;
  display: block; }

/* end item-scheme lg*/
/*lightgallery addon */
body .lg-backdrop {
  background-color: white; }

body .lg-toolbar .lg-close:after {
  color: #2C2D2E; }

body .lg-toolbar .lg-download:after {
  color: #2C2D2E; }

body .lg-actions .lg-prev, body .lg-actions .lg-next {
  background: #214288;
  width: 60px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto; }

body .lg-actions .lg-prev:after, body .lg-actions .lg-next:before {
  content: '';
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

body .lg-actions .lg-prev:after {
  background: url("/images/2023/prev-button.svg") no-repeat center center/contain; }

body .lg-actions .lg-next:before {
  background: url("/images/2023/next-button.svg") no-repeat center center/contain; }

body.products .lg-object, body .lg-object {
  box-shadow: none !important; }

/* end lg addon*/
/* custom-checkbox */
.subscr-agree {
  display: flex;
  #margin-top: 16px;
  gap: 18px; }

.subscr-agree span {
  display: block;
  font-size: 12px;
  line-height: 133%;
  text-align: left; }

.subscr-agree span a {
  display: inline-block;
  color: #214288; }

.subscr-agree .politika-wrapper {
  display: none; }

.custom-checkbox {
  width: 24px;
  height: 24px;
  background: url("/images/2023/icons/checkbox.svg") no-repeat center center/contain;
  flex-shrink: 0;
  cursor: pointer; }

.custom-checkbox.active {
  background: url("/images/2023/icons/checkbox-active.svg") no-repeat center center/contain; }

button[type="submit"]:disabled {
  opacity: 0.64;
  cursor: not-allowed; }

/* custom select */
.custom-select-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px; }

.where-custom-select, .custom-select-box {
  position: relative;
  #margin: 12px 0;
  max-width: 220px;
  width: 100%;
  font-size: 16px;
  line-height: 150%; }

.where-custom-select.industry {
  max-width: 345px; }

.where-countries, .custom-select-default {
  padding: 10px 12px;
  width: 100%;
  border: 1px solid #E1E3E6;
  background-color: #F5F5F5;
  /* Fallback color if gradients are not supported */
  #box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  #overflow: hidden;
  outline: none;
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06); }

.where-countries.all {
  color: #818C99; }

.where-countries::after, .custom-select-default::after {
  content: '';
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url("/images/2023/where-to-buy/swap-icon.svg") no-repeat center center/contain;
  pointer-events: auto !important; }

.dropdown-wrapper {
  width: 100%;
  padding: 10px 5px 10px 0;
  border-right: 1px solid #CBCBCB;
  border-left: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  display: none;
  background: white; }

.dropdown-wrapper.active {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 100; }

.where-dropdown, .dropdown-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow-y: auto; }

.where-dropdown li, .dropdown-list li {
  padding: 10px 12px;
  cursor: pointer;
  #font-size: 14px; }

.where-dropdown li.active {
  background: #f2f2f2; }

.where-dropdown li:hover, .dropdown-list li:hover {
  background: #f2f2f2; }

.where-dropdown::-webkit-scrollbar, .dropdown-list::-webkit-scrollbar {
  width: 7px; }

.where-dropdown::-webkit-scrollbar-track, .dropdown-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 15px;
  padding-right: 10px; }

.where-dropdown::-webkit-scrollbar-thumb, .dropdown-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
  padding-right: 10px; }

/* custom select end*/
/* add styles for lk (obuchenie) */
.Site-content.kabinet#container {
  max-width: 1468px;
  margin: 0 auto;
  width: 100%; }

.Site-content.kabinet table {
  font-size: 13px;
  margin: 10px 0 40px 0; }

.Site-content.kabinet h1 {
  font-size: 28px; }

.Site-content.kabinet #horizontal-dop-menu li a {
  font-size: 14px; }

@media screen and (max-width: 1548px) {
  .container, #content {
    max-width: 1200px; }

  .Site-content.kabinet#container {
    max-width: 1200px; }

  section {
    padding: 60px 0; }

  /*.top-menu .main-top:not(:last-child) {
    margin-right:20px;
  }*/
  .top-menu .main-top {
    padding: 0 10px; }

  .footer-icons {
    margin-top: 40px;
    position: relative;
    z-index: 2; }

  .eng-address {
    margin: 0 0 32px 0; }

  .eng-bottom-nav li {
    margin-right: 46px; } }
@media screen and (max-width: 1280px) {
  .eng-bottom-nav li {
    margin-right: 40px; }

  .eng-address {
    margin: 0 0 50px 0; }

  h2 {
    font-size: 24px;
    margin: 0 0 16px 0; }

  .container, #content {
    max-width: 956px; }

  .Site-content.kabinet#container {
    max-width: 956px; }

  .header {
    #padding: 24px 0; }

  .Site-content section.breadcrumbs {
    padding: 20px 0; }

  .header-wrapper {
    height: 90px; }

  .footer {
    padding: 40px 0; }

  /*.top-menu .main-top:not(:last-child) {
    margin-right:12px;
  }*/
  .top-menu .main-top {
    font-size: 12px;
    padding: 0 6px; }

  .top-menu .main-top a.main-link {
    font-weight: initial;
    text-underline-offset: 4px;
    text-decoration-thickness: initial; }

  .footer-icons li {
    margin-right: initial; }

  .footer-icons li:not(:last-child) {
    margin-right: 16px; }

  .footer-phone {
    display: none; }

  .footer-phone.tab {
    display: block; }

  .footer-adress .footer-phone p {
    margin: 0; }

  .footer-adress .footer-phone p:not(:last-child) {
    margin-bottom: 8px; }

  .footer-adress .footer-phone {
    margin-bottom: 20px; }

  .footer .footer-wrapper {
    gap: 96px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }

  .footer .right-container {
    gap: 44px 96px; }

  .footer-wrapper .footer-adress {
    width: 224px;
    margin-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: initial; }

  .col-desk-8.right-container {
    width: calc(100% - 244px); }

  .footer-icons {
    margin-top: auto; }

  .submenu-two-wrapper {
    display: block;
    position: relative;
    z-index: 1; }

  .submenu-two.col-2 {
    width: 100%; }

  .submenu-one.full.solutions {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }

  .submenu-one.full.solutions .main-width:not(:last-child) {
    margin-right: 80px; }

  .submenu-one.full .main-width.has-children {
    width: auto; } }
@media screen and (max-width: 1036px) {
  .Site-content section.breadcrumbs {
    padding: 12px 0; }

  .Site-content ul.breadcrumbs-wrapper li {
    font-size: 12px; }

  .only-mob {
    display: block; }

  .mob-hidden {
    display: none !important; }

  .top-menu .main-top {
    padding: 0; }

  .eng-bottom-nav li {
    margin-right: 24px; }

  h1:not([class]) {
    font-size: 32px;
    margin: 0 0 24px 0; }

  .container, #content {
    max-width: 712px; }

  .header-wrapper {
    height: 72px; }

  .header.fixed {
    position: fixed;
    width: 100%;
    z-index: 10000; }

  .main-logo {
    max-height: 15px; }

  .footer {
    padding: 40px 0 60px 0; }

  .right-blocks:first-child {
    #margin-bottom: 40px; }

  .footer-wrapper .right-blocks {
    width: 224px; }

  .footer .right-container {
    gap: 32px 20px; }

  .footer .footer-wrapper {
    gap: 28px; }

  .footer-wrapper .footer-adress {
    width: 216px; }

  .top-menu {
    display: none; }

  li#hamb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .btn-up {
    width: 40px;
    height: 40px; }

  .btn-up:before {
    width: 18px;
    height: 24px; }

  .top-menu-icons {
    width: 100%;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    justify-content: end; }

  .top-menu-icons li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }

  .footer-wrapper .footer-adress {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .footer-icons {
    margin-top: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 14px 0; }

  .footer-icons li:not(:last-child) {
    margin-right: 14px; }

  /* burger menu styles */
  .top-menu-wrapper.mobile {
    position: fixed;
    width: 100%;
    height: calc(100vh - 72px);
    background: #FFFFFF;
    top: 72px;
    left: 0;
    z-index: 10000;
    overflow-y: scroll;
    padding: 40px 0; }

  .top-menu-wrapper.mobile .top-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 712px;
    margin: auto; }

  .top-menu .main-top:not(:last-child) {
    margin-right: initial;
    height: auto;
    margin-bottom: 20px; }

  .top-menu-wrapper.mobile .top-menu .main-top {
    height: auto;
    position: relative;
    width: 100%; }

  .top-menu-wrapper.mobile .top-menu .main-top.active {
    position: relative;
    #margin-top: 40px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }

  .top-menu-wrapper.mobile .top-menu .main-top:not(:last-child)::after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 0;
    left: 0; }

  .top-menu-wrapper.mobile .top-menu .main-top.active::after {
    display: none; }

  .top-menu-wrapper.mobile .top-menu .main-top.active a.main-link {
    position: relative; }

  .top-menu-wrapper.mobile .top-menu .main-top.active a.main-link::after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 0;
    left: 0; }

  .top-menu-wrapper.mobile .top-menu .main-top a {
    color: #2C2D2E;
    font-size: 18px;
    font-weight: 600;
    width: 100%; }

  .top-menu-wrapper.mobile .top-menu .main-top .second-level {
    font-weight: 600;
    text-transform: initial; }

  .top-menu-wrapper.mobile .top-menu .arrow-sub {
    #content: '';
    position: absolute;
    #bottom: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer; }

  .top-menu-wrapper.mobile .top-menu .arrow-sub::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    background: url("/images/2023/burger-right.svg") no-repeat center right/contain;
    right: 6px;
    top: 12px;
    transform: rotate(90deg); }

  .top-menu-wrapper.mobile .top-menu .main-top.active .arrow-sub::before {
    transform: rotate(-90deg); }

  .top-menu-wrapper.mobile .top-menu .main-top.has-children .submenu-container {
    display: none;
    position: static;
    top: 0;
    left: 0;
    padding: 0;
    visibility: visible;
    opacity: 1;
    box-shadow: initial; }

  .top-menu-wrapper.mobile .top-menu .products.full .second-level {
    display: none; }

  .top-menu-wrapper.mobile .submenu-one, .top-menu-wrapper.mobile .submenu-two {
    display: none; }

  .top-menu-wrapper.mobile .top-menu {
    padding-bottom: 40px;
    height: initial; }

  .top-menu-wrapper.mobile .top-menu.sublevel .main-top.has-children.active .submenu-container {
    #transform: translateX(1000px);
    padding: 12px 0 0 16px;
    display: block; }

  .top-menu-wrapper.mobile .top-menu .main-top.has-children .submenu-container .submenu-two {
    display: none; }

  .top-menu-wrapper.mobile .top-menu .main-top.has-children .submenu-container .partners .submenu-two {
    display: block;
    margin-top: 0; }

  .top-menu-wrapper.mobile .top-menu .menu-btn {
    display: none; }

  .top-menu-wrapper.mobile .top-menu .main-top.has-children .submenu-container .products .submenu-two {
    display: block;
    font-weight: 400;
    padding: 0;
    margin-top: 0; }

  .submenu-container .products .submenu-two li:not(:last-child) {
    margin-bottom: initial; }

  .submenu-container .submenu-one.products .submenu-two li {
    margin-bottom: 4px;
    padding: 11px 0; }

  .top-menu-wrapper.mobile .top-menu.sublevel .main-top.has-children.active .submenu-one {
    display: block; }

  .top-menu-wrapper.mobile .top-menu.sublevel .main-top.has-children.active .submenu-one.partners {
    position: relative;
    padding-bottom: 50px; }

  .top-menu-wrapper.mobile .top-menu .main-top.has-children.active .submenu-container.no-children .submenu-two {
    display: block;
    margin: 0; }

  .submenu-one.full.partners .main-width:not(:last-child) {
    margin-right: initial; }

  .main-top.has-children.active .submenu-container.no-children {
    width: 100%; }

  .submenu-container.no-children .submenu-two li {
    padding: 11px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

  .top-menu-wrapper.mobile .submenu-one li.has-children {
    width: 100%;
    position: relative;
    #margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 0;
    cursor: pointer; }

  .top-menu-wrapper.mobile .submenu-one li.has-children:not(:last-child) {
    margin-bottom: 12px; }

  .top-menu-wrapper.mobile .submenu-one li.has-children.active {
    padding-bottom: 0; }

  .top-menu-wrapper.mobile .submenu-one li.main-width.has-children.active a {
    color: #214288; }

  .top-menu-wrapper.mobile .submenu-one li.main-width.has-children.active a.sect {
    color: #2C2D2E; }

  .top-menu-wrapper.mobile .submenu-one li.has-children.active .submenu-two li a {
    font-weight: 400;
    color: #2C2D2E; }

  .top-menu-wrapper.mobile .submenu-one.products li.has-children .submenu-two li a {
    font-weight: 400;
    color: #2C2D2E; }

  .top-menu-wrapper.mobile .submenu-one.products li.has-children {
    padding: 0;
    margin-bottom: 0; }

  .top-menu-wrapper.mobile .top-menu .main-top.has-children .submenu-container .main-width.no-children .submenu-two {
    display: block; }

  .top-menu-wrapper.mobile .top-menu .main-top.has-children .submenu-container .main-width.no-children .submenu-two li {
    padding: 0;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

  .top-menu-wrapper.mobile .top-menu .main-top.has-children .submenu-container .partners li {
    border: none !important; }

  .top-menu-wrapper.mobile .top-menu .main-top.has-children .submenu-container .partners li.has-children {
    margin: 0;
    padding: 0; }

  .top-menu-wrapper.mobile .top-menu .main-top.has-children .submenu-container .partners li.has-children a {
    font-weight: 400;
    display: block;
    padding: 11px 0;
    margin-bottom: 4px; }

  .top-menu-wrapper.mobile .top-menu .main-top.has-children .submenu-container .main-width.no-children .submenu-two li a {
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 11px 0; }

  .partners .submenu-two li:not(:last-child) {
    margin: 0; }

  .mob-link-hidden {
    display: none; }

  .main-top.has-children.active .submenu-container.no-children .submenu-one li {
    padding: 11px 0;
    margin-bottom: 4px;
    border-bottom: initial; }

  .level-back {
    display: none;
    font-size: 18px;
    font-weight: 600;
    color: #2C2D2E; }

  .level-back:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
    background: url("/images/2023/burger-right.svg") no-repeat center center/contain;
    margin-right: 20px;
    vertical-align: middle;
    margin-bottom: 2px; }

  .top-menu-wrapper.mobile .top-menu.sublevel .level-back {
    margin-bottom: 20px;
    cursor: pointer;
    margin-top: 11px;
    display: none; }

  .top-menu-wrapper.mobile .submenu-one li.has-children:after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 0; }

  .top-menu-wrapper.mobile .submenu-one.partners li.has-children:after {
    display: none; }

  .top-menu-wrapper.mobile .submenu-one.products li.has-children:after {
    display: none; }

  .top-menu-wrapper.mobile .submenu-one li.has-children.active:after {
    display: none; }

  .top-menu-wrapper.mobile .submenu-one li.has-children a, .top-menu-wrapper.mobile .submenu-one li.has-children div {
    text-transform: none;
    font-size: 16px;
    font-weight: 600; }

  .top-menu .main-top a.main-link {
    line-height: 100%;
    padding: 14px 0; }

  .top-menu-wrapper.mobile .top-menu.sublevel .submenu-one li.has-children .arrow-sub {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

  .top-menu-wrapper.mobile .top-menu.sublevel .submenu-one.solutions li.has-children.active .arrow-sub {
    height: 44px; }

  .top-menu-wrapper.mobile .top-menu.sublevel .submenu-one.partners .arrow-sub {
    display: none; }

  .top-menu-wrapper.mobile .top-menu.sublevel .submenu-one li.has-children .arrow-sub::before {
    transform: rotate(90deg); }

  .top-menu-wrapper.mobile .top-menu.sublevel .submenu-one li.has-children.active .arrow-sub::before {
    transform: rotate(-90deg); }

  .top-menu-wrapper.mobile .top-menu.sublevel .submenu-one li.has-children.active .submenu-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    #background: #F9F9F9;
    font-weight: 400;
    padding: 0 0 0 20px; }

  .top-menu-wrapper.mobile .top-menu.sublevel .submenu-one li.has-children.active .submenu-two.col2:not(:first-child) {
    margin-top: 0; }

  .top-menu-wrapper.mobile .top-menu.sublevel .submenu-one li.has-children.active .submenu-two {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 10px;
    padding: 16px 0 0 0; }

  .top-menu-wrapper.mobile .top-menu.sublevel .submenu-one li.has-children.active .submenu-two:not(:first-child) {
    border-top: none;
    margin-top: 0;
    padding: 0 0 0 0; }

  .top-menu-wrapper.mobile .top-menu.sublevel .submenu-one li.has-children.active .submenu-two.col-2:first-child li:last-child {
    margin-bottom: 16px; }

  .top-menu-wrapper.mobile .has-children .submenu-one li a {
    line-height: 125%;
    #font-size: 16px; }

  .top-menu-wrapper.mobile .no-children .submenu-one li a {
    line-height: 125%;
    font-size: 16px;
    font-weight: 400; }

  .submenu-one.full li.no-children a.menu-btn.dso {
    position: absolute;
    bottom: 0;
    max-width: 360px;
    #margin-bottom: 20px; } }
@media screen and (max-width: 742px) {
  .footer-icons {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    gap: 0; }

  .eng-bottom-nav {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .eng-bottom-nav li {
    margin-right: 0; }

  .footer-brand {
    max-width: 160px; }

  .eng-address {
    margin: 0 0 40px 0; }

  .container, #content {
    max-width: 468px; }

  .top-menu-wrapper.mobile .top-menu {
    #padding: 40px 0; }

  .top-menu-wrapper.mobile {
    height: calc(100vh - 60px);
    top: 60px;
    padding: 40px 20px; }

  .header-wrapper {
    height: 60px; }

  /*
  .footer-wrapper .footer-phone {
    @include flexbox;
    @include flex-direction(column);
    width:calc(50%);
    @include order(1);
  }*/
  .footer .footer-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px; }

  .footer-wrapper .footer-adress {
    width: calc(100%);
    margin-right: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    gap: 32px 20px; }

  .footer-wrapper .footer-policy {
    width: 200px;
    margin-bottom: 0 !important; }

  .ru .footer-icons {
    width: 100%; }

  .footer-icons li:not(:last-child) {
    margin-right: 16px; }

  .ru footer .lang-switch {
    margin-top: 0; }

  .footer-wrapper .footer-policy br {
    display: none; }

  .footer-adress p:not(:last-child) {
    margin-bottom: 16px; }

  .footer-adress .footer-phone p:not(:last-child) {
    margin-bottom: 12px; }

  .footer-wrapper .adress-wrapper {
    margin-bottom: 0;
    width: 224px; }

  .footer-adress .footer-phone {
    margin-bottom: 0;
    width: 224px; }

  .col-desk-8.right-container {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 0; }

  .top-menu-wrapper.mobile .top-menu {
    height: auto;
    max-width: 468px; }

  .eng .footer-icons {
    margin-top: 20px; } }
@media screen and (max-width: 508px) {
  .eng .footer-icons {
    margin-top: auto; }

  #container {
    padding: 0;
    max-width: 100%; }

  .container, #content {
    max-width: 100%;
    padding: 0 20px; }

  .submenu-container .container {
    padding: 0; }

  .header {
    #padding: 16px 0; }

  .footer-wrapper .footer-phone {
    width: calc(100%);
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

  .col-desk-8.right-container {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .footer-wrapper .footer-adress {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .col-mid-6.right-blocks {
    width: 100%; }

  .right-blocks:first-child {
    margin-bottom: initial; }

  .right-container .right-blocks {
    margin-bottom: 0; }

  .footer .footer-wrapper {
    gap: 32px; }

  .col-desk-8.right-container {
    margin-bottom: 0; }

  .footer-icons {
    margin-top: 0; }

  .footer-adress p:not(:last-child) {
    margin-bottom: 16px; }

  .footer-brand {
    order: 1;
    width: 100%; }

  .footer-brand p {
    display: none; }

  .footer-brand .footer-logo {
    display: none; }

  .footer-eng-main {
    width: 100%;
    order: 0;
    margin-bottom: 32px; } }
@media screen and (max-width: 450px) {
  .submenu-one.full li.no-children a.menu-btn.dso {
    max-width: 100%; }

  .where-custom-select, .custom-select-box {
    max-width: 100%; }

  body.fixed .Site-content {
    padding-top: 56px !important; }

  body.fixed .header {
    width: 100%;
    position: fixed;
    z-index: 10000; }

  .container, #content {
    padding: 0 16px; }

  .top-menu-wrapper.mobile {
    top: 56px;
    height: calc(100vh - 56px);
    padding: 40px 16px 80px 16px; }

  .header-wrapper {
    height: 56px; }

  h1, h1:not([class]) {
    font-size: 28px;
    margin-bottom: 20px; }

  section {
    padding: 32px 0; } }
@media screen and (max-width: 375px) {
  .container {
    padding: 0 15px; } }
.test {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

/*# sourceMappingURL=template_styles.css.map */
