/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.container {
  width: auto;
  max-width: 1120px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.container::after {
  content: '';
  display: table;
  clear: both;
}

.button {
  display: inline-block;
  padding: 15px 21px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  color: #636363;
  outline: none;
  border: 2px solid #959595;
}

.button.red {
  border: 2px solid #e50832;
  color: #fff;
  background: #e50832;
}

.button.blue {
  border: 2px solid #51607f;
  color: #fff;
  background: #51607f;
}

.button.hollow {
  background: transparent;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: none;
  border: 1px solid #efefef;
  border-radius: 0;
  font-size: 14px;
}

.select2-container .select2-selection--single {
  height: auto !important;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 19px 20px;
  line-height: normal;
  color: #636363;
  font-weight: bold;
  border-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border: none;
  border-radius: 0;
  border: 1px solid #efefef;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  top: 50%;
  transform: translatey(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: '\f0d7';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #636363;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #9a9a9a;
  font-size: 14px;
}

header {
  padding: 25px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9;
}

header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

header .container .logo {
  float: left;
  clear: none;
  text-align: inherit;
  width: 32.14286%;
  margin-left: 0%;
  margin-right: 1.78571%;
}

header .container .logo::after {
  content: '';
  display: table;
  clear: both;
}

header .container .logo:last-child {
  margin-right: 0%;
}

header .container .logo img {
  display: block;
}

header .container .menu {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

header .container .menu .mobile-menu {
  display: none;
  font-size: 25px;
  line-height: 25px;
  color: #636363;
}

header .container .menu .wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

header .container .menu .wrapper.active-menu {
  display: flex;
}

header .container .menu a {
  color: #636363;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

header .container .menu a:last-child {
  margin: 0;
}

header .container .menu a.language:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " \f0d7";
}

header .container .menu a.button {
  color: #e50832;
}

.main {
  margin-top: 101px;
}

.hero {
  position: relative;
}

.hero img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  height: 552px;
}

.hero .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 108px;
}

.hero .overlay h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 54px;
  color: #fff;
  margin: 0;
  margin-bottom: 36px;
}

.hero .overlay p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}

