@charset "UTF-8";
html, body {
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #2d293b;
  line-height: 1.75;
  position: relative;
  -webkit-text-size-adjust: none;
}
body:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
}
body.--fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.—popover-open:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

h1, h2, h3, h4, h5 {
  margin: 0 0 20px;
  font-weight: normal;
  line-height: 1.4;
  color: #e10d25;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child {
  margin-bottom: 0;
}

h1 {
  font-family: "GalanoGrotesque", sans-serif;
  font-weight: 500;
  font-size: 28px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
}

h2 {
  font-size: 22px;
  font-weight: 300;
}

h3 {
  font-weight: 500;
  font-size: 14px;
  font-family: "GalanoGrotesque", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.body h3 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  text-transform: none;
  color: #2d293b;
  letter-spacing: normal;
}

p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #e10d25;
}
.footer__locations a, .front-content-block__inner a {
  border-bottom: 1px solid #e10d25;
  -webkit-transition: color 0.2s, border 0.2s;
  -moz-transition: color 0.2s, border 0.2s;
  transition: color 0.2s, border 0.2s;
}
.footer__locations a:after, .front-content-block__inner a:after {
  content: "\00a0\203A";
}
.footer__locations a:hover, .front-content-block__inner a:hover {
  color: #b70e21;
  border-color: transparent;
}
.featured-content a, .body a {
  border-bottom: 1px solid #e10d25;
  -webkit-transition: color 0.2s, border 0.2s;
  -moz-transition: color 0.2s, border 0.2s;
  transition: color 0.2s, border 0.2s;
}
.featured-content a:hover, .body a:hover {
  color: #b70e21;
  border-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

.body ul {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}
.body ul li {
  margin: 0 0 10px 30px;
  position: relative;
}
.body ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #e10d25;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -20px;
  top: 14px;
  margin-top: -5px;
}

.body ol {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
  counter-reset: li;
}
.body ol li {
  margin: 0 0 10px 30px;
  position: relative;
}
.body ol li:before {
  content: counter(li) ". ";
  counter-increment: li;
  position: absolute;
  left: -20px;
  top: 0;
  color: #e10d25;
}

table {
  border-collapse: collapse;
  margin: 20px 0;
}
table tr:last-child td {
  border: none;
}
table td, table th {
  padding: 6px 10px;
  border-bottom: 1px solid #e9e9e9;
  text-align: left;
}
table td:first-child, table th:first-child {
  padding-left: 0;
}
table td:last-child, table th:last-child {
  padding-right: 0;
}
table th {
  font-weight: normal;
}

