/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections   ========================================================================== */
/* Remove the margin in all browsers. */
body {
  margin: 0;
}

/* Render the `main` element consistently in IE. */
main {
  display: block;
}

/* Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
/* Grouping content   ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
/* Text-level semantics   ========================================================================== */
/* Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
  text-decoration: none;
  color: black;
}

/*
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/* Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
/*code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content   ========================================================================== */
/* Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}

/* Forms   ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/* Correct the inability to style clickable types in iOS and Safari. */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

/* Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/* Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/* Correct the cursor style of increment and decrement buttons in Chrome. */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/* Remove the inner padding in Chrome and Safari on macOS. */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive   ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

/* Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* Misc   ========================================================================== */
/* Add the correct display in IE 10+. */
template {
  display: none;
}

/* Add the correct display in IE 10. */
[hidden] {
  display: none;
}

a,
button,
label {
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

button:hover,
select:hover,
label:hover,
a:hover {
  cursor: pointer;
}

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

ul {
  list-style: none;
}

@font-face {
  font-family: "TTNorms Light";
  src: url(./fonts/TTNorms-Light.woff2);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTNorms Regular";
  src: url(./fonts/TTNorms-Regular.woff2);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTNorms Medium";
  src: url(./fonts/TTNorms-Medium.woff2);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTNorms Bold";
  src: url(./fonts/TTNorms-Bold.woff2);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body.lock {
  overflow: hidden;
}

html, body {
  height: 100%;
}

body {
  font-size: 18px;
  font-family: "TTNorms Light", sans-serif;
  line-height: 27px;
  color: #425563;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 25px;
  }
}

.wrapper {
  margin: 0 auto;
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

header, footer {
  width: 100%;
}

main {
  flex: 1 1 auto;
}

.container {
  max-width: 1174px;
  margin: 0 auto;
  padding: 0 15px;
}

.img-bock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

h1, h2, h3 {
  font-weight: normal;
}

.title {
  font-size: 50px;
  font-family: "TTNorms Light", sans-serif;
  line-height: normal;
  color: #000000;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .title {
    font-size: 35px;
  }
}

.line-after {
  display: inline-block;
  width: 163px;
  height: 1px;
  vertical-align: middle;
  background-color: black;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .line-after {
    display: none;
  }
}

.margin-top {
  margin-top: 34px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .margin-top {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.subtitle {
  font-size: 30px;
  font-family: "TTNorms Light", sans-serif;
  line-height: normal;
  color: #000000;
  display: inline-block;
}
@media (max-width: 768px) {
  .subtitle {
    font-size: 26px;
  }
}

.yellow-text {
  color: #FFE900;
}

.blue-text {
  color: #015BBB;
}

.bold-text {
  font-family: "TTNorms Bold", sans-serif;
}

.bauma-btn {
  display: inline-block;
  font-size: 18px;
  font-family: "TTNorms Medium", sans-serif;
  line-height: normal;
  color: #FFE900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background-color: transparent;
  border: 3px solid #FFE900;
  transition: transform 0.3s ease;
}
.bauma-btn a {
  display: block;
  padding: 17px 66px;
  height: 100%;
  width: 100%;
}
.bauma-btn:hover {
  color: white;
  border: 3px solid white;
}

@media (max-width: 768px) {
  iframe.lazyloaded {
    width: 100%;
  }
}

.breadcrumb {
  margin-top: 16px;
}

ol.breadcrumb li {
  list-style-type: none;
  display: inline;
  font-size: 16px;
  font-family: "TTNorms Regular", sans-serif;
  line-height: normal;
  color: #425563;
}
ol.breadcrumb li.active {
  color: #C2C4CB;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.header {
  margin: 0 auto;
  max-width: 100%;
  font-size: 18px;
  font-family: "TTNorms Regular", sans-serif;
  line-height: normal;
  color: #425563;
}
.header-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .header__main {
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(66, 85, 99, 0.2);
    z-index: 100;
    background-color: white;
  }
}
.header__main-logo {
  padding: 16px 0 5px;
  display: block;
}
@media (max-width: 992px) {
  .header__main-logo img {
    width: 173px;
    height: 38px;
  }
}
.header__main__contact-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(66, 85, 99, 0.2);
}
@media (max-width: 992px) {
  .header__main__contact-list {
    border-bottom: none;
    flex-direction: column;
    justify-content: flex-start;
    gap: 21px;
    padding: 25px 0;
  }
}
.header__main__contact-list .item-phone {
  font-family: "TTNorms Bold", sans-serif;
  margin-right: 18px;
  white-space: nowrap;
}
.header__main__contact-list .item-mail {
  color: #015BBB;
}
.header__main__contact-list a {
  display: block;
}
.header__main__contact-list .item-search {
  margin-left: 25px;
  position: relative;
  width: 40px;
}
.header__main__contact-list .item-search a {
  position: absolute;
  left: 0;
  top: -17px;
}
@media (max-width: 992px) {
  .header__main-left {
    display: none;
  }
}
.header__main-right .header__main__contact-list {
  flex-wrap: nowrap;
}
.header__main-right .item-location {
  text-align: end;
}
@media (max-width: 992px) {
  .header__main-right {
    display: none;
  }
}
.header .search-icon, .header .phone-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFE900;
  box-shadow: 0px 0px 20px rgba(255, 203, 39, 0.5);
}
.header .header_icons {
  display: none;
}
@media (max-width: 992px) {
  .header .header_icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
  }
}
.header__nav {
  width: 100%;
  font-family: "TTNorms Medium", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-top: -27px;
}
@media (max-width: 1120px) {
  .header__nav {
    margin-top: -20px;
  }
}
@media (max-width: 992px) {
  .header__nav {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 85px 15px 15px;
    width: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    background: white;
    font-size: 20px;
    transition: all 0.4s ease;
    height: 100vh;
    z-index: 20;
    margin-top: 0px;
  }
  .header__nav._active {
    transition: all 0.4s ease;
    left: 0;
    overflow-y: auto;
  }
  .header__nav._active::-webkit-scrollbar {
    width: 8px;
  }
  .header__nav._active::-webkit-scrollbar-thumb {
    background: #C8C8C8;
    border-radius: 4px;
  }
}
.header__menu {
  display: none;
  width: 100%;
}
@media (max-width: 992px) {
  .header__menu {
    display: block;
  }
}
.header__menu .back-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  color: #015BBB;
  font-size: 16px;
  font-family: "TTNorms Bold", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header__menu__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: relative;
}
.header__menu__list .header__nav-link {
  display: inline;
  position: relative;
  cursor: pointer;
}
.header__menu__list .header__nav-link a {
  display: block;
  border-top: 5px solid transparent;
  transition: all 0.3s ease;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .header__menu__list .header__nav-link a {
    border-top: none;
  }
}
.header__menu__list .header__nav-link:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .header__menu__list .header__nav-link {
    padding: 10px 20px 10px 0px;
  }
}
@media (min-width: 992px) {
  .header__menu__list .header__nav-link:hover > a, .header__menu__list .header__nav-link:active > a, .header__menu__list .header__nav-link:focus > a {
    color: #FFE900;
    border-top: 5px solid #FFE900;
  }
}
@media (max-width: 992px) {
  .header__menu__list .header__nav-link:active > a, .header__menu__list .header__nav-link:focus > a {
    color: #FFE900;
  }
}
.header__menu__list.right {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .header__menu__list.left, .header .right {
    display: none;
  }
}
.header__menu__list.mobile-only {
  display: none;
  width: 100%;
}
.header__menu__list.mobile-only #btn_mobile_menu_back {
  padding: 15px 0;
}
.header__menu__list.mobile-only li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: static;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
  margin: 10px 0;
}
.header__menu__list.mobile-only li a {
  display: block;
  padding: 10px 0;
}
.header__menu__list.mobile-only .header__submenu__list {
  width: 100%;
  height: 100vh;
  display: none;
  box-shadow: none;
  top: 0;
}
.header__menu__list.mobile-only .header__submenu__list li {
  position: relative;
  cursor: pointer;
}
.header__menu__list.mobile-only .header__submenu__list li:last-child {
  border-bottom: none;
}
.header__menu__list.mobile-only .header__submenu__list.dropdown-active {
  left: 0;
  display: block;
  transform: none;
}
.header__menu__list.mobile-only .header__submenu__list .has-submenu::before {
  top: 20px;
  left: -10px;
}
@media (max-width: 992px) {
  .header__menu__list.mobile-only {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.header__submenu__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-size: 16px;
  font-family: "TTNorms Medium", sans-serif;
  line-height: normal;
  color: #015BBB;
  position: absolute;
  top: 55px;
  right: 50%;
  transform: translate(50%, 0%);
  width: 305px;
  border-top: 3px solid #FFE900;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 20px 20px 15px;
  display: none;
  z-index: 10;
}
@media (max-width: 992px) {
  .header__submenu__list {
    border: none;
  }
}
.header__submenu__list:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #FFE900;
  border-width: 13px;
  margin-left: -13px;
}
@media (max-width: 992px) {
  .header__submenu__list:after {
    display: none;
  }
}
.header__submenu__list li {
  padding: 9px 0 9px 15px;
  width: 100%;
  transition: all 0.3s ease;
}
.header__submenu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header .gray {
  color: #425563;
}
.header .has-submenu {
  position: relative;
}
.header .has-submenu::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  width: 5px;
  height: 8px;
  background-image: url(./img/menu_arrow.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
}
.header .header__second-submenu__list {
  font-family: "TTNorms Light", sans-serif;
  display: none;
}
.header .header__second-submenu__list.open {
  color: #425563;
}