.looking-for {
  background: linear-gradient(90deg, #51607f 50%, transparent 50%);
  margin-top: -50px;
  position: relative;
  z-index: 8;
}

.looking-for .settings {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 50%;
}

.looking-for .settings a {
  font-size: 14px;
  color: #fff;
  background: #51607f;
}

.looking-for .settings a:hover {
  background: #66789d;
}

.looking-for .settings a.active {
  background: #66789d;
}

.looking-for .settings .arrow {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-right: 14px;
}

.looking-for .settings .search {
  flex-grow: 1;
  text-align: center;
  max-width: 100px;
  display: flex;
}

.looking-for .settings .search a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.looking-for .settings .gears {
  flex-grow: 1;
  max-width: 100px;
  text-align: center;
  display: flex;
}

.looking-for .settings .gears a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.looking-for .settings .earth {
  flex-grow: 1;
  max-width: 100px;
  text-align: center;
  display: flex;
}

.looking-for .settings .earth a {
  background: #e50832;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.looking-for .settings .earth a:hover {
  background: #f82850;
}

.looking-for .settings .input-container input {
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  background-color: transparent;
  height: 100px;
  min-width: 234px;
}

.looking-for .settings .input-container input::placeholder {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.info {
  font-size: 14px;
  color: #51607f;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 20px;
  margin-bottom: 53px;
}

.info a {
  color: #51607f;
}

.info i {
  margin-right: 13px;
}

.product-category-carousel {
  margin-bottom: 30px;
  overflow: hidden;
}

.product-category-carousel .slick-list {
  padding-bottom: 2px;
}

.product-category-carousel .category-tabs {
  margin-bottom: 50px;
}

.product-category-carousel .category-tabs::after {
  content: '';
  display: table;
  clear: both;
}

.product-category-carousel .category-tabs .tabs {
  float: left;
  clear: none;
  text-align: inherit;
  width: 49.10714%;
  margin-left: 0%;
  margin-right: 1.78571%;
}

.product-category-carousel .category-tabs .tabs::after {
  content: '';
  display: table;
  clear: both;
}

.product-category-carousel .category-tabs .tabs:last-child {
  margin-right: 0%;
}

.product-category-carousel .category-tabs .tabs .button.hollow {
  margin-left: -4px;
  border-color: #efefef;
}

.product-category-carousel .category-tabs .tabs .button.hollow:hover {
  border-color: #51607f;
  color: #51607f;
}

.product-category-carousel .category-tabs .tabs .button.hollow:first-child {
  margin-left: 0;
}

.product-category-carousel .category-tabs .tabs .button.active {
  border-color: #51607f;
  color: #51607f;
}

.product-category-carousel .category-tabs .nav {
  float: left;
  clear: none;
  text-align: inherit;
  width: 32.14286%;
  margin-left: 0%;
  margin-right: 1.78571%;
}

.product-category-carousel .category-tabs .nav::after {
  content: '';
  display: table;
  clear: both;
}

.product-category-carousel .category-tabs .nav:last-child {
  margin-right: 0%;
}

.product-category-carousel .category-tabs .nav .button.hollow {
  margin-left: -4px;
  border-color: #efefef;
}

.product-category-carousel .category-tabs .nav .button.hollow:hover {
  border-color: #51607f;
  color: #51607f;
}

.product-category-carousel .category-tabs .nav .button.hollow:first-child {
  margin-left: 0;
}

.product-category-carousel .category-tabs .nav .button.red {
  margin-left: -4px;
}

.product-category-carousel .category-tabs .action-to {
  float: left;
  clear: none;
  text-align: inherit;
  width: 15.17857%;
  margin-left: 0%;
  margin-right: 1.78571%;
  text-align: right;
}

.product-category-carousel .category-tabs .action-to::after {
  content: '';
  display: table;
  clear: both;
}

.product-category-carousel .category-tabs .action-to:last-child {
  margin-right: 0%;
}

.product-category-carousel .category-tabs .action-to .button {
  padding: 15px 30px;
}

.product-category-carousel .product-carousel .slick-list {
  overflow: visible;
}

.product-category-carousel .product-carousel .property {
  opacity: 0.3;
  margin: 0 10px;
  outline: none;
}

.product-category-carousel .product-carousel .property.slick-active {
  opacity: 1;
}

.product-category-carousel .product-carousel .property:hover {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
}

.product-category-carousel .product-carousel .property img {
  width: 100%;
  max-width: 100%;
}

.product-category-carousel .product-carousel .property .users {
  padding-left: 15px;
  transform: translate(0%, -50%);
}

.product-category-carousel .product-carousel .property .users img {
  display: inline-block;
  margin-right: 15px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 2px solid #51607f;
}

.product-category-carousel .product-carousel .property h2 {
  font-size: 14px;
  font-weight: bold;
  color: #51607f;
  line-height: 24px;
  margin: 0;
  margin-bottom: 30px;
  padding: 0 15px;
}

.product-category-carousel .product-carousel .property .location {
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  color: #636363;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
  padding: 0 15px;
}

.product-category-carousel .product-carousel .property .details {
  padding: 0 15px;
  margin-bottom: 30px;
}

.product-category-carousel .product-carousel .property .details .row {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.product-category-carousel .product-carousel .property .details .row .title {
  font-size: 12px;
  color: #636363;
  text-transform: uppercase;
  font-weight: bold;
}

.product-category-carousel .product-carousel .property .details .row .detail {
  color: #51607f;
  font-size: 12px;
  font-weight: bold;
}

.product-category-carousel .product-carousel .property .details .row .detail a {
  color: #e50832;
}

.product-category-carousel .product-carousel .property .action {
  text-align: center;
  margin-bottom: 30px;
}

.product-category-carousel .product-carousel .property .action .button {
  width: 50%;
  display: inline-block;
  width: 100%;
}

.product-category-carousel .product-carousel .property .action .button:hover {
  border-color: #e50832;
  color: #fff;
  background: #e50832;
}

.logistics-properties {
  height: 637px;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.logistics-properties .redstrip {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  background-color: #ff0433;
  background-image: url(../img/grid-background.png);
  background-size: cover;
  background-position: center;
  height: 444.9px;
}

.logistics-properties .redstrip .text {
  width: 50%;
  padding-right: 20px;
  max-width: 570px;
}

.logistics-properties .redstrip .text h2 {
  font-size: 34px;
  line-height: 44px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  margin-bottom: 50px;
}

.logistics-properties .redstrip .text p {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  margin: 0;
  margin-bottom: 55px;
}

.logistics-properties .redstrip .text .button {
  margin-right: 30px;
}

.logistics-properties .redstrip .text .button.white {
  color: #e4002b;
  background-color: #fff;
  border-color: #fff;
}

.logistics-properties .redstrip .text .button.hollow {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

.logistics-properties .redstrip .text .button:last-child {
  margin-right: 0;
}

.logistics-properties .redstrip .image {
  width: 50%;
  overflow: hidden;
}

.logistics-properties .redstrip .image img {
  display: block;
}

.blog-category-carousel {
  padding: 50px 0;
  overflow: hidden;
}

.blog-category-carousel .slick-list {
  padding-bottom: 2px;
}

.blog-category-carousel .category-tabs {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.blog-category-carousel .category-tabs::after {
  content: '';
  display: table;
  clear: both;
}

.blog-category-carousel .category-tabs .category-title {
  float: left;
  clear: none;
  text-align: inherit;
  width: 49.10714%;
  margin-left: 0%;
  margin-right: 1.78571%;
}

.blog-category-carousel .category-tabs .category-title::after {
  content: '';
  display: table;
  clear: both;
}

.blog-category-carousel .category-tabs .category-title:last-child {
  margin-right: 0%;
}

.blog-category-carousel .category-tabs .category-title .title {
  font-size: 14px;
  font-weight: bold;
  color: #51607f;
  text-transform: uppercase;
}

.blog-category-carousel .category-tabs .nav {
  float: left;
  clear: none;
  text-align: inherit;
  width: 49.10714%;
  margin-left: 0%;
  margin-right: 1.78571%;
  text-align: right;
}

.blog-category-carousel .category-tabs .nav::after {
  content: '';
  display: table;
  clear: both;
}

.blog-category-carousel .category-tabs .nav:last-child {
  margin-right: 0%;
}

.blog-category-carousel .category-tabs .nav .button.hollow {
  padding: 15px 20px;
  margin-left: -4px;
  border-color: #efefef;
}

.blog-category-carousel .category-tabs .nav .button.hollow:hover {
  border-color: #51607f;
  color: #51607f;
}

.blog-category-carousel .category-tabs .nav .button.hollow:first-child {
  margin-left: 0;
}

.blog-category-carousel .category-tabs .nav .button.red {
  margin-left: -4px;
}

.blog-category-carousel .category-tabs .nav .button.blue {
  margin-left: 30px;
}

.blog-category-carousel .blog-carousel .slick-list {
  overflow: visible;
}

.blog-category-carousel .blog-carousel .property {
  opacity: 0.3;
  margin: 0 10px;
  outline: none;
}

.blog-category-carousel .blog-carousel .property.slick-active {
  opacity: 1;
}

.blog-category-carousel .blog-carousel .property:hover {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
}

.blog-category-carousel .blog-carousel .property img {
  width: 100%;
  max-width: 100%;
}

.blog-category-carousel .blog-carousel .property .users {
  padding-left: 15px;
  transform: translate(0%, -50%);
}

.blog-category-carousel .blog-carousel .property .users img {
  display: inline-block;
  margin-right: 15px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 2px solid #51607f;
}

.blog-category-carousel .blog-carousel .property .content {
  display: flex;
  flex-direction: column;
  min-height: 258px;
}

.blog-category-carousel .blog-carousel .property h2 {
  padding: 0 15px;
  margin: 0;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #51607f;
  line-height: 24px;
}

.blog-category-carousel .blog-carousel .property h2 a {
  font-size: 14px;
  font-weight: bold;
  color: #51607f;
  line-height: 24px;
}

.blog-category-carousel .blog-carousel .property .text {
  padding: 0 15px;
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
  color: #636363;
  flex-grow: 1;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel {
  padding: 50px 0;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .category-tabs {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .category-tabs::after {
  content: '';
  display: table;
  clear: both;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .category-tabs .category-title {
  float: left;
  clear: none;
  text-align: inherit;
  width: 49.10714%;
  margin-left: 0%;
  margin-right: 1.78571%;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .category-tabs .category-title::after {
  content: '';
  display: table;
  clear: both;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .category-tabs .category-title:last-child {
  margin-right: 0%;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .category-tabs .category-title .title {
  font-size: 14px;
  font-weight: bold;
  color: #51607f;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .category-tabs .nav {
  float: left;
  clear: none;
  text-align: inherit;
  width: 49.10714%;
  margin-left: 0%;
  margin-right: 1.78571%;
  text-align: right;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .category-tabs .nav::after {
  content: '';
  display: table;
  clear: both;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .category-tabs .nav:last-child {
  margin-right: 0%;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .category-tabs .nav .button.hollow {
  padding: 15px 20px;
  margin-left: -4px;
  border-color: #efefef;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .category-tabs .nav .button.hollow:hover {
  border-color: #51607f;
  color: #51607f;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .category-tabs .nav .button.hollow:first-child {
  margin-left: 0;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .category-tabs .nav .button.red {
  margin-left: -4px;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .category-tabs .nav .button.blue {
  margin-left: 30px;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .carousel .property {
  margin-right: 20px;
  outline: none;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .carousel .property:hover {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .carousel .property:last-child {
  margin-right: 0;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .carousel .property img {
  width: auto;
  max-width: 100%;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .carousel .property .users {
  padding-left: 15px;
  transform: translate(0%, -50%);
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .carousel .property .users img {
  display: inline-block;
  margin-right: 15px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 2px solid #51607f;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .carousel .property .content {
  display: flex;
  flex-direction: column;
  min-height: 258px;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .carousel .property h2 {
  padding: 0 15px;
  margin: 0;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #51607f;
  line-height: 24px;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .carousel .property h2 a {
  font-size: 14px;
  font-weight: bold;
  color: #51607f;
  line-height: 24px;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .carousel .property .text {
  padding: 0 15px;
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
  color: #636363;
  flex-grow: 1;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .carousel .property .meta {
  display: flex;
  flex-direction: row;
  padding: 0 15px;
  font-size: 12px;
  font-weight: bold;
  color: #636363;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .carousel .property .meta .category {
  width: 50%;
  text-align: left;
}

.blog-category-carousel .blog-carousel .property .text .blog-category-carousel .carousel .property .meta .date {
  width: 50%;
  text-align: right;
}

.blog-category-carousel .blog-carousel .property .meta {
  display: flex;
  flex-direction: row;
  padding: 0 15px;
  font-size: 12px;
  font-weight: bold;
  color: #636363;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.blog-category-carousel .blog-carousel .property .meta .category {
  width: 50%;
  text-align: left;
}

.blog-category-carousel .blog-carousel .property .meta .date {
  width: 50%;
  text-align: right;
}

.partners-category-carousel {
  padding: 50px 0;
}

.partners-category-carousel .slick-list {
  padding-bottom: 2px;
}

.partners-category-carousel .category-tabs {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.partners-category-carousel .category-tabs::after {
  content: '';
  display: table;
  clear: both;
}

.partners-category-carousel .category-tabs .category-title {
  float: left;
  clear: none;
  text-align: inherit;
  width: 49.10714%;
  margin-left: 0%;
  margin-right: 1.78571%;
}

.partners-category-carousel .category-tabs .category-title::after {
  content: '';
  display: table;
  clear: both;
}

.partners-category-carousel .category-tabs .category-title:last-child {
  margin-right: 0%;
}

.partners-category-carousel .category-tabs .category-title .title {
  font-size: 14px;
  font-weight: bold;
  color: #51607f;
  text-transform: uppercase;
}

.partners-category-carousel .category-tabs .nav {
  float: left;
  clear: none;
  text-align: inherit;
  width: 49.10714%;
  margin-left: 0%;
  margin-right: 1.78571%;
  text-align: right;
}

.partners-category-carousel .category-tabs .nav::after {
  content: '';
  display: table;
  clear: both;
}

.partners-category-carousel .category-tabs .nav:last-child {
  margin-right: 0%;
}

.partners-category-carousel .category-tabs .nav .button.hollow {
  padding: 15px 20px;
  margin-left: -4px;
  border-color: #efefef;
}

.partners-category-carousel .category-tabs .nav .button.hollow:hover {
  border-color: #51607f;
  color: #51607f;
}

.partners-category-carousel .category-tabs .nav .button.hollow:first-child {
  margin-left: 0;
}

.partners-category-carousel .category-tabs .nav .button.red {
  margin-left: -4px;
}

.partners-category-carousel .category-tabs .nav .button.blue {
  margin-left: 30px;
}

.partners-category-carousel .slider .slick-track {
  flex-direction: row;
  justify-content: space-between;
}

.partners-category-carousel .slider img {
  display: block;
  margin-right: 20px;
}

.partners-category-carousel .slider img:last-child {
  margin: 0;
}

.partners-category-carousel .slider img:focus {
  outline: none;
}

footer {
  background: #e50832;
  padding: 42px 0;
}

footer .logo {
  display: block;
  margin-bottom: 53px;
}

footer .logo img {
  display: block;
}

footer .social {
  margin-bottom: 22px;
}

footer .social a {
  color: #fff;
  font-size: 20px;
  margin-right: 23px;
}

footer .social a:last-child {
  margin: 0;
}

footer .global {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 23px;
}

footer .global span {
  margin-right: 10px;
}

footer .global a {
  margin-right: 13px;
  color: #fff;
}

footer .global a:last-child {
  margin-right: 0;
}

footer .title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 43px;
}

footer .links a {
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 15px;
  display: block;
}

footer .copyright {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
}

footer .col-big {
  float: left;
  clear: none;
  text-align: inherit;
  width: 32.14286%;
  margin-left: 0%;
  margin-right: 1.78571%;
}

footer .col-big::after {
  content: '';
  display: table;
  clear: both;
}

footer .col-big:last-child {
  margin-right: 0%;
}

footer .col {
  float: left;
  clear: none;
  text-align: inherit;
  width: 15.17857%;
  margin-left: 0%;
  margin-right: 1.78571%;
}

footer .col::after {
  content: '';
  display: table;
  clear: both;
}

footer .col:last-child {
  margin-right: 0%;
}

.page-header {
  background: #e50832;
  height: 300px;
  margin-bottom: 30px;
}

.page-header.contact .column:first-child {
  transform: translatey(-30px);
}

.page-header .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.page-header .column {
  float: left;
  clear: none;
  text-align: inherit;
  width: 49.10714%;
  margin-left: 0%;
  margin-right: 1.78571%;
}

.page-header .column::after {
  content: '';
  display: table;
  clear: both;
}

.page-header .column:last-child {
  margin-right: 0%;
}

.page-header .column h1 {
  font-size: 34px;
  line-height: 44px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  margin-bottom: 30px;
}

.page-header .column p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.page-header .column img {
  display: block;
  width: auto;
  max-width: 100%;
}

.breadcrumbs {
  text-align: left;
  font-size: 14px;
  color: #636363;
  margin-bottom: 30px;
}

.breadcrumbs span:after {
  content: '/';
  margin-left: 15px;
  margin-right: 15px;
}

.breadcrumbs span:last-child:after {
  content: '';
}

.breadcrumbs a {
  color: #51607f;
  font-weight: bold;
}

.people {
  margin-top: 20px;
}

.people .filters {
  margin-bottom: 50px;
}

.people .filters::after {
  content: '';
  display: table;
  clear: both;
}

.people .filters a {
  margin-right: -4px;
}

.people .filters a:last-child {
  margin-right: 0;
  float: right;
}

.people .filters a:hover {
  border-color: #51607f;
  color: #51607f;
}

.people .filters a.active {
  border-color: #51607f;
  color: #51607f;
}

.people .row {
  margin-bottom: 40px;
}

.people .row::after {
  content: '';
  display: table;
  clear: both;
}

.people .row .person {
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.66071%;
  margin-left: 0%;
  margin-right: 1.78571%;
  margin-bottom: 20px;
}

.people .row .person::after {
  content: '';
  display: table;
  clear: both;
}

.people .row .person:nth-child(n) {
  margin-right: 1.78571%;
  float: left;
  clear: none;
}

.people .row .person:nth-child(4n) {
  margin-right: 0%;
  float: right;
}

.people .row .person:nth-child(4n + 1) {
  clear: both;
}

.people .row .person:hover {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
}

.people .row .person:hover a {
  color: #e50832;
}

.people .row .person:hover .action .button {
  color: #fff;
  background: #e50832;
  border-color: #e50832;
}

.people .row .person .descr {
  padding: 0 25px;
}

.people .row .person img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.people .row .person .title {
  font-size: 14px;
  color: #51607f;
  font-weight: bold;
  display: block;
  margin-bottom: 25px;
}

.people .row .person .job {
  font-size: 12px;
  color: #636363;
  margin-bottom: 25px;
}

.people .row .person .social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 25px;
}

.people .row .person .social .phone i {
  font-size: 14px;
  color: #51607f;
}

.people .row .person .social .phone a {
  color: #51607f;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}

.people .row .person .social .icons a {
  font-size: 14px;
  color: #51607f;
}

.people .row .person .social .icons a:first-child {
  margin-right: 12px;
}

.people .row .person .action {
  margin-bottom: 25px;
}

.people .row .person .action .button {
  width: 100%;
}

.we-are {
  margin-bottom: 70px;
}

.we-are h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 34px;
}

.we-are p {
  font-size: 14px;
  font-weight: bold;
  color: #636363;
  margin: 0;
  margin-bottom: 34px;
}

.we-are p:last-child {
  margin: 0;
}

.we-are ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.we-are ul li {
  width: calc(100%/5);
  padding-right: 10px;
  margin-bottom: 30px;
  font-size: 12px;
  color: #636363;
}

.we-are ul li a {
  color: #636363;
  text-decoration: underline;
}

.we-are .person {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}

.we-are .person .img {
  margin-right: 16px;
}

.we-are .person .img img {
  width: auto;
  display: block;
}

.we-are .person .content {
  display: flex;
  flex-direction: column;
}

.we-are .person .content .name {
  font-size: 14px;
  color: #51607f;
  font-weight: bold;
  display: block;
  margin-bottom: 25px;
}

.we-are .person .content .job {
  font-size: 12px;
  color: #636363;
  margin-bottom: 25px;
}

.we-are .person .content .text {
  font-size: 12px;
  line-height: 24px;
  color: #636363;
  flex-grow: 1;
}

.we-are .person .content .social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 220px;
}

.we-are .person .content .social .phone i {
  font-size: 14px;
  color: #51607f;
}

.we-are .person .content .social .phone a {
  color: #51607f;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}

.we-are .person .content .social .icons a {
  font-size: 14px;
  color: #51607f;
}

.we-are .person .content .social .icons a:first-child {
  margin-right: 12px;
}

.map-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.combo {
  transform: translateY(-109px);
  margin-bottom: -109px;
  background-image: linear-gradient(30deg, #fff 52%, transparent 48%);
}

.combo .looking-for {
  margin-bottom: 20px;
}

.combo .breadcrumbs {
  padding-bottom: 20px;
}

.combo .breadcrumbs a {
  color: #51607f;
}

.combo .breadcrumbs span:nth-child(3n) a {
  color: #e50832;
}

.main-row {
  padding-top: 30px;
}

.main-row .main-col {
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.55357%;
  margin-left: 0%;
  margin-right: 1.78571%;
}

.main-row .main-col::after {
  content: '';
  display: table;
  clear: both;
}

.main-row .main-col:last-child {
  margin-right: 0%;
}

.main-row .main-col h1 {
  margin: 0;
  font-size: 28px;
  margin-bottom: 26px;
  font-weight: normal;
}

.main-row .main-col .location {
  font-size: 14px;
  font-weight: normal;
  color: #636363;
  margin-bottom: 47px;
}

.main-row .main-col img {
  width: 100%;
  display: block;
  margin-bottom: 49px;
}

.main-row .main-col .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 28px;
  margin-bottom: 49px;
  border-bottom: 2px solid #efefef;
}

.main-row .main-col .row .detail {
  width: calc(100%/2);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 31px;
  margin-bottom: 24px;
}

.main-row .main-col .row .detail .title {
  flex-grow: 1;
  max-width: 138px;
  font-size: 14px;
  color: #636363;
}

.main-row .main-col .row .detail .title i {
  color: #51607f;
  margin-right: 17px;
}

.main-row .main-col .row .detail .descr {
  font-size: 14px;
  font-weight: bold;
}

.main-row .main-col .row .detail .descr a {
  color: #e50832;
  text-transform: uppercase;
}

.main-row .main-col .row .detail:last-child {
  padding-right: 0;
}

.main-row .main-col .row .detail:nth-child(2n) {
  padding-right: 0;
}

.main-row .main-col h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 25px;
}

.main-row .main-col p {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #636363;
  margin-bottom: 50px;
}

.main-row .main-col .technical-spec .div-table {
  margin-bottom: 49px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.main-row .main-col .technical-spec .div-table .col {
  width: calc(100%/6);
  text-align: center;
  display: flex;
  flex-direction: column;
}

.main-row .main-col .technical-spec .div-table .col.gray {
  background: #f7f7f7;
}

.main-row .main-col .technical-spec .div-table .col .title {
  padding: 20px 0;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
}

.main-row .main-col .technical-spec .div-table .col .text {
  padding: 20px;
  align-content: flex-end;
  color: #636363;
  font-size: 14px;
}

.main-row .main-col .technical-spec ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 22px;
}

.main-row .main-col .technical-spec ul::after {
  content: '';
  display: table;
  clear: both;
}

.main-row .main-col .technical-spec ul li {
  float: left;
  clear: none;
  text-align: inherit;
  width: 37.79762%;
  margin-left: 0%;
  margin-right: 1.78571%;
  margin-bottom: 31px;
}

.main-row .main-col .technical-spec ul li::after {
  content: '';
  display: table;
  clear: both;
}

.main-row .main-col .technical-spec ul li:nth-child(n) {
  margin-right: 1.78571%;
  float: left;
  clear: none;
}

.main-row .main-col .technical-spec ul li:nth-child(2n) {
  margin-right: 0%;
  float: right;
}

.main-row .main-col .technical-spec ul li:nth-child(2n + 1) {
  clear: both;
}

.main-row .main-col .technical-spec ul li:nth-child(2n) {
  float: left;
}

.main-row .main-col .technical-spec ul li .title {
  font-size: 14px;
  font-weight: bold;
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.07143%;
  margin-left: 0%;
  margin-right: 1.78571%;
}

.main-row .main-col .technical-spec ul li .title::after {
  content: '';
  display: table;
  clear: both;
}

.main-row .main-col .technical-spec ul li .title:last-child {
  margin-right: 0%;
}

.main-row .main-col .technical-spec ul li .title:before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #e50832;
  margin-right: 19px;
  font-size: 20px;
}

.main-row .main-col .technical-spec ul li .desc {
  font-size: 14px;
  color: #636363;
  float: left;
  clear: none;
  text-align: inherit;
  width: 32.14286%;
  margin-left: 0%;
  margin-right: 1.78571%;
}

.main-row .main-col .technical-spec ul li .desc::after {
  content: '';
  display: table;
  clear: both;
}

.main-row .main-col .technical-spec ul li .desc:last-child {
  margin-right: 0%;
}

.main-row aside {
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.66071%;
  margin-left: 0%;
  margin-right: 1.78571%;
}

.main-row aside::after {
  content: '';
  display: table;
  clear: both;
}

.main-row aside:last-child {
  margin-right: 0%;
}

.main-row aside .aside-people .person {
  background: #51607f;
  position: relative;
}

.main-row aside .aside-people .person img {
  width: 100%;
  opacity: 0.6;
  display: block;
}

.main-row aside .aside-people .person .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.main-row aside .aside-people .person .overlay .name {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 27px;
}

.main-row aside .aside-people .person .overlay .title {
  margin-bottom: 27px;
}

.main-row aside .aside-people .person .overlay .action {
  width: 100%;
  padding: 0 25px 25px 25px;
  box-sizing: border-box;
}

.main-row aside .aside-people .person .overlay .action .button {
  width: 100%;
}

aside .company-logo {
  display: block;
  margin-bottom: 50px;
  width: auto;
  max-width: 100%;
}

aside .filters {
  background: #66789d;
  padding: 25px 15px;
  margin-bottom: 26px;
}

aside .filters .title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 26px;
}

aside .filters .input-container {
  margin-bottom: 25px;
}

aside .filters .action .button {
  width: 100%;
}

.main-row .main-col .properties .row {
  margin-bottom: 20px;
}

.properties {
  margin-top: 20px;
}

.properties .filters {
  margin-bottom: 50px;
}

.properties .filters::after {
  content: '';
  display: table;
  clear: both;
}

.properties .filters .category-title {
  float: left;
  clear: none;
  text-align: inherit;
  width: 43.45238%;
  margin-left: 0%;
  margin-right: 1.78571%;
}

.properties .filters .category-title::after {
  content: '';
  display: table;
  clear: both;
}

.properties .filters .category-title:last-child {
  margin-right: 0%;
}

.properties .filters .category-title .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.properties .filters .nav {
  float: left;
  clear: none;
  text-align: inherit;
  width: 54.7619%;
  margin-left: 0%;
  margin-right: 1.78571%;
  display: flex;
  flex-direction: row;
}

.properties .filters .nav::after {
  content: '';
  display: table;
  clear: both;
}

.properties .filters .nav:last-child {
  margin-right: 0%;
}

.properties .filters .nav .button {
  background: #efefef;
  border-color: #efefef;
}

.properties .filters .nav .button:hover:not(.hollow):not(.blue) {
  background: #e50832;
  color: #fff;
  border-color: #e50832;
}

.properties .filters .nav .button.active {
  background: #e50832;
  color: #fff;
  border-color: #e50832;
}

.properties .filters .nav .button.hollow {
  background: transparent;
  flex-grow: 1;
}

.properties .filters .nav .button.blue {
  background: #51607f;
  border-color: #51607f;
  margin-right: 20px;
  flex-grow: 1;
}

.properties .row {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.properties .row .property {
  display: flex;
  flex-direction: column;
  width: calc((100%/3) - (20px * 2));
  flex-grow: 1;
  margin-right: 20px;
  margin-bottom: 20px;
}

.properties .row .property:nth-child(3n) {
  margin-right: 0;
}

.properties .row .property:hover {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
}

.properties .row .property:hover a {
  color: #51607f;
  text-decoration: underline;
}

.properties .row .property:hover .details .row .detail a {
  color: #51607f;
  text-decoration: underline;
}

.properties .row .property:hover .action .button {
  color: #fff;
  background: #e50832;
  border-color: #e50832;
  text-decoration: none;
}

.properties .row .property img {
  margin: 0;
  width: 100%;
  display: block;
}

.properties .row .property .users {
  padding-left: 15px;
  transform: translate(0%, -50%);
}

.properties .row .property .users img {
  display: inline-block;
  margin-right: 15px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 2px solid #51607f;
  margin-bottom: 0;
}

.properties .row .property h2 {
  font-size: 14px;
  font-weight: bold;
  color: #51607f;
  margin: 0;
  margin-bottom: 15px;
  padding: 0 15px;
  flex-grow: 1;
}

.properties .row .property .location {
  font-size: 12px;
  font-weight: bold;
  color: #636363;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  padding: 0 15px;
}

.properties .row .property .details {
  padding: 0 15px;
  margin-bottom: 30px;
}

.properties .row .property .details .row {
  margin-bottom: 0;
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.properties .row .property .details .row .title {
  font-size: 12px;
  color: #636363;
  text-transform: uppercase;
  font-weight: bold;
}

.properties .row .property .details .row .detail {
  color: #51607f;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}

.properties .row .property .details .row .detail a {
  color: #e50832;
}

.properties .row .property .action {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 25px;
}

.properties .row .property .action .button {
  width: 100%;
  display: inline-block;
}

.properties .row .property .action .button:hover {
  border-color: #e50832;
  color: #fff;
  background: #e50832;
}

.properties .pagination {
  margin-bottom: 20px;
}

.properties .pagination::after {
  content: '';
  display: table;
  clear: both;
}

.properties .pagination a {
  color: #636363;
  font-size: 12px;
  font-weight: bold;
  margin-right: 11px;
}

.properties .pagination a:last-child {
  margin: 0;
}

.properties .pagination a:hover {
  color: #e50832;
}

.properties .pagination a.active {
  color: #e50832;
}

.properties .pagination span {
  color: #636363;
  font-size: 12px;
  font-weight: bold;
  margin-right: 11px;
}

.properties .pagination .pages {
  float: left;
  clear: none;
  text-align: inherit;
  width: 49.10714%;
  margin-left: 0%;
  margin-right: 1.78571%;
}

.properties .pagination .pages::after {
  content: '';
  display: table;
  clear: both;
}

.properties .pagination .pages:last-child {
  margin-right: 0%;
}

.properties .pagination .numbering {
  float: left;
  clear: none;
  text-align: inherit;
  width: 49.10714%;
  margin-left: 0%;
  margin-right: 1.78571%;
  text-align: right;
}

.properties .pagination .numbering::after {
  content: '';
  display: table;
  clear: both;
}

.properties .pagination .numbering:last-child {
  margin-right: 0%;
}

aside .fast-search .input-container {
  position: relative;
}

aside .fast-search .input-container.search-container:after {
  content: '\f002';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translatey(-50%);
  font-size: 14px;
  color: #636363;
}

aside .fast-search .input-container input {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  padding-right: 35px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #efefef;
  outline: none;
}

aside .fast-search .input-container input::placeholder {
  font-size: 14px;
  color: #636363;
  text-transform: uppercase;
}

.listing-profile .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.listing-profile .properties .filters {
  display: flex;
  flex-direction: row;
}

.listing-profile .properties .filters .tabs {
  display: flex;
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.07143%;
  margin-left: 0%;
  margin-right: 1.78571%;
}

.listing-profile .properties .filters .tabs::after {
  content: '';
  display: table;
  clear: both;
}

.listing-profile .properties .filters .tabs:last-child {
  margin-right: 0%;
}

.listing-profile .properties .filters .tabs .button {
  flex-grow: 1;
}

.listing-profile .properties .filters .tabs .button.hollow {
  border-color: #efefef;
}

.listing-profile .properties .filters .tabs .button.hollow:hover {
  color: #51607f;
  border-color: #51607f;
}

.listing-profile .properties .filters .tabs .button.hollow.active {
  color: #51607f;
  border-color: #51607f;
}

.listing-profile .properties .filters .nav {
  float: left;
  clear: none;
  text-align: inherit;
  width: 32.14286%;
  margin-left: 0%;
  margin-right: 1.78571%;
  width: auto;
  justify-content: flex-end;
  flex-grow: 1;
}

.listing-profile .properties .filters .nav::after {
  content: '';
  display: table;
  clear: both;
}

.listing-profile .properties .filters .nav:last-child {
  margin-right: 0%;
}

.theme_form br {
  display: none;
}

.theme_form span {
  margin-bottom: 10px;
}

.theme_form input {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  padding-right: 35px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #959595;
  outline: none;
  margin: 0;
}

.theme_form input::placeholder {
  font-size: 14px;
  color: #636363;
  text-transform: uppercase;
}

.theme_form input[type=submit] {
  display: block;
  padding: 15px 21px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  color: #636363;
  outline: none;
  border: 2px solid #51607f;
  color: #fff;
  background: #51607f;
}

.theme_form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  padding-right: 35px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #959595;
  outline: none;
  margin: 0;
}

.theme_form textarea::placeholder {
  font-size: 14px;
  color: #636363;
  text-transform: uppercase;
}

.case-studies aside .case-studies-links .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #51607f;
}

.case-studies aside .case-studies-links a {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #636363;
  display: block;
}

.case-studies aside .case-studies-links a:hover {
  color: #e50832;
  text-transform: uppercase;
}

.case-studies aside .case-studies-links a.active {
  color: #e50832;
  text-transform: uppercase;
}

.case-studies .main-col .case-study h2 {
  font-size: 28px;
  font-weight: normal;
  color: #000;
  margin-bottom: 25px;
}

.case-studies .main-col .case-study img {
  display: block;
  width: 100%;
}

.case-studies .main-col .case-study .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 26px;
  color: #51607f;
}

.case-studies .main-col .case-study p {
  margin: 0;
}

.case-studies .main-col .case-study ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.case-studies .main-col .case-study ul li {
  font-size: 14px;
  font-weight: normal;
  color: #636363;
}

.case-studies .main-col .case-study ul li:before {
  content: '–';
  margin-right: 4px;
}

.case-studies .main-col .case-study .section {
  margin-bottom: 26px;
}

.case-studies .main-col .case-study .action {
  text-align: center;
  margin-bottom: 50px;
}

.case-studies .main-col .case-study .action a {
  font-size: 50px;
  color: #636363;
  margin: 0 57px;
}

.case-studies .main-col .case-study .action a.active {
  color: #51607f;
}

@media screen and (max-width: 1140px) {
  .container {
    padding: 0 15px;
  }
  .logistics-properties .redstrip .text {
    padding-left: 15px;
  }
  .product-category-carousel .product-carousel .slick-list {
    overflow: hidden;
  }
  .blog-category-carousel .blog-carousel .slick-list {
    overflow: hidden;
  }
}

@media screen and (max-width: 1069px) {
  .properties .filters .category-title {
    float: left;
    clear: none;
    text-align: inherit;
    width: 32.14286%;
    margin-left: 0%;
    margin-right: 1.78571%;
  }
  .properties .filters .category-title::after {
    content: '';
    display: table;
    clear: both;
  }
  .properties .filters .category-title:last-child {
    margin-right: 0%;
  }
  .properties .filters .nav {
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.07143%;
    margin-left: 0%;
    margin-right: 1.78571%;
  }
  .properties .filters .nav::after {
    content: '';
    display: table;
    clear: both;
  }
  .properties .filters .nav:last-child {
    margin-right: 0%;
  }
  .listing-profile .properties .filters {
    flex-direction: column;
  }
  .listing-profile .properties .filters .tabs {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-bottom: 10px;
  }
  .listing-profile .properties .filters .tabs:first-child {
    margin-left: auto;
  }
  .listing-profile .properties .filters .tabs:last-child {
    margin-right: auto;
  }
}

@media screen and (max-width: 1024px) {
  header .container {
    position: relative;
  }
  header .container .menu {
    justify-content: flex-end;
  }
  header .container .menu .mobile-menu {
    display: block;
    cursor: pointer;
  }
  header .container .menu .wrapper {
    display: none;
    width: 300px;
    box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 57px;
    right: 0;
    background: #fff;
    z-index: 10;
    flex-direction: column;
    padding: 20px 15px;
  }
  header .container .menu .wrapper:before {
    position: absolute;
    top: -19px;
    right: 15px;
    font-size: 30px;
    color: #636363;
    content: '\f0d8';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  header .container .menu .wrapper a {
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 10px;
  }
  header .container .menu .wrapper a:last-child {
    margin: 0;
  }
  header .container .menu .wrapper a:hover {
    background: #dedede;
  }
  header .container .menu .wrapper a.language:after {
    float: right;
  }
  header .container .menu .wrapper .button.red:hover {
    background: #e50832;
    color: #fff;
  }
  .main {
    margin-top: 82px;
  }
  .looking-for {
    background: #51607f;
  }
  .looking-for .settings {
    width: 100%;
  }
  .looking-for .settings .input-container {
    width: 64%;
  }
  .looking-for .settings .search {
    width: 100px;
  }
  .looking-for .settings .gears {
    width: 100px;
  }
  .looking-for .settings .earth {
    width: 100px;
  }
  .product-category-carousel .category-tabs .tabs {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .product-category-carousel .category-tabs .tabs:first-child {
    margin-left: auto;
  }
  .product-category-carousel .category-tabs .tabs:last-child {
    margin-right: auto;
  }
  .product-category-carousel .category-tabs .nav {
    float: left;
    clear: none;
    text-align: inherit;
    width: 49.10714%;
    margin-left: 0%;
    margin-right: 1.78571%;
  }
  .product-category-carousel .category-tabs .nav::after {
    content: '';
    display: table;
    clear: both;
  }
  .product-category-carousel .category-tabs .nav:last-child {
    margin-right: 0%;
  }
  .product-category-carousel .category-tabs .action-to {
    float: left;
    clear: none;
    text-align: inherit;
    width: 49.10714%;
    margin-left: 0%;
    margin-right: 1.78571%;
    text-align: right;
  }
  .product-category-carousel .category-tabs .action-to::after {
    content: '';
    display: table;
    clear: both;
  }
  .product-category-carousel .category-tabs .action-to:last-child {
    margin-right: 0%;
  }
  .logistics-properties {
    height: auto;
  }
  .logistics-properties .redstrip {
    height: auto;
    flex-direction: column;
  }
  .logistics-properties .redstrip .text {
    padding-top: 30px;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 8;
  }
  .logistics-properties .redstrip .image {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -250px;
    z-index: 1;
  }
  .logistics-properties .redstrip .image:first-child {
    margin-left: auto;
  }
  .logistics-properties .redstrip .image:last-child {
    margin-right: auto;
  }
  .blog-category-carousel .category-tabs .category-title {
    float: left;
    clear: none;
    text-align: inherit;
    width: 32.14286%;
    margin-left: 0%;
    margin-right: 1.78571%;
  }
  .blog-category-carousel .category-tabs .category-title::after {
    content: '';
    display: table;
    clear: both;
  }
  .blog-category-carousel .category-tabs .category-title:last-child {
    margin-right: 0%;
  }
  .blog-category-carousel .category-tabs .nav {
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.07143%;
    margin-left: 0%;
    margin-right: 1.78571%;
    text-align: right;
  }
  .blog-category-carousel .category-tabs .nav::after {
    content: '';
    display: table;
    clear: both;
  }
  .blog-category-carousel .category-tabs .nav:last-child {
    margin-right: 0%;
  }
  .partners-category-carousel .category-tabs .category-title {
    float: left;
    clear: none;
    text-align: inherit;
    width: 23.66071%;
    margin-left: 0%;
    margin-right: 1.78571%;
  }
  .partners-category-carousel .category-tabs .category-title::after {
    content: '';
    display: table;
    clear: both;
  }
  .partners-category-carousel .category-tabs .category-title:last-child {
    margin-right: 0%;
  }
  .partners-category-carousel .category-tabs .nav {
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.55357%;
    margin-left: 0%;
    margin-right: 1.78571%;
    text-align: right;
  }
  .partners-category-carousel .category-tabs .nav::after {
    content: '';
    display: table;
    clear: both;
  }
  .partners-category-carousel .category-tabs .nav:last-child {
    margin-right: 0%;
  }
  .category-tabs .category-title {
    float: left;
    clear: none;
    text-align: inherit;
    width: 23.66071%;
    margin-left: 0%;
    margin-right: 1.78571%;
  }
  .category-tabs .category-title::after {
    content: '';
    display: table;
    clear: both;
  }
  .category-tabs .category-title:last-child {
    margin-right: 0%;
  }
  .category-tabs .nav {
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.55357%;
    margin-left: 0%;
    margin-right: 1.78571%;
    text-align: right;
  }
  .category-tabs .nav::after {
    content: '';
    display: table;
    clear: both;
  }
  .category-tabs .nav:last-child {
    margin-right: 0%;
  }
  footer .col-big {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
  }
  footer .col-big:first-child {
    margin-left: auto;
  }
  footer .col-big:last-child {
    margin-right: auto;
  }
  footer .col-big .logo {
    margin-bottom: 20px;
  }
  footer .col-big img {
    margin: 0 auto;
  }
  footer .col {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
  }
  footer .col:first-child {
    margin-left: auto;
  }
  footer .col:last-child {
    margin-right: auto;
  }
  footer .col .title {
    margin-bottom: 10px;
  }
  footer .col:last-child {
    margin-bottom: 0;
  }
  .people .row .person {
    float: left;
    clear: none;
    text-align: inherit;
    width: 32.14286%;
    margin-left: 0%;
    margin-right: 1.78571%;
  }
  .people .row .person::after {
    content: '';
    display: table;
    clear: both;
  }
  .people .row .person:nth-child(n) {
    margin-right: 1.78571%;
    float: left;
    clear: none;
  }
  .people .row .person:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .people .row .person:nth-child(3n + 1) {
    clear: both;
  }
  .combo {
    margin: 0;
    transform: unset;
    background: #fff;
  }
  .combo .looking-for {
    margin-top: 0;
  }
  .main-row .main-col {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-row .main-col:first-child {
    margin-left: auto;
  }
  .main-row .main-col:last-child {
    margin-right: auto;
  }
  .main-row aside {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .main-row aside:first-child {
    margin-left: auto;
  }
  .main-row aside:last-child {
    margin-right: auto;
  }
  .main-row aside .aside-people {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .main-row aside .aside-people .person {
    width: calc(100%/4);
    margin: 0 10px;
  }
  .main-row aside .filters .title {
    margin: 0;
  }
  .main-row aside .filters .title::after {
    content: '';
    display: table;
    clear: both;
  }
  .main-row aside .filters .title:after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
  }
  .main-row aside .filters div:not(.title) {
    display: none;
  }
  .main-row aside .filters:hover div {
    display: block;
  }
  .main-row aside .filters:hover .title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 920px) {
  .page-header {
    max-height: unset;
    padding-top: 15px;
    height: auto;
  }
  .page-header.contact .column:first-child {
    transform: translateY(0);
    margin-bottom: 0;
  }
  .page-header .column {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .page-header .column:first-child {
    margin-left: auto;
  }
  .page-header .column:last-child {
    margin-right: auto;
  }
  .page-header .column:first-child {
    padding: 0;
  }
  .page-header .column img {
    margin: 0 auto;
  }
  .we-are ul li {
    width: calc(100%/4);
  }
  .we-are .person {
    flex-direction: column;
  }
  .we-are .person .img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .we-are .person .content {
    max-width: 700px;
    margin: 0 auto;
  }
  .we-are .person .content .name {
    text-align: center;
  }
  .we-are .person .content .job {
    text-align: center;
  }
  .we-are .person .content .text {
    text-align: justify;
    margin-bottom: 10px;
  }
  .we-are .person .content .social {
    align-self: flex-end;
    min-width: 220px;
  }
  .properties .row .property {
    width: calc((100%/2) - (20px));
    flex-grow: 1;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .properties .row .property:nth-child(3n) {
    margin-right: 20px;
  }
  .properties .row .property:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 720px) {
  .people .row .person {
    float: left;
    clear: none;
    text-align: inherit;
    width: 49.10714%;
    margin-left: 0%;
    margin-right: 1.78571%;
  }
  .people .row .person::after {
    content: '';
    display: table;
    clear: both;
  }
  .people .row .person:nth-child(n) {
    margin-right: 1.78571%;
    float: left;
    clear: none;
  }
  .people .row .person:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .people .row .person:nth-child(2n + 1) {
    clear: both;
  }
  .we-are ul li {
    width: calc(100%/3);
  }
  .main-row .main-col {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-row .main-col:first-child {
    margin-left: auto;
  }
  .main-row .main-col:last-child {
    margin-right: auto;
  }
  .main-row .main-col .row {
    flex-direction: column;
  }
  .main-row .main-col .row .detail {
    width: 100%;
  }
  .main-row .main-col .technical-spec .div-table .col {
    width: calc(100%/3);
  }
  .main-row .main-col .technical-spec ul li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-row .main-col .technical-spec ul li:first-child {
    margin-left: auto;
  }
  .main-row .main-col .technical-spec ul li:last-child {
    margin-right: auto;
  }
  .main-row .main-col .technical-spec ul li:nth-child(2n) {
    float: none;
  }
  .main-row aside .aside-people {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .main-row aside .aside-people .person {
    width: calc(100%/2);
    margin: 0 10px;
  }
  .properties .container {
    padding: 0;
  }
  .properties .filters .category-title {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .properties .filters .category-title:first-child {
    margin-left: auto;
  }
  .properties .filters .category-title:last-child {
    margin-right: auto;
  }
  .properties .filters .nav {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    display: flex;
  }
  .properties .filters .nav:first-child {
    margin-left: auto;
  }
  .properties .filters .nav:last-child {
    margin-right: auto;
  }
  .properties .row .property {
    width: 100%;
    flex-grow: 1;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .properties .row .property:nth-child(3n) {
    margin-right: 0;
  }
  .properties .row .property:nth-child(2n) {
    margin-right: 0;
  }
  .properties .pagination .pages {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  .properties .pagination .pages:first-child {
    margin-left: auto;
  }
  .properties .pagination .pages:last-child {
    margin-right: auto;
  }
  .properties .pagination .numbering {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .properties .pagination .numbering:first-child {
    margin-left: auto;
  }
  .properties .pagination .numbering:last-child {
    margin-right: auto;
  }
}

@media screen and (max-width: 500px) {
  header {
    position: static;
  }
  .main {
    margin: 0;
  }
  .looking-for {
    background: #51607f;
    margin-top: -1px;
  }
  .looking-for .settings {
    width: 100%;
    flex-wrap: wrap;
  }
  .looking-for .settings .input-container {
    width: calc(100% - 34px);
  }
  .looking-for .settings .input-container input {
    max-width: 100%;
    width: 100%;
  }
  .looking-for .settings .search {
    width: calc(100%/3);
    max-width: 100%;
    border-top: 1px solid #ccc;
  }
  .looking-for .settings .gears {
    width: calc(100%/3);
    max-width: 100%;
    border-top: 1px solid #ccc;
  }
  .looking-for .settings .earth {
    width: calc(100%/3);
    max-width: 100%;
    height: 100px;
    border-top: 1px solid #ccc;
  }
  .logistics-properties {
    height: auto;
  }
  .logistics-properties .redstrip {
    height: auto;
    flex-direction: column;
  }
  .logistics-properties .redstrip .text {
    padding-top: 30px;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 8;
    margin-bottom: 20px;
  }
  .logistics-properties .redstrip .image {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    margin-top: 0;
    z-index: 1;
    margin-bottom: 20px;
  }
  .logistics-properties .redstrip .image:first-child {
    margin-left: auto;
  }
  .logistics-properties .redstrip .image:last-child {
    margin-right: auto;
  }
  .logistics-properties .redstrip .image img {
    width: 100%;
  }
  .product-category-carousel .category-tabs .tabs {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
  }
  .product-category-carousel .category-tabs .tabs:first-child {
    margin-left: auto;
  }
  .product-category-carousel .category-tabs .tabs:last-child {
    margin-right: auto;
  }
  .product-category-carousel .category-tabs .tabs .button.hollow {
    margin: 0;
    margin-bottom: 0px;
  }
  .product-category-carousel .category-tabs .nav {
    float: left;
    clear: none;
    text-align: inherit;
    width: 49.10714%;
    margin-left: 0%;
    margin-right: 1.78571%;
  }
  .product-category-carousel .category-tabs .nav::after {
    content: '';
    display: table;
    clear: both;
  }
  .product-category-carousel .category-tabs .nav:last-child {
    margin-right: 0%;
  }
  .product-category-carousel .category-tabs .nav .button {
    padding: 10px 15px;
  }
  .product-category-carousel .category-tabs .action-to {
    float: left;
    clear: none;
    text-align: inherit;
    width: 49.10714%;
    margin-left: 0%;
    margin-right: 1.78571%;
    text-align: right;
  }
  .product-category-carousel .category-tabs .action-to::after {
    content: '';
    display: table;
    clear: both;
  }
  .product-category-carousel .category-tabs .action-to:last-child {
    margin-right: 0%;
  }
  .product-category-carousel .category-tabs .action-to .button {
    padding: 10px 15px;
  }
  .logistics-properties .redstrip .text .button {
    margin-right: 0px;
  }
  .blog-category-carousel .category-tabs {
    flex-direction: column;
  }
  .blog-category-carousel .category-tabs .category-title {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .blog-category-carousel .category-tabs .category-title:first-child {
    margin-left: auto;
  }
  .blog-category-carousel .category-tabs .category-title:last-child {
    margin-right: auto;
  }
  .blog-category-carousel .category-tabs .nav {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
  }
  .blog-category-carousel .category-tabs .nav:first-child {
    margin-left: auto;
  }
  .blog-category-carousel .category-tabs .nav:last-child {
    margin-right: auto;
  }
  .partners-category-carousel .category-tabs {
    flex-direction: column;
  }
  .partners-category-carousel .category-tabs .category-title {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .partners-category-carousel .category-tabs .category-title:first-child {
    margin-left: auto;
  }
  .partners-category-carousel .category-tabs .category-title:last-child {
    margin-right: auto;
  }
  .partners-category-carousel .category-tabs .nav {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
  }
  .partners-category-carousel .category-tabs .nav:first-child {
    margin-left: auto;
  }
  .partners-category-carousel .category-tabs .nav:last-child {
    margin-right: auto;
  }
  .people .filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .people .filters a {
    margin-bottom: 10px;
    flex-grow: 1;
    margin-right: 0;
  }
  .people .filters a:last-child {
    float: none;
    display: block;
    margin-bottom: 0;
    width: 100%;
  }
  .people .row .person {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .people .row .person:first-child {
    margin-left: auto;
  }
  .people .row .person:last-child {
    margin-right: auto;
  }
  .we-are ul li {
    width: calc(100%/2);
  }
  .main-row .main-col {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-row .main-col:first-child {
    margin-left: auto;
  }
  .main-row .main-col:last-child {
    margin-right: auto;
  }
  .main-row .main-col .row {
    flex-direction: column;
  }
  .main-row .main-col .row .detail {
    width: 100%;
    flex-direction: column;
  }
  .main-row .main-col .row .detail .title {
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
  .main-row .main-col .row .detail .descr {
    width: 100%;
    text-align: left;
  }
  .main-row .main-col .technical-spec .div-table .col {
    width: calc(100%/2);
  }
  .main-row .main-col .technical-spec ul li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-row .main-col .technical-spec ul li:first-child {
    margin-left: auto;
  }
  .main-row .main-col .technical-spec ul li:last-child {
    margin-right: auto;
  }
  .main-row .main-col .technical-spec ul li:nth-child(2n) {
    float: none;
  }
  .main-row aside .aside-people {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .main-row aside .aside-people .person {
    width: 100%;
    margin: 0;
  }
}
