/* Typography. */

@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSans-Bold.eot");
  src: url("../fonts/NotoSans-Bold.eot?#iefix")format("embedded-opentype"),
		 url("../fonts/NotoSans-Bold.woff")format("woff"),
		 url("../fonts/NotoSans-Bold.ttf")format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSans.eot");
  src: url("../fonts/NotoSans.eot?#iefix")format("embedded-opentype"),
		 url("../fonts/NotoSans.woff")format("woff"),
		 url("../fonts/NotoSans.ttf")format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix")format("embedded-opentype"),
		 url("../fonts/OpenSans-Bold.woff")format("woff"),
		 url("../fonts/OpenSans-Bold.ttf")format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix")format("embedded-opentype"),
		 url("../fonts/OpenSans-SemiBold.woff")format("woff"),
		 url("../fonts/OpenSans-SemiBold.ttf")format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix")format("embedded-opentype"),
		 url("../fonts/OpenSans-Regular.woff")format("woff"),
		 url("../fonts/OpenSans-Regular.ttf")format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix")format("embedded-opentype"),
		 url("../fonts/OpenSans-Light.woff")format("woff"),
		 url("../fonts/OpenSans-Light.ttf")format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

/* Typography. */

/* Root. */

:root {
  /* icon. */
  --icon_size: 32px;
  /* icon. */
  /* font-size. */
  --body: 16px;
  --family: 'OpenSans', sans-serif;
  --font2: 'NotoSans', sans-serif;
  /* font-size. */
  /* color. */
  --color: var(--black);
  --bg: var(--white);
  --white: #fff;
  --black: #000;
  --red: #AF040D;
  /* color. */
  /* Select. */
  --selcet_arrow_size: 12px;
  --selcet_arrow_inner: 5px;
  --selcet_options_height: 160px;
  --selcet_inner_l: 8px;
  --selcet_inner_r: calc(var(--selcet_arrow_size) + var(--selcet_arrow_inner) + var(--selcet_inner_l));
  --select_height: 24px;
  --selcet_bg: var(--red);
  --select_bd: ;
  --select_bdrs: 0;
  --selcet_shadow: none;
  /* Select. */
  /* inner. */
  --inner_l: 0px;
  --inner_r: 0px;
  --bone: 24px;
  --bone_w: 1172px;
  --bone_size: max((100vw - var(--bone_w) - var(--scroll)) / 2, var(--bone));
  /* inner. */
  /* grid. */
  --grid_2: 2;
  --grid_3: 3;
  /* grid. */
}

/* Root. */

/* Null. */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: var(--color);
}