.dropdown-open .dropdown-active {
  display: block;
}

.menu__icon {
  position: relative;
  width: 26px;
  height: 18px;
  z-index: 5;
  cursor: pointer;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .menu__icon {
    transform: rotate(0deg);
    margin-right: 25px;
  }
}
.menu__icon span, .menu__icon::before, .menu__icon::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 9%;
  background-color: #FFFFFF;
  transition: all 0.3s ease 0s;
}
.menu__icon::before {
  content: "";
  top: 0;
}
.menu__icon::after {
  content: "";
  bottom: 0;
}
.menu__icon span {
  top: 50%;
  transform: scale(1) translate(0px, -50%);
}

.menu__icon._active span {
  transform: scale(0) translate(0px, -50%);
}
.menu__icon._active::before {
  top: 50%;
  transform: rotate(-45deg) translate(0px, -50%);
}
.menu__icon._active::after {
  bottom: 50%;
  transform: rotate(45deg) translate(0px, 50%);
}

.menu__body {
  width: 500px;
  position: fixed;
  left: -200%;
  top: 0;
  background: #F6F6F6;
  transition: left 0.3s ease;
  height: 100vh;
  overflow-y: scroll;
}
.menu__body::-webkit-scrollbar {
  width: 8px;
}
.menu__body::-webkit-scrollbar-thumb {
  background: #C8C8C8;
  border-radius: 4px;
}
.menu__body._active {
  left: 0;
}
@media (max-width: 992px) {
  .menu__body {
    width: 100%;
  }
}
.menu__title {
  font-size: 20px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: 24px;
  color: #000000;
  text-transform: uppercase;
  padding: 20px 15px 25px;
}
.menu__list-item {
  font-size: 13px;
  font-family: "TTNorms Light", sans-serif;
  line-height: 15px;
  color: #000000;
}
.menu__list-item > a {
  display: inline-block;
  margin-bottom: 12px;
  padding-left: 15px;
}
.menu__list .menu-item {
  padding: 4px 5px 4px 15px;
}
.menu__list .menu-item._active {
  font-size: 13px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: 15px;
  color: #FFFFFF;
  background-color: #FFE900;
  display: inline-block;
  width: 100%;
}
.menu__list .menu-item:hover {
  font-size: 13px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: 15px;
  color: #FFFFFF;
  background-color: #FFE900;
  display: inline-block;
  width: 100%;
}

