

/* Start:/local/templates/biorad/static/css/style.css?175270043569898*/
@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v4.7.0/css/font-awesome-css.min.css");

@font-face {
  font-family: 'HelveticaNeue';
  font-weight: 300;
  font-style: normal;
  src: url("/local/templates/biorad/static/css/../fonts/HelveticaNeueCyr-Light.eot");
  src: url("/local/templates/biorad/static/css/../fonts/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/biorad/static/css/../fonts/HelveticaNeueCyr-Light.woff") format("woff"), url("/local/templates/biorad/static/css/../fonts/HelveticaNeueCyr-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'HelveticaNeue';
  font-weight: 500;
  font-style: normal;
  src: url("/local/templates/biorad/static/css/../fonts/HelveticaNeueCyr-Medium.eot");
  src: local("☺"), url("/local/templates/biorad/static/css/../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("/local/templates/biorad/static/css/../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype"), url("/local/templates/biorad/static/css/../fonts/HelveticaNeueCyr-Medium.svg") format("svg");
}

@font-face {
  font-family: 'HelveticaNeue';
  font-weight: 700;
  font-style: normal;
  src: url("/local/templates/biorad/static/css/../fonts/HelveticaNeueCyr-Bold.eot");
  src: url("/local/templates/biorad/static/css/../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/biorad/static/css/../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("/local/templates/biorad/static/css/../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'HelveticaNeue';
  font-weight: normal;
  font-style: italic;
  src: url("/local/templates/biorad/static/css/../fonts/HelveticaNeueCyr-Italic.eot");
  src: local("☺"), url("/local/templates/biorad/static/css/../fonts/HelveticaNeueCyr-Italic.woff") format("woff"), url("/local/templates/biorad/static/css/../fonts/HelveticaNeueCyr-Italic.ttf") format("truetype"), url("/local/templates/biorad/static/css/../fonts/HelveticaNeueCyr-Italic.svg") format("svg");
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("/local/templates/biorad/static/css/../fonts/helveticaneuecyr-roman.eot");
  src: url("/local/templates/biorad/static/css/../fonts/helveticaneuecyr-roman.eot?#iefix") format("embedded-opentype"), url("/local/templates/biorad/static/css/../fonts/helveticaneuecyr-roman.woff2") format("woff2"), url("/local/templates/biorad/static/css/../fonts/helveticaneuecyr-roman.woff") format("woff"), url("/local/templates/biorad/static/css/../fonts/helveticaneuecyr-roman.svg#helveticaneuecyrroman") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot");
  src: url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff2") format("woff2"), url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff") format("woff"), url("https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.ttf") format("truetype"), url("//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000;
}

body {
  font-size: 100%;
  line-height: 1;
  font-size: 18px;
  font-family: "HelveticaNeue";
}

body.lock {
  overflow: hidden;
}

input,
button,
textarea {
  font-family: "HelveticaNeue";
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

.clr {
  clear: both;
  display: block;
}

.wrapper {
  width: 100%;
  /* min-height: 100%; */
  overflow: hidden;
  position: relative;
}

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

.fa {
  font-family: inherit !important;
}

.fa:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 930px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 960px) {
  .container {
    max-width: 750px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: none;
    padding: 0 10px;
  }
}

header {
  position: relative;
  z-index: 20;
}

header.scroll .header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 993px) {
  .header-bottom {
    display: none;
  }
}

.header-bottom {
  background-color: #d9d9d9;
}

.header-table>.cell {
  vertical-align: middle;
  padding: 27px 0;
}

.header-search {
  width: 455px;
  margin: 0px auto;
  position: relative;
}

.header-search__icon {
  display: none;
}

.header-search__input {
  height: 43px;
  border-radius: 3px;
  border: 1px solid #dcdee2;
  background-color: #fbfbfb;
  padding: 0 70px 0 15px;
  width: 100%;
  color: #878787;
  font-weight: 300;
  font-size: 13px;
}

.header-search__btn {
  width: 54px;
  height: 43px;
  border-radius: 0 3px 3px 0;
  position: absolute;
  background: #7e1337 url("/local/templates/biorad/static/css/../img/icons/serarch.png") center no-repeat;
  right: 0;
  top: 0;
}

.header-search-results {
  position: absolute;
  display: none;
  top: 44px;
  left: 0;
  z-index: 5;
  padding: 10px 0;
  width: 100%;
  -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: 1px solid #dcdee2;
  background-color: #fbfbfb;
}

.header-search-results.active {
  display: block;
}

.header-search-results-items .trow:hover .cell {
  background-color: #ededf0;
}

.header-search-results-items .cell {
  vertical-align: middle;
  padding: 5px 0px;
  cursor: pointer;
}

.header-search-results-items .cell:first-child {
  width: 100%;
}

.header-search-results-items__name {
  color: #4d4d4d;
  font-size: 13px;
  font-weight: 300;
  padding: 0px 15px;
  display: block;
}

.header-search-results-items__btn {
  height: 19px;
  color: #fff;
  padding: 4px;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 300;
  margin: 0px 15px 0px 0px;
  display: inline-block;
  border-radius: 2px;
  background-color: #d9d9d9;
}

.header-search-results-items__btn:hover {
  background-color: #7e1337;
  color: #fff;
}

.header_call {
  font-size: 16px;
  cursor: pointer;
  margin-top: 5px;
}

@media (max-width:767px) {
  .header_call {
    display: none;
  }
}

.header-phone {
  text-align: right;
  white-space: nowrap;
}

.header-phone__value {
  background: url("/local/templates/biorad/static/css/../img/icons/phone.png") left no-repeat;
  padding: 0px 0px 0px 20px;
  color: #1d2856;
  font-size: 19px;
  display: block;
}

.header-phone__text {
  color: #888888;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.22px;
}

.header-menu__icon {
  display: none;
}

.header-menu {
  margin: 0px -20px;
}

.header-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  position: relative;
}

.header-menu-list>li {
  height: 45px;
  position: relative;
}

.header-menu-list>li.full {
  position: static;
}

.header-menu-list>li.full .header-submenu {
  width: 100%;
}

.header-menu-list>li.hover .header-submenu {
  display: block;
}

/* .header-menu-list>li.hover .header-menu__link {
  color: #01892a;
} */

/* .header-menu-list>li.hover .header-menu__link span:after {
  background: url("/local/templates/biorad/static/css/../img/icons/arrow-submenu-active.png") center no-repeat;
} */

.header-menu__link {
  padding: 0 20px;
  text-align: center;
  display: inline-block;
  color: #444444;
  font-size: 13px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

.header-menu__link span {
  padding: 0px 15px 0px 0px;
  position: relative;
}

/* .header-menu__link span:after {
  content: '';
  background: url("/local/templates/biorad/static/css/../img/icons/arrow-submenu.png") center no-repeat;
  width: 9px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0px;
} */

.header-submenu {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  min-width: 225px;
  -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.header-submenu.show {
  display: block;
  padding-left: 15px;
}

.header-menu-sublist li {
  border-bottom: 1px solid #d9d9d9;
}

.header-menu-sublist li:last-child {
  border-bottom: none;
}

.header-menu__sublink {
  color: #4d4d4d;
  font-size: 14px;
  padding: 15px 20px;
  display: block;
}

.header-menu__sublink:hover {
  background-color: #f7f7f7;
  color: #7e1336;
}

.header-submenu-body {
  padding: 20px;
}

.header-submenu-row {
  margin: 0px -10px;
}

.header-submenu-column {
  float: left;
  width: 33.333%;
  padding: 0px 10px;
}

.header-submenu-lists {
  margin: 0px -10px;
}

.header-submenu-lists-column {
  float: left;
  width: 50%;
  padding: 0px 10px;
}

.header-submenu__title {
  margin: 10px 0px 15px 0px;
  font-size: 16px;
  font-weight: 700;
  padding: 0px 0px 15px 0px;
  border-bottom: 1px solid #d9d9d9;
}

.header-submenu__subtitle {
  color: #1d2856;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  font-size: 14px;
}

.header-submenu-list li {
  margin: 0px 0px 10px 0px;
}

.header-submenu-list li:last-child {
  margin: 0px 0px 0px 0px;
}

.header-submenu__link {
  color: #4d4d4d;
  font-weight: 300;
}

.header-submenu__link:hover {
  color: #7e1336;
}

@media (max-width: 992px) {
  .header-table>.cell {
    vertical-align: middle;
    padding: 10px 0;
  }

  .header-search {
    width: 300px;
  }

  .header-menu {
    margin: 0px -10px;
  }

  .header-menu__link {
    font-size: 12px;
    padding: 0 10px;
  }

  .header-submenu__title {
    font-size: 14px;
  }

  .header-submenu__subtitle {
    font-size: 12px;
  }

  .header-menu__icon {
    display: block;
    position: relative;
    top: 20px;
    left: 10px;
    height: 30px;
    width: 40px;
    background-color: #fff;
    cursor: pointer;
    z-index: 10;
  }

  .header-menu__icon span {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 22px;
    left: 6px;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #1d2856;
  }

  .header-menu__icon span:first-child {
    top: 6px;
  }

  .header-menu__icon span:last-child {
    top: auto;
    bottom: 14px;
  }

  .header-menu__icon.active span {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  .header-menu__icon.active span:first-child {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
  }

  .header-menu__icon.active span:last-child {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 13px;
  }

  .header-menu.active {
    left: 0;
  }

  .header-menu {
    margin: 0px 0px 0px 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 5;
    top: 0;
    overflow: auto;
    left: -200%;
    padding: 70px 0px 0px 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
  }

  .header-menu-list {
    display: block;
  }

  .header-menu-list>li {
    height: auto;
  }

  .header-menu__link {
    display: block;
    text-align: left;
  }
}

@media (max-width: 767px) {
  header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 50;
  }

  .header-table>.cell {
    vertical-align: middle;
    padding: 5px 0;
    height: 53px;
  }

  .header-search {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 54px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 10;
    overflow: hidden;
  }

  .header-search.active {
    width: 300px;
    overflow: visible;
  }

  .header-search.active .header-search__icon {
    display: none;
  }

  .header-search__icon {
    width: 54px;
    height: 43px;
    border-radius: 3px;
    position: absolute;
    background: #7e1337 url("/local/templates/biorad/static/css/../img/icons/serarch.png") center no-repeat;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
  }

  .header-phone {
    display: none;
  }

  .header__logo {
    position: absolute;
    left: 50%;
    top: 11px;
    margin-left: -60px;
    z-index: 10;
  }

  .header-submenu {
    position: relative;
    left: 0;
    top: 0;
    margin: 0px 0px 10px 0px;
  }

  .header-submenu-body {
    padding: 10px;
  }

  .header-submenu-column {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }

  .header-submenu-column:last-child {
    margin: 0px 0px 0px 0px;
  }

  .first-screen_btn_container {
    flex-direction: column;
    gap: 10px !important;
  }
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer-top {
  background-color: #26305c;
  padding: 60px 0;
}

.footer-top-table>.cell {
  vertical-align: top;
  width: 50%;
}

.footer-top-table>.cell:last-child {
  text-align: right;
  padding: 0px 0px 0px 50px;
}

.footer-menu {
  margin: 0px -15px;
}

.footer-menu-column {
  float: left;
  width: 50%;
  padding: 0px 15px;
}

.footer-menu-list {
  position: relative;
  padding: 25px 0px 0px 0px;
}

.footer-menu-list li {
  margin: 0px 0px 20px 0px;
}

.footer-menu-list li:last-child {
  margin: 0px 0px 0px 0px;
}

.footer-menu-list:before {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-menu__link {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.footer-menu__link:hover {
  text-decoration: underline;
}

.footer-subscribe {
  text-align: left;
  display: inline-block;
  max-width: 390px;
}

.footer-subscribe-body {
  position: relative;
}

.footer-subscribe-item {
  position: relative;
}

.footer-subscribe-item:before {
  content: '';
  background: url("/local/templates/biorad/static/css/../img/icons/letter.svg") center no-repeat;
  width: 15px;
  height: 43px;
  position: absolute;
  left: 13px;
  top: 0;
}

.footer-subscribe-item .input {
  padding: 0px 100px 0px 40px;
  height: 43px;
}

.footer-subscribe-item .input.err {
  color: #7e1337;
}

.footer-subscribe__btn.btn {
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  padding: 0 15px;
}

.footer-subscribe-check {
  padding: 20px 0px 0px 0px;
}

.footer-subscribe-check .check {
  color: #fff;
}

.footer-subscribe-check .check a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer-top {
    padding: 30px 0;
  }

  .footer-top-table>.cell {
    display: block;
    width: 100%;
  }

  .footer-top-table>.cell:last-child {
    text-align: left;
    padding: 30px 0px 0px 0px;
  }

  .footer-subscribe {
    max-width: none;
    display: block;
  }
}

@media (max-width: 500px) {
  .footer-menu-column {
    width: 100%;
  }

  .footer-menu-column:last-child .footer-menu-list {
    padding: 20px 0px 0px 0px;
  }

  .footer-menu-column:last-child .footer-menu-list:before {
    display: none;
  }
}

.footer-bottom {
  background-color: #1d2546;
}

.footer-bottom-table>.cell {
  padding: 25px 0;
  vertical-align: middle;
}

.footer-bottom-table>.cell:last-child {
  text-align: right;
}

.footer__copy {
  font-size: 12px;
  color: #fff;
}

.footer-social {
  display: inline-block;
}

.footer-social>.cell {
  padding: 0px 20px 0px 0px;
}

.footer-social>.cell:last-child {
  padding: 0px 0px 0px 0px;
}

.footer-social__label {
  color: #fff;
  font-size: 12px;
}

.footer-social__link {
  font-size: 21px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-social__link:hover {
  color: #7e1336;
}

@media (max-width: 767px) {
  .footer-bottom-table {
    padding: 20px 0;
  }

  .footer-bottom-table>.cell {
    padding: 0;
    display: block;
    text-align: center;
  }

  .footer-bottom-table>.cell:last-child {
    padding: 15px 0px 0px 0px;
    text-align: center;
  }

  .footer-social>.cell {
    text-align: center;
    display: inline-block;
  }

  .footer-social>.cell:first-child {
    display: block;
    margin: 0px 0px 5px 0px;
  }
}

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
.popup {
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  position: fixed !important;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
  padding: 30px 10px;
}

.popup.active .popup-content {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.popup.show {
  display: block;
}

.popup.show .popup-content {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.popup-table {
  height: 100%;
}

.popup-table>.cell {
  height: 100%;
  vertical-align: middle;
}

.popup-content {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  max-width: 715px;
  margin: 0px auto;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 30px;
}

.popup-close {
  width: 25px;
  height: 25px;
  position: absolute;
  opacity: 0.7;
  top: 0px;
  right: -40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: url("/local/templates/biorad/static/css/../img/icons/close.png") 0 0 no-repeat;
}

.popup-close:hover {
  opacity: 1;
}

.popup__title {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0px 25px 0px;
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 700;
}

.popup-buttons {
  padding: 60px 0px 30px 0px;
  max-width: 360px;
  margin: 0px auto;
}

.popup-buttons-row {
  margin: 0px -20px;
  text-align: center;
}

.popup-buttons-column {
  float: left;
  padding: 0px 20px;
  width: 50%;
}

.popup-buttons__value {
  height: 43px;
  display: inline-block;
  width: 160px;
  border-radius: 3px;
  background-color: #d9d9d9;
  cursor: pointer;
  font-size: 18px;
  color: #464c6d;
  text-align: center;
  line-height: 43px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popup-buttons__value:hover {
  color: #fff;
  background-color: #7e1337;
}

.popup-region {
  padding: 40px 0px 0px 0px;
  display: none;
}

.popup-region.active {
  display: block;
}

.popup__text {
  font-size: 18px;
  text-align: center;
  padding: 30px 0px 0px 0px;
  max-width: 450px;
  margin: 0px auto;
  line-height: 24px;
}

.popup-form-body {
  padding: 30px 0px 0px 0px;
}

.popup-form-row {
  margin: 0px -10px;
}

.popup-form-column {
  float: left;
  width: 50%;
  padding: 0px 10px;
}

.popup-form-input {
  margin: 0px 0px 20px 0px;
}

.popup-form-input:last-child {
  margin: 0px 0px 0px 0px;
}

.popup-form-check {
  margin: 20px 0px 30px 0px;
}

.popup-form-capcha {
  text-align: center;
  margin: 0px 0px 10px 0px;
}

.popup-form-textarea {
  margin: 20px 0px 0px 0px;
}

.popup-form-button {
  text-align: center;
}

.popup-vd .popup-content {
  background-color: transparent;
  padding: 0;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}

.popup-vd__title {
  font-size: 34px;
  margin: 0px 0px 20px 0px;
}

.popup-vd-block {
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
}

@media (max-width: 830px) {
  .popup-content {
    padding: 50px 30px 30px 30px;
  }

  .popup-close {
    right: 10px;
    top: 10px;
  }
}

@media (max-width: 767px) {
  .popup__title {
    font-size: 20px;
    line-height: 24px;
  }

  .popup-content {
    padding: 50px 10px 30px 10px;
  }

  .popup-buttons {
    max-width: none;
    padding: 30px 0 0px 0;
  }

  .popup-buttons-column {
    width: 100%;
  }

  .popup-buttons-column:first-child {
    margin: 0px 0px 20px 0px;
  }

  .popup-buttons__value {
    width: 100%;
  }

  .popup-form-column {
    width: 100%;
  }

  .popup-form-column:first-child {
    margin: 0px 0px 20px 0px;
  }

  .popup-vd__title {
    font-size: 20px;
    padding: 0px 50px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
.mainslider {
  position: relative;
}

.mainslider-slider .slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  text-align: center;
}

.mainslider-slider .slick-dots li {
  display: inline-block;
  margin: 0px 4px;
}

.mainslider-slider .slick-dots li button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0;
  border: 1px solid #d9d9d9;
  color: #ffffff;
}

.mainslider-slider .slick-dots li button:hover {
  border: 1px solid #26305c;
  background-color: #26305c;
}

.mainslider-slider .slick-dots li.slick-active button {
  background-color: #26305c;
}

.mainslide_3 .mainslide-content__title {
  color: #4b6a79;
}

.mainslide_4 .mainslide-content__title {
  color: #605b46;
}

.mainslide_6 .mainslide-content__title {
  color: #4b6a79;
}

.mainslide-content {
  position: relative;
  z-index: 2;
}

.mainslide-content-table {
  padding: 0px 0px 0px 50px;
}

.mainslide-content-table>.cell {
  height: 400px;
  vertical-align: middle;
}

.mainslide-content__title {
  line-height: 55px;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}

.mainslide-content__btn {
  display: inline-block;
  font-size: 18px;
  line-height: 41px;
  color: #fff;
  margin: 25px 0px 0px 0px;
  padding: 0 22px;
  height: 43px;
  border-radius: 3px;
  border: 1px solid #ffffff;
}

.mainslide__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mainslider-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
  left: 0;
}

.mainslider-arrows .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mainslider-arrows .slick-arrow.slick-prev {
  left: -40px;
  background: rgba(0, 0, 0, 0.3) url("/local/templates/biorad/static/css/../img/icons/sl-l.png") center no-repeat;
}

.mainslider-arrows .slick-arrow.slick-next {
  right: -40px;
  background: rgba(0, 0, 0, 0.3) url("/local/templates/biorad/static/css/../img/icons/sl-r.png") center no-repeat;
}

.mainslider-arrows .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1150px) {
  .mainslide-content-table {
    padding: 0px 0px 0px 100px;
  }

  .mainslider-arrows .slick-arrow.slick-prev {
    left: 0;
  }

  .mainslider-arrows .slick-arrow.slick-next {
    right: 0;
  }
}

@media (max-width: 992px) {
  .mainslide-content__title {
    font-size: 40px;
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .mainslider {
    margin: 53px 0px 0px 0px;
  }

  .mainslider-slider .slick-dots {
    bottom: 10px;
  }

  .mainslide-content-table {
    padding: 0px 0px 0px 0px;
  }

  .mainslide-content-table>.cell {
    height: 250px;
    vertical-align: middle;
    padding: 0px 0;
  }

  .mainslide-content__title {
    font-size: 24px;
    line-height: 28px;
  }

  .mainslider-arrows {
    display: none;
  }

  .mainslide-content__btn span {
    display: none;
  }
}

.mainblock {
  padding: 50px 0px;
}

.mainblock-body {
  margin: 0px 0px 50px 0px;
}

.mainblock-body>.cell {
  vertical-align: middle;
}

.mainblock-body>.cell:first-child {
  width: 580px;
}

.mainblock__borderblock {
  margin: 0px 0px 35px 0px;
  padding: 40px 60px;
  border-radius: 0 50px;
  border: 5px solid #7e1336;
}

.mainblock__text {
  padding: 0 120px 0 60px;
}

.mainblock__video {
  background-color: #000;
  -webkit-box-shadow: 0 0 54px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 54px rgba(0, 0, 0, 0.35);
  border-radius: 50px 0;
  margin-left: -50px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  max-width: 411px;
}

.mainblock__video img {
  max-width: 100%;
}

.mainblock__video:before {
  content: '';
  background: url("/local/templates/biorad/static/css/../img/icons/play-white.svg") center no-repeat;
  background-size: 77px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.mainblock-footer {
  text-align: center;
}

@media (max-width: 992px) {
  .mainblock-body {
    margin: 0px 0px 30px 0px;
  }

  .mainblock-body>.cell {
    display: block;
  }

  .mainblock-body>.cell:first-child {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }

  .mainblock__text {
    padding: 0 60px 0 60px;
  }

  .mainblock__video {
    margin: 0px auto;
  }
}

@media (max-width: 767px) {
  .mainblock {
    padding: 30px 0px;
  }

  .mainblock__borderblock {
    margin: 0px 0px 15px 0px;
    padding: 10px 20px;
    border-radius: 0 20px;
  }

  .mainblock__text {
    padding: 0 20px;
  }
}

.mainnews {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background-color: #f8f8f8;
  position: relative;
}

.mainnews.active .mainnews-elements__item {
  opacity: 1;
}

.mainnews.active .mainnews-elements__item:first-child {
  left: -0%;
}

.mainnews.active .mainnews-elements__item:last-child {
  right: -0%;
}

.mainnews-body {
  position: relative;
  z-index: 2;
  padding: 50px 0;
}

.mainnews__title {
  color: #111111;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin: 0px 0px 45px 0px;
}

.mainnews-block {
  margin: 0px -10px;
}

.mainnews-column {
  display: inline-block;
  width: 25%;
  padding: 0px 10px;
  margin: 0px 0px 40px 0px;
  vertical-align: top;
}

.mainnews-footer {
  text-align: center;
}

.mainnews-elements {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -180px;
}

.mainnews-elements__item {
  position: absolute;
  top: 0;
  -webkit-transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  -ms-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
  opacity: 0;
}

.mainnews-elements__item:first-child {
  left: -300px;
}

.mainnews-elements__item:last-child {
  right: -300px;
}

@media (max-width: 992px) {
  .mainnews-elements {
    display: none;
  }

  .mainnews-column {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .mainnews-body {
    padding: 30px 0;
  }

  .mainnews__title {
    margin: 0px 0px 20px 0px;
  }

  .mainnews-column {
    margin: 0px 0px 20px 0px;
  }
}

@media (max-width: 550px) {
  .mainnews-column {
    width: 100%;
  }
}

.maincatalog {
  padding: 50px 0;
  text-align: center;
}

.maincatalog__title {
  margin: 0px 0px 45px 0px;
}

.maincatalog-footer {
  text-align: center;
  padding: 20px 0px 0px 0px;
}

@media (max-width: 767px) {
  .maincatalog {
    padding: 30px 0;
  }

  .maincatalog__title {
    margin: 0px 0px 25px 0px;
  }

  .maincatalog-footer {
    text-align: center;
    padding: 0px 0px 0px 0px;
  }
}

.mainmap__title {
  margin: 0px 0px 35px 0px;
}

.mainmap-filter {
  margin: 0px auto 30px auto;
  max-width: 720px;
}

.mainmap-filter>.cell {
  vertical-align: middle;
  padding: 0px 25px 0px 0px;
}

.mainmap-filter>.cell:last-child {
  padding: 0px 0px 0px 0px;
}

.mainmap-filter__label {
  font-size: 16px;
  font-weight: 500;
  color: #111;
}

.mainmap-filter__item {
  height: 50px;
  border-radius: 20px 0;
  padding: 0px 24px;
  color: #111;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}

.mainmap-filter__item span {
  display: inline-block;
  padding: 0px 0px 0px 32px;
  position: relative;
  line-height: 46px;
}

.mainmap-filter__item.f1 {
  border: 2px solid #7e1336;
}

.mainmap-filter__item.f1 span {
  background: url("/local/templates/biorad/static/css/../img/icons/placeholder-active.svg") left no-repeat;
  background-size: 16px;
}

.mainmap-filter__item.f2 {
  border: 2px solid #26305c;
}

.mainmap-filter__item.f2 span {
  background: url("/local/templates/biorad/static/css/../img/icons/placeholder.svg") left no-repeat;
  background-size: 16px;
}

.mainmap-filter__item.active {
  color: #fff;
}

.mainmap-filter__item.active.f1 {
  background-color: #7e1336;
}

.mainmap-filter__item.active.f2 {
  background-color: #26305c;
}

.mainmap-filter__item.active span {
  background: url("/local/templates/biorad/static/css/../img/icons/placeholder-white.svg") left no-repeat !important;
  background-size: 16px !important;
}

.mainmap__body {
  height: 540px;
}

.mainmap-baloons {
  display: none;
}

.mainmap-baloons-item-body {
  padding: 25px 40px;
  border-radius: 10px;
}

.mainmap-baloons-item-body.o {
  background-color: #7e1337;
}

.mainmap-baloons-item-body.o:after {
  background-color: #7e1337;
}

.mainmap-baloons-item-body.p {
  background-color: #26305c;
}

.mainmap-baloons-item-body.p:after {
  background-color: #26305c;
}

.mainmap-baloons-item-body:after {
  content: '';
  width: 35px;
  height: 35px;
  left: 50%;
  margin: 0px 0px 0px -25px;
  position: absolute;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  bottom: -13px;
}

.mainmap-baloons-item__title {
  font-weight: 700;
  margin: 0px 0px 10px 0px;
  position: relative;
}

.mainmap-baloons-item__title:before {
  content: '';
  background: url("/local/templates/biorad/static/css/../img/icons/inf.png") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 5;
  left: -25px;
  top: 0;
}

.mainmap-baloons-item__name {
  margin: 0px 0px 10px 0px;
  font-weight: 700;
}

.mainmap-baloons-item__text {
  position: relative;
  z-index: 10;
}

.mainmap-baloons-item__text p {
  margin: 0px 0px 10px 0px;
}

.mainmap-baloons-item__text p:last-child {
  margin: 0px 0px 0px 0px;
}

.mainmap-baloons-item__text a {
  color: #fff;
}

.mainmap-baloons-item__text a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .mainmap-filter>.cell {
    display: block;
    padding: 0px 0px 15px 0px;
  }

  .mainmap-filter>.cell:last-child {
    padding: 0px 0px 0px 0px;
  }
}

.catalog-nav {
  text-align: center;
  margin: 0px 0px 30px 0px;
}

.catalog-nav__item {
  display: inline-block;
  margin: 0px 15px 20px 15px;
  height: 50px;
  padding: 0 20px;
  line-height: 46px;
  color: #111111;
  font-size: 16px;
  border-radius: 20px 0;
  cursor: pointer;
  border: 2px solid #7e1336;
  position: relative;
}

.catalog-nav__item span {
  background: url("/local/templates/biorad/static/css/../img/icons/tabnav.svg") left no-repeat;
  padding: 0px 0px 0px 20px;
}

.catalog-nav__item.active {
  background-color: #7e1336;
  color: #fff;
}

.catalog-nav__item.active span {
  background: url("/local/templates/biorad/static/css/../img/icons/tabnav_active.svg") left no-repeat;
  padding: 0px 0px 0px 20px;
}

.catalog-nav__item.active:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #7e1336;
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 767px) {
  .catalog-nav__item {
    margin: 0px 0px 10px 0px;
    display: block;
  }
}

.catalog-leftside {
  float: left;
  width: 208px;
}

@media (max-width: 767px) {
  .catalog-leftside {
    float: none;
    width: 100%;
  }
}

.catalog-module {
  border-top: 1px solid #dadada;
  padding: 30px 0;
}

.catalog__mobiletitle {
  display: none;
}

.catalog-module__title {
  color: #26305c;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  position: relative;
  padding: 0px 20px 0px 0px;
  cursor: pointer;
}

.catalog-module__title:after {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  content: '';
  background: url("/local/templates/biorad/static/css/../img/icons/spoller.png") 0 0 no-repeat;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 7px;
}

.catalog-module__title.active:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.catalog-module-block {
  padding: 25px 0px 0px 0px;
  display: none;
}

.catalog-module-list li {
  margin: 0px 0px 15px 0px;
}

.catalog-module-list li:last-child {
  margin: 0px 0px 0px 0px;
}

.catalog-module__link {
  display: inline-block;
  line-height: 20px;
  color: #444444;
  font-size: 14px;
  font-weight: 300;
}

.catalog-module__link:hover {
  color: #7e1336;
}

.catalog-module__link.active {
  color: #7e1336;
  font-weight: 700;
}

@media (max-width: 767px) {
  .catalog__mobiletitle {
    text-align: center;
    font-size: 18px;
    display: block;
    margin: 0px 0px 0px 0px;
    line-height: 40px;
    border: 1px solid #7e1336;
    border-radius: 20px 0;
  }

  .catalog__mobiletitle.active {
    background-color: #7e1336;
    color: #fff;
  }

  .catalog-module {
    padding: 20px 0;
    border-top: 0px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
}

.catalog-content {
  margin: 0px 0px 0px 208px;
  padding: 0px 0px 0px 30px;
}

.catalog-content-block {
  float: left;
  width: 100%;
}

@media (max-width: 767px) {
  .catalog-content {
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 0px 0px;
    text-align: center;
  }
}

.catalog-tech {
  text-align: left;
}

.catalog-tech__text {
  margin: 0px 0px 25px 0px;
}

.catalog-tech-item {
  border-radius: 20px 0;
  border: 1px solid #d9d9d9;
}

.catalog-tech-item>.cell {
  vertical-align: middle;
  padding: 30px;
}

.catalog-tech-item>.cell:first-child {
  text-align: center;
}

.catalog-tech-item__image img {
  max-width: 100%;
}

.catalog-tech-item__title {
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0px 15px 0px;
  display: inline-block;
}

.catalog-tech-item__title:hover {
  color: #7e1336;
}

.catalog-tech-item__text {
  margin: 0px 0px 15px 0px;
}

@media (max-width: 992px) {
  .catalog-tech-item>.cell {
    display: block;
  }
}

@media (max-width: 767px) {
  .catalog-tech-item>.cell {
    display: block;
    padding: 20px 15px;
  }
}

.catalog-prog {
  text-align: left;
}

.catalog-prog-item {
  border-radius: 20px 0;
  border: 1px solid #d9d9d9;
  padding: 30px;
  margin: 0px 0px 20px 0px;
}

.catalog-prog-item:last-child {
  margin: 0px 0px 0px 0px;
}

.catalog-prog-item-header {
  margin: 0px 0px 20px 0px;
}

.catalog-prog-header__image {
  float: left;
  width: 185px;
  text-align: center;
}

.catalog-prog-header__image img {
  max-width: 100%;
}

.catalog-prog-header-body {
  margin: 0px 0px 0px 185px;
  padding: 0px 0px 0px 20px;
}

.catalog-prog-header__title {
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0px 15px 0px;
}

.catalog-prog-item__title {
  font-weight: 700;
  margin: 0px 0px 20px 0px;
  color: #4d4d4d;
}

.catalog-prog-item-list li {
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 20px;
}

.catalog-prog-item-list li:last-child {
  margin: 0px 0px 0px 0px;
}

.catalog-prog-item-list li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0px;
}

.catalog-prog__btn {
  margin: 20px 0px 0px 0px;
}

@media (max-width: 767px) {
  .catalog-prog-item {
    padding: 20px 15px;
  }
}

@media (max-width: 500px) {
  .catalog-prog-item {
    padding: 20px 15px;
  }

  .catalog-prog-header__image {
    float: none;
    width: 100%;
  }

  .catalog-prog-header-body {
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
  }

  .catalog-prog__btn.btn {
    padding: 0 10px;
    font-size: 16px;
    width: 100%;
  }
}

.catalog-reagents {
  text-align: left;
  display: none;
}

.catalog-reagents.active {
  display: block;
}

.catalog-reagent {
  overflow: hidden;
  border-radius: 20px 0;
  border: 1px solid #d9d9d9;
  margin: 0px 0px 20px 0px;
}

.catalog-reagent:last-child {
  margin: 0px 0px 0px 0px;
}

.catalog-reagent-top {
  padding: 30px;
}

.catalog-reagent-top>.cell {
  vertical-align: bottom;
}

.catalog-reagent-top>.cell:first-child {
  padding: 0px 20px 0px 0px;
}

.catalog-reagent-top__title {
  color: #474746;
  font-size: 24px;
  line-height: 30px;
  margin: 0px 0px 10px 0px;
}

.catalog-reagent__image {
  width: 200px;
  display: inline-block;
  margin-bottom: -80px;
}

.catalog-reagent__image img {
  max-width: 100%;
}

.catalog-reagent-bottom {
  padding: 30px;
  background-color: #f7f7f7;
}

.catalog-reagent-bottom__title {
  color: #26305c;
  font-size: 16px;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
}

.catalog-reagent-table tr td {
  padding: 0px 0px 5px 0px;
  vertical-align: top;
}

.catalog-reagent-table tr:last-child td {
  padding: 0px 0px 0px 0px;
}

.catalog-reagent-table__header {
  font-size: 12px;
  font-weight: 300;
  padding: 0px 0px 5px 0px;
}

.catalog-reagent-table__title {
  font-weight: 700;
  font-size: 16px;
  padding: 0px 0px 5px 0px;
}

.catalog-reagent-table__value {
  line-height: 16px;
}

@media (max-width: 992px) {
  .catalog-reagent-top>.cell {
    display: block;
  }

  .catalog-reagent-top>.cell:first-child {
    margin: 0px 0px 20px 0px;
  }

  .catalog-reagent-top>.cell:last-child {
    text-align: center;
  }

  .catalog-reagent__image {
    margin: 0px 0px 0px 0px;
  }
}

@media (max-width: 767px) {
  .catalog-reagent-top {
    padding: 20px 10px;
  }

  .catalog-reagent-bottom {
    padding: 20px 10px;
  }
}

.product__text {
  margin: 0px 0px 30px 0px;
}

.product-body {
  margin: 0px 0px 40px 0px;
}

.product-image {
  float: left;
  border: 1px solid #d9d9d9;
  text-align: center;
}

.product-image img {
  max-width: 100%;
}

.product-image__item {
  display: table-cell;
  height: 375px;
  width: 375px;
  vertical-align: middle;
}

.product-content {
  margin: 0px 0px 0px 375px;
  padding: 0px 0px 0px 20px;
}

.product-content__title {
  margin: 0px 0px 15px 0px;
  font-weight: 700;
  color: #4d4d4d;
}

.product-content__video.btn {
  margin: 20px 0px 0px 0px;
  font-size: 18px;
}

.product-content__video.btn span {
  background: url("/local/templates/biorad/static/css/../img/icons/play-blue.svg") left no-repeat;
  padding: 0px 0px 0px 30px;
  display: inline-block;
}

.product-content__video.btn:hover span {
  background: url("/local/templates/biorad/static/css/../img/icons/play-blue_h.svg") left no-repeat;
}

.product-params {
  margin: 0px 0px 0px 0px;
}

.product-params__btn {
  margin: 0px 0px 30px 0px;
}

.product-params__btn.active {
  color: #fff;
  background-color: #7e1337;
}

.product-params-block {
  border-top: 1px solid #d9d9d9;
  padding: 20px 0px 40px 0px;
}

.product-params-table .trow {
  background-color: #f8f8f8;
}

.product-params-table .trow:nth-child(odd) {
  background-color: #fff;
}

.product-params-table .trow .cell {
  font-size: 14px;
  font-weight: 300;
  padding: 5px 10px;
  line-height: 18px;
}

.product-params__label {
  color: #4d4d4d;
  color: #464c6d;
}

.product-bottomtext {
  color: #4d4d4d;
}

.product-bottomtext__title {
  font-weight: 700;
  font-size: 18px;
  margin: 0px 0px 15px 0px;
}

@media (max-width: 992px) {
  .product-image__item {
    width: 350px;
    height: 350px;
  }

  .product-content {
    margin: 0px 0px 0px 350px;
  }
}

@media (max-width: 767px) {
  .product-image {
    float: none;
    margin: 0px auto;
  }

  .product-image__item {
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
  }

  .product-content {
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .product-content__video.btn {
    font-size: 14px;
    width: 100%;
  }
}

.blog {
  padding: 0px 0px 30px 0px;
}

.blog-item {
  margin: 0px 0px 50px 0px;
}

.blog-item__image {
  float: left;
  width: 375px;
}

.blog-item__image img {
  max-width: 100%;
}

.blog-item-body {
  margin: 0px 0px 0px 375px;
  padding: 0px 0px 0px 20px;
}

.blog-item-header {
  margin: 0px 0px 20px 0px;
}

.blog-item__date {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  line-height: 23px;
  padding: 0 10px;
  color: #1d2856;
  font-size: 13px;
  font-weight: 300;
  border-radius: 0 0 15px;
  border: 1px solid #1d2856;
  margin: 0px 20px 0px 0px;
}

.blog-item__author {
  display: inline-block;
  vertical-align: middle;
  color: #888888;
  font-size: 13px;
}

.blog-item__title {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin: 0px 0px 15px 0px;
}

.blog-item__title:hover {
  text-decoration: underline;
}

.blog-item__more {
  margin: 25px 0px 0px 0px;
}

@media (max-width: 767px) {
  .blog-item {
    margin: 0px 0px 30px 0px;
  }

  .blog-item__image {
    float: none;
    display: block;
    text-align: center;
    width: auto;
  }

  .blog-item-body {
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
  }

  .blog-item-header {
    margin: 0px 0px 15px 0px;
  }

  .blog-item__more {
    margin: 15px 0px 0px 0px;
  }
}

.blog-page {
  padding: 0px 0px 20px 0px;
}

.blog-page-mainblock {
  margin: 0px 0px 30px 0px;
}

.blog-page-mainblock>.cell:first-child {
  padding: 0px 20px 0px 0px;
}

.blog-page-mainblock>.cell:last-child {
  background-color: #f8f8f8;
}

.blog-page-mainblock__image {
  text-align: center;
}

.blog-page-mainblock__image img {
  max-width: 100%;
}

.blog-page-mainblock-info {
  width: 295px;
  padding: 25px;
}

.blog-page-mainblock-info__date {
  margin: 0px 0px 20px 0px;
}

.blog-page-mainblock-rating {
  margin: 0px 0px 20px 0px;
}

@media (max-width: 767px) {
  .blog-page-mainblock>.cell {
    display: block;
  }

  .blog-page-mainblock>.cell:first-child {
    padding: 0px 0px 20px 0px;
  }

  .blog-page-mainblock-info {
    width: auto;
    padding: 15px;
  }
}

.blog-page__text {
  margin: 0px 0px 30px 0px;
}

.blog-page__text.divider {
  background: url("/local/templates/biorad/static/css/../img/divider.png") bottom no-repeat;
  padding: 0px 0px 30px 0px;
}

.blog-page__bgtext.text {
  text-align: center;
  background-color: #f8f8f8;
  padding: 40px;
  margin: 0px 0px 30px 0px;
}

@media (max-width: 767px) {
  .blog-page__bgtext.text {
    padding: 15px;
  }
}

.blog-page-colums {
  margin: 0px -10px 30px -10px;
}

.blog-page-colums.rtl .blog-page-column:first-child {
  float: right;
}

.blog-page-column {
  float: left;
  width: 50%;
  padding: 0 10px;
}

.blog-page-colums__image {
  text-align: center;
}

.blog-page-colums__image img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .blog-page-column {
    float: none !important;
    width: 100%;
  }

  .blog-page-column:first-child {
    margin: 0px 0px 20px 0px;
  }
}

.blog-page-footer {
  padding: 30px 0px 0px 0px;
}

.blog-page__nav span {
  display: inline-block;
}

.blog-page__nav.l {
  float: left;
}

.blog-page__nav.l span {
  background: url("/local/templates/biorad/static/css/../img/icons/arrow-page_l.png") left no-repeat;
  padding: 0px 0px 0px 15px;
}

.blog-page__nav.r {
  float: right;
}

.blog-page__nav.r span {
  background: url("/local/templates/biorad/static/css/../img/icons/arrow-page_r.png") right no-repeat;
  padding: 0px 15px 0px 0px;
}

.blog-page-rating {
  text-align: center;
  color: #111111;
}

.blog-page-rating .rating-block {
  display: inline-block;
  vertical-align: middle;
  height: 43px;
  border-radius: 20px 0;
  padding: 13px 15px 0px 15px;
  border: 2px solid #7e1336;
}

.blog-page-rating .rating__value {
  border: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 10px 0px 0px;
}

@media (max-width: 767px) {
  .blog-page__nav {
    width: 100%;
    float: none !important;
  }

  .blog-page__nav.l {
    margin: 0px 0px 10px 0px;
  }

  .blog-page-rating {
    width: 100%;
    display: inline-block;
    margin: 20px 0px 0px 0px;
  }
}

.news {
  padding: 0px 0px 30px 0px;
}

.news-items {
  margin: 0px -10px 20px -10px;
}

.news-items .newsitem__image {
  height: 160px;
}

.news-items-table {
  text-align: center;
}

.news-items-column {
  padding: 0px 10px;
  width: 316px;
  display: inline-block;
  margin: 0px 0px 30px 0px;
  text-align: left;
}

.news-footer {
  padding: 50px 0px 0px 0px;
}

.tutorials {
  padding: 0px 0px 30px 0px;
}

.tutorials-nav {
  text-align: center;
  margin: 0px -15px 30px -15px;
}

.tutorials-nav__item {
  display: inline-block;
  margin: 0px 0px 20px 0px;
  height: 50px;
  padding: 0 20px;
  line-height: 46px;
  color: #111111;
  font-size: 16px;
  border-radius: 20px 0;
  cursor: pointer;
  border: 2px solid #7e1336;
  position: relative;
  width: 100%;
}

.tutorials-nav__item.active {
  background-color: #7e1336;
  color: #fff;
}

.tutorials-nav__item.active:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #7e1336;
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.tutorials-nav-column {
  display: inline-block;
  width: 33.333%;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .tutorials-nav {
    text-align: center;
    margin: 0px -15px 10px -15px;
  }

  .tutorials-nav-column {
    margin: 0px 0px 0px 0px;
    display: block;
    width: 100%;
  }

  .tutorials-nav__item {
    margin: 0px 0px 10px 0px;
  }
}

.tutorials__toptext {
  margin: 0px 0px 30px 0px;
}

.tutorials-videos {
  margin: 0px -10px;
  padding: 0px 0px 20px 0px;
}

.tutorials-videos-column {
  display: inline-block;
  width: 50%;
  padding: 0px 10px;
  margin: 0px 0px 35px 0px;
}

.tutorials-videos-item-video {
  position: relative;
}

.tutorials-videos-item-video__time {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 12px;
  z-index: 5;
}

.tutorials-videos-item-video__preview {
  position: relative;
  height: 245px;
  cursor: pointer;
}

.tutorials-videos-item-video__preview:before {
  content: '';
  background: url("/local/templates/biorad/static/css/../img/icons/play-white.svg") center no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.tutorials-videos-item-video__preview:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.tutorials-videos-item-body {
  padding: 20px 0px 0px 0px;
}

.tutorials-videos-item__title {
  font-size: 14px;
  color: #26305c;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .tutorials-videos-column {
    width: 100%;
  }
}

.tutorials-presetntations {
  border-bottom: 1px solid #dcdee2;
}

.tutorials-presetntations .trow .cell {
  padding: 20px 10px;
  font-size: 14px;
  border-top: 1px solid #dcdee2;
}

.tutorials-presetntations .trow .cell:last-child {
  width: 100%;
}

.tutorials-presetntations__date {
  color: #4d4d4d;
}

.tutorials-presetntations__link {
  color: #26305c;
  font-weight: 700;
}

.tutorials-presetntations__link:hover {
  color: #7e1336;
}

.tutorials-publications {
  border-bottom: 1px solid #dcdee2;
}

.tutorials-publications .trow .cell {
  padding: 20px 10px;
  font-size: 14px;
  border-top: 1px solid #dcdee2;
}

.tutorials-publications .trow .cell:last-child {
  width: 100%;
}

.tutorials-publications .trow:hover .cell {
  background-color: #fcfcfc;
}

.tutorials-search-header {
  margin: 0px 0px 50px 0px;
}

.tutorials-search-header>.cell {
  width: 50%;
  vertical-align: middle;
}

.tutorials-search-header>.cell:first-child {
  padding: 0px 15px 0px 0px;
}

.tutorials-search-header>.cell:last-child {
  padding: 0px 0px 0px 15px;
}

.tutorials-search-form {
  position: relative;
}

.tutorials-search-form__input.input {
  height: 43px;
  padding: 0px 100px 0px 20px;
}

.tutorials-search-form__btn.btn {
  background-color: #7e1337;
  position: absolute;
  top: 0;
  border-radius: 0 3px 3px 0;
  font-size: 14px;
  padding: 0 20px;
  right: 0;
  color: #fff;
}

.tutorials-search-table {
  border-bottom: 1px solid #dcdee2;
  margin: 0px 0px 50px 0px;
}

.tutorials-search-table .trow .cell {
  padding: 20px 10px;
  font-size: 14px;
  border-top: 1px solid #dcdee2;
}

.tutorials-search-table .trow .cell:last-child {
  width: 100%;
}

.tutorials-search__text {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.tutorials-search__item {
  color: #26305c;
  font-weight: 700;
}

.tutorials-search__item:hover {
  color: #7e1336;
}

@media (max-width: 992px) {
  .tutorials-search-header>.cell {
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px !important;
  }

  .tutorials-search__text {
    margin: 15px 0px 0px 0px;
  }
}

.contacts {
  padding: 0px 0px 0px 0px;
  margin: 0px -10px;
}

.contacts-table {
  border-bottom: 1px solid #d9d9d9;
}

.contacts-column {
  display: inline-block;
  width: 33.333%;
  padding: 0 10px;
  vertical-align: top;
  margin: 0px 0px 50px 0px;
}

.contacts-item-info {
  min-height: 160px;
  margin: 0px 0px 20px 0px;
}

.contacts-item__icon {
  margin: 0px 0px 10px 0px;
}

.contacts-item__title {
  color: #1d2856;
  font-size: 14px;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
}

.contacts-item-block {
  padding: 40px;
  border-radius: 0 50px;
  border: 2px solid #7e1337;
  min-height: 355px;
}

.contacts-item-block-item {
  padding: 0px 0px 15px 38px;
  border-bottom: 1px dotted #000;
  color: #4d4d4d;
  background: url("/local/templates/biorad/static/css/../img/icons/contacts-user.png") 0 0 no-repeat;
  margin: 0px 0px 15px 0px;
}

.contacts-item-block-item:last-child {
  margin: 0px 0px 0px 0px;
  border-bottom: none;
}

.contacts-item-block-item.mail {
  background: url("/local/templates/biorad/static/css/../img/icons/contacts-mail.png") 0 0 no-repeat;
}

.contacts-item-block-item__label {
  font-size: 16px;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
}

.contacts-item-block-item__value {
  font-size: 16px;
  font-weight: 300;
  color: #4d4d4d;
  display: inline-block;
  margin: 0px 0px 10px 0px;
  display: block;
}

.contacts-item-block-item__value:last-child {
  margin: 0px 0px 0px 0px;
}

.contacts-item-block-item__value:hover {
  color: #7e1337;
}

@media (max-width: 992px) {
  .contacts-column {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }

  .contacts-item-info {
    min-height: 0px;
  }

  .contacts-item-block {
    min-height: 0;
  }
}

.content {
  padding: 40px 0px 150px 0px;
}

.content_404 {
  background: url("/local/templates/biorad/static/css/../img/bg_404.jpg") center no-repeat;
  background-size: cover;
}

.content__title {
  margin: 0px 0px 45px 0px;
}

@media (max-width: 767px) {
  .content {
    padding: 65px 0px 200px 0px;
  }

  .content__title {
    margin: 0px 0px 25px 0px;
  }
}

.p404 {
  text-align: center;
  padding: 30px 0;
}

.p404__icon {
  margin: 0px 0px 40px 0px;
}

.p404__icon img {
  max-width: 100%;
}

.p404__title {
  color: #111111;
  font-size: 34px;
  font-weight: 700;
  margin: 0px 0px 20px 0px;
}

.p404__text {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 20px;
  margin: 0px 0px 30px 0px;
}

.breadcrumbs {
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0px 20px 200px;
  top: 50px;
  z-index: 10;
}

.breadcrumbs a:hover {
  color: #30a147;
}

@media (min-width: 1201px) {
  .breadcrumbs {
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .breadcrumbs {
    margin-bottom: 100px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .breadcrumbs {
    margin-left: 17px !important;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 540px) {
  .breadcrumbs {
    margin-left: 46px !important;
    margin-bottom: 20px !important;
  }
}

.breadcrumbs__link {
  display: inline-block;
  vertical-align: middle;
  color: #888888;
  margin: 0px 0px 10px 0px;
}

.breadcrumbs__link:hover {
  color: #464c6d;
}

.breadcrumbs__dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 2px 10px 2px;
}

.breadcrumbs__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 10px 0px;
}

.newsitem {
  border-radius: 0px 0 20px 0;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

.newsitem:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #7e1337;
}

.newsitem__image {
  display: block;
  height: 120px;
}

.newsitem-body {
  min-height: 190px;
  padding: 20px;
}

.newsitem__title {
  color: #111111;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  margin: 0px 0px 10px 0px;
}

.newsitem__title:hover {
  color: #1d2856;
}

.newsitem__date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}

.newsitem__label {
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 25px;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  border-radius: 0px 0px 0px 15px;
  color: #fff;
  background-color: #7e1336;
}

@media (max-width: 550px) {
  .newsitem-body {
    min-height: 0;
  }
}

.cataloggrid {
  margin: 0px -10px;
}

.cataloggrid-column {
  display: inline-block;
  padding: 0px 10px;
  vertical-align: top;
  width: 237px;
  margin: 0px 0px 30px 0px;
}

.catalogitem {
  width: 217px;
  text-align: left;
  overflow: hidden;
  border-radius: 20px 0;
  border: 1px solid #d9d9d9;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.catalogitem:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #142d46;
}

.catalogitem-labels {
  position: absolute;
  left: 10px;
  top: 10px;
}

.catalogitem-labels__item {
  cursor: pointer;
}

.catalogitem__image {
  display: table;
  width: 100%;
}

.catalogitem__image span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 220px;
  padding: 10px;
}

.catalogitem__image span img {
  max-width: 100%;
  max-height: 200px;
}

.catalogitem-body {
  padding: 0 15px;
  min-height: 160px;
}

.catalogitem__title {
  color: #111111;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  margin: 0px 0px 10px 0px;
}

.catalogitem__title:hover {
  color: #1d2856;
}

.catalogitem-footer {
  padding: 15px;
}

@media (max-width: 520px) {
  .cataloggrid-column {
    margin: 0px 0px 20px 0px;
  }

  .catalogitem-body {
    min-height: 0;
  }
}

.pagging {
  text-align: center;
}

.pagging-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

.pagging__arrow {
  border-radius: 2px;
  width: 42px;
  height: 32px;
  line-height: 32px;
  display: block;
}

.pagging__arrow.l {
  background: #f5f5f5 url("/local/templates/biorad/static/css/../img/icons/arrow-page_l.png") center no-repeat;
  margin: 0px 16px 0px 0px;
}

.pagging__arrow.r {
  background: #f5f5f5 url("/local/templates/biorad/static/css/../img/icons/arrow-page_r.png") center no-repeat;
  margin: 0px 0px 0px 16px;
}

.pagging__arrow:hover {
  background-color: #e2e2e2;
}

.pagging__item {
  border-radius: 2px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #4d4d4d;
  font-size: 14px;
  display: block;
  background-color: #f5f5f5;
}

.pagging__item:hover {
  background-color: #e2e2e2;
}

.pagging__item.active {
  background-color: #7e1336;
  color: #fff;
}

@media (max-width: 767px) {
  .pagging__arrow {
    margin: 0px 0px 0px 0px !important;
  }
}

.reviews {
  border-top: 1px solid #d9d9d9;
  padding: 40px 0px 0px 0px;
  margin: 50px 0px 0px 0px;
}

.reviews__title {
  font-weight: 700;
  color: #4d4d4d;
  font-size: 18px;
  margin: 0px 0px 35px 0px;
}

.reviews-items {
  border-bottom: 1px solid #d9d9d9;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 30px 0px;
}

.reviews-items-container {
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.reviews-item {
  padding: 0px 0px 30px 0px;
}

.reviews-item .reviews-item {
  margin: 30px 0px 0px 40px;
  padding: 0px 0px 0px 20px;
  border-left: 1px solid #d9d9d9;
}

.reviews-item-header {
  margin: 0px 0px 15px 0px;
}

.reviews-item__name {
  display: inline-block;
  vertical-align: middle;
  color: #4d4d4d;
  font-weight: 700;
  margin: 0px 15px 0px 0px;
}

.reviews-item__date {
  display: inline-block;
  vertical-align: middle;
  color: #888888;
  font-weight: 300;
}

.reviews__all {
  display: inline-block;
  color: #7e1336;
  padding: 0px 18px 0px 0px;
  display: none;
  position: relative;
}

.reviews__all:after {
  content: '';
  position: absolute;
  height: 9px;
  width: 17px;
  right: 0;
  top: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: url("/local/templates/biorad/static/css/../img/icons/arrow-all.png") center no-repeat;
}

.reviews__all.active:after {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.reviews__all.active span:first-child {
  display: none;
}

.reviews__all.active span:last-child {
  display: inline-block;
}

.reviews__all:hover {
  text-decoration: underline;
}

.reviews__all span:last-child {
  display: none;
}

@media (max-width: 767px) {
  .reviews-item .reviews-item {
    margin: 30px 0px 0px 0px;
  }
}

.gm-style-iw-t {
  opacity: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  color: #fff;
  border-radius: 10px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw>.gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

.btn {
  display: inline-block;
  height: 43px;
  border-radius: 3px;
  background-color: #d9d9d9;
  cursor: pointer;
  font-size: 18px;
  color: #1d2856;
  text-align: center;
  line-height: 43px;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn.fw {
  width: 100%;
}

.btn:hover {
  color: #fff;
  background-color: #7e1337;
}

.select {
  position: relative;
  cursor: pointer;
}

.select .select-title {
  z-index: 1;
  width: 100%;
  position: relative;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background-color: #f4f4f4;
}

.select .select-title__arrow {
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  right: 15px;
  width: 10px;
  height: 7px;
  background: url("/local/templates/biorad/static/css/../img/icons/select.svg") 0 0 no-repeat;
}

.select .select-title__value {
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 300;
  line-height: 48px;
  display: block;
  overflow: hidden;
  padding: 0 45px 0 20px;
  white-space: nowrap;
  text-transform: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.select .select-options {
  position: absolute;
  z-index: 10;
  top: 49px;
  display: none;
  overflow: hidden;
  min-width: 100%;
  border-radius: 0 0 4px 4px;
  padding: 0px 0px 10px 0px;
  background-color: #f4f4f4;
  border: 1px solid #d9d9d9;
  border-top: none;
}

.select .select-options__value {
  color: #9b9b9b;
  font-weight: 300;
  color: #4d4d4d;
  font-size: 14px;
  padding: 5px 20px;
}

.select .select-options__value:hover {
  color: #000;
}

.input {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background-color: #f4f4f4;
  width: 100%;
  color: #4d4d4d;
  font-weight: 300;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
  display: block;
}

.input.focus {
  border: 1px solid #9b9fb9;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  font-weight: 400;
  color: #000;
}

.input.err {
  border: 1px solid #6e1010;
}

textarea.input {
  resize: none;
  height: 190px;
  padding: 15px 20px;
}

.check {
  position: relative;
  padding-left: 25px;
  font-weight: 300;
  line-height: 15px;
  color: #4d4d4d;
  font-size: 14px;
  cursor: pointer;
}

.check a {
  color: #6e1010;
}

.check a:hover {
  text-decoration: underline;
}

.check input {
  display: none;
}

.check:before {
  content: '';
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  position: absolute;
}

.check.err:before {
  border: 1px solid #6e1010;
  background-color: #6e1010;
}

.check.active:before {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  background: #fff url("/local/templates/biorad/static/css/../img/icons/check.svg") center no-repeat;
}

.option {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 16px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
}

.option:last-child {
  margin-bottom: 0px;
}

.option input {
  display: none;
}

.option:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  content: '';
  border: 1px solid #7f7f7f;
  border-radius: 50%;
}

.option.active:before {
  background: url("/local/templates/biorad/static/css/../img/icons/option.png") center no-repeat;
}

.rating-block {
  display: table;
  font-size: 0;
}

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rating.edit .star {
  cursor: pointer;
}

.rating .star {
  width: 17px;
  height: 13px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.rating__line {
  position: absolute;
  width: 82px;
  height: 13px;
  top: 0;
  left: 0;
  z-index: 1;
}

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 13px;
  top: 0;
  left: 0;
  background: url("/local/templates/biorad/static/css/../img/icons/bg_rating_active.png") 0 0 no-repeat;
  z-index: 2;
}

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
  border-left: 1px solid #d5d5d5;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 10px;
}

.quantity {
  position: relative;
  width: 73px;
  height: 47px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff;
}

.quantity__input {
  height: 45px;
  width: 50px;
  text-align: center;
  color: #101010;
  font-weight: 300;
}

.quantity__btn {
  position: absolute;
  top: 11px;
  right: 15px;
  cursor: pointer;
}

.quantity__btn:before {
  font-size: 25px;
  display: inline-block;
  line-height: 10px;
  color: #a9a9a9;
}

.quantity__btn:hover:before {
  color: #da0005;
}

.quantity__btn.dwn {
  top: 25px;
}

.category-params-item-price-table {
  margin-bottom: 25px;
}

.category-params-item-price-table .cell:first-child {
  padding-right: 15px;
  position: relative;
}

.category-params-item-price-table .cell:first-child:after {
  content: '-';
  position: absolute;
  right: -4px;
  top: 8px;
  font-size: 20px;
}

.category-params-item-price-table .cell:last-child {
  padding-left: 15px;
}

.category-params-item-price-table .cell input {
  height: 37px;
  border: 2px solid #393939;
  background-color: #ffffff;
  text-align: center;
  font-size: 12px;
  color: #393939;
  font-weight: 500;
  width: 100%;
}

.category-params-item-price-range {
  margin: 0 12px 40px 12px;
  background-color: #c9cecf;
  height: 2px;
  position: relative;
}

.category-params-item-price-range .ui-slider-range {
  background-color: #000;
  height: 2px;
  position: relative;
}

.category-params-item-price-range .ui-slider-handle {
  width: 23px;
  height: 28px;
  border: 3px solid #fbfbfb;
  background-color: #ea5922;
  display: block;
  position: absolute;
  top: -14px;
  margin-left: -12px;
  cursor: pointer;
}

.category-params-item-price-range .ui-slider-handle span {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 50px;
  text-align: center;
  font-size: 10px;
  margin-left: -25px;
  font-weight: 500;
  color: #94a6aa;
}

.title {
  color: #111111;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

.title.ln {
  position: relative;
}

.title.ln:before {
  content: '';
  background-color: #d9d9d9;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  top: 50%;
}

.title.ln span {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 25px;
}

.title.l {
  text-align: left;
}

@media (max-width: 767px) {
  .title {
    color: #111111;
    font-size: 24px;
    font-weight: 700;
  }
}

.text {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.16px;
}

.text.f16 {
  font-size: 20px;
  line-height: 22px;
}

.text p {
  margin: 0px 0px 20px 0px;
}

.text p:last-child {
  margin: 0px 0px 0px 0px;
}

.text ul {
  margin: 0px 0px 20px 0px;
}

.text ul:last-child {
  margin: 0px 0px 0px 0px;
}

.text ul li {
  position: relative;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 20px;
}

.text ul li:last-child {
  margin: 0px 0px 0px 0px;
}

.text ul li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0px;
}

.date {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  line-height: 23px;
  padding: 0 10px;
  color: #1d2856;
  font-size: 13px;
  font-weight: 300;
  border-radius: 0 0 15px;
  border: 1px solid #1d2856;
}

.rightbtns {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -45px;
  z-index: 4;
  width: 50px;
}

.rightbtns__item {
  position: relative;
  right: 0px;
  width: 190px;
  height: 50px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.rightbtns__item>.cell {
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  height: 50px;
}

.rightbtns__item>.cell:first-child {
  width: 50px;
  text-align: center;
}

.rightbtns__item:hover {
  right: 140px;
}

.rightbtns__item_1 {
  border-radius: 0 0 0 20px;
  background-color: #1d2856;
  margin: 0px 0px 2px 0px;
}

.rightbtns__item_2 {
  border-radius: 20px 0 0;
  background-color: #7f1337;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ibg img {
  display: none;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
}

.slick-slider .slick-slide {
  overflow: hidden;
  float: left;
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

.footer-bottom-table.table {
  display: flex;
  justify-content: center;
}

.trow .cell:first-child {
  min-width: 118px;
}

.btn_search {
  cursor: pointer;
}
/* End */


/* Start:/local/templates/biorad/template_styles.css?175879253479670*/
.ymaps-2-1-77-balloon__close+.ymaps-2-1-77-balloon__content {
    margin-right: 0 !important;
    /*padding: 0 0 20px 0 !important;*/
    padding: 0 !important;
}

.ymaps-2-1-77-map ymaps {
    border-radius: 10px;
}

.mainmap-baloons-item-body {
    color: #fff;
}

.ymaps-2-1-77-balloon__close {
    display: none;
}

.ymaps-2-1-77-balloon_to_top .ymaps-2-1-77-balloon__tail {
    display: none;
}

.ymaps-2-1-77-balloon__layout {
    overflow: visible !important;
}

.mainmap-baloons-item-body {
    width: 300px !important;
}


* {
    box-sizing: border-box;
}

body {
    color: #001000;
    font-weight: normal;
    font-style: normal;
    /*width: 1920px;*/
    margin: 0;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    border: none;
    color: inherit;
}

button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    /* отображаем курсор в виде руки при наведении; некоторые
    считают, что необходимо оставлять стрелочный вид для кнопок */
    cursor: pointer;
}

button:focus,
button:hover,
button:active {
    border: none;
    outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.wrapper {
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
}

.container {
    max-width: 1180px;
    margin: auto;
}

header {
    max-width: 1180px;
    margin: auto;
    padding-top: 50px;
}

.header_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_menu__link {
    font-size: 16px;
    line-height: 22px;
    color: #001000;
}

.header_column__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_column__menu li {
    margin-right: 55px;
}

.header_column__menu li:last-of-type {
    margin-right: 0;
}

.header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    z-index: 100;
}

.en_page_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 41px;
    height: 35px;
    font-size: 16px;
    line-height: 20px;
    border: 1.5px solid #4D4D4D;
    border-radius: 9px;
    color: #4D4D4D;
}

.logotip_img {
    position: relative;
    /*top: 3px;*/
}

main {
    position: relative;
}

.first-screen {
    background: #F3F9EE;
    border-radius: 400px 0px 0px 0px;
    /*transform: rotate(-180deg);*/
    height: 905px;
}

.first-screen-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.first-screen-column__left {
    max-width: 481px;
}

@media (min-width:768px) {
    .first-screen-column__left {
        min-width: 480px;
    }
}

.sorter-kletok-s3e .first-screen-column__left,
.sistema-vizualizatsii-chemidoc-mp .first-screen-column__left {
    max-width: 581px;
}

.khromatograficheskaya-sistema-ngc .first-screen-column__left {
    max-width: 573px;
}


.first-screen__title {
    font-weight: 500;
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 15px;
    color: #001000;
    word-break: break-word;
    word-wrap: break-word;
    margin-top: 50px;
}

.first-screen__description {
    font-size: 24px;
    line-height: 32px;
    color: #4D4D4D;
    margin-bottom: 15px;
}

.first-screen__subdescription {
    font-size: 16px;
    line-height: 22px;
    color: #4D4D4D;
    margin-bottom: 32px;
}

.first-screen__link,
.orange_btn {
    display: inline-block;
    background: -webkit-linear-gradient(top, #FA8315 0%, #FE641D 100%);
    background: linear-gradient(180deg, #FA8315 0%, #FE641D 100%);
    border-radius: 30px;
    padding: 17px 34px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.first-screen__link:hover,
.orange_btn:hover {
    background: -webkit-linear-gradient(top, #FFA115 0%, #FE7C1D 100%);
    background: linear-gradient(180deg, #FFA115 0%, #FE7C1D 100%);
}

.first-screen-column_img {
    position: relative;
    height: 1163px;
    width: 830px;
}

.first-screen__img {
    background-size: 700px;
    width: 863px;
    height: 818px;
    background-repeat: no-repeat;
    position: fixed;
    margin-left: 89px;
    margin-top: 242px;
    display: none;
}

.qx200 .first-screen__img {
    width: 900px;
}

.toggle-list-blocks {
    margin-left: 0;
    max-width: 581px;
    padding-top: 100px;
    padding-bottom: 100px;
    line-height: 32px;
    color: #4D4D4D;
}

.text_list-blocks {
    margin-left: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}

.text_list_link-blocks,
.text_block_list-blocks {
    margin-left: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}


.text_list_link,
.text_block_list {
    padding-left: 50px;
    padding-right: 50px;
}

.toggle-list-block,
.text_list-block {
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 100%);
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0px 20px 20px 20px;
    margin-bottom: 14px;
}

.toggle-list-block_file {
    display: flex;
    height: 50px;
    gap: 10px;
}

.toggle-list-block_file h3 {
    font-size: 16px;
    font-weight: 400;
}

.toggle-list-block_file svg {
    width: 35px;
    height: 35px;
}

.toggle-list-block_file a {
    text-decoration: none;
    color: inherit;
}

.toggle-list-block_description__description img {
    width: 50%;
}

.toggle-list-block:last-of-type {
    margin-bottom: 0;
}

.toggle-list-block_top,
.text_list-block_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 76px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.toggle-list-block_top__title {
    padding: 17px 50px 20px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #001000;
}

.text_list-block_top__title,
.text_list_link-block_top__title,
.text_block_list-block_top__title {
    padding: 17px 100px 20px 30px;
    font-size: 16px;
    line-height: 22px;
    color: #001000;
}

.text_list_link-block_top__title.title,
.text_list_link-block_top__title .title {
    color: #30a147;
    font-size: 16px;
    text-align: left;
    display: inline-block;
}

.text_list_link-block_top__title.title,
.text_list_link-block_top__title .title,
.text_block_list-block_top__title {
    font-weight: 500;
}

.toggle-list-block_description {
    padding: 20px 30px 16px;
    display: none;
}

.toggle-list-block_description__list li {
    padding-left: 16px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #4D4D4D;
    position: relative;
}

.toggle-list-block_description__list li:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 1px;
    width: 7px;
    height: 18px;
    font-size: 20px;
    line-height: 18px;
    color: #001000;
}

.toggle-list-block_description__description {
    font-size: 16px;
    line-height: 22px;
    color: #4D4D4D;
}

.toggle-list-block_top__button,
.text_list-block_top__button {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.toggle-list-block_top__button_button {
    width: 36px;
    height: 36px;
    border-radius: 70px;
    background: url("/local/templates/biorad/img/icons/arrow-down.svg") no-repeat center #F8F8F8;
    position: relative;
    right: 30px;
    top: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.text_list-block_top__button_button {
    width: 36px;
    height: 36px;
    border-radius: 70px;
    background: url("/local/templates/biorad/static/img/icons/text_blocks_btn_icon.svg") no-repeat center #F8F8F8;
    position: relative;
    right: 30px;
    top: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.text_list_link-block_top__button_button {
    position: relative;
    right: 30px;
    top: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.text_list_link-block_top__button_button img {
    width: 36px;
    height: 36px;
}

.toggle-list-block.active .toggle-list-block_description {
    display: block;
}

.toggle-list-block.active .toggle-list-block_top__title {
    background: #fff;
}

.toggle-list-block_top__button_button.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.info-blocks_cont {
    background: url("/local/templates/biorad/img/info-bg.png") no-repeat 0 100% #E9EFE4;
    ;
}

.info-blocks {
    padding-top: 100px;
    padding-bottom: 100px;
}

main.qx200 .info-blocks {
    padding-top: 89px;
    padding-bottom: 89px;
}

.info-blocks-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info-blocks-column:last-of-type {
    padding-top: 200px;
}

.qx200 .info-blocks-column:last-of-type {
    padding-top: 0;
}

.info-block {
    padding: 36px 30px 40px 27px;
    height: 298px;
    width: 550px;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 20px 44px -25px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}

.info-block:last-of-type {
    margin-bottom: 0;
}

.info-block__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #001000;
    max-width: 434px;
}

.qx200 .info-block__title,
.sorter-kletok-s3e .info-block__title {
    font-size: 24px;
    line-height: 32px;
}

.info-block__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 55px;
}

.info-block__description {
    font-size: 16px;
    line-height: 22px;
    color: #4D4D4D;
    max-width: 425px;
}

.info-block__link {
    width: 64px;
    height: 64px;
    background: url('/local/templates/biorad/img/icons/arrow-right.svg') no-repeat center;
    display: block;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.contacts-links {
    position: fixed;
    right: 33px;
    bottom: 171px;
    z-index: 200;
}

.contacts-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
}

.contacts-link:last-of-type {
    margin-bottom: 0;
}

.contacts-link__email {
    background: -webkit-linear-gradient(top, #FA8315 0%, #FE641D 100%);
    background: linear-gradient(180deg, #FA8315 0%, #FE641D 100%);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.contacts-link__email:hover {
    background: -webkit-linear-gradient(top, #FFA115 0%, #FE7C1D 100%);
    background: linear-gradient(180deg, #FFA115 0%, #FE7C1D 100%);
}

.contacts-link__phone {
    background: -webkit-linear-gradient(top, #51B944 0%, #179546 100%);
    background: linear-gradient(180deg, #51B944 0%, #179546 100%);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.contacts-link__phone:hover {
    background: -webkit-linear-gradient(top, #4EC83E 0%, #05A03F 100%);
    background: linear-gradient(180deg, #4EC83E 0%, #05A03F 100%);
}

.contacts-link__chat {
    background: -webkit-linear-gradient(top, #6D6D6D 0%, #4D4D4D 100%);
    background: linear-gradient(180deg, #6D6D6D 0%, #4D4D4D 100%);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.contacts-link__chat:hover {
    background: -webkit-linear-gradient(top, #919191 0%, #616060 100%);
    background: linear-gradient(180deg, #919191 0%, #616060 100%);
}

.info-blocks_title {
    text-align: center;
    font-weight: 500;
    font-size: 55px;
    line-height: 60px;
    color: #000000;
    margin-bottom: 70px;
    margin-top: 0;
}

@media (max-width: 1349px) {
    .first-screen-column_img {
        position: relative;
        height: 100%;
        width: 100%;
        margin-left: 89px;
        max-width: 100%;
    }

    .first-screen__img {
        position: relative;
        height: 100%;
        width: 100%;
        max-width: 100%;
        background-size: contain !important;
        display: block;
        margin-top: 0 !important;
        margin-left: 0;
        background-position: center;
    }

    .qx200 .first-screen__img {
        width: 100%;
    }
}

/*.sorter-kletok-s3e .info-blocks_cont {*/
/*    background: url(/local/templates/biorad/img/info-bg.png) no-repeat 0 100% #fff;*/
/*}*/
.sorter-kletok-s3e .toggle-list_section {
    background: url(/local/templates/biorad/img/group-bg.png) no-repeat 85% 18.86%;
}

.info-block__link_text {
    margin-left: auto;
    font-size: 16px;
    line-height: 22px;
    color: #179546;
}


.text-page-block_mw980 {
    max-width: 980px;
    margin: auto;
}

.text-page-blocks {
    padding-top: 85px;
}

.text-page-block_pl100 {
    padding-left: 100px;
}

.text-page_title-h1 {
    margin: 0 0 12px 0;
    font-weight: 500;
    font-size: 55px;
    line-height: 60px;
}

.text-page_subtitle {
    font-size: 24px;
    line-height: 32px;
    color: #001000;
    margin-bottom: 31px;
}

.text-page_img {
    text-align: center;
    margin-bottom: 57px;
}

.text-page_img img {
    border-radius: 20px;
    vertical-align: middle;
}

.text-page_title-h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #001000;
    margin-bottom: 22px;
    margin-top: 0;
}

.text-page_text {
    font-size: 16px;
    line-height: 22px;
    color: #4D4D4D;
    margin: 0 auto 20px;
}

.text-page_text p {
    margin-bottom: 10px;
    margin-top: 0;
}

.text-page_text p:last-of-type {
    margin-bottom: 0;
}

.text-page_text a {
    color: #179546;
}

.text-page-block_mw880 {
    max-width: 880px;
}

.text-page_ul-dash {
    font-size: 16px;
    line-height: 22px;
    color: #4D4D4D;
    margin-bottom: 28px;
}

.text-page_ul-dash li {
    margin-bottom: 10px;
}

.text-page_ul-dash li:last-of-type {
    margin-bottom: 0;
}

.text-page_ul-disc {
    font-size: 16px;
    line-height: 22px;
    color: #4D4D4D;
    margin-bottom: 20px;
}

.text-page_ul-disc li {
    margin-bottom: 10px;
    padding-left: 21px;
    position: relative;
}

.text-page_ul-disc li:last-of-type {
    margin-bottom: 0;
}

.text-page_ul-disc li:before {
    content: "•";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 7px;
    height: 18px;
    font-size: 20px;
    line-height: 18px
}

.text-page-block_link {
    font-size: 16px;
    line-height: 22px;
    color: #179546;
}

.text-page_link-cont {
    margin-bottom: 60px;
}

.text-page_img-video-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}

.text-page_img-video-column {
    width: 50%;
    padding: 0 10px;
}

.text-page_img-video-column img {
    width: 100%;
    border-radius: 20px;
}

.text-page_img-video {
    margin-bottom: 60px;
}

.text-page_title-h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #001000;
    margin-top: 0;
    margin-bottom: 15px;
}

.text-page_title-h2 {
    font-weight: 500;
    font-size: 46px;
    line-height: 60px;
    text-align: center;
    color: #191616;
    margin: 0 auto 40px;
}

.text-page_text-img {
    margin: 0 auto 60px;
}

.text-page_table {
    margin-bottom: 60px;
    overflow: auto;
}

.text-page_text-img-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.text-page_text-img__img img {
    border-radius: 20px;
}

.text-page_text-img-column:first-of-type {
    max-width: 380px;
    margin-right: 20px;
}

.text-page_text-img__text {
    font-size: 16px;
    line-height: 22px;
    color: #4D4D4D;
    margin-bottom: 30px;
}

.text-page_text-img__text p {
    margin-bottom: 10px;
    margin-top: 0;
}

.text-page_text-img__text p:last-of-type {
    margin-bottom: 0;
}

.text-page_check-text {
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 30px 25px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F9FCF7;
    box-shadow: 0px -2px 0px #EDEDED;
    border-radius: 20px;
}

.text-page_check-text__check {
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}

.text-page_check-text__text {
    font-size: 14px;
    line-height: 18px;
    color: #4D4D4D;
}

.text-page_check-text__text a {
    color: #179546;
}

.text-page_accordion-blocks {
    margin-bottom: 60px;
}

.text-page_accordion-block {
    background: #FFFFFF;
    border-bottom: 1px solid #EDEDED;
    padding: 19px 20px;
}

.text-page_accordion-block:first-of-type {
    border-top: 1px solid #EDEDED;
}

.text-page_accordion-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.text-page_accordion-top_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #001000;
}

.text-page_accordion-bottom {
    padding-top: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #4D4D4D;
    display: none;
}

.text-page_accordion-top_arrow {
    width: 22px;
    height: 22px;
    background: url('/local/templates/biorad/img/icons/accordion_arrow.svg') no-repeat center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.text-page_accordion-top_arrow.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.text-page_check-text-blocks {
    margin-bottom: 20px;
}

.text-page_check-text-blocks-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.text-page_check-text-blocks-row__hidden {
    display: none;
}

.text-page_check-text-blocks-column {
    width: 50%;
    margin-bottom: 40px;
}

.text-page_check-text-block {
    position: relative;
    padding-left: 100px;
}

.text-page_check-text-block:before {
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    width: 65px;
    height: 65px;
    content: '';
    background: url('/local/templates/biorad/img/icons/text-page-check-small.svg') no-repeat center center;
}

.text-page_check-text-block_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #191616;
    margin-bottom: 10px;
    max-width: 380px;
}

.text-page_check-text-block_description {
    font-size: 16px;
    line-height: 22px;
    color: #4D4D4D;
    max-width: 380px;
}

.text-page_check-text-block_description p {
    margin-bottom: 10px;
}

.text-page_check-text-block_description p:last-of-type {
    margin-bottom: 0;
}

.text-page_check-text_link {
    text-align: center;
    margin-bottom: 60px;
}

.text-page_title_slider {
    margin-bottom: 80px;
}

.text-page_title_slider-cont {
    position: relative;
    margin-bottom: 80px;
}

.text-page_title_slider-arrow {
    background: url('/local/templates/biorad/img/icons/text-page-slider-arrow.svg') no-repeat center rgba(0, 0, 0, 0.3);
    border-radius: 0px 17px 17px 0px;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 110px;
    z-index: 10;
}

.text-page_title_slider-prev {
    left: 0;
}

.text-page_title_slider-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.text-page_title_slider {
    margin: 0 -10px;
}

.text-page_title_slider_item {
    border: none;
    outline: none;
    padding: 0 10px;
}

.text-page_title_slider_item_img {
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.text-page_title_slider_item_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #001000;
    margin-bottom: 10px;
}

.text-page_title_slider_item_description {
    font-size: 16px;
    line-height: 22px;
    color: #4D4D4D;
}

.text-page_table table {
    width: 100%;
    border-collapse: collapse;
}

.text-page_table tr td {
    border-bottom: 2px solid #f2f2f1;
}

.text-page_table tr:first-of-type td {
    color: #191616;
}

.text-page_table tr:nth-child(even) td {
    background: #F9FBF8;
}

.text-page_table td {
    padding: 13px 17px 13px 17px;
    font-size: 14px;
    line-height: 18px;
    color: #4D4D4D;
    text-align: center;
}

.slider-form_cont {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url('/local/templates/biorad/img/protochnyy-tsitometr-ze5/form-bg.png') no-repeat;
    background-size: cover;
}

.slider-form {
    max-width: 980px;
    margin: auto;
}

.slider-form_title {
    text-align: center;
    font-weight: 500;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 20px;
}

.slider-form_subtitle {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
}

.slider-form_form {
    padding: 60px 0 50px;
    background: #fff;
    box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.slider-form_slider {
    padding-left: 133px;
    padding-right: 133px;
}

.slider-form_slider-title {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #001000;
}

.slider-form_slider-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 68px;
}

.slider-form_slider-column {
    width: 50%;
    margin-bottom: 30px;
}

.slider-form_slider-column:nth-of-type(even) {
    position: relative;
    left: 44px;
}

.checkbox {
    position: relative;
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.checkbox__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.slider-form_slider-checkbox .checkbox__text {
    font-size: 16px;
    line-height: 22px;
    color: #4D4D4D;
    padding-left: 34px;
    max-width: 314px;
}

.checkbox__text:before {
    content: "";
    margin: 0px 15px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #F8F8F8;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    position: absolute;
    display: block;
}

.checkbox__input:checked+.checkbox__text:before {
    background: url("/local/templates/biorad/img/icons/checkbox-check.svg") no-repeat center, -webkit-radial-gradient(624.69% 298.49% at 50% 154.17%, #179546 0%, #4BAB3F 100%), #179546;
    background: url("/local/templates/biorad/img/icons/checkbox-check.svg") no-repeat center, radial-gradient(624.69% 298.49% at 50% 154.17%, #179546 0%, #4BAB3F 100%), #179546;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.slider-form_slider {
    border: none;
    outline: none;
}

.slider-form_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-form_navigation .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-form_prev-nav-button {
    display: block;
    width: 40px;
    height: 40px;
    background: url('/local/templates/biorad/img/icons/form-slider-arrow.svg') no-repeat center;
}

.slider-form_prev-nav-button.slick-disabled {
    visibility: hidden;
}

.slider-form_prev {
    margin-right: 30px;
}

.slider-form_next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slider-form_append-dots button {
    width: 30px;
    height: 30px;
    background: #F8F8F8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #001000;
    font-size: 16px;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 20px;
}

.slider-form_append-dots li.slick-active button {
    width: 40px;
    height: 40px;
    border: 2px solid #179546;
    background: #FFFFFF;
    border-radius: 50px;
    font-size: 20px;
    line-height: 20px;
    color: #179546;
}

.slider-form_append-dots li:last-of-type button {
    margin-right: 30px;
}

.slider-form_slider-end {
    /*max-width: 941px;*/
    margin: auto;
}

.slider-form_input {
    position: relative;
}

.slider-form_slider-column.slider-form_textarea {
    width: 656px !important;
}

.slider-form_input textarea {
    max-width: 100% !important;
    height: 100px !important;
    resize: none;
}

.slider-form_input input,
.slider-form_input textarea {
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    height: 56px;
    outline: none;
    border: none;
    width: 100%;
    max-width: 327px;
    padding: 17px 20px 17px;
    font-size: 16px;
    line-height: 22px;
    color: #001000;
}

.slider-form_input-label {
    position: absolute;
    top: 11px;
    left: 20px;
    font-size: 12px;
    line-height: 14px;
    color: #878787;
    display: none;
}

.slider-form_input.focus .slider-form_input-label {
    display: block;
}

.slider-form_input input.focus,
.slider-form_input textarea.focus {
    padding: 27px 20px 7px;
}

.slider-form_slider-end .slider-form_slider-column {
    width: 327px;
    margin-bottom: 20px;
    padding: 0 10px;
}

.slider-form_slider-end .slider-form_slider-column:nth-of-type(even) {
    position: relative;
    left: 0;
}

.slider-form_slider-end .slider-form_slider-row {
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
}

.slider-form_slider-end .checkbox__text {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #4D4D4D;
}

.slider-form_slider-end .checkbox__text a {
    color: #179546;
}

.slider-form_slider-end .checkbox__text:before {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    margin-right: 9px;
}

.slider-form_slider-end .checkbox__input:checked+.checkbox__text:before {
    background: url(/local/templates/biorad/img/icons/policy-check.svg) no-repeat center, -webkit-radial-gradient(624.69% 298.49% at 50% 154.17%, #179546 0%, #4BAB3F 100%), #179546;
    background: url(/local/templates/biorad/img/icons/policy-check.svg) no-repeat center, radial-gradient(624.69% 298.49% at 50% 154.17%, #179546 0%, #4BAB3F 100%), #179546;
}

.slider-form_policy {
    margin-bottom: 30px;
    text-align: center;
}

.slider-form_submit_button_cont {
    text-align: center;
}

.slider-form_submit_button {
    width: 292px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #179546 !important;
    box-shadow: #179546 0 1px 3px 0 inset !important;
    color: #fff;
    font-weight: 700;
}

.slider-form_input input.err {
    border: 1px solid red;
    box-shadow: none;
}

.slider-form_policy .checkbox.err .checkbox__text:before {
    border: 1px solid red;
    box-shadow: none;
}

.img-text-cont {
    max-width: 1130px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.img-text-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-text-column {
    width: 50%;
}

.img-text_title {
    font-weight: 500;
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 20px;
    color: #001000;
    max-width: 500px;
    padding-right: 20px;
}

.img-text_description {
    font-size: 16px;
    line-height: 22px;
    color: #4D4D4D;
    margin-bottom: 30px;
    max-width: 500px;
    padding-right: 20px;
}

.img-text_img img {
    max-width: 530px;
}

.img-text_img {
    text-align: right;
}

footer {
    background: url('/local/templates/biorad/img/footer/footer-bg.jpg') no-repeat center;
    padding-top: 90px;
    padding-bottom: 71px;
}

.footer_cont {
    max-width: 1130px;
    margin: auto;
}

.footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-left_logo {
    margin-bottom: 33px;
}

.footer-left {
    max-width: 580px;
}

.footer-left_title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 31px;
}

.footer-left_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -17px;
    margin-right: -17px;
}

.footer-left_block {
    width: 50%;
    margin-bottom: 27px;
    max-width: 298px;
    padding: 0 17px;
}

.footer-left_block__description {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.footer-left_block__icon {
    margin-bottom: 12px;
}

.footer-right_title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 30px;
}

.footer-right {
    max-width: 330px;
    margin-left: 160px;
    padding-top: 78px;
}

.footer-right_subscribe .slider-form_input {
    margin-bottom: 10px;
}

.footer-right_subscribe .slider-form_input:last-of-type {
    margin-bottom: 21px;
}

.last-page-slider {
    padding-top: 100px;
    padding-bottom: 100px;
}

.last-page-slider_title {
    font-weight: 500;
    font-size: 55px;
    line-height: 60px;
    text-align: center;
    color: #001000;
    margin-bottom: 50px;
}

.last-page-slider__slider-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #001000;
}

.last-page-slider__slider_text .last-page-slider__slider-title {
    margin-bottom: 15px;
    text-align: center;
}

.last-page-slider__slider-description {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #4D4D4D;
    margin-bottom: 25px;
}

.last-page-slider__slider-link {
    text-align: center;
}

.last-page-slider__slider {
    border: none;
    outline: none;
}

.last-page-slider__sliders {
    max-width: 874px;
    margin: auto;
}

.last-page-slider__slider-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.last-page-slider__slider_img .last-page-slider__slider-description {
    text-align: left;
    margin-bottom: 30px;
}

.last-page-slider__slider-column__text {
    max-width: 480px;
    margin-right: 44px;
}

.last-page-slider__slider_img .last-page-slider__slider-title {
    margin-bottom: 20px;
}

.last-page-slider__slider_img .last-page-slider__slider-link {
    text-align: left;
}

.last-page-slider__slider-column__img {
    max-width: 350px;
}

.last-page-slider__sliders .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.last-page-slider__slider_video .last-page-slider__slider-title {
    margin-bottom: 20px;
}

.last-page-slider__slider_video .last-page-slider__slider-description {
    text-align: left;
}

.last-page-slider__slider_video .last-page-slider__slider-link {
    text-align: left;
}

.last-page-slider__slider_video .last-page-slider__slider-link a:first-of-type {
    margin-right: 22px;
}

.last-page-slider__slider_video .last-page-slider__slider-img {
    position: relative;
    display: block;
}

.last-page-slider__slider_video .last-page-slider__slider-img img {
    border-radius: 20px;
}

.last-page-slider__slider_video .last-page-slider__slider-img:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.4;
    border-radius: 20px;
}

.last-page-slider__slider_video .last-page-slider__slider-img:after {
    content: '';
    position: absolute;
    background: url('/local/templates/biorad/img/icons/play.svg') no-repeat center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.last-page-slider__sliders-cont {
    position: relative;
}

.last-page-slider__arrow {
    position: absolute;
    top: 50%;
    display: block;
    content: '';
    width: 106px;
    height: 106px;
    background: url('/local/templates/biorad/img/icons/arrow-last-slider.svg') no-repeat center;
    margin-top: -53px;
}

.last-page-slider__arrow-prev {
    left: 0;
}

.last-page-slider__arrow-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.last-page-slider__slider-column__img iframe {
    display: none;
}

.last-page-slider__slider-column__img-video {
    width: 350px;
}

a.last-page-slider__slider-img {
    border: none;
    outline: none;
}

.slider-form.slider-form_blocks-link {
    max-width: 1180px;
}

.expert-blocks-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.expert-blocks-column {
    width: 33.3%;
    padding: 0 10px;
}

.expert-block_link {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.expert-block_img {
    background: #fff;
    position: relative;

}

.expert-block_img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 33.54%, #FFFFFF 87.03%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 33.54%, #FFFFFF 87.03%);

}

.expert-block_button {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 28px;
    left: 30px;
    z-index: 20;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    padding: 17px 0;
    text-align: center;
}

.expert-block_link:hover .expert-block_button {
    background: -webkit-linear-gradient(top, #FFA115 0%, #FE7C1D 100%);
    background: linear-gradient(180deg, #FFA115 0%, #FE7C1D 100%);
}

.info-blocks-bottom {
    margin-top: 60px;
    border: 6px solid #FFFFFF;
    border-radius: 20px;
    text-align: center;
    padding: 70px 98px;
}

.info-blocks-bottom_title {
    max-width: 980px;
    margin: 0 auto 25px;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #001000;
}

.info-blocks-bottom_description {
    max-width: 780px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 32px;
    color: #4D4D4D;
}

.info-blocks-bottom_description p {
    margin-bottom: 24px;
}

.info-blocks-bottom_link {
    text-align: center;
    margin-bottom: 40px;
}

.info-blocks-bottom_note {
    max-width: 546px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
    color: #7F7F7F;
}

.header_column__menu-mobile-btn {
    display: none;
}

.header_menu__link_social-li {
    display: none;
}

@media (max-width: 1349px) {

    .toggle-list-blocks,
    .text_list-blocks,
    .text_list_link-blocks,
    .text_block_list-blocks {
        margin: auto;
    }
}

@media (max-width: 1200px) {
    header {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1100px) {
    .header_column__menu li {
        margin-right: 25px;
    }
}

.header-cont {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #fff;
}

header {
    padding-top: 36px;
}

main {
    padding-top: 113px;
}

@media (max-width: 991px) {
    main {
        padding-top: 0;
    }

    .header_column-lang {
        display: none;
    }

    .header_column__menu {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    header {
        padding: 17px 16px;
        position: fixed;
        width: 100%;
        z-index: 1000;
        background: #fff;
    }

    .logotip_img {
        top: 0;
        width: 120px;
    }

    .header_column__menu-mobile-btn {
        display: block;
        content: '';
        width: 24px;
        height: 24px;
        background: url('/local/templates/biorad/img/icons/hamburger.svg') no-repeat center;
    }

    .header_column__menu-mobile-btn.active {
        background: url('/local/templates/biorad/img/icons/mobile-menu-close.svg') no-repeat center;
    }

    .header_menu {
        display: none;
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 67px;
        background: #fff;
        left: 0;
        z-index: 1000;
        height: calc(100vh - 68px);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .header_menu.active {
        display: block;
        overflow: auto;
    }

    body.active-mobile-menu {
        overflow: hidden;
    }

    .header_column__menu li {
        margin-right: 0;
    }

    .header_menu__link {
        display: block;
        padding: 18px 16px;
        box-shadow: inset 0px 1px 0px #F2F2F2;
    }

    .header_menu__link_social-li {
        display: block;
    }

    .header_menu__link_social {
        background: #F3F9EE;
        box-shadow: inset 0px -1px 0px #FFFFFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header_menu__link_social button {
        margin-bottom: 0;
        height: 32px;
        width: 32px;
    }

    .header_menu__link_social button img {
        width: 17px;
        height: 17px;
    }

    .header_menu__link_social span {
        padding-left: 11px;
    }

    .contacts-links {
        display: none;
    }

    .header_menu__mobile-language {
        padding: 14px 16px;
        background: #F8F8F8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header_menu__mobile-language a {
        width: 32px;
        height: 32px;
        background: #179546;
        border-radius: 9px;
        text-align: center;
        color: #FFFFFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 12px;
        line-height: 20px;
    }

    .header_menu__mobile-language-ru {
        margin-right: 12px;
    }

    .header_menu__mobile-language a.header_menu__mobile-language-en {
        background: #FFFFFF;
        border: 1px solid #DBDBDB;
        color: #4D4D4D;
    }

    main {
        margin-top: 67px;
    }
}

@media (max-width: 1200px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .first-screen-column_img {
        margin-left: 30px;
    }

    .first-screen {
        height: 600px;
    }
}

@media (max-width: 991px) {
    .first-screen__title {
        font-size: 32px;
        line-height: 40px;
    }

    .khromatograficheskaya-sistema-ngc .first-screen__title {
        font-size: 24px;
        line-height: 40px;
    }

    .first-screen__description {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
    }

    .first-screen__subdescription {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 24px;
    }

    .first-screen__link,
    .orange_btn {
        font-size: 15px;
        line-height: 18px;
    }

    .first-screen {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .first-screen-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 0 30px;
    }

    .first-screen-column__left {
        padding: 36px 45px 0;
        margin: 0 auto 44px;
    }

    .first-screen-column__left-technical_support,
    .first-screen-technical_support {
        padding: 0 22px;
    }

    .first-screen__link {
        padding: 0;
        text-align: center;
        width: 100%;
        font-size: 12px;
        align-content: center;
        min-height: 52px;
    }

    .first-screen__img {
        height: 305px;
    }

    .first-screen {
        height: auto;
        border-radius: 200px 0 0 0;
    }

    .first-screen-column_img {
        margin-left: 0;
        padding: 0 22px;
    }

    .qx200 .first-screen__img {
        height: 200px;
    }
}

@media (max-width: 374px) {
    .first-screen__link {
        padding: 19px 25px;
    }
}

@media (max-width: 991px) {

    .toggle-list-blocks,
    .text_list-blocks,
    .text_list_link-blocks,
    .text_block_list-blocks {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 540px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .toggle-list-block_top__title,
    .text_list-block_top__title,
    .text_list_link-block_top__title,
    .text_block_list-block_top__title {
        font-size: 14px;
        line-height: 18px;
        padding: 24px 44px 24px 29px;
    }

    .toggle-list-block_description {
        padding: 16px 28px 24px;
    }

    .toggle-list-block_description__list li {
        font-size: 14px;
        line-height: 18px;
        padding-left: 0;
    }

    .toggle-list-block_description__description {
        font-size: 14px;
        line-height: 18px;
    }

    .toggle-list-block_description__list li:last-of-type {
        margin-bottom: 0;
    }

    .toggle-list-block_description__list li:before {
        left: -15px;
    }

    .toggle-list-block,
    .text_list-block {
        margin-bottom: 9px;
    }

    .toggle-list-block_top__button,
    .text_list-block_top__button {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .toggle-list-block_top__button_button,
    .text_list-block_top__button_button {
        top: 0;
    }
}

@media (max-width: 1180px) {
    .info-block {
        width: auto;
    }

    .info-blocks-column:first-of-type {
        margin-right: 20px;
    }

    .info-block__link {
        background-size: 13px 26px;
        min-width: 64px;
        margin-right: -30px;
    }

    .info-blocks_cont {
        background: #f3f9ee;
    }
}

@media (max-width: 1050px) {
    .info-block__title {
        font-size: 18px;
        line-height: 23px;
    }

    .info-block__description {
        font-size: 14px;
        line-height: 18px;
        padding-right: 29px;
    }

    .info-block {
        height: auto;
    }

    .info-block.img {
        min-height: 298px;
    }

    .info-block__link_text {
        font-size: 14px;
        line-height: 18px;
    }

    .qx200 .info-block__title,
    .sorter-kletok-s3e .info-block__title {
        font-size: 18px;
        line-height: 23px;
    }
}

@media (max-width: 991px) {
    .info-block__title {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .info-blocks {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .info-blocks-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .info-blocks-column:first-of-type {
        margin-right: 0;
    }

    .info-blocks.container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .info-block {
        background-size: cover !important;
        margin-bottom: 16px;
        padding: 32px 29px 32px 29px;
    }

    .info-block.img {
        min-height: 370px;
    }

    .info-blocks-column:last-of-type {
        padding-top: 16px;
    }

    .info-block__link {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-right: -10px;
    }

    .info-block__link {
        background-size: 10px 20px;
    }

    .info-blocks.container {
        background: #E9EFE4;
    }

    .info-blocks_title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .qx200 .info-blocks-column:last-of-type {
        padding-top: 16px;
    }

    .info-blocks-bottom {
        margin-top: 25px;
        padding: 16px 10px;
    }

    .info-blocks-bottom_title {
        font-size: 20px;
        line-height: 22px;
        margin: 0 auto 15px;
    }

    .info-blocks-bottom_description {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .info-blocks-bottom_description p {
        margin-bottom: 5px;
    }

    .info-blocks-bottom_link {
        margin-bottom: 10px;
    }

    .info-blocks-bottom_note {
        font-size: 13px;
        line-height: 15px;
    }

    main.qx200 .info-blocks {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

@media (max-width: 991px) {
    .slider-form_cont {
        padding: 64px 16px;
    }

    .slider-form_title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 8px;
    }

    .slider-form_subtitle {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 30px;
    }

    .slider-form_slider-title {
        font-size: 18px;
        line-height: 23px;
        margin: 0 auto 29px;
        max-width: 340px;
    }

    .slider-form_slider-checkbox .checkbox__text {
        font-size: 14px;
        line-height: 18px;
    }

    .checkbox__text:before {
        top: 3px;
    }

    .slider-form_policy {
        max-width: 314px;
        margin: 0 auto 15px;
    }

    .slider-form_submit_button_cont {
        margin-bottom: 10px;
    }

    .slider-form_policy .checkbox__text:before {
        top: 1px;
    }

    .slider-form_slider-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slider-form_slider-column:nth-of-type(even) {
        left: 0;
    }

    .slider-form_slider-column {
        width: 100%;
        max-width: 314px;
    }

    .slider-form_slider-end .slider-form_slider-column {
        margin-bottom: 9px;
    }

    .slider-form_prev-nav-button.slick-disabled {
        visibility: visible;
        background: url(/local/templates/biorad/img/icons/form-slider-arrow-disabled.svg) no-repeat center;
    }
}

@media (max-width: 767px) {
    .slider-form_slider {
        padding-left: 20px;
        padding-right: 20px;
    }

    .slider-form_form {
        padding-top: 36px;
        padding-bottom: 32px;
    }
}

@media (max-width: 375px) {
    .slider-form_submit_button {
        width: 100%;
    }

    .slider-form_slider-end .slider-form_slider-column {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .slider-form_blocks-link {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .slider-form_blocks-link {
        padding-left: 0;
        padding-right: 0;
    }

    .expert-blocks-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .expert-blocks-column {
        margin-bottom: 20px;
        width: auto;
    }

    .expert-blocks-column:last-of-type {
        margin-bottom: 0;
    }
}

@media (max-width: 1150px) {
    .img-text-cont {
        padding-left: 30px;
        padding-right: 30px;
    }

    .img-text_img img {
        max-width: 100%;
    }
}

@media (max-width: 1150px) {
    .img-text-cont {
        padding: 48px 16px;
    }

    .img-text_title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 8px;
    }

    .img-text_description {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .img-text-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .img-text-column {
        width: 100%;
        max-width: 450px;
    }

    .img-text-column:first-of-type {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
    }

    .img-text-column:last-of-type {
        margin-bottom: 32px;
    }

    .img-text_title {
        padding-right: 0;
    }

    .img-text_description {
        padding-right: 0;
    }

    .img-text-column:first-of-type a.img-text {
        width: 285px;
        max-width: 100%;
    }
}

@media (max-width: 1100px) {
    .last-page-slider__slider-column__img-video {
        width: auto;
    }

    .last-page-slider__slider-column {
        width: 50%;
    }

    .last-page-slider__slider-column__text {
        max-width: none;
        margin-right: 20px;
    }

    .last-page-slider__slider-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .last-page-slider_title {
        font-size: 32px !important;
        line-height: 40px !important;
        margin-bottom: 15px;
    }

    .last-page-slider-cont .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .last-page-slider {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .last-page-slider__slider-title {
        font-size: 22px;
        line-height: 24px;
    }

    .last-page-slider__slider-column__text .orange_btn {
        font-size: 15px;
        line-height: 18px;
    }
}

@media (max-width: 991px) {
    .last-page-slider__slider-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .last-page-slider__slider-column:first-of-type {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0;
        text-align: center;
    }

    .last-page-slider__slider-column:last-of-type {
        margin-bottom: 15px;
    }

    .last-page-slider__slider_img .last-page-slider__slider-description {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .last-page-slider__slider_img .last-page-slider__slider-title {
        margin-bottom: 10px;
    }

    .last-page-slider__slider_img .last-page-slider__slider-link {
        text-align: center;
    }

    .last-page-slider__slider_video .last-page-slider__slider-link {
        text-align: center;
    }

    .last-page-slider__arrow-next {
        right: -15px;
    }

    .last-page-slider__arrow-prev {
        left: -15px;
    }
}

@media (max-width: 767px) {
    .last-page-slider__arrow {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background-size: contain;
    }

    .last-page-slider__slider-column {
        width: 100%;
        max-width: 350px;
    }

    .last-page-slider__slider_text .last-page-slider__slider-title,
    .last-page-slider__slider_text .last-page-slider__slider-description {
        padding: 0 15px;
    }
}

@media (max-width: 420px) {
    .last-page-slider__slider-column {
        padding: 0 15px;
    }
}

@media (max-width: 374px) {
    .last-page-slider_title {
        font-size: 25px !important;
        line-height: 27px !important;
    }

    .last-page-slider__slider_video .last-page-slider__slider-link a:first-of-type {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 1150px) {
    #footer {
        padding: 64px 30px;
    }

    .footer-right {
        margin-left: 0;
    }

    .footer-column:first-of-type {
        width: 55%;
    }

    .footer-column:last-of-type {
        width: 45%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 991px) {
    .footer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #footer {
        background: #808080;
        padding: 0;
    }

    .footer-row .footer-column {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-column:first-of-type {
        background: -webkit-linear-gradient(311.9deg, #179546 -13.05%, #4BAB3F 85.4%);
        background: linear-gradient(138.1deg, #179546 -13.05%, #4BAB3F 85.4%);
        border-radius: 0 0 140px 0;
        padding: 64px 18px 60px;
    }

    .footer-column:last-of-type {
        background: #808080;
        padding: 64px 16px;
    }

    .footer-left_block {
        margin-bottom: 14px;
    }

    .footer-right {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .footer-left_logo img {
        width: 134px;
    }

    .footer-left_logo {
        margin-bottom: 24px;
    }

    .footer-left_title {
        margin-bottom: 21px;
    }

    .footer-left_block {
        width: 100%;
    }

    .footer-left_blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-right,
    .footer-left {
        max-width: 343px;
    }

    .footer-right .orange_btn {
        width: 100%;
    }

    .footer-left_block__description {
        font-size: 14px;
        line-height: 18px;
    }

    .footer-right_subscribe .slider-form_input:last-of-type {
        margin-bottom: 16px;
    }

    .slider-form_input input,
    .slider-form_input textarea {
        max-width: none;
    }
}

.text-page_img-video__video {
    max-height: 350px;
}

.text-page_img-video__video iframe {
    display: none;
}

.text-page_img-video__video-link {
    position: relative;
    display: block;
}

.text-page_img-video__video-link:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.4;
    border-radius: 20px;
}

.text-page_img-video__video-link:after {
    content: '';
    position: absolute;
    background: url(/local/templates/biorad/img/icons/play.svg) no-repeat center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-size: 124px;
}

@media (max-width: 1200px) {
    .text-page-block_pl100 {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .text-page-blocks {
        padding-top: 15px;
    }

    .text-page_title-h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .text-page_subtitle {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .text-page_img {
        margin-bottom: 20px;
    }

    .text-page_title-h3 {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .text-page_text {
        font-size: 14px;
        line-height: 18px;
        margin: 0 auto 10px;
    }

    .text-page_ul-dash {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .text-page_ul-disc {
        font-size: 14px;
        line-height: 18px;
        color: #4D4D4D;
        margin-bottom: 10px;
    }

    .text-page_link-cont {
        margin-bottom: 20px;
    }

    .text-page-block_link {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 1200px) {
    .text-page_img-video-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .text-page_img-video-column {
        width: 100%;
        max-width: 580px;
    }

    .text-page_img-video-column:first-of-type {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .text-page_img-video {
        margin-bottom: 30px;
    }

    .text-page_title-h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .text-page_table {
        margin-bottom: 20px;
    }

    .text-page_title-h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 auto 10px;
    }

    .text-page_text-img-column {
        width: 50%;
    }

    .text-page_text-img__text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .text-page_text-img-column:first-of-type {
        max-width: none;
    }

    .text-page_text-img {
        margin: 0 auto 40px;
    }

    .text-page_check-text {
        padding: 15px;
        margin: 0 auto 25px;
    }

    .text-page_accordion-top_title {
        font-size: 14px;
        line-height: 18px;
    }

    .text-page_accordion-bottom {
        font-size: 14px;
        line-height: 18px;
    }

    .text-page_accordion-block {
        padding: 15px;
    }

    .text-page_accordion-blocks {
        margin-bottom: 30px;
    }

    .text-page_check-text-block:before {
        width: 25px;
        height: 25px;
        background-size: contain;
    }

    .text-page_check-text-block {
        padding-left: 55px;
    }

    .text-page_check-text-block_title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .text-page_check-text-block_description {
        font-size: 14px;
        line-height: 18px;
    }

    .text-page_check-text-block_description p {
        margin-bottom: 5px;
    }

    .text-page_check-text-blocks-column {
        margin-bottom: 20px;
    }

    .text-page_check-text-blocks {
        margin-bottom: 10px;
    }

    .text-page_title_slider_item_title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .text-page_title_slider_item_description {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .text-page_table td {
        padding: 10px 10px;
    }

    .text-page_text-img-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-page_text-img-column {
        width: 100%;
    }

    .text-page_text-img-column:last-of-type {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 15px;
        text-align: center;
    }

    .text-page_text-img-column:first-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
    }

    .text-page_text-img__link {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .text-page_text-img__text p {
        margin-bottom: 5px;
    }

    .text-page_check-text-blocks-column {
        width: 100%;
    }

    .text-page_check-text-block_title,
    .text-page_check-text-block_description {
        max-width: none;
    }
}

@media (max-width: 539px) {
    .text-page_title_slider_item_title {
        text-align: center;
    }

    .text-page_title_slider_item_description {
        text-align: center;
    }

    .text-page_title_slider_item_img {
        margin-bottom: 5px;
    }

    .testovaya-stranitsa-layout {
        padding: 10px;
    }

    .text-page_check-text__check {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
}

.new_article_block-cont {
    margin-bottom: 30px;
    text-align: center;
}

body.lock {
    overflow: hidden;
}

.popup {
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 100;
}

.popup.active .popup-content {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.popup.show {
    display: block;
}

.popup.show .popup-content {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.popup-table {
    height: 100%;
    table-layout: fixed;
    display: table;
    width: 100%;
}

.popup-table>.cell {
    height: 100%;
    vertical-align: middle;
    padding: 30px 10px;
    display: table-cell;
}

.popup-content {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    max-width: 500px;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 7px;
    padding: 25px;
    text-align: center;
}

.popup-content--min {
    max-width: 490px;
}

.popup-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
}

.popup-column {
    width: 50%;
}

.popup-column:first-of-type {
    border-radius: 5px 0 0 5px;
    -ms-flex-preferred-size: 480px;
    flex-basis: 480px;
}

.popup-column:last-of-type {
    border-radius: 0 5px 5px 0;
    -ms-flex-preferred-size: 460px;
    flex-basis: 460px;
}

.popup-img {
    background-color: #271d67;
    padding: 102px 95px 59px 95px;
    border-radius: 5px 0 0 5px;
}

.popup-img img {
    margin-bottom: 100px;
}

.popup-img__text {
    color: #90a8be;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.popup-form {
    padding: 60px 60px 40px 60px;
}

.popup-form-title {
    color: #271d67;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 35px;
}

.popup-video__value {
    max-width: 99%;
    height: 99%;
    border: none;
}

.popup-video__value iframe {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.popup-video .popup-close {
    top: 10px;
    right: 10px;
}

@media (max-width: 479px) {
    .popup-content {
        padding: 35px 15px;
    }
}

.popup-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
    background: url("/local/templates/biorad/img/icons/mobile-menu-close.svg") 0 0 no-repeat;
    background-size: 100%;
    z-index: 10;
}

.popup-close:hover {
    background: url("/local/templates/biorad/img/icons/mobile-menu-close.svg") 0 0 no-repeat;
}

@media (max-width: 479px) {
    .popup-close {
        top: 10px;
        right: 10px;
    }
}

.popup_textpage input,
.popup_textpage textarea {
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 20px;
}

.article_edit_btn,
.article_delete_btn {
    font-size: 16px;
    font-weight: normal;
    color: red !important;
}

.page__article_edit>* {
    cursor: -webkit-grab;
    cursor: grab;
}

.ui-sortable-helper {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.popup_textpage textarea {
    height: 200px;
}

.text-page-popup_slide {
    padding: 15px;
    border: 1px solid #000;
    margin-bottom: 15px;
}

.text-page_header {
    /*height: 15px;*/
    background: #F3F9EE;
    border-radius: 400px 0 0 0;
    max-width: 1550px;
    margin-left: auto;
}

.page-404 .container {
    background: url('/local/templates/biorad/img/404-img.png') no-repeat -9% 68%;
}

.page-404_text-block {
    padding-bottom: 453px;
    padding-top: 86px;
    max-width: 580px;
    position: relative;
    left: 489px;
}

.page-404_title {
    font-size: 55px;
    line-height: 60px;
    color: #001000;
    margin-bottom: 5px;
}

.page-404_subtitle {
    font-size: 32px;
    line-height: 40px;
    color: #001000;
    margin-bottom: 20px;
}

.page-404_description {
    font-size: 16px;
    line-height: 22px;
    color: #4D4D4D;
    margin-bottom: 30px;
}

@media (max-width: 1100px) {
    .page-404_text-block {
        left: auto;
        margin: auto;
    }
}

@media (max-width: 840px) {
    .page-404_title {
        font-size: 40px;
        line-height: 44px;
    }

    .page-404_subtitle {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .page-404_description {
        font-size: 14px;
        line-height: 18px;
        color: #4D4D4D;
        margin-bottom: 15px;
    }

    .page-404_text-block {
        padding-top: 50px;
        padding-bottom: 64%;
    }

    .page-404 .container {
        background: url(/local/templates/biorad/img/404-img.png) no-repeat left bottom;
        background-size: contain;
    }

    .page-404 {
        margin-bottom: 50px;
    }
}

.header_column-lang {
    position: relative;
    z-index: 100;
}

.social-header-mobile-top {
    display: none;
}

@media (max-width: 991px) {
    .social-header-mobile-top {
        display: block;
    }
}

@media (max-width: 991px) {
    .header_column:first-of-type {
        order: 2;
    }

    .social-header-mobile-top__list {
        display: flex;
    }

    .social-header-mobile-top__list .header_menu__link_social,
    .social-header-mobile-top__list .header_menu__mobile-language {
        background: #fff;
        padding: 0;
    }

    .social-header-mobile-top__list .header_menu__link_social {
        margin-right: 10px;
    }
}

.toggle-list__title {
    padding-top: 40px;
    margin-bottom: -60px;
    font-weight: 500;
    font-size: 55px;
    line-height: 60px;
    color: #000000;
}

@media (max-width: 1348px) {
    .toggle-list__title {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .toggle-list__title {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .toggle-list__title {
        font-size: 32px;
        line-height: 40px;
    }
}


/* qcnet*/
.header_container {
    width: 100%;
    max-width: 1160px;
    position: initial;
    overflow: visible;
    z-index: 999;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 15px;
}

.cell.logo {
    position: relative;
    height: 75px;
    padding: 0;
}

.header__logo {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0px;
    width: 105px;
    height: 100%;
    margin: 0;
    padding: 0 0 0 1px;
}

.header__logo img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.header_menu {
    width: inherit;
    flex: initial;
    max-width: fit-content;
}

.header_menu .header_menu_list {
    padding: 0;
    margin: 0;
    z-index: 3;
    display: flex;
}

.header_menu .header_menu_list>li {
    list-style: none;
    margin-bottom: 0px;
    position: initial;
    padding: 25px 0;
}

.header_menu .header_menu_list>li+li {
    margin-left: 0px;
    padding: 25px 0;
    padding-left: 35px;
}

.header_menu li a {
    color: #444444;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    line-height: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header_menu li a:hover,
.footer_list li a:hover {
    color: #30a147;
}

@media (min-width: 992px) {
    .cell.logo {
        min-width: 150px;
    }

    a.btn_search {
        width: 31px;
        height: 30px;
    }

    .bio_rad_icon {
        width: 82px;
    }
}

@media (max-width: 991px) {
    .cell.logo {
        min-width: 75px;
    }

    .header__logo {
        width: 75px;
    }

    a.btn_search {
        width: 25px;
        height: 25px;
    }

    .bio_rad_icon {
        width: 62px;
    }
}

.header_icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 0 auto;
    gap: 15px;
}

.map_icon img {
    width: 48px;
    height: 32px;
}

.bio_rad_icon {
    height: auto;
}


a.btn_search {
    background-image: url("/local/templates/biorad/static/img/search_icon.svg");
    background-repeat: no-repeat;
    background-position: left center;
}

a.btn_search:hover {
    text-decoration: none;
    color: #30a147;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

footer {
    background: #f7f7f7;
    position: relative;
    padding: 30px 0;
}

@media (max-width:767px) {

    footer,
    footer .copyright {
        font-size: 10px;
    }
}

.footer_container {
    display: flex;
    flex-direction: column;
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    color: #444444;
}

.footer_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0;
}

@media (max-width:768px) {
    .footer_row:first-child {
        justify-content: space-around;
    }

    .footer_row:last-child {
        flex-direction: column;
        gap: 10px;
        margin: 10px 30px;
        align-items: center;
    }

    .footer_row .footer_col:nth-child(2) {
        display: none;
    }

    .first-screen-column_img {
        display: none;
    }
}

.footer_link a:hover,
.footer_link a:focus,
.footer_link a:focus-visible {
    color: rgb(11, 10, 10);
}

.footer_col {
    position: relative;
    flex: 0 0 33.333%;
}

.footer_col span {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 16px;
    color: black;
}

.footer_list,
.footer_list li {
    line-height: 100%;
}

.footer_list li {
    margin-bottom: 10px;
}

.footer_list li a {
    display: block;
    cursor: pointer;
    line-height: 1.5;
    text-decoration: none;
    color: #444444;
}

.footer_col .li span {
    font-weight: 700;
    margin: 0;
}

.copyright {
    font-size: 16px;
}

.boxSearch,
.bgmegaNav {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    width: 100vw;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 20px -10px #b3b3b3;
    box-shadow: 0px 10px 20px -10px #b3b3b3;
    padding: 0 15px;
    margin-top: 0 !important;
    box-sizing: border-box;
    z-index: 1;
    line-height: 1.75;
    display: none;
}

.boxSearch .row {
    padding: 0 15px !important;
    width: auto;
    max-width: inherit;
    margin-right: -15px;
    margin-left: -15px;
}

.boxSearch_col {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
    position: relative;
    margin-bottom: 32px;
}

.boxSearch button {
    background-color: rgb(0, 151, 65);
}

.boxSearch button:hover,
.boxSearch button:focus,
.boxSearch button:focus-visible {
    background-color: rgb(0, 104, 45);
}

.boxSearch.show,
.bgmegaNav.show,
.bgmegaNav:hover {
    display: block;
}

.bgmegaNav.show,
.bgmegaNav:hover {
    height: calc(100% + 20px);
    z-index: 1;
}

.text_list-blocks,
.text_list_link-blocks {
    display: grid;
    column-gap: 60px;
}

@media (min-width: 732px) {

    .text_list-blocks,
    .text_list_link-blocks {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .text_block_container {
        padding-left: 150px;
    }

    .text_block_container img {
        float: right;
        margin-left: 100px;
        margin-bottom: 100px;
    }
}

.text_block_list-blocks {
    display: grid;
    column-gap: 60px;
}

.text_list_link,
.text_block_list {
    background-color: rgba(243, 249, 238, 1);
}

.text_list_link_text {
    padding-top: 80px;
    font-size: 30px;
    font-weight: 500;
}

.text_list_link_description {
    padding-top: 40px;
}

.text_block_container {
    margin-left: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    line-height: 32px;
    color: #4D4D4D;
}

.text_block_container img {
    margin-bottom: 30px;
    width: 350px;
    height: 300px;
}

.toggle-list-block_img {
    float: right;
    margin-left: 50px;
    margin-bottom: 50px;
    width: 150px !important;
    height: 100px;
}

.toggle-list-block_btn_container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.search_result_container {
    margin: 45px 70px;
}

.search_result_title {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 100px;
}

.search_result_title b {
    text-decoration: underline;
    text-decoration-style: dashed;
}

.search_result_title .btn_search {
    display: inline-block;
    margin-top: 15px;
}

.search_result_list {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.search_result_row {
    display: flex;
    gap: 200px;
    font-size: 16px;
    margin-bottom: 20px;
}

.search_result_control_name {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .search_result_row {
        flex-direction: column;
        gap: 0;
        margin-bottom: 40px;
    }
}

.search_result_col {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    line-height: 32px;
    color: #4D4D4D;
}

.search_result_col b {
    color: black;
}

.search_result_col:last-child {
    flex-basis: 60%;
}

.search_result_file {
    display: flex;
    margin-top: 10px;
}

.search_result_file h3 {
    font-size: 24px;
    font-weight: 400;
}

.search_result_file svg {
    width: 50px;
    height: 50px;
}

@media (min-width: 768px) {
    .first-screen-row-technical_support {
        justify-content: space-between;
        gap: 200px;
    }
}

.first-screen-column__left-technical_support {

    max-width: 600px;
}

.first-screen__title-technical_support {
    font-size: 35px;
}

.first-screen__description-technical_support {
    margin-bottom: 15px;
}

.first-screen__description-technical_support,
.first-screen-technical_support,
.tech_support_contacts_address,
.tech_support_contacts {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #4D4D4D;
}

.first-screen__title-technical_support {
    line-height: 32px;
    color: #4D4D4D;
}

.first-screen-technical_support {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .first-screen-technical_support {
        max-height: 400px;
    }
}

.first-screen-technical_support {
    border-radius: 0;
}

.header_submenu {
    display: none;
    position: absolute;
    top: 90%;
    background-color: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    line-height: 40px;
}

.header_menu_dropdown a {
    text-decoration: underline !important;
}

.header_submenu.show,
.header_submenu:hover {
    display: block;
    opacity: 1;
    width: 100vw;
}

.page_404_first-screen {
    height: 505px;
}

.page_404_row {
    justify-content: center;
}

.page_404__left {
    margin-top: 100px;
    text-align: center;
}

.page_404first-screen__title {
    font-size: 35px;
    font-weight: 600;
}

.page_404_first-screen__description {
    text-align: left;
    font-size: 20px;
}

.social_links {
    display: flex;
    justify-content: start;
    gap: 30px;
}

.social_links a {
    width: 25px;
    height: 25px;
}

.social_links img {
    max-width: 40px;
    height: 30px;
}

@media (max-width: 767px) {
    .social_links {
        gap: 10px;
    }

    .social_links img {
        height: 25px;
    }
}

.tech_support_contacts_container {
    display: flex;
}

.tech_support_contacts_row {
    display: flex;
    margin: 0 auto;
    gap: 100px;
}

.tech_support_contacts_col {
    flex: 1;
    box-sizing: border-box;
    padding: 100px;
}

@media (max-width: 767px) {
    .tech_support_contacts_row {
        flex-direction: column;
        gap: 0;
    }

    .tech_support_contacts_col {
        padding: 10px 20px;
    }
}

.tech_support_contacts_title {
    font-size: 26px;
}

.tech_support_contacts_col span,
.tech_support_contacts_address span {
    font-weight: 700;
}

.tech_support_contacts_col span {
    display: inline-block;
}

.tech_support_contacts_address span {
    margin-top: 50px;
}

.tech_support_contacts li {
    margin-bottom: 16px;
}

/* попап успешной отправки */
.modal_popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.37);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    justify-content: center;
    align-items: center;
    display: none;
}

.modal_popup.active {
    display: flex;
}

.success-message {
    background-color: white;
    padding: 50px;
}

.success-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.success-description {
    font-size: 20px;
    margin-bottom: 25px;
}

.popup_btn_container {
    display: flex;
    justify-content: center;
}

.popup_btn_container .first-screen__link {
    width: 50%;
    text-align: center;
    cursor: pointer;
}

.popup_btn_close {
    justify-content: flex-end;
    display: flex;
    font-size: 30px;
    cursor: pointer;
}

.assigned_values_title {
    padding-top: 100px;
    font-size: 30px;
    font-weight: 600;
}

.simple_page {
    padding-top: 100px;
    font-size: 24px;
    line-height: 32px;
}

.simple_page h1 {
    font-size: 32px;
    margin-bottom: 40px;
}

.simple_page p {
    color: #2f2e2e;
    margin-bottom: 20px;
    font-size: 20px;
}

.first-screen_btn_container {
    display: flex;
    gap: 30px;
    max-height: 50px;
}

@media (min-height:732px) {
    .text_list-blocks {
        align-items: start;
    }
}

.text_list-block a {
    cursor: pointer;
}

.first-screen-column {
    word-wrap: anywhere;
}
/* End */


/* Start:/local/templates/biorad/static/css/extra.css?17526101571826*/
/*Форма обратной связи*/
.popup-form-capcha {
    display: flex;
}
.g-recaptcha {
    margin: 0 auto;
}
.form-error {
    font-size: 16px;
    padding: 15px 0;
}
.not-show {
    opacity: 0;
    cursor: default;
}

/*Подписка*/
.subscribe-edit{
    line-height: 1;
    font-size: 18px;
    font-family: "HelveticaNeue";
}
.subscr-status {
    margin-bottom: 15px;
}
.subscr-btn {
    margin-top: 15px;
}
.subscr-desc{
    font-size: 15px;
    color: gray;
}
#subscribe-form .form-error, .form-success, .form-preload{
    display: none;
    font-size: 16px;
    padding: 15px 0;
}
#subscribe-form .form-error {
    color: red;
}
#subscribe-form .form-success{
    color:lawngreen;
}
#subscribe-form .form-preload{
    color: #eed814;
}

/*Футер меню (полоска)*/
.footer-nav-box {
    text-align: center;
    background-color: #26305c;
    padding: 20px;
    color: #bbbaba;
}
.footer-nav-box a{
    color: white;
    direction: none;
}

/*Главное меню*/
.no_link {
    cursor: default;
}
.header-menu__sublink.no_link:hover {
    background-color: white;
    color: #303030;
}

/*Question page*/
.textarea-header{
    padding: 10px 2px;
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 700;
}
.question-btn{
    padding-left: 10px;
    padding-top: 20px;
    text-align: left;
}
.question-success{
    color: forestgreen;
    padding: 10px 2px;
    font-size: 24px;
    font-weight: 700;
}
.question-error{
    padding: 10px 2px;
    color: red;
    font-size: 24px;
    font-weight: 700;
}

/**/
.catalog-reagent-table__value{
    font-size: 14px;
}
.f-r {
    float: right;
}

.baloon-content div{
    width: 100%;
}

.header-submenu-column{
    font-size: 14px;
}

@media (min-width: 992px){
    .catalog-tech-item > .cell:last-child {
        width: 60%;
    }
}
/* End */


/* Start:/local/templates/biorad/styles.css?1752610157273*/
/*
.blog-page__bgtext.text {
  text-align: center;
  background-color: #f8f8f8;
  padding: 40px;
  margin: 0px 0px 30px 0px; }
.blog-page-colums.rtl .blog-page-column:first-child {
    float: right; }
.blog-page-column {
  float: left;
  width: 50%;
  padding: 0 10px; }
*/
/* End */
/* /local/templates/biorad/static/css/style.css?175270043569898 */
/* /local/templates/biorad/template_styles.css?175879253479670 */
/* /local/templates/biorad/static/css/extra.css?17526101571826 */
/* /local/templates/biorad/styles.css?1752610157273 */