html {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  color: var(--color);
  font-size: var(--body);
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-family: var(--family);
  background-color: var(--bg);
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

input,
button,
textarea {
  display: block;
  font-family: var(--family);
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  appearance: none;
  outline: none;
  resize: none;
}

input::placeholder,
textarea::placeholder {
  color: var(--color);
  font-family: var(--family);
}

/* Null. */

/* Global. */

html.hidden {
  overflow: hidden;
}

.bone {
  width: 100%;
  max-width: calc(var(--bone_w) + var(--bone) * 2);
  margin: 0 auto;
  padding: 0 var(--bone);
}

.hover__line,
.hover__line_active {
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 1.4;
  outline: 0 none !important;
  transition: color .43s;
}

.hover__line:after,
.hover__line_active:after {
  content: '';
  position: absolute;
  left: var(--inner_l);
  right: 100%;
  bottom: 1px;
  border-bottom: 1px solid var(--color);
  transition: right .43s ease-out;
}

.hover__line:hover:after,
.hover__line:focus:after,
.hover__line_active:after {
  right: var(--inner_r);
}

.hover__line_active:hover:after,
.hover__line_active:focus:after{
  right: 100%;
}

.footer_col .nav li a:after{
  right: var(--inner_r);
}

.footer_col .nav li a:hover:after,
.footer_col .nav li a:focus:after{
  right: 100%;
}
#projects,
#services,
#partners,
#solutions,
#logistics,
#news,
#contact_us
 {
  display: block;
  position: relative;
  top: -20px;
  visibility: hidden;
}
#about_us,
#reviews,
#company{
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}
#solutions,
#logistics{
  display: block;
  position: relative;
  top: 30px;
  visibility: hidden;
}
h1,
h2 {
  color: #395d73;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  color: #395d73;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h4 {
  color: #395d73;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

._red {
  color: var(--red);
}

/* Global. */

/* Grid. Flex. */

.grid {
  display: grid;
  grid-gap: var(--inner_g);
}

.grid__twoo {
  grid-template-columns: repeat(var(--grid_2), 1fr);
}

.grid__three {
  grid-template-columns: repeat(var(--grid_3), 1fr);
}

.flex {
  display: flex;
}

.flex__align {
  display: flex;
  align-items: center;
}

.flex__start {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flex__center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex__icon{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
}

/* Grid. Flex. */

/* Icon. */

.icon {
  position: relative;
}

.icon:before {
  content: '';
  position: absolute;
  top: 50%;
  width: var(--icon_size);
  height: var(--icon_size);
  margin-top: calc(var(--icon_size) / -2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-arrow_select:before {
  background-image: url("../images/icon/arrow_select.svg");
}

.icon-flag:before {
  background-image: url("../images/icon/flag.svg");
}

.icon-search:before {
  background-image: url("../images/icon/search.svg");
}

.icon-search_black:before {
  background-image: url("../images/icon/search_black.svg");
}

/* Icon. */

/* Slider. */

/* Слайдер */

.slick-slider {
  position: relative;
}

/* Ограничивающая оболочка */

.slick-list {
  overflow-x: hidden;
  position: relative;
}

/* Лента слайдов */

.slick-track {
  overflow: hidden;
  display: flex;
  height: 100%;
}

/* Слайд */

.slick-slide {
  outline: 0 !important;
}

/* Точки (pins) */

.slick-dots {
  --size: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.slick-dots li {
  width: var(--size);
  height: var(--size);
  background-color: #486D87;
  opacity: 0.3;
  transition: opacity .43s;
}

.slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  cursor: pointer;
}

.slick-dots li + li {
  margin-left: var(--size);
}

/* Активная точка */

.slick-dots li:hover {
  opacity: 0.5;
}

.slick-dots li.slick-active {
  opacity: 1;
}

/* Стрелка */

.slick-arrow {
  --size: 24px;
  --arrow_ind: calc((var(--size) + 12px) * -1);
  position: absolute;
  top: 37%;
  left: calc(var(--size) * -1 + (var(--size) + var(--arrow_ind)));
  width: var(--size);
  height: var(--size);
  padding: 0;
  margin-top: calc(var(--size) / -2);
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_30_6)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 21.9836H12.1703L8.47123 12L12.1703 2.01638H14L10.3009 12L14 21.9836Z' fill='%23EBF0F5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_30_6'%3E%3Crect width='5.52877' height='20' fill='white' transform='translate(14 22) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 1;
  transition: opacity .43s, transform .43s, left .43s, right .43s, background-size .43s;
}

.slick-arrow:hover {
  transform: scale(1.2);
}

/* Стрелка вправо */

.slick-arrow.slick-next {
  left: auto;
  right: calc(var(--size) * -1 + (var(--size) + var(--arrow_ind)));
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_30_6)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 2.01642H11.8297L15.5288 12L11.8297 21.9836H10L13.6991 12L10 2.01642Z' fill='%23EBF0F5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_30_6'%3E%3Crect width='5.52877' height='20' fill='white' transform='translate(10 2)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

/* Slider. */

/* Button. */

.btn {
  --color: var(--btn_color);
  display: inline-block;
  position: relative;
  min-width: min(var(--bone_w), 100%);
  height: var(--btn_height);
  padding: 0 24px;
  text-align: center;
  line-height: calc(var(--btn_height) - (var(--btn_bd_size) * 2) - var(--btn__lh));
  background-color: var(--btn_bg);
  border: var(--btn_bd_size) solid var(--btn_bd_color);
  border-radius: ;
  cursor: pointer;
  transition: box-shadow .43s;
}

.btn:hover {
  box-shadow: 0 4px 32px var(--btn_shadow);
}

/* Button. */

/* Input. Textarea. */

.input {
  display: block;
  position: relative;
}

input,
textarea {
  --color: rgba(0, 0, 0, .5);
  width: 100%;
  min-height: var(--select_height);
  padding: 0 16px;
  font-family: var(--family);
  font-size: 14px;
  font-weight: 400;
  background-color: var(--black);
  transition: border-color .43s, background-color .43s, color .43s, box-shadow .43s;
}

textarea {
  height: var(--selcet_options_height);
  padding-top: 16px;
  padding-bottom: 16px;
}

input::placeholder,
textarea::placeholder {
  color: var(--color);
  font-weight: 300;
  transition: color .43s;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  --color: var(--black);
  box-shadow: var(--selcet_shadow);
}

.input__hidden {
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  opacity: 0;
  z-index: -1;
}

/* Input. Textarea. */

/* Error. */

.error {
  margin-bottom: 12px;
}

.error input,
.error textarea {
  color: var(--red) !important;
  border-color: var(--red) !important;
}

.error input::placeholder,
.error textarea::placeholder {
  color: var(--red) !important;
}

.error .error_text {
  display: block;
}

.error_text {
  --color: var(--red) !important;
  display: none;
  position: absolute;
  left: 0;
  bottom: -14px;
  font-size: 10px;
  /*text-transform: none !important;*/
}

/* Error. */

/* Select. */

.select {
  position: relative;
  height: var(--select_height);
}

.select select,
.select .current {
  position: relative;
  display: block;
  width: 100%;
  height: var(--select_height);
  font-family: var(--family);
  font-size: 15px;
  font-weight: 400;
  line-height: var(--select_height);
  padding: 0 var(--selcet_inner_r) 0 var(--selcet_inner_l);
  background-color: var(--selcet_bg);
  border: 1px solid var(--select_bd);
  border-radius: var(--select_bdrs);
  box-shadow: var(--selcet_shadow);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: box-shadow .43s;
}

.select select:hover,
.select .current:not(.active):hover {
  box-shadow: inset 2px 2px 4px rgba(18, 40, 76, 0.1);
}

.select .current:before {
  content: '';
  position: absolute;
  top: 50%;
  right: var(--selcet_arrow_inner);
  width: var(--selcet_arrow_size);
  height: var(--selcet_arrow_size);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_30_6)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.9836 10V11.8297L12 15.5288L2.01645 11.8297V10L12 13.6991L21.9836 10Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_30_6'%3E%3Crect width='5.52877' height='20' fill='white' transform='translate(22 10) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate3d(0, -50%, 0px);
  transition: transform .43s;
  z-index: 1;
}

.select .current.active:before {
  transform: rotate(-200grad) translate3d(0, 50%, 0px);
}

.select_dropdown {
  visibility: hidden;
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  margin-top: -1px;
  background-color: var(--selcet_bg);
  border: 1px solid var(--select_bd);
  border-top-color: var(--selcet_bg);
  border-radius: var(--select_bdrs);
  box-shadow: var(--selcet_shadow);
  opacity: 0;
  z-index: 100;
  transition: visibility 0s .43s, opacity .43s, margin .43s;
}

.select_dropdown.active {
  visibility: visible;
  opacity: 1;
  transition: visibility .43s 0s, opacity .43s, margin .43s;
}

.select_dropdown ul {
  overflow-y: scroll;
  margin-right: -40px;
  padding-right: calc(40px - var(--scroll));
  max-height: var(--selcet_options_height);
}

.select_dropdown li {
  overflow: hidden;
  padding: 6px var(--selcet_inner_r) 6px var(--selcet_inner_l);
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: background-color .23s, color .23s;
}

.select_dropdown li.disabled {
  opacity: 0.4;
  cursor: no-drop;
}

.select_dropdown li.focus:not(.disabled) {
  background-color: var(--silver);
  cursor: pointer;
}

.select.error {
  --select_bd: var(--red);
}

.select.error select {
  --color: var(--red);
}

/* Select. */

/* Nav. */

.nav li:not(:first-child) {
  margin-top: var(--inner_top);
  margin-left: var(--inner_left);
}

.nav li a {
  position: relative;
  padding: 0 var(--inner_padding);
  transition: color .43s;
}

/* Nav. */

/* Social. */

.social {
  --size: 22px;
  --inner: 8px;
}

.social {
  margin: calc(var(--inner) * -1);
}

.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  margin: var(--inner);
  transition: background-color .43s, border-color .43s;
}

.social svg {
  width: var(--size);
  height: var(--size);
  transition: transform .43s;
}

.social a:hover svg {
  transform: scale(1.2);
}

/* Social. */

/* Header. */

.header {
  --top_h: 32px;
  --nav_h: 72px;
  --logo: 200px;
  --select_height: var(--top_h);
  position: sticky;
  top: 0;
  margin-bottom: -16px;
  z-index: 3;
}



.header_info {
  flex-grow: 1;
  margin-left: 16px;
}

.header_logo {
  position: relative;
  max-width: var(--logo);
  z-index: 1;
}

.header_top {
  --color: var(--white);
  font-family: var(--font2);
}

.header_top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--top_h);
  background-color: var(--red);
}