.menu__body .menu__list > .menu__sublist {
  max-width: none;
  margin-left: 0px;
}

.menu__body .menu__list > .menu__sublist > li {
  color: #FFFFFF !important;
  font-family: "TTNorms Medium", sans-serif;
  background-color: #FFE900;
  display: inline-block;
  width: 100%;
  padding: 5px 20px;
}
.menu__body .menu__list > .menu__sublist > li > a:hover {
  color: #FFFFFF !important;
}

.burger-menu {
  position: relative;
  z-index: 100;
  display: none;
}
.burger-menu-btn {
  z-index: 99;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFE900;
  box-shadow: 0px 0px 20px rgba(255, 203, 39, 0.5);
}
@media (max-width: 992px) {
  .burger-menu {
    display: block;
  }
}

.burger-menu__icon {
  position: relative;
  width: 25px;
  height: 16px;
  z-index: 5;
  cursor: pointer;
  display: none;
}
@media (max-width: 992px) {
  .burger-menu__icon {
    display: block;
  }
}
.burger-menu__icon span, .burger-menu__icon::before, .burger-menu__icon::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 20;
  background-color: rgb(0, 0, 0);
  transition: all 0.3s ease 0s;
}
.burger-menu__icon::before {
  content: "";
  top: 0;
}
.burger-menu__icon::after {
  content: "";
  bottom: 0;
}
.burger-menu__icon span {
  top: 50%;
  transform: scale(1) translate(0px, -50%);
}

.burger-menu__icon._active span {
  transform: scale(0) translate(0px, -50%);
}
.burger-menu__icon._active::before {
  top: 50%;
  transform: rotate(-45deg) translate(0px, -50%);
}
.burger-menu__icon._active::after {
  bottom: 50%;
  transform: rotate(45deg) translate(0px, 50%);
}