.form_submit input, .right-block .btn, .body .btns-menu__link {
  border: 2px solid #e10d25;
  background: white;
  height: 48px;
  line-height: 44px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "GalanoGrotesque", sans-serif;
  font-weight: bold;
  color: #e10d25;
  text-transform: uppercase;
  padding: 0 30px;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  display: inline-block;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
@media (max-width: 767px) {
  .form_submit input, .right-block .btn, .body .btns-menu__link {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.form_submit input:hover, .right-block .btn:hover, .body .btns-menu__link:hover {
  background: #e10d25;
  color: white;
}

.cfx:after {
  content: "";
  display: table;
  clear: both;
}

.menu, .menu__item {
  margin: 0;
  padding: 0;
}
.menu__item {
  list-style-type: none;
}
.menu__link {
  border: none;
  text-decoration: none;
}

.wrapper {
  width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
.wrapper--relative {
  position: relative;
  z-index: 1;
}
.wrapper--narrow {
  max-width: 770px;
}
@media (max-width: 1080px) {
  .wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 20px;
  }
}

.cols {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cols__col {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cols__col--with-padding {
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .cols__col--with-padding:first-child {
    padding-left: 0;
  }
  .cols__col--with-padding:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cols__col--with-padding {
    padding: 0;
    margin-bottom: 40px;
  }
  .cols__col--with-padding:last-child {
    margin-bottom: 0;
  }
}
.cols__col--with-inner-padding {
  padding: 0 20px;
}
.cols__col--with-inner-padding:first-child {
  padding-left: 0;
}
.cols__col--with-inner-padding:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .cols__col--with-inner-padding {
    padding: 0;
    margin-bottom: 40px;
  }
  .cols__col--with-inner-padding:last-child {
    margin-bottom: 0;
  }
}
.cols__col--third-with-margin {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 32%;
  -moz-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  margin-left: 2%;
  display: inline-block;
}
.cols__col--third-with-margin:first-child, .cols__col--third-with-margin:nth-child(3n+4) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cols__col {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    box-flex: 100%;
    -webkit-flex: 100%;
    -moz-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}

.link--with-arrow:after {
  content: "\00a0\203A";
}

.untranslated {
  opacity: 0.5;
}

.form_area {
  max-width: 500px;
}
.form_area .form_field {
  position: relative;
  margin: 0 0 20px;
}
.form_area .form_field--with-select {
  cursor: pointer;
  position: relative;
}
.form_area .form_field--with-select__inner {
  position: absolute;
  top: 10px;
}
.form_area .form_field--with-select:after {
  content: "";
  border-left: 6px solid rgba(255, 255, 255, 0);
  border-right: 6px solid rgba(255, 255, 255, 0);
  border-top: 8px solid #e10d25;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
.form_area .form_field--with-select .form_field_select {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
}
.form_area .form_field--with-checkbox .form_field_label, .form_area .form_field--with-radio .form_field_label {
  margin-bottom: 15px;
}
.form_area .form_field--with-checkbox label, .form_area .form_field--with-radio label {
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  margin: 0 0 10px;
}
.form_area .form_field--with-checkbox .form_field_checkbox, .form_area .form_field--with-checkbox .form_field_radio, .form_area .form_field--with-radio .form_field_checkbox, .form_area .form_field--with-radio .form_field_radio {
  opacity: 0;
  position: absolute;
  left: 0;
}
.form_area .form_field--with-checkbox .form_field_checkbox:checked + .form_control_indicator, .form_area .form_field--with-radio .form_field_checkbox:checked + .form_control_indicator {
  background: url("../assets/icosagen-icon-check.svg") no-repeat center;
}
.form_area .form_field--with-checkbox .form_field_radio + .form_control_indicator, .form_area .form_field--with-radio .form_field_radio + .form_control_indicator {
  border-radius: 50%;
}
.form_area .form_field--with-checkbox .form_field_radio:checked + .form_control_indicator:before, .form_area .form_field--with-radio .form_field_radio:checked + .form_control_indicator:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #e10d25;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}
.form_area .form_field--with-checkbox .form_control_indicator, .form_area .form_field--with-radio .form_control_indicator {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  display: inline-block;
  position: absolute;
  left: 0;
}
.form_area label {
  display: block;
  margin-bottom: 5px;
}
.form_area label h1, .form_area label h2, .form_area label h3 {
  margin: 0 0 20px;
}
.form_area .form_field_textfield, .form_area .form_field_textarea, .form_area .form_field--with-select {
  border: 1px solid #d2d2d2;
  width: 100%;
  outline: none;
  padding: 15px;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  box-sizing: border-box;
  display: block;
  border-radius: 0;
  -webkit-appearance: none;
}
.form_area .form_field_textfield:focus, .form_area .form_field_textarea:focus {
  border-color: #a1a1a1;
}
.form_area .form_field_textfield, .form_area .form_field--with-select {
  height: 48px;
}
.form_area .form_field_textarea {
  height: 170px;
}
.form_area .form_submit input {
  display: block;
}
.form_area .form_submit input:focus {
  outline: none;
}
.form_area .form_error {
  color: #ff1212;
}
.form_area .form_field_error {
  color: #ff1212;
  font-size: 15px;
}
.form_area ::-webkit-input-placeholder {
  color: #a6a6a6;
}
.form_area :-moz-placeholder {
  color: #a6a6a6;
}
.form_area ::-moz-placeholder {
  color: #a6a6a6;
}
.form_area :-ms-input-placeholder {
  color: #a6a6a6;
}

.productgroup table {
  width: 100%;
  font-size: 15px;
}
.productgroup table td:first-child {
  white-space: nowrap;
}

@media (max-width: 1023px) {
  div.table-wrapper {
    position: relative;
    overflow: hidden;
  }

  div.table-wrapper div.scrollable {
    margin-left: 29.9%;
    overflow: scroll;
    overflow-y: hidden;
  }

  .content.text table td, .content.text table th {
    line-height: 1;
    padding: 13px 10px;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    overflow: hidden;
    overflow-x: auto;
  }

  .pinned table {
    width: 100%;
  }

  .productgroup table {
    margin: 0;
  }

  .pinned table tr {
    height: auto !important;
  }

  .pinned table th, .pinned table td, .scrollable table th, .scrollable table td {
    white-space: nowrap;
  }

  table td, table.scrollable th {
    position: relative;
    overflow: hidden;
  }

  .scrollable table th:first-child, .scrollable table td:first-child, .scrollable table td:first-child, table.pinned td {
    display: none;
  }
}
.logo {
  display: inline-block;
  width: 140px;
  height: 50px;
  background: url("../assets/icosagen-logo-white.svg") center/contain no-repeat;
  text-indent: -100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .logo {
    width: 103px;
    height: 38px;
  }
}

.dropdown-menu {
  position: relative;
}
.dropdown-menu__content {
  width: 100%;
  max-height: 0;
  background: #fcf5f6;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity 0.2s, max-height 0s 0.2s;
  -moz-transition: opacity 0.2s, max-height 0s 0.2s;
  transition: opacity 0.2s, max-height 0s 0.2s;
}
.dropdown-menu__content--open {
  max-height: 1000px;
  opacity: 1;
  transition: opacity 0.2s;
}
.dropdown-menu__content--fixed-width {
  width: 200px;
}
@media (min-width: 1024px) {
  .dropdown-menu__hoverer:hover > .dropdown-menu__content {
    max-height: 1000px;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.dropdown-menu__item {
  display: block;
}
.dropdown-menu__item:last-child .dropdown-menu__link {
  border: none;
}
.dropdown-menu__link {
  display: block;
  color: #2D293A;
  margin: 0 10px;
  padding: 10px 0;
  line-height: 1.3;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}
.dropdown-menu__link:hover {
  color: #e10d25;
}

.header {
  width: 100%;
  padding: 0;
  line-height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 20;
}
.header__menus {
  float: right;
}
.header .logo {
  float: left;
  position: relative;
}
.header .search__toggler {
  display: none;
  right: 100px;
  background-color: transparent;
}
@media (max-width: 1023px) {
  .header .search__toggler {
    display: block;
  }
}
@media (max-width: 1023px) {
  .header {
    padding: 0;
    top: 65px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 0;
    line-height: 30px;
    top: 45px;
  }
}
@media (min-width: 1024px) {
  .header.hasScrolled {
    position: fixed;
    top: 0;
    background: white;
    padding: 13px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .header.hasScrolled .logo {
    width: 100px;
    background: url(../assets/icosagen-logo-red.svg) center/contain no-repeat;
  }
  .header.hasScrolled .mainmenu__item:hover {
    background: transparent;
  }
  .header.hasScrolled .mainmenu__link {
    color: #2d293b;
  }
  .header.hasScrolled .mainmenu__link:hover {
    color: #e10d25;
  }
  .header.hasScrolled .mainmenu__link.mainmenu__link--active {
    color: #e10d25;
  }
  .header.hasScrolled .dropdown-menu__hoverer:hover > .dropdown-menu__content {
    display: none;
  }
}

.mainmenu {
  display: inline-block;
  vertical-align: middle;
}
.mainmenu__item {
  float: left;
  margin-left: 10px;
  position: relative;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.mainmenu__item:first-child {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .mainmenu__item:hover {
    background: #e10d25;
  }
}
@media (max-width: 1023px) {
  .mainmenu__item, .mainmenu__item:first-child {
    float: none;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
  }
  .mainmenu__item:last-child {
    border: none;
  }
  .mainmenu__item--open .mainmenu__submenu {
    max-height: 1000px;
    opacity: 1;
  }
}
.mainmenu__link {
  color: white;
  display: block;
  padding: 10px;
  line-height: 1.3;
  position: relative;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.mainmenu__link--active {
  color: #e10d25;
}
@media (min-width: 1024px) {
  .mainmenu__item:hover .mainmenu__link--active {
    color: white;
  }
}
@media (max-width: 1023px) {
  .mainmenu__link {
    color: #e10d25;
    padding-right: 20px;
    padding-left: 0;
  }
  .mainmenu__link--active {
    font-weight: bold;
  }
}
.mainmenu__submenu-toggler {
  width: 10px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 10px;
  z-index: 101;
  cursor: pointer;
  display: none;
}
.mainmenu__submenu-toggler:after {
  content: "";
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid rgba(255, 255, 255, 0);
  border-top: 6px solid #e9e9e9;
  position: absolute;
  top: 50%;
  margin-top: -3px;
}
@media (max-width: 1023px) {
  .mainmenu__submenu-toggler {
    display: block;
  }
  .mainmenu__submenu-toggler--open:after {
    border-top: none;
    border-bottom: 6px solid #e10d25;
  }
}
.mainmenu__submenu {
  font-size: 15px;
}
@media (max-width: 1023px) {
  .mainmenu__submenu {
    position: static;
    background: none;
    width: 100%;
    border-top: 1px solid #e9e9e9;
  }
  .mainmenu__submenu__link {
    padding: 10px;
    padding-left: 20px;
    margin: 0;
    color: #2d293b;
  }
  .mainmenu__submenu__link:after {
    display: none;
  }
  .mainmenu__submenu__link--active {
    color: #e10d25;
  }
}
.mainmenu__toggler {
  cursor: pointer;
  margin-left: 30px;
  vertical-align: middle;
  display: none;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "GalanoGrotesque", sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  border-bottom: 1px solid white;
}
@media (max-width: 1023px) {
  .mainmenu__toggler {
    display: inline-block;
  }
}
.mainmenu__close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #e10d25;
  font-size: 14px;
  font-family: "GalanoGrotesque", sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 4px;
  border-bottom: 1px solid #e10d25;
  cursor: pointer;
  text-transform: uppercase;
  display: none;
}
@media (max-width: 1023px) {
  .mainmenu__close {
    display: block;
  }
}
@media (max-width: 767px) {
  .mainmenu__close {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 1023px) {
  .mainmenu {
    width: 365px;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    padding: 79px 40px 40px;
    background: white;
    box-sizing: border-box;
    z-index: 100;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
  }
  .mainmenu--open {
    right: 0;
    z-index: 100;
  }
}
@media (max-width: 767px) {
  .mainmenu {
    width: 265px;
    padding: 55px 20px 20px;
  }
}

.langmenu {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 21;
}
@media (max-width: 1023px) {
  .langmenu {
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
  }
  .langmenu.mobilemenu--open {
    right: 265px;
  }
}
@media (max-width: 767px) {
  .langmenu {
    right: 20px;
  }
}
.langmenu__selected-item {
  padding: 0 28px 0 10px;
  position: relative;
  cursor: pointer;
  background-color: #a70b1d;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.langmenu__selected-item:after {
  content: "";
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid rgba(255, 255, 255, 0);
  border-top: 6px solid white;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
}
.langmenu__selected-item--open {
  color: white;
}
.langmenu__selected-item--open:after {
  border-top: none;
  border-bottom: 6px solid white;
}
.langmenu__selected-item:hover {
  background-color: #cc0c22;
}

body.—popover-open .search {
  z-index: 21;
}

.search {
  vertical-align: middle;
  position: relative;
}
.search__toggler {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("../assets/icosagen-icon-search-white.svg") no-repeat center;
  background-size: 17px;
  background-color: #e10d25;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  z-index: 19;
}
.search__toggler:after {
  content: "";
  border-left: 9px solid rgba(255, 255, 255, 0);
  border-right: 9px solid rgba(255, 255, 255, 0);
  border-top: 9px solid #e10d25;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
}
.search__toggler:hover {
  background-color: #cc0c22;
}
.search__toggler—open {
  background-color: #e10d25;
}
.search__toggler—open:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .search__toggler {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1023px) {
  .search__toggler {
    display: none;
  }
}
.search__form-holder {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 440px;
  background: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
  right: 50%;
  -webkit-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
  margin-top: 120px;
}
@media (max-width: 767px) {
  .search__form-holder {
    margin-top: 0;
    max-width: 100%;
  }
}
.search__form-holder—open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.search__field {
  position: relative;
}
.search__input {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 54px;
  color: #2d293b;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}
.search__input:focus {
  outline: none;
}
.search__btn {
  width: 40px;
  height: 50px;
  background: url("../assets/icosagen-icon-search-red.svg") no-repeat center right;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.search__btn:focus {
  outline: none;
}
.search__reset {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 50px;
  cursor: pointer;
  background: url("../assets/icosagen-icon-cross-dark.svg") no-repeat center;
}
.search__reset:before {
  content: "";
  border-left: 1px solid #e9e9e9;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.search__results {
  padding: 0 20px;
  color: #2d293b;
  font-size: 14px;
  line-height: 1.6;
  overflow: auto;
}
.search__results.no-content .voog-search-modal-results {
  padding: 20px 0;
}
.search__results.no-content .voog-search-modal-results:empty {
  padding: 0;
}
.search__results .voog-search-modal-results {
  max-height: calc(100vh - 300px);
}
.search__results .voog-search-modal-results:empty {
  max-height: 0;
}
.search__result {
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
}
.search__result:first-child {
  border: none;
}
.search__result h3 {
  margin-bottom: 15px;
}
.search__result a {
  color: #2d293b;
}

.front-content-block {
  margin: 70px 0;
}
.front-content-block__inner {
  font-size: 20px;
}
.front-content-block__inner--align-center {
  text-align: center;
}
.front-content-block--with-larger-bottom-margin {
  margin-bottom: 70px;
}
.front-content-block--no-top-margin {
  margin-top: 0;
}
.front-content-block--no-bottom-margin {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .front-content-block {
    margin: 40px 0;
  }
}

.add-btn-helper {
  display: inline-block;
  padding-right: 12px;
}

.front-content-section {
  position: relative;
}
.front-content-section.editmode .featured-section-bg {
  min-height: 200px;
  padding-top: 30px;
}
.front-content-section.editmode .featured-section-content {
  position: relative;
}
.front-content-section.editmode .position {
  padding-top: 30px;
}
.front-content-section .wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .front-content-section .wrapper {
    padding: 0;
  }
}
.front-content-section .featured-section-content__bg {
  position: relative;
  width: 100%;
  min-height: 575px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .front-content-section .featured-section-content__bg {
    min-height: 0;
    position: static;
    padding-bottom: 65%;
  }
}
.front-content-section .featured-section-content {
  position: absolute;
  width: 100%;
  max-width: 500px;
  bottom: 0;
  background: white;
}
@media (max-width: 767px) {
  .front-content-section .featured-section-content {
    position: relative;
  }
}
.front-content-section .featured-section-content.left  {
  left: 40px;
}
.front-content-section .featured-section-content.right {
  right: 0;
}
@media (min-width: 768px) {
  .front-content-section .featured-section-content.right {
    right: 40px;
  }
}
.front-content-section .featured-section-content h1, .front-content-section .featured-section-content h2 {
  font-size: 28px;
  font-weight: 500;
  font-family: "GalanoGrotesque", sans-serif;
  line-height: 35px;
  color: #2d293b;
  margin: 0 0 20px;
}
.front-content-section .featured-section-content a {
  color: #e10d25;
  border-bottom: 1px solid #e10d25;
  -webkit-transition: color 0.2s, border 0.2s;
  -moz-transition: color 0.2s, border 0.2s;
  transition: color 0.2s, border 0.2s;
}
.front-content-section .featured-section-content a:hover {
  color: #b70e21;
  border: none;
}
.front-content-section .featured-section-content-inner {
  padding: 50px 50px 50px;
}

.featured-content {
  min-height: 430px;
}
.featured-content__bg {
  margin-bottom: -170px;
  background: center / cover no-repeat;
}
@media (max-width: 767px) {
  .featured-content__bg {
    position: static;
    min-height: 0;
    padding-bottom: 65%;
    margin-bottom: 50px;
  }
}
.featured-content__text {
  margin: auto;
}
.featured-content__text__inner {
  padding: 40px;
  max-width: 460px;
}
@media (max-width: 767px) {
  .featured-content__text__inner {
    padding: 0 50px;
    margin: 0 auto;
    max-width: 100%;
  }
}
.featured-content h1 {
  font-size: 42px;
  line-height: 1;
  color: #2d293b;
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  .featured-content {
    min-height: 290px;
  }
  .featured-content h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .featured-content {
    min-height: 0;
  }
}

@media (max-width: 1023px) {
  .theme-blocks-container .wrapper {
    padding: 0 10px;
  }
}

.theme-blocks {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
}
.theme-blocks .theme-block {
  position: relative;
  width: 100%;
  min-height: 320px;
  margin: 0;
  color: #fff;
}
@media (min-width: 768px) {
  .theme-blocks .theme-block {
    width: 50%;
  }
}
.theme-blocks .theme-block .block-link {
  display: block;
}
.theme-blocks .theme-block .inner {
  position: relative;
  margin: 10px;
}
.theme-blocks .theme-block .theme-block__bg {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eeeeee;
}
.theme-blocks .theme-block .color-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 66, 56, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 66, 56, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 66, 56, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6004238', endColorstr='#00000000',GradientType=0 );
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.theme-blocks .theme-block .content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 40px;
}
.theme-blocks .theme-block .content textarea {
  width: 100%;
}
.theme-blocks .theme-block .content input {
  min-width: 200px;
  padding: 5px;
}
.theme-blocks .theme-block .title {
  font-family: "GalanoGrotesque", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .theme-blocks .theme-block .title {
    font-size: 35px;
  }
}
.theme-blocks .theme-block .text {
  visibility: hidden;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .theme-blocks .theme-block:hover .text, .theme-blocks .theme-block:focus .text {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .theme-blocks .theme-block:hover .color-wrap, .theme-blocks .theme-block:focus .color-wrap {
    background-color: #004238;
  }
}
.theme-blocks.editmode .theme-block .text {
  visibility: visible;
}

.content .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.body {
  padding: 40px 20px 80px 40px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.body .btns-menu {
  margin: 0 0 40px;
}
.body .btns-menu__item {
  margin: 0 0 0 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .body .btns-menu__item {
    width: 100%;
    margin: 0;
  }
}
.body .btns-menu__item:first-child {
  margin-left: 0;
}
.body .btns-menu__item:before {
  display: none;
}
.body--flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .body--flex {
    display: block;
  }
}
@media (max-width: 767px) {
  .body {
    padding: 40px 0;
    width: 100%;
  }
}

.sidebar {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 230px;
  -moz-flex: 0 0 230px;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  margin-top: -20px;
  margin-bottom: 60px;
  z-index: 1;
  position: relative;
  display: inline-block;
}
.sidebar h3 {
  margin-bottom: 0;
  color: #2d293b;
}
.sidebar__selected-item {
  background: #e10d25;
}
.sidebar__selected-item h3 {
  color: white;
}
.sidebar__selected-item a {
  display: block;
  padding: 20px;
  color: white;
}
.sidebar.sticky {
  position: fixed;
  top: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .sidebar {
    display: none;
  }
}

.news__article {
  margin: 0 0 40px;
}
.news__article a {
  border: none;
}
.news__article--archive {
  margin-bottom: 20px;
}
.news__date {
  color: #2d293b;
  font-size: 14px;
  margin: 0 0 10px;
}
.news__date--archive {
  margin: 0;
}
.news__archive {
  margin: 40px 0 0;
}

.featured-blocks__col {
  position: relative;
  background: #ccc center / cover no-repeat;
  line-height: 1.2;
}
.featured-blocks__col:after {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
}
.featured-blocks__col .edy-bgpicker-toggle-button {
  bottom: 10px;
}
.featured-blocks__col__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  z-index: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.public .featured-blocks__col__inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.featured-blocks__col__inner--bg-first:before {
  background: #e10d25;
}
.featured-blocks__col__inner--bg-second:before {
  background: #7aada6;
}
.featured-blocks__col__inner--bg-third:before {
  background: #004238;
}
.featured-blocks__col a {
  max-width: 100%;
  font-size: 28px;
  font-weight: 500;
  font-family: "GalanoGrotesque", sans-serif;
  text-align: center;
  color: white;
  display: block;
  margin: auto;
  padding: 10px 20px;
  box-sizing: border-box;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.featured-blocks__col a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .featured-blocks__col a {
    font-size: 20px;
  }
}
.featured-blocks__col:hover .featured-blocks__col__inner:before {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .featured-blocks__col:after {
    height: 160px;
    padding-bottom: 0;
  }
}

.front-page .hero__content {
  padding: 110px 0 40px;
}
@media (min-width: 768px) {
  .front-page .hero__content {
    padding: 225px 0 0;
    min-height: 375px;
  }
}

.hero {
  position: relative;
  color: white;
  background: #841724 center/cover no-repeat;
}
.hero .edy-bgpicker-toggle-button {
  z-index: 200;
}
.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.hero__video iframe {
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero__svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero__content {
  font-size: 20px;
  line-height: 1.5;
  padding: 60px 0 120px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .hero__content {
    padding: 190px 0 80px;
  }
}
@media (max-width: 1023px) {
  .hero__content {
    padding: 150px 0 110px;
  }
}
@media (max-width: 767px) {
  .hero__content {
    padding: 90px 0 40px;
  }
}
.hero__text {
  margin: 0 175px 0 350px;
}
@media (max-width: 1023px) {
  .hero__text {
    margin: 0 45px 0 200px;
  }
}
@media (max-width: 767px) {
  .hero__text {
    margin: 0;
  }
}
.hero__title {
  text-align: center;
  font-size: 70px;
  font-family: "GalanoGrotesque", sans-serif;
  font-weight: bold;
  line-height: 1.1;
}
.hero__title--align-left {
  text-align: left;
  margin: 0 140px 10px;
}
@media (max-width: 1023px) {
  .hero__title--align-left {
    margin: 0 45px 10px;
  }
}
@media (max-width: 767px) {
  .hero__title--align-left, .hero__title--align-left div {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 35px;
  }
}
.hero h1 {
  font-weight: bold;
}

.filter {
  margin-top: 20px;
  font-size: 15px;
}
.filter__menu {
  margin: 20px 0 0;
}
.filter__item {
  margin-bottom: 5px;
}
.filter__link {
  color: #2d293b;
  padding-left: 30px;
  position: relative;
}
.filter__link:before {
  content: "";
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.filter__link--active {
  color: #e10d25;
}
.filter__link--active:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #e10d25;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}
.filter__submenu {
  margin: 5px 0 10px;
}
.filter__submenu__item {
  margin-left: 20px;
}
.filter__submenu__link:before {
  display: none;
}
.filter__submenu__link--active {
  color: #e10d25;
}
.filter__submenu .filter__link--active:after {
  display: none;
}

.people__person {
  margin-bottom: 40px;
}
.people__person h2 {
  margin-bottom: 0;
}
.people__person__photo {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 20px;
  position: relative;
}
.people__person__photo__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e9e9e9 center/cover no-repeat;
}

.divider-row {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0;
}

.left-block {
  overflow: hidden;
  font-size: 15px;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: inline-block;
}
.left-block h3 {
  display: inline-block;
  margin: 0;
}
.left-block .datasheet-link {
  margin-left: 20px;
}
.left-block .datasheet-link a {
  display: inline-block;
  background: #e10d25;
  color: white;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.left-block .datasheet-link a:hover {
  color: white;
}
.left-block table.product-properties {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .left-block {
    width: auto;
    margin: 0;
    float: none;
    padding: 0;
  }
}

.right-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 256px;
  -moz-flex: 1 0 256px;
  -ms-flex: 1 0 256px;
  flex: 1 0 256px;
  font-size: 15px;
  display: inline-block;
}
.right-block .price-block {
  text-align: right;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .right-block .price-block {
    text-align: left;
  }
}
.right-block .image-block {
  background: #f2f2f2;
  padding: 15px;
  margin-top: 30px;
  font-size: 14px;
}

.submenu {
  padding: 15px 0;
}
.submenu__item {
  line-height: 1.2;
  margin: 0 0 0 20px;
  border-bottom: 1px solid #e9e9e9;
}
.submenu__item:last-child {
  border: none;
}
.submenu__item--no-border {
  border: none;
}
.submenu__item--thirdmenu-item {
  font-size: 14px;
}
.submenu__link {
  color: #2d293b;
  position: relative;
  margin: 10px 0;
  display: inline-block;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.submenu__link:hover {
  color: #e10d25;
}
.submenu__link--active {
  color: #e10d25;
}
.submenu__link--active:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #e10d25;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -5px;
}
.submenu__link--thirdmenu-link {
  margin: 8px 0;
}
.submenu--thirdmenu {
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
}

.footer {
  overflow: hidden;
}
.footer h3, .footer-title {
  color: #2D293A;
  margin: 0 0 12px;
  font-family: "GalanoGrotesque", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer h3 a, .footer-title a {
  color: #2D293A;
}
.footer h3 a:hover, .footer-title a:hover {
  color: #b70e21;
}
.footer h2 {
  margin: 0 0 15px;
}
.footer__block {
  padding: 45px 0;
  color: #2d293b;
  line-height: 1.5;
}
.footer__block--with-bg {
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
}
.footer__block--with-bg:after {
  content: "";
  position: absolute;
  right: -113px;
  top: 50%;
  margin-top: -182px;
  width: 560px;
  height: 363px;
  background: url("../images/icosagen-bg-footer.png") right center no-repeat;
}
@media (max-width: 767px) {
  .footer__block--with-bg:after {
    top: auto;
    bottom: 0;
  }
}
.footer__block--large-padding {
  padding: 85px 0;
}
.footer__block--no-padding {
  padding: 0;
}
.footer__block--with-fixed-width {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .footer__block--with-fixed-width {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .footer__block--hide-on-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer__block {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .footer__block--hide-on-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer__block--show-on-mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer__block--no-mobile-padding {
    padding: 0;
  }
  .footer__block--with-bg-on-mobile {
    background: #e10d25;
  }
}
.footer__menu {
  font-size: 14px;
}
.footer__menu__item {
  margin: 0 0 12px;
}
.footer__menu__link {
  color: #959595;
}
.footer__menu__link:hover {
  color: #b70e21;
}
.footer__latest-news h3 {
  margin-bottom: 30px;
}
.footer__latest-news__item {
  display: block;
  margin: 0 0 30px;
}
.footer__latest-news__item:last-child {
  margin-bottom: 0;
}
.footer__latest-news__link {
  color: #e10d25;
}
.footer__latest-news__link:hover {
  color: #b70e21;
}
.footer__latest-news__date {
  color: #2d293b;
  font-size: 14px;
}
.footer__locations h3 {
  margin-bottom: 30px;
}
.footer__logo {
  background: #e10d25;
  padding: 45px 0 45px 40px;
  display: inline-block;
  position: relative;
  float: right;
}
.footer__logo:after {
  content: "";
  background: #e10d25;
  width: 1000%;
  height: 100%;
  position: absolute;
  right: -1000%;
  top: 0;
}
@media (max-width: 767px) {
  .footer__logo {
    padding: 10px 20px;
  }
  .footer__logo:after {
    display: none;
  }
  .footer__logo .logo {
    width: 71px;
    height: 25px;
    display: block;
  }
}
.footer__back-to-top {
  display: none;
}
@media (max-width: 767px) {
  .footer__back-to-top {
    display: block;
    position: absolute;
    margin-top: 10px;
    margin-left: 20px;
    color: white;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    padding-left: 30px;
    cursor: pointer;
  }
  .footer__back-to-top:before {
    content: "";
    border-left: 7px solid rgba(255, 255, 255, 0);
    border-right: 7px solid rgba(255, 255, 255, 0);
    border-bottom: 10px solid white;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
  }
}

/*# sourceMappingURL=icosagen_new.css.map */