.header_top_label {
  --icon_size: 52px;
  font-size: 19px;
  line-height: var(--top_h);
  padding-right: calc(var(--icon_size) + 18px);
}

.header_top_label:before {
  right: 0;
}

.header_top_search {
  --icon_size: 24px;
  position: relative;
  margin-right: var(--inner);
  z-index: 2;
  margin-left: 40px;
  font-size: 15px;
}

.header_top_search:before {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--black);
  opacity: 0;
  transition: visibility .43s .43s, opacity .43s;
}

.header_top_search.active:before {
  visibility: visible;
  opacity: 0.9;
  transition: visibility .43s, opacity .43s;
}

.header_top_search span {
  margin-right: 0 !important;
  padding-left: calc(var(--icon_size) + 8px);
}

.header_top_search span:before {
  left: 0;
}

.header_top_search div {
  display: none;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 500px;
  max-width: calc(100vw - var(--scroll));
  transform: translate3d(0, -50%, 0px);
}

.header_top_search div input {
  padding-right: 104px;
  background-color: var(--white);
}

.header_top_search div button {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-right: 0 !important;
  padding-left: calc(var(--icon_size) + 8px);
  font-size: 15px;
  font-weight: 500;
  color: var(--black);
  transform: translate3d(0, -50%, 0px);
}