.banner {
  margin: 16px auto 0;
  height: 683px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 100px;
}
@media (max-width: 1166px) {
  .banner {
    flex-direction: column-reverse;
    height: auto;
    gap: 40px;
  }
}
.banner__img {
  flex: 0 0 291px;
  background-color: #FFE900;
  width: 291px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 1166px) {
  .banner__img {
    flex: 0 0 auto;
    background-color: transparent;
    width: 100%;
    height: 320px;
  }
}
@media (max-width: 992px) {
  .banner__img {
    height: 270px;
  }
}
@media (max-width: 768px) {
  .banner__img {
    height: 250px;
  }
}
@media (max-width: 640px) {
  .banner__img {
    height: 200px;
  }
}
@media (max-width: 500px) {
  .banner__img {
    height: 140px;
  }
}
.banner__img .img_desktop {
  position: absolute;
  top: 102px;
  left: -400px;
}
@media (max-width: 1166px) {
  .banner__img .img_desktop {
    position: relative;
    top: 0px;
    left: 0px;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .banner__img .img_desktop {
    width: 100%;
  }
}
.banner__content {
  flex: 0 0 auto;
  padding: 65px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1166px) {
  .banner__content {
    width: 100%;
    align-items: center;
    padding: 30px 0px 0px;
  }
}
.banner__content__title {
  margin-bottom: 31px;
  max-width: 659px;
}
@media (max-width: 1166px) {
  .banner__content__title {
    max-width: none;
    text-align: center;
    margin-bottom: 25px;
  }
}
.banner__content__text {
  margin-bottom: 28px;
  text-align: center;
  max-width: 937px;
}
@media (max-width: 1166px) {
  .banner__content__text {
    max-width: none;
    margin-bottom: 20px;
  }
}
.banner__content__list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 1166px) {
  .banner__content__list {
    max-width: 500px;
  }
}
@media (max-width: 992px) {
  .banner__content__list {
    max-width: none;
  }
}
.banner__content__list-item {
  padding: 18px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  width: 270px;
  height: 54px;
}
@media (max-width: 1166px) {
  .banner__content__list-item {
    width: 70%;
  }
}
.banner__content__list-item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1166px) {
  .banner__content__list-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.banner__content__list-item .circle {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #FFE900;
  box-shadow: 0px 0px 10px #FFCB27;
}
.banner__content .item_1 {
  margin-right: 186px;
}
@media (max-width: 1166px) {
  .banner__content .item_1 {
    margin-right: 0;
    align-self: start;
  }
}
.banner__content .item_2, .banner__content .item_4 {
  margin-right: 95px;
}
@media (max-width: 1166px) {
  .banner__content .item_2 {
    margin-right: 0;
    align-self: flex-end;
  }
}
@media (max-width: 1166px) {
  .banner__content .item_3 {
    align-self: start;
  }
}
@media (max-width: 1166px) {
  .banner__content .item_4 {
    margin-right: 0;
    align-self: flex-end;
  }
}

.about_us {
  background-color: #425563;
}
.about_us__content {
  padding: 71px 0;
  position: relative;
  z-index: 2;
  color: white;
  max-width: 1046px;
}
@media (max-width: 768px) {
  .about_us__content {
    margin-bottom: 51px;
  }
}
.about_us__title {
  color: white;
}
.about_us .line-after {
  width: 120px;
  background-color: white;
}
.about_us .bauma-btn {
  margin-top: 25px;
}
.about_us__img {
  position: absolute;
  right: 0;
  bottom: -70px;
  transform: translate(100%, 0);
}
@media (max-width: 992px) {
  .about_us__img {
    display: none;
  }
}

.catalog {
  margin: 70px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .catalog {
    grid-template-columns: 1fr;
    margin: 50px auto;
  }
}
.catalog__item {
  background-color: #425563;
  position: relative;
  padding: 22px 30px 30px;
  font-size: 18px;
  font-family: "TTNorms Light", sans-serif;
  line-height: 27px;
  color: white;
  overflow: hidden;
  min-height: 280px;
}
@media (max-width: 992px) {
  .catalog__item {
    padding: 22px 18px 18px;
  }
}
.catalog__item__title {
  color: #FFE900;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .catalog__item__title {
    margin-bottom: 20px;
  }
}
.catalog__item .line-after {
  width: 120px;
  background-color: #FFE900;
}
.catalog__item__list {
  padding-left: 20px;
  max-width: 65%;
}
@media (max-width: 768px) {
  .catalog__item__list {
    max-width: none;
  }
}
.catalog__item__list li {
  position: relative;
}
.catalog__item__list li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 12px;
  left: -15px;
}
.catalog__item__list li:not(:last-child) {
  margin-bottom: 15px;
}
.catalog__item__img {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(20%, 25%);
  width: 220px;
  height: 235px;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .catalog__item__img {
    display: none;
  }
}
.catalog__item__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.full {
  grid-column: 1/3;
}
@media (max-width: 992px) {
  .full {
    grid-column: 1/2;
  }
}

.news {
  background-color: #F7F7F7;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .news {
    padding: 50px 0;
  }
}
.news__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .news__content {
    grid-template-columns: 1fr;
  }
}
.news__item {
  background-color: white;
  padding: 29px 18px 18px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  font-size: 16px;
  font-family: "TTNorms Light", sans-serif;
  line-height: 24px;
  color: #425563;
}
.news__item a {
  text-decoration: underline;
}
.news__item__title {
  font-size: 18px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: normal;
  color: #000000;
}
.news__item img {
  max-width: 100%;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.footer {
  flex: 0 0 auto;
  background-color: #425563;
  padding: 30px 0;
  font-size: 16px;
  font-family: "TTNorms Light", sans-serif;
  line-height: normal;
  color: white;
}
@media (max-width: 768px) {
  .footer {
    font-size: 14px;
    padding: 16px 0;
  }
}
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
}
.footer__img {
  position: absolute;
  left: 0;
  bottom: -20px;
  transform: translate(-100%, 0);
}

.error-page {
  margin: 60px auto 168px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 768px) {
  .error-page {
    margin: 32px auto 56px;
  }
}
.error-page img {
  margin-bottom: 42px;
}
.error-page-title {
  font-size: 80px;
  line-height: normal;
  color: #000000;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .error-page-title {
    font-size: 40px;
  }
}
.error-page-title .blue-text {
  font-family: "TTNorms Bold", sans-serif;
}
.error-page-text {
  max-width: 895px;
  font-size: 20px;
  font-family: "TTNorms Light", sans-serif;
  line-height: normal;
  color: #000000;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .error-page-text {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.error-page__btn {
  display: inline-block;
  font-size: 18px;
  font-family: "TTNorms Medium", sans-serif;
  line-height: normal;
  color: #425563;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background-color: transparent;
  border: 3px solid #425563;
  transition: transform 0.3s ease;
}
.error-page__btn a {
  display: block;
  padding: 17px 13px;
  height: 100%;
  width: 100%;
}
.error-page__btn:hover {
  color: #FFE900;
  border: 3px solid #FFE900;
}

.contacts {
  margin-bottom: 43px;
  font-size: 18px;
  font-family: "TTNorms Light", sans-serif;
  line-height: normal;
  color: #425563;
}
@media (max-width: 768px) {
  .contacts {
    margin-bottom: 30px;
  }
}
.contacts__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  gap: 25px;
}
@media (max-width: 768px) {
  .contacts__list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
}
.contacts__list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 22px;
  text-align: center;
}
@media (max-width: 768px) {
  .contacts__list-item {
    flex-direction: row;
    gap: 12px;
  }
}
.contacts__map {
  height: 553px;
}
@media (max-width: 768px) {
  .contacts__map {
    height: 350px;
  }
}
.contacts__map iframe {
  width: 100%;
  height: 100%;
}
.contacts .contacts_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.contacts .contacts_icon:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .contacts .contacts_icon {
    width: 59px;
    height: 59px;
  }
}

.map {
  background-color: #F7F7F7;
  padding-top: 50px;
  margin-bottom: 95px;
}
@media (max-width: 768px) {
  .map {
    padding-top: 20px;
    margin-bottom: 30px;
  }
}

.products {
  margin-bottom: 140px;
  font-size: 18px;
  font-family: "TTNorms Light", sans-serif;
  line-height: normal;
  color: #425563;
}
@media (max-width: 768px) {
  .products {
    margin-bottom: 50px;
  }
}
.products-text {
  margin-bottom: 30px;
}
.products-text p:not(:last-child) {
  margin-bottom: 15px;
}
.products .catalog {
  margin: 0 auto;
}