.header_top_search div button:before {
  left: 0;
}

.header_nav {
  --color: #395d73;
  --inner_left: 24px;
  height: var(--nav_h);
  font-size: 20px;
  font-weight: 600;
}

.header_nav:before {
  content: '';
  position: absolute;
  top: var(--top_h);
  left: 0;
  right: 0;
  height: var(--nav_h);
  background-color: #ebf0f5;
  z-index: -1;
}

.header_nav a {
  display: block;
  line-height: var(--nav_h);
}

.header_nav a:hover {
  --color: var(--red);
}

.header_nav li.parent > a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 4px solid transparent;
  transition: border-color .43s;
}

.header_nav li.parent > a:after {
  content: '';
  position: absolute;
  top: calc(100% - 1px / 2);
  left: 50%;
  border: 8px solid transparent;
  border-top: 8px solid transparent;
  transform: translate3d(-50%, 0, 0);
  transition: border-color .43s;
  z-index: 1;
}

.header_nav li.parent:hover > a:before {
  border-color: var(--red);
}

.header_nav li.parent:hover > a:after {
  border-top-color: var(--red);
}

.header_nav li.parent:hover > ul {
  visibility: visible;
  opacity: 1;
}

.header_nav ul ul {
  visibility: hidden;
  position: absolute;
  top: calc(var(--top_h) + var(--nav_h));
  left: 0;
  right: 0;
  padding: 0 var(--bone_size) 0 calc(var(--logo) + 16px + var(--bone_size));
  font-size: 16px;
  font-weight: 400;
  opacity: 0;
  transition: all .43s;
}

.header_nav ul ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #090a0a;
  opacity: 0.55;
}

.header_nav ul ul a {
  --color: #788791;
  line-height: 35px;
}

/* Header. */

/* Bar. */

.bar {
  display: none;
}

.bar_viel {
  visibility: hidden;
  position: fixed;
  top: var(--header);
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  z-index: -999;
  transition: opacity .43s;
}

.bar_burger.active + .bar_viel {
  visibility: visible;
  opacity: 0.3;
}

.bar_burger {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 36px;
  height: 36px;
  padding: 12px 8px;
  border-radius: 9px;
  cursor: pointer;
  z-index: 20;
  transition: background .43s, transform .43s;
}

.bar_burger:hover {
  background-color: rgba(255, 255, 255, .1);
}

.bar_burger.active:hover {
  transform: scale(1.2);
}

.bar_burger span {
  width: 100%;
  height: 2px;
  background-color: var(--color);
  border-radius: 1px;
  transition: transform .43s, opacity .43s;
}

.bar_burger.active span:nth-child(1) {
  transform: rotate(50grad) translate3d(3px, 3px, 0);
}

.bar_burger.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
}

.bar_burger.active span:nth-child(3) {
  transform: rotate(-50grad) translate3d(4px, -4px, 0);
}

.bar_wrapper {
  overflow: hidden;
  display: none;
  position: fixed;
  top: calc(var(--top_h) + var(--nav_h));
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: calc(100vh - var(--header));
  background-color: #ebf0f5;
  z-index: -1;
}

.bar_net {
  --inner_left: 0;
  overflow-y: scroll;
  height: 100%;
  max-height: calc(100vh - var(--top_h) - var(--nav_h));
  margin-right: -40px;
  padding: 40px calc(var(--bone) + 40px - var(--scroll)) var(--bone) var(--bone);
  text-align: center;
}

.bar_net .nav li {
  padding: 0 28px;
}

.bar_net .nav li.parent {
  position: relative;
}

.bar_net .nav li.parent:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: var(--nav_h);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_30_6)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.9836 10V11.8297L12 15.5288L2.01645 11.8297V10L12 13.6991L21.9836 10Z' fill='%23395d73'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_30_6'%3E%3Crect width='5.52877' height='20' fill='white' transform='translate(22 10) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform .43s;
}

.bar_net .nav li.parent.active:before {
  transform: rotate(200grad);
}

.bar_net ul ul {
  visibility: visible;
  display: none;
  position: static;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  opacity: 1;
  transition: none;
}

.bar_net ul ul:before {
  display: none;
}

.bar_net li.parent>a:before,
.bar_net li.parent>a:after {
  display: none;
}

/* Bar. */

/* Footer. */

.footer {
  --color: var(--white);
  margin-top: 46px;
  font-size: 14px;
  background-color: #395d73;
}

.footer_cop {
  color: var(--white);
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: 33px;
  background: var(--red);
}

.footer_net {
  padding: 16px 0 72px;
}

.footer_col:not(:first-child) {
  margin-left: 28px;
}

.footer_col._logo {
  max-width: 200px;
  margin-top: -28px;
  margin-left: -20px;
}

.footer_col .nav {
  white-space: nowrap;
}

.footer_col .nav li:first-child {
  margin-bottom: 6px;
}

.footer_col._contact {
  max-width: 280px;
}

.contact-us__block .section_cause_li .flex__align {
  justify-content: space-between;
  width: 60%;
  margin-top: 30px;
  border-bottom: 2px solid #e5e5e5;
}

.contact-us__block .section_cause_li .flex__align:last-child {
  padding: 5px 0;
}

.footer_social {
  margin-top: 28px;
}

/* Footer. */

/* Main. */

.main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.main_li {
  position: relative;
  overflow:hidden;
  height:500px;
}
.main_li img{
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  height:500px;
  object-fit:cover;
}
.main_li p {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 0 5%;
  opacity: 0;
  z-index: 1;
  transition: all .43s;
}

.main_li p:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white);
  opacity: 0.8;
  z-index: -1;
}

.main_li:hover p {
  visibility: visible;
  opacity: 1;
}

/* Main. */

/* Section. */

section h2 {
  margin-top: 45px;
}

section h3:not(:first-child) {
  margin-top: 36px;
}

.section_info {
  position: relative;
  margin-top: 36px;
  padding: 18px 0;
}

.section_info:not(._reverse, ._not_bg):before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(var(--bone_size) * -1);
  right: calc(var(--bone_size) * -1);
  bottom: 0;
  background-color: #EBF0F5;
  z-index: -1;
}

.section_info p:not(:first-child) {
  margin-top: 32px;
}

.section_info p + p {
  margin-top: 1.4em;
}

.section_net {
  flex-direction: row-reverse;
  align-items: stretch;
  margin-top: 36px;
}

.section_info._reverse .section_net {
  flex-direction: row;
}

.section_info._reverse .section_net .section_img {
  margin-left: calc(var(--bone) * -1);
  margin-right: 32px;
}

.section_img {
  width: 100%;
  min-width: 260px;
  margin-left: 32px;
  margin-right: calc(var(--bone) * -1);
}

.section_img img {
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.secion_items {
  grid-gap: 32px;
  margin-top: 36px;
}

.secion_item_img {
  overflow: hidden;
  position: relative;
}

.secion_item_img:after {
  content: '';
  display: block;
  padding-bottom: 66%;
}

.secion_item_img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .43s;
}

.secion_item_img.icon:before {
  --icon_size: 92px;
  top: auto;
  left: 50%;
  bottom: 0;
  width: min(50%, 132px);
  margin-top: 0;
  background-color: rgba(255, 255, 255, .8);
  background-size: calc(var(--icon_size) - 8px);
  z-index: 1;
  transform: translate3d(-50%, 0, 0px);
}

.secion_item_img.icon-item_2:before {
  background-size: calc(var(--icon_size) - 35px);
}

a.secion_item:hover .secion_item_img img {
  transform: scale(1.1);
}

.secion_item h4 {
  text-align: center;
  margin-top: 26px;
}

.secion_item p {
  margin-top: 22px;
  text-align: justify;
}

.section_bottom {
  --color: var(--white);
  position: relative;
  margin-top: 52px;
  padding: 24px 0;
}

.section_bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(var(--bone_size) * -1);
  right: calc(var(--bone_size) * -1);
  bottom: 0;
  background-color: #395d73;
  z-index: -1;
}

.section_bottom_ul {
  --inner: 16px;
  --grid: 3;
  margin: calc(var(--inner) * -1);
}

.section_bottom_li {
  display: flex;
  align-items: center;
  margin: var(--inner);
  max-width: calc(100% / var(--grid) - var(--inner) * 2);
  font-family: var(--font2);
}

.section_bottom_li img {
  width: 68px;
  margin-right: 12px;
}

.section_bottom_slider {
  padding-bottom: 40px;
  margin: 0 calc(var(--bone_size) * -1);
}

.section_bottom_slid {
  text-align: center;
  padding: 0 var(--bone);
}

.section_bottom_number {
  font-size: 82px;
}

.section_bottom_label {
  font-size: 21px;
}

.section_bottom_slid_net {
  max-width: 1000px;
  margin: 0 auto;
}

.section_bottom_slid_img {
  min-width: 160px;
  margin-right: 80px;
}

.section_bottom_slid_text {
  font-size: 21px;
  text-align: left;
}

.section_partner {
  margin-top: 84px;
}

.section_partner_slider {
  margin: 36px auto 0;
  max-width: 95%;
}

.section_partner_slider .slick-list {
  --inner: 8px;
  margin: 0 calc(var(--inner) * -1);
}

.section_partner_slider .slick-slide {
  margin: 0 var(--inner);
}

img.slick-slide{
  max-height: 90px !important;
  width: 138px !important;
  height: fit-content;
  transform: translateY(-50%);
  margin-top: 1% !important;
}
.section_bottom_nav .nav {
  --inner: 8px;
  --grid: 6;
  margin: calc(var(--inner) * -1);
}

.section_bottom_nav .nav li {
  margin: var(--inner);
  font-family: var(--font2);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  max-width: 150px;
}

.section_bottom_nav .nav li a {
  display: block;
}

.section_bottom_nav .nav li a:hover {
  text-decoration: underline;
}

.section_bottom_nav .nav li a:hover img {
  transform: scale(1.2);
}

.section_bottom_nav .nav li img {
  width: 68px;
  height: 52px;
  margin: 0 auto 28px;
  object-fit: contain;
  object-position: center;
  transition: transform .43s;
}

.section_industry {
  position: relative;
  margin-top: 52px;
}

.section_industry_info {
  padding: 24px 0;
}

.section_industry h3 {
  text-align: left;
  margin-left: 60px;
  margin-bottom: 36px;
}

.section_industry p + p {
  margin-top: 1.4em;
}

.section_industry_img {
  width: 100%;
  min-width: 30vw;
  height: 100%;
  margin-left: calc(var(--bone_size) * -1);
  margin-right: 48px;
}

.section_industry._reverse {
  flex-direction: row-reverse;
}

.section_industry._reverse:before,
.section_industry._about:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(var(--bone_size) * -1);
  right: calc(var(--bone_size) * -1);
  bottom: 0;
  background-color: #EBF0F5;
  z-index: -1;
}

.section_industry._reverse h3 {
  margin-left: 0;
  margin-right: 60px;
  text-align: right;
}

.section_industry._reverse .section_industry_img {
  margin-left: 48px;
  margin-right: calc(var(--bone_size) * -1);
}

.section_industry._about .section_industry_img {
  min-width: 50vw;
  height: max(50vw * .66);
}

.section_industry._about .section_industry_img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section_industry._about h3 {
  margin-left: 0;
}

.section_news {
  grid-gap: 32px;
  margin-top: 52px;
}

.section_news_li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section_news_img {
  overflow: hidden;
  position: relative;
}

.section_news_img:after {
  content: '';
  display: block;
  padding-bottom: 52%;
}

.section_news_img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .43s;
}

.section_news_info {
  margin-top: 32px;
  color: #395d73;
  font-weight: 600;
}

.section_news_info span {
  font-size: 14px;
  font-family: var(--font2);
  font-weight: 400;
  color: #788791;
}

.section_news_info span:after {
  /* content: ' / '; */
}

.section_news_time {
  margin-top: 24px;
  text-align: right;
}

.section_news_time span {
  padding-top: 2px;
  color: #788791;
  font-family: var(--font2);
  font-size: 14px;
  border-top: 1px solid #788791;
}

.section_news_li:hover .section_news_img img {
  transform: scale(1.1);
}

.section_news_li:hover .section_news_info {
  text-decoration: underline;
}

.section_cause {
  margin-top: 36px;
}

.section_cause_net {
  grid-gap: 32px;
  margin-top: 36px;
}

.section_cause_li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_cause_net_top {
  margin-bottom: 16px;
}

.section_cause_net_top ._icon {
  width: 100%;
  min-width: 120px;
  max-width: 120px;
}

.section_cause_net_top ._icon img {
  height: 90px;
  object-fit: contain;
  object-position: center;
}

.section_cause_net_top span {
  display: block;
  color: var(--red);
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
}

.section_cause_net_top .tit {
  margin-left: 20px;
  color: #395d73;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  min-width: 58%;
}

.section_cause_li .desc {
  text-align: justify;
}

/* Section. */

@media only screen and (max-width: 1240px) {
  /* Section. */

  .section_bottom_nav .nav li {
    font-size: 14px;
  }

  /* Section. */
}

@media only screen and (max-width: 1100px) {
  /* Header. */

  .header_nav > .nav li {
    display: none;
  }

  /* Header. */

  /* Bar. */

  .bar {
    display: block;
  }

  /* Bar. */

  /* Section. */

  .section_cause_net {
    --grid_3: 2;
  }

  .section_bottom_nav .nav li {
    font-size: 11px;
  }

  /* Section. */
}

@media only screen and (max-width: 1000px) {
  /* Footer. */

  .footer_net {
    flex-wrap: wrap;
    /*justify-content: flex-start*/
  }

  .footer_col._logo {
    max-width: 160px;
  }

  .footer_col:not(:first-child) {
    margin-left: 20px;
  }

  .footer_col._contact {
    max-width: none;
    margin-left: 0;
    margin-top: 40px;
  }

  /* Footer. */
}

@media only screen and (max-width: 900px) {
  /* Root. */

  :root {
    /* grid. */
    --grid_3: 2;
    /* grid. */
  }

  /* Root. */

  /* Section. */

  .secion_items.grid,
  .section_news {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .section_net {
    display: block;
  }

  .section_img {
    float: right;
    width: 50%;
    min-width: 200px;
    margin-left: 12px;
    margin-bottom: 12px;
  }

  .section_info._reverse .section_net .section_img {
    float: left;
    margin-right: 12px;
  }

  .section_industry {
    display: block;
  }

  .section_industry._reverse {
    padding-top: 24px;
  }

  .section_industry_img {
    float: left;
    width: 50%;
    margin-right: 24px;
    margin-bottom: 12px;
  }

  .section_industry._reverse .section_industry_img {
    float: right;
    margin-left: 24px;
    margin-bottom: 12px;
  }

  .section_industry_info {
    padding-top: 0;
  }

  .section_industry h3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .section_bottom_nav .nav {
    --inner: 16px;
    --grid: 3;
    flex-wrap: wrap;
  }

  .section_bottom_nav .nav li {
    width: min(100% / var(--grid) - var(--inner) * 2, 200px);
  }

  /* Section. */
}

@media only screen and (min-width: 771px) {
  .bone .section_info .section_img {
    min-width: 400px!important;
    max-width: 400px!important;
  }
}

@media only screen and (max-width: 770px) {
  /* Global. */

  h1,
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  /* Global. */

  /* Global. */

  h1,
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  /* Global. */

  /* Header. */

  .header_top_label {
    /* display: none; */
  }

  .header_info .flex__center {
    padding: 0 10px;
    justify-content: flex-start;
  }

  .header_info .header_top_label {
    font-size: 12px;
	position: absolute;
    top: 34px;
	color:#000;
  }
  .bar {
    position: absolute;
    top: -1px;
    right: 9px;
  }
	.bar_burger span {
		background-color: #fff;
	}

  .header_info .icon-flag:before {
    height: calc(var(--icon_size)/2);
    right: -46px;
    top: 30px;
    height: 22px;
  }

  .header_info .header_nav.flex__center {
    justify-content: flex-end;
  }

  .header_top_label {
    padding-right: 0;
  }
  .header_info {
    margin-left: 2px;
  }
  
  .header_top {
    justify-content: flex-end;
  }

  /* Header. */

  /* Footer. */

  .footer_net {
    flex-wrap: nowrap;
  }

  .footer_col:not(:first-child, :last-child) {
    display: none;
  }

  .footer_col._contact {
    width: auto;
    margin-top: 0;
    margin-left: 20px;
  }

  /* Footer. */

  /* Footer. */

  .footer_net {
    justify-content: center;
    padding-bottom: 40px;
  }

  .footer_col .nav {
    display: none;
  }

  .footer_col._logo {
    display: none;
  }

  .footer_col._contact {
    text-align: center;
  }

  .footer_social .social {
    justify-content: center;
  }

  /* Footer. */

  /* Main. */

  .main {
    grid-template-columns: repeat(1, 1fr);
  }

  /* Main. */

  /* Section. */

  .section_cause_net {
    --grid_3: 1;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .section_bottom_ul {
    --grid: 1;
    flex-direction: column;
  }

  .flex__center {
    padding: 0 20px;
    align-items: flex-start;
  }

  .section_bottom_slid_img {
    min-width: 80px;
    margin-right: 32px;
  }

  .section_bottom_slid_text {
    font-size: 18px;
  }

  .contact-us__block .section_cause_li .flex__align {
    width: 80%;
  }

  .contact-us__block .section_cause_li .flex__align span {
    text-align: right;
    padding-left: 15px;
  }

  /* Section. */
  .section_main_slider .main_li {
    height: 350px;
  }
  .section_main_slider .slick-dots {
    bottom: 15px;
  }	
  .header_top .header_top_select {
    position: absolute;
    right: 55px;
	top: 0px;
  }
}

@media only screen and (max-width: 600px) {
  /* Root. */

  :root {
    /* grid. */
    --grid_2: 1;
    --grid_3: 1;
    /* grid. */
  }

  /* Root. */

  /* Header. */

  .header {
    --logo: 128px;
    --nav_h: 36px;
  }

  .header_top_search div {
    right: calc(var(--bone) * -1);
  }

  .header_top_search div button {
    right: var(--bone);
  }

  .header_top_search {
    margin-left: 20px;
	display:none;
  }

  /* Header. */

  /* Section. */

  .section_info {
    padding-bottom: 0;
  }

  .section_net,
  .section_industry {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .section_img,
  .section_industry_img {
    position: relative;
    float: none !important;
    width: calc(100% + var(--bone) * 2);
    min-height: 200px;
    margin: 16px calc(var(--bone) * -1) 0 !important;
  }

  .section_img:after,
  .section_industry_img:after {
    content: '';
    display: block;
    padding-bottom: 56%;
  }

  .section_industry_img:after {
    padding-bottom: 92%;
  }

  .section_img img,
  .section_industry_img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .section_industry_info {
    padding-top: 24px;
  }

  .section_industry h3 {
    text-align: center !important;
  }

  .section_bottom_slid_net {
    flex-direction: column;
  }

  .section_bottom_slid_img {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .section_bottom_slid_text {
    font-size: 16px;
  }

  .section_bottom_nav .nav {
    --inner: 16px;
    --grid: 2;
  }

  /* Section. */
}

@media only screen and (max-width: 370px) {
  /* Root. */

  :root {
    /* grid. */
    --bone: 16px;
    /* grid. */
  }

  /* Root. */

  /* Header. */

  .header_logo {
    margin-left: calc(var(--bone) * -1);
  }

  /* Header. */

  /* Section. */

  .section_cause_net_top ._icon {
    min-width: 80px;
  }

  .section_cause_net_top .tit {
    font-size: 16px;
  }

  /* Section. */
}
#ssba-bar-2.left {
	right: 1px;
    width: 60px;
	left: auto!important;
}
.slc-logos {
	margin-top:25px;
}
.slc-logos button.slick-prev.slick-arrow, .slc-logos button.slick-next.slick-arrow {
	background: none;
	font-size: 35px;
    line-height: 50px;
    color: #cbcbcb;
    margin-top: calc(-35px/2);
}
#social-icons {
  display: flex;
  flex-direction: column;
  width: 45px;
  text-align: center;
  position: fixed;
  bottom: 5%;
  z-index: 10000;
  right: 13px;
}
#social-icons a {
  padding: 12px 0;
  margin: 5px 0;
}
#social-icons a i {
  color: #fff;
}
#social-icons .fb {
  background-color: #3b5998;
}
#social-icons .ln {
  background-color: #007bb6;
}
#social-icons .in {
  background-color: #c92f76;
}
.header_top_select .select .current {border:none!important}
.lang-de .section_bottom_nav.industry_group .nav li {
  max-width: 285px;
}