.search-result {
  margin: 48px auto;
}
@media (max-width: 768px) {
  .search-result {
    margin: 25px auto 100px;
  }
}
.search-result .search-form {
  position: relative;
  width: 100%;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .search-result .search-form {
    margin-bottom: 23px;
  }
}
.search-result .search-form-input {
  width: 100%;
  padding: 17px;
  border: 1px solid #E3E3E3;
  background-color: inherit;
}
.search-result .search-form-input::-moz-placeholder {
  font-size: 18px;
  font-family: "TTNorms Light", sans-serif;
  line-height: 27px;
  color: #000000;
  background-color: inherit;
}
.search-result .search-form-input::placeholder {
  font-size: 18px;
  font-family: "TTNorms Light", sans-serif;
  line-height: 27px;
  color: #000000;
  background-color: inherit;
}
.search-result .search-form-input:focus {
  outline: none;
}
.search-result .search-form-icon {
  background-color: inherit;
  border: none;
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translate(-100%, -50%);
  width: 22px;
  height: 22px;
}
.search-result__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-size: 22px;
  font-family: "TTNorms Light", sans-serif;
  line-height: normal;
  color: #425563;
  gap: 20px;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .search-result__title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .search-result__title {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.search-result__title h2 {
  font-size: 35px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: normal;
  color: #000000;
}
@media (max-width: 768px) {
  .search-result__title h2 {
    font-size: 30px;
  }
}
.search-result__block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.search-result__item {
  padding: 14px 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  display: block;
}
.search-result__item h3 {
  font-family: "TTNorms Medium", sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .search-result__item h3 {
    line-height: 24px;
  }
}

.product_cobra__block {
  display: flex;
  gap: 20px;
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  .product_cobra__block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    margin-bottom: 23px;
  }
}
.product_cobra__left {
  position: relative;
}
.product_cobra__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_cobra__left .img__block {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0 5px;
}
@media (max-width: 992px) {
  .product_cobra__left .img__block {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .product_cobra__left .img__block {
    height: 175px;
    bottom: -5%;
  }
}
@media (max-width: 640px) {
  .product_cobra__left .img__block {
    height: 150px;
  }
}
@media (max-width: 500px) {
  .product_cobra__left .img__block {
    height: 120px;
  }
}
@media (max-width: 420px) {
  .product_cobra__left .img__block {
    height: 100px;
    bottom: -10%;
  }
}
.product_cobra__left .img__block .img__block-container {
  padding: 5px;
  background-color: white;
}
.product_cobra__left .img__block .img__block-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.product_cobra__left ~ .product_cobra__right {
  width: 50%;
}
@media (max-width: 768px) {
  .product_cobra__left ~ .product_cobra__right {
    width: 100%;
  }
}
.product_cobra__right {
  flex: 1 0 auto;
  width: 100%;
}
.product_cobra__table-block {
  background-color: #F7F7F7;
}
@media (max-width: 992px) {
  .product_cobra__table {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .product_cobra__table::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(66, 85, 99, 0.1);
  }
  .product_cobra__table::-webkit-scrollbar:horizontal {
    height: 8px;
  }
  .product_cobra__table::-webkit-scrollbar-thumb {
    background: #425563;
    border-radius: 4px;
  }
}
.product_cobra__table .table_1 {
  padding: 50px 0;
  margin: 0px auto;
}
@media (max-width: 768px) {
  .product_cobra__table .table_1 {
    padding: 30px 0 20px;
  }
}
.product_cobra__table .table_1 table {
  border-spacing: 3px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  text-align: center;
  min-width: 750px;
}
.product_cobra__table .table_1 th, .product_cobra__table .table_1 .table-header__row2 {
  font-size: 18px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: 24px;
  color: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 4px 10px;
  text-align: center;
  background-color: #425563;
  min-width: 90px;
}
.product_cobra__table .table_1 .table-header__row2 td {
  font-family: "TTNorms Bold", sans-serif !important;
  font-size: 18px !important;
  color: white !important;
  padding: 4px 7px !important;
  min-width: 80px;
}
.product_cobra__table .table_1 tr:nth-child(odd) {
  background-color: #F0F1F4;
}
.product_cobra__table .table_1 td {
  font-size: 16px;
  font-family: "TTNorms Light", sans-serif;
  line-height: 24px;
  color: #425563;
  padding: 14px 5px 15px;
  text-align: center;
}
.product_cobra__table .table_2 {
  max-width: 1047px;
  width: 100%;
  text-align: center;
  min-width: 950px;
  display: grid;
  grid-template-columns: 1fr repeat(3, 0.33fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
  padding: 50px 0;
  margin: 0px auto;
}
@media (max-width: 768px) {
  .product_cobra__table .table_2 {
    padding: 30px 0 20px;
  }
}
.product_cobra__table .table_2__item {
  min-width: 110px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.product_cobra__table .table_2__item-header {
  background-color: #425563;
  font-size: 18px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: 24px;
  color: white;
  padding: 18px 10px;
  height: 60px;
  white-space: nowrap;
}
.product_cobra__table .table_2__item-content {
  font-size: 16px;
  font-family: "TTNorms Light", sans-serif;
  line-height: 24px;
  color: #425563;
  padding: 13px 10px;
}
.product_cobra__table .table_2__item.first-column {
  text-align: left;
}
.product_cobra__list-block {
  margin: 45px auto 33px;
}
@media (max-width: 768px) {
  .product_cobra__list-block {
    margin: 24px auto;
  }
}
.product_cobra__list-block__title {
  font-size: 22px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: 27px;
  color: #425563;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .product_cobra__list-block__title {
    margin-bottom: 8px;
  }
}
.product_cobra__list-block__list {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .product_cobra__list-block__list {
    padding-left: 0px;
  }
}
.product_cobra__list-block__list li {
  padding: 10px 0 10px 30px;
  position: relative;
}
.product_cobra__list-block__list li::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  left: 0;
  background-image: url(./img/list_style.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
}
.product_cobra__list-block p {
  font-family: "TTNorms Light", sans-serif;
  font-size: 16px;
  font-style: italic;
}
@media (max-width: 768px) {
  .product_cobra__list-block p {
    font-size: 13px;
    line-height: 22px;
  }
}
.product_cobra__video-block {
  margin: 20px auto 135px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .product_cobra__video-block {
    margin: 0 auto 100px;
  }
}
.product_cobra__video-block iframe {
  margin: 20px auto;
  width: 100%;
  height: 500px;
}
@media (max-width: 768px) {
  .product_cobra__video-block iframe {
    height: 350px;
  }
}

.about_us_page-text-block {
  margin: 10px auto 44px;
}
@media (max-width: 768px) {
  .about_us_page-text-block {
    margin: 10px auto 30px;
  }
}
.about_us_page-text-block img {
  margin: 0 0 18px 18px;
  float: right;
}
.about_us_page-text-block .img_desktop {
  width: 50%;
  height: auto;
}
@media (max-width: 768px) {
  .about_us_page-text-block .img_desktop {
    display: none;
  }
}
.about_us_page-text-block .img_mobile {
  display: none;
}
@media (max-width: 768px) {
  .about_us_page-text-block .img_mobile {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .about_us_page-text-block .img_mobile {
    max-height: 260px;
  }
}
.about_us_page-text-block p {
  margin-bottom: 15px;
}
.about_us_page-text-block .blue-text {
  font-family: "TTNorms Bold", sans-serif;
}
.about_us_page-text-block a {
  text-decoration: underline;
}
.about_us_page-text-block ul li:not(:last-child) {
  margin-bottom: 15px;
}
.about_us_page-text-block.text-block_2 {
  margin: 44px auto 56px;
}
@media (max-width: 768px) {
  .about_us_page-text-block.text-block_2 {
    margin: 25px auto 30px;
  }
}
.about_us_page__carousel {
  background-color: #F7F7F7;
  padding: 50px 0;
}
.about_us_page__carousel__content__post {
  width: 100%;
  min-height: 350px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media (max-width: 768px) {
  .about_us_page__carousel__content__post {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about_us_page__carousel__content__post .carousel__post__video-block iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .about_us_page__carousel__content__post .carousel__post__video-block {
    height: 210px;
  }
}
.about_us_page__carousel .slider__btn-block {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 1px;
}
.about_us_page__carousel .slider__btn-block .slider__btn {
  width: 85px;
  height: 60px;
  background-color: rgb(66, 85, 99);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: none;
  transition: all 0.3s ease;
}
.about_us_page__carousel .slider__btn-block .slider__btn:hover {
  background-color: rgba(66, 85, 99, 0.9);
}
@media (max-width: 768px) {
  .about_us_page__carousel .slider__btn-block .slider__btn {
    height: 42px;
  }
}
.about_us_page__carousel .slider__btn-block .slider__btn-prev {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .about_us_page__carousel .slider__btn-block {
    display: none;
  }
}
.about_us_page__carousel .slider__btn-block.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .about_us_page__carousel .slider__btn-block.mobile-only {
    display: flex;
    justify-content: flex-end;
  }
}

.product_groups {
  margin: 10px auto 20px;
  width: 100%;
}
.product_groups-title {
  padding: 10px 14px;
  background-color: #425563;
  font-size: 22px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: normal;
  color: white;
  margin-bottom: 15px;
}
.product_groups-block {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, 278.4px);
  justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .product_groups-block {
    grid-template-columns: 1fr;
  }
}
.product_groups__item {
  font-size: 16px;
  font-family: "TTNorms Light", sans-serif;
  line-height: 24px;
  color: #425563;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
  gap: 5px;
}
.product_groups__item-header {
  background-color: #425563;
  font-size: 18px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: 24px;
  color: white;
  padding: 5px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.product_groups__item-img {
  height: 225px;
}
@media (max-width: 768px) {
  .product_groups__item-img {
    height: auto;
  }
}
.product_groups__item-img img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.product_groups__item-text {
  background-color: rgba(66, 85, 99, 0.1);
  padding: 5px;
  flex: 1 0 auto;
}

@media (max-width: 992px) {
  .product_info {
    overflow-y: hidden;
    overflow-x: scroll;
    padding-bottom: 30px;
    -webkit-overflow-scrolling: touch;
  }
  .product_info::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(66, 85, 99, 0.1);
  }
  .product_info::-webkit-scrollbar:horizontal {
    height: 8px;
  }
  .product_info::-webkit-scrollbar-thumb {
    background: #425563;
    border-radius: 4px;
  }
}
.product_info__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  text-align: center;
}
.product_info__table th {
  font-size: 18px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: 24px;
  color: white;
  padding: 4px 10px;
  background-color: #425563;
  min-width: 100px;
}
.product_info__table tr td {
  font-size: 16px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: 24px;
  color: #425563;
  padding: 14px 5px 15px;
  text-align: center;
  background-color: rgba(66, 85, 99, 0.1);
}
.product_info__table tr td:first-child {
  background-color: #425563;
  padding: 15px 10px;
  min-width: 200px;
}
.product_info__table tr td:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.product_info__table tr td:last-child {
  text-align: left;
  min-width: 250px;
}
.product_info__table tr td:last-child ul {
  list-style: none;
  font-family: "TTNorms Light", sans-serif;
}
.product_info__table tr td a {
  text-decoration: underline;
  cursor: pointer;
  color: #015BBB;
}
.product_info__table tr td a:hover {
  text-decoration: none;
}

.table_3 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  text-align: center;
  padding: 50px 0;
  margin: 0px auto;
}
@media (max-width: 768px) {
  .table_3 table {
    padding: 30px 0 20px;
  }
}
.table_3 table th {
  font-size: 18px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: 24px;
  color: white;
  padding: 4px 10px;
  background-color: #425563;
  min-width: 100px;
}
.table_3 table tr td {
  font-size: 16px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: 24px;
  color: #425563;
  padding: 10px;
  text-align: center;
  background-color: rgba(66, 85, 99, 0.1);
}
.table_3 table tr td:first-child {
  background-color: #425563;
  color: white;
  width: 25%;
  min-width: 130px;
}
.table_3 table tr td a {
  text-decoration: underline;
  cursor: pointer;
  color: #015BBB;
}
.table_3 table tr td a:hover {
  text-decoration: none;
}

@media (max-width: 992px) {
  .table_4 {
    overflow-y: hidden;
    overflow-x: scroll;
    padding-bottom: 30px;
    -webkit-overflow-scrolling: touch;
  }
  .table_4::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(66, 85, 99, 0.1);
  }
  .table_4::-webkit-scrollbar:horizontal {
    height: 8px;
  }
  .table_4::-webkit-scrollbar-thumb {
    background: #425563;
    border-radius: 4px;
  }
}
.table_4 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  text-align: center;
  padding: 50px 0;
  margin: 10px auto;
}
@media (max-width: 768px) {
  .table_4 table {
    padding: 30px 0 20px;
  }
}
.table_4 table th {
  font-size: 18px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: 24px;
  color: white;
  padding: 4px 10px;
  background-color: #425563;
}
.table_4 table tr td {
  font-size: 16px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: 24px;
  color: #425563;
  padding: 14px 5px 15px;
  text-align: center;
  background-color: rgba(66, 85, 99, 0.1);
  min-width: 140px;
}
.table_4 table tr td:first-child {
  background-color: #425563;
  color: white;
}
.table_4 table tr td:last-child {
  padding: 15px 10px;
}
.table_4 table tr td:last-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.table_4 table tr td a {
  text-decoration: underline;
  cursor: pointer;
  color: #015BBB;
}
.table_4 table tr td a:hover {
  text-decoration: none;
}

.table_5__body {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, 275px);
  justify-content: center;
  gap: 20px;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .table_5__body {
    grid-template-columns: 1fr;
  }
}
.table_5__item {
  font-size: 16px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: 24px;
  color: #425563;
  text-align: center;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
}
.table_5__item-img {
  height: 200px;
}
@media (max-width: 768px) {
  .table_5__item-img {
    height: auto;
  }
}
.table_5__item-img img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.table_5__item_title {
  padding: 10px;
  flex: 1 0 auto;
}

.pdf-presentation {
  text-align: right;
}
.pdf-presentation a {
  padding: 10px;
  font-family: "TTNorms Bold", sans-serif;
  text-decoration: underline;
  cursor: pointer;
  color: #015BBB;
}
.pdf-presentation a:hover {
  text-decoration: none;
}

.partners {
  text-align: justify;
}
.partners p {
  margin-bottom: 15px;
}
.partners a {
  padding: 10px;
  color: #015BBB;
  text-decoration: underline;
  cursor: pointer;
  color: #015BBB;
}
.partners a:hover {
  text-decoration: none;
}
.partners img {
  margin: 20px auto;
  display: block;
  max-width: 70%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.partners .video-block {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 20px auto;
}
.partners .video-block iframe {
  width: 70%;
  height: 500px;
}
@media (max-width: 768px) {
  .partners .video-block iframe {
    width: 100%;
    height: 350px;
  }
}
.partners strong {
  color: #015bbb;
}

.text_page {
  text-align: justify;
}
.text_page .title {
  margin-bottom: 25px;
}
.text_page .subtitle {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.text_page p {
  margin-bottom: 15px;
}
.text_page a {
  padding: 10px;
  color: #015BBB;
  text-decoration: underline;
  cursor: pointer;
  color: #015BBB;
}
.text_page a:hover {
  text-decoration: none;
}
.text_page .list p {
  margin-bottom: 0px;
  font-family: "TTNorms Bold", sans-serif;
}
.text_page ul {
  margin: 0 0 20px;
  padding-left: 25px;
  list-style: disc;
}
.text_page img {
  margin: 20px auto;
  display: block;
  max-width: 70%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.text_page .video-block {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 20px auto;
}
.text_page .video-block iframe {
  width: 70%;
  height: 500px;
}
@media (max-width: 768px) {
  .text_page .video-block iframe {
    width: 100%;
    height: 350px;
  }
}
.text_page table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  text-align: center;
}
.text_page table th {
  font-size: 18px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: 24px;
  color: white;
  padding: 4px 10px;
  background-color: #425563;
  min-width: 100px;
}
.text_page table tr:first-child {
  background-color: #425563;
}
.text_page table tr:first-child td {
  color: white !important;
}
.text_page table tr td {
  font-size: 16px;
  font-family: "TTNorms Bold", sans-serif;
  line-height: 24px;
  color: #425563;
  padding: 10px;
  text-align: center;
  background-color: rgba(66, 85, 99, 0.1);
}
.text_page table tr td:first-child {
  background-color: #425563;
  color: white;
  width: 25%;
  min-width: 200px;
}
@media (max-width: 768px) {
  .text_page table tr td:first-child {
    min-width: 150px;
  }
}
.text_page table tr td a {
  text-decoration: underline;
  cursor: pointer;
  color: #015BBB;
}
.text_page table tr td a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */