@font-face {
  font-family: 'FontAwesome';
  src: url('/admin/inc/v2/css/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/admin/inc/v2/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/admin/inc/v2/css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/admin/inc/v2/css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/admin/inc/v2/css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/admin/inc/v2/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Evolventa';
  src: url('/modules/usd.afl/css/fonts/Evolventa-Regular.eot');
  src: url('/modules/usd.afl/css/fonts/Evolventa-Regular.eot?#iefix') format('embedded-opentype'), url('/modules/usd.afl/css/fonts/Evolventa-Regular.woff2') format('woff2'), url('/modules/usd.afl/css/fonts/Evolventa-Regular.woff') format('woff'), url('/modules/usd.afl/css/fonts/Evolventa-Regular.ttf') format('truetype'), url('/modules/usd.afl/css/fonts/Evolventa-Regular.svg#/modules/usd.afl/css/fonts/Evolventa-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Evolventa';
  src: url('/modules/usd.afl/css/fonts/Evolventa-Bold.eot');
  src: url('/modules/usd.afl/css/fonts/Evolventa-Bold.eot?#iefix') format('embedded-opentype'), url('/modules/usd.afl/css/fonts/Evolventa-Bold.woff2') format('woff2'), url('/modules/usd.afl/css/fonts/Evolventa-Bold.woff') format('woff'), url('/modules/usd.afl/css/fonts/Evolventa-Bold.ttf') format('truetype'), url('/modules/usd.afl/css/fonts/Evolventa-Bold.svg#/modules/usd.afl/css/fonts/Evolventa-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Linearicons';
  font-weight: normal;
  font-style: normal;
  src: url(/modules/usd.afl/css/fonts/Linearicons.eot);
  /* For IE6-8 */
  src: local('Linearicons'), local('Linearicons'), url(/modules/usd.afl/css/fonts/Linearicons.woff) format('woff'), url(/modules/usd.afl/css/fonts/Linearicons.ttf) format('truetype');
}
html,
body {
  background-color: #f5f5f5;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
html *,
body * {
  font-family: Evolventa, Sans-Serif;
}
._ {
  background-color: #fff;
  max-width: 1300px;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
}
._ h1 {
  font-size: 28px;
}
@media all and (max-width: 1000px) {
  ._ h1 {
    font-size: 22px;
  }
}
@media all and (max-width: 800px) {
  ._ h1 {
    font-size: 20px;
  }
}
._ ul {
  padding: 0;
}
._ button,
._ .button {
  color: #fff;
  background: #3970bd;
  border-radius: 6px;
  border: none;
  white-space: nowrap;
  display: inline-block;
  padding: 7px 15px;
  font-weight: bold;
  text-decoration: none !important;
  border: 1px solid #3970bd;
}
._ button.white,
._ .button.white {
  background: #fff;
  color: #000;
}
._ button.white:hover,
._ .button.white:hover {
  background-color: #0659a5;
  color: #fff;
  border: 1px solid #fff;
}
._ a {
  color: #3970bd;
  text-decoration: none;
}
._ a:hover {
  color: #0659a5;
  text-decoration: underline;
}
._ table.data {
  border-collapse: collapse;
}
._ table.data td {
  border: 1px solid #eee;
  padding: 4px;
  background-color: #fefefe;
}
@media all and (max-width: 800px) {
  ._ table.data td {
    word-break: break-all;
  }
}
._ .main-part {
  padding: 0 50px;
}
@media all and (max-width: 800px) {
  ._ .main-part {
    padding: 0 5px;
  }
}
._ .center {
  text-align: center;
}
._ .lin {
  text-decoration: none;
}
._ .lin::before {
  font-family: Linearicons;
  content: "\ea4d";
  display: inline-block;
}
._ .afl__with-mb {
  margin-bottom: 40px;
}
._ .afl__rad-30 {
  border-radius: 20px;
  overflow: hidden;
}
@media all and (max-width: 480px) {
  ._ .afl__rad-30 {
    border-radius: 10px;
  }
}
._ select {
  height: 33px;
  line-height: 22px;
}
._ input.required,
._ textarea.required,
._ select.required {
  background-size: 15px !important;
}
.afl__jelly-a a:hover {
  animation: jelly 0.5s linear;
}
@keyframes jelly {
  from,
  to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.2);
  }
  50% {
    transform: scale(1.2, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
.unews__body h2 {
  font-weight: normal;
  font-size: 19px;
  padding: 0 0 10px 0;
}
.td-item {
  display: flex;
}
iframe {
  max-width: 100% !important;
}
._ .umen__close-button-place {
  display: none;
}
._ .afl__mob-home {
  display: none !important;
}
@media all and (max-width: 550px) {
  ._ .afl__mob-home {
    display: flex !important;
  }
}
._ .afl__mob-home a:before {
  content: "\e900";
}
._ .afl__mob-menu {
  display: none !important;
}
@media all and (max-width: 800px) {
  ._ .afl__mob-menu {
    display: flex !important;
  }
}
._ .afl__mob-menu a::before {
  content: "\ec2b";
}
._ .afl__my-cart-link {
  font-size: 28px;
  position: relative;
}
._ .afl__my-cart-link .unews__cart-counter {
  position: absolute;
  color: #fff;
  background: #f14040;
  font-size: 12px;
  font-weight: normal;
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  top: -8px;
  right: -8px;
  padding: 5px;
  box-sizing: border-box;
}
._ .top-wrapper {
  position: sticky;
  z-index: 100;
  top: -165px;
  background-color: #fff;
  padding: 50px;
  transition: all 0.4s;
}
@media all and (max-width: 800px) {
  ._ .top-wrapper {
    padding: 10px 10px 5px !important;
    top: -5px;
  }
}
._ .top-wrapper.afl__is-sticky {
  padding: 170px 50px 10px 50px;
  border-bottom: 1px solid #eee;
}
._ .top-wrapper .usd__menu-place .umen__indicator {
  right: 17px !important;
  padding-left: 9px !important;
}
._ .top-wrapper .usd__menu-place .umen__indicator div {
  background: #0659a5 !important;
}
._ .top-wrapper .top-links a {
  display: inline-block;
  margin-right: 15px;
}
._ .top-wrapper .top-part {
  padding: 0 0 5px 0;
}
._ .top-wrapper .top-part a {
  color: #888;
  text-decoration: none;
}
._ .top-wrapper .top-part a:hover {
  text-decoration: underline;
}
._ .top-wrapper .logo-ln-wrapper {
  display: flex;
  align-items: center;
}
._ .top-wrapper .logo-ln-wrapper a {
  margin-left: 5px;
  font-size: 16px;
  border-left: 1px solid #eee;
  padding-left: 10px;
}
._ .top-wrapper .logo-ln-wrapper a.contact-email {
  font-size: 12px;
}
._ .top-wrapper .logo-ln-wrapper > div {
  display: flex;
  flex-direction: column;
}
._ .top-wrapper .logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
}
._ .top-wrapper .logo-link img {
  max-height: 80px;
}
._ .top-wrapper .top-menu {
  align-items: center;
  display: flex;
  height: 62px;
}
._ .top-wrapper .top-menu > div {
  display: flex;
}
._ .top-wrapper .top-menu > div .afl__cart-wrp {
  display: flex;
  margin-left: 17px;
  align-items: center;
}
._ .top-wrapper .top-menu > div .afl__cart-wrp a::before {
  transform: scale(1.3);
}
._ .top-wrapper .top-menu .afl__order-btn {
  font-size: 20px;
  font-weight: bold;
}
._ .top-menu ul.menu {
  display: flex;
  color: #000;
  align-items: center;
  height: 60px;
  flex-grow: 10;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}
._ .top-menu ul.menu > li:not(.umen__close-button-place) {
  position: relative;
  cursor: pointer;
  height: 60px;
  display: flex;
  align-items: center;
}
._ .top-menu ul.menu > li:not(.umen__close-button-place):hover ul {
  opacity: 1;
  max-height: 700px;
  margin: 7px 0 0 0;
  pointer-events: auto;
}
._ .top-menu ul.menu > li:not(.umen__close-button-place)::before {
  content: " ";
  position: absolute;
  height: 15px;
  left: 0;
  right: 0;
  bottom: -8px;
}
._ .top-menu ul.menu > li:not(.umen__close-button-place) > .top-title > a {
  display: flex;
  height: 60px;
  align-items: center;
  padding: 0 10px;
}
@media all and (max-width: 1200px) {
  ._ .top-menu ul.menu > li:not(.umen__close-button-place) > .top-title > a {
    font-size: 16px;
    padding: 0 10px;
  }
}
._ .top-menu ul.menu > li:not(.umen__close-button-place) a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
._ .top-menu ul.menu > li:not(.umen__close-button-place) a:hover {
  color: #0659a5;
}
._ .top-menu ul.menu > li:not(.umen__close-button-place) ul {
  opacity: 0.01;
  position: absolute;
  left: 0;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-width: 200px;
  top: 38px;
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
  transition: all 0.3s;
  max-height: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: 1000;
}
._ .top-menu ul.menu > li:not(.umen__close-button-place) ul li {
  padding: 5px;
  transition: all 0.3s;
}
._ .top-menu ul.menu > li:not(.umen__close-button-place) ul li:hover {
  background: #eee;
}
._ .top-menu ul.menu > li:not(.umen__close-button-place) ul li a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
  display: flex;
  white-space: nowrap;
  padding: 2px 15px 2px 10px;
  position: relative;
  font-weight: normal;
  font-size: 15px !important;
}
._ .top-menu ul.menu img {
  max-height: 60px;
}
:root body.pp__popup-mode {
  overflow: hidden;
}
:root body.pp__popup-mode .menu {
  margin: 0 !important;
}
:root body.pp__popup-mode .usd__menu-place {
  display: flex !important;
  flex-direction: column;
  position: fixed !important;
  left: 5px;
  right: 5px;
  border-radius: 4px;
  z-index: 9999;
  top: 5px !important;
  background: #fff;
  bottom: 5px !important;
  height: auto !important;
  border: 1px solid #ccc !important;
  align-items: initial !important;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  color: #444 !important;
  padding: 20px !important;
}
:root body.pp__popup-mode .usd__menu-place > li:not(.umen__indicator):first-child {
  display: none !important;
}
:root body.pp__popup-mode .usd__menu-place li:not(.umen__indicator) {
  padding: 1px 1px 1px 10px !important;
  border: none !important;
  display: block !important;
  height: auto;
  background: none !important;
}
:root body.pp__popup-mode .usd__menu-place li:not(.umen__indicator)::before {
  display: none !important;
}
:root body.pp__popup-mode .usd__menu-place li:not(.umen__indicator) a {
  padding: 5px !important;
  white-space: normal !important;
  display: block;
  margin: 0 !important;
  color: #666 !important;
}
:root body.pp__popup-mode .usd__menu-place ul {
  position: relative !important;
  opacity: 1 !important;
  top: auto !important;
  box-shadow: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 0 0 0;
  max-height: none !important;
  background: none !important;
  pointer-events: all !important;
  transition: all 0s !important;
  left: auto !important;
}
:root body.pp__popup-mode .usd__menu-place div:not(.umen__close-button) {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  border: none !important;
  height: auto !important;
}
:root body.pp__popup-mode .usd__menu-place div:not(.umen__close-button) a {
  border: none !important;
  display: block;
  margin: 0 !important;
  color: #000 !important;
  height: 35px !important;
}
:root body.pp__popup-mode .usd__menu-place * {
  border: none !important;
}
:root body.pp__popup-mode ._ .top-menu ul.menu > li ul li a::before {
  display: none !important;
}
@media all and (max-width: 700px) {
  :root body .umen__indicator {
    display: none !important;
  }
}
._ .footer {
  background: #96c2e9;
  display: flex;
  padding: 50px;
  clear: both;
}
@media all and (max-width: 700px) {
  ._ .footer {
    padding: 5px;
    flex-direction: column;
  }
}
._ .footer > div {
  padding: 0 20px;
  box-sizing: border-box;
  width: 33%;
}
@media all and (max-width: 1000px) {
  ._ .footer > div {
    width: 50%;
  }
}
@media all and (max-width: 700px) {
  ._ .footer > div {
    width: 100%;
  }
}
._ .footer > div:first-child {
  flex-grow: 4;
}
._ .footer > div:first-child,
._ .footer > div:last-child {
  margin: 0;
}
._ .footer a {
  color: #0659a5;
}
._ .footer .afl__bottom-logo {
  max-width: 280px;
}
@media all and (max-width: 1000px) {
  ._ .footer .afl__bottom-logo {
    max-width: 200px;
  }
}
._ .footer .afl__footer-links a {
  display: block;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
}
._ .footer .afl__footer-comp-data div {
  font-size: 15px;
  margin: 10px;
}
._ .afl__block-1_2 {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 20px));
  grid-template-rows: repeat(2, minmax(250px, auto));
  gap: 40px;
  margin-bottom: 40px;
}
@media all and (max-width: 900px) {
  ._ .afl__block-1_2 {
    gap: 20px;
    grid-template-columns: calc(50% - 20px);
    grid-auto-rows: auto;
  }
}
._ .afl__block-1_2 > div:first-child {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}
@media all and (max-width: 900px) {
  ._ .afl__block-1_2 > div:first-child {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
._ .afl__block-1_2 > div,
._ .afl__block-1_2 > a {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media all and (max-width: 900px) {
  ._ .afl__block-1_2 > div,
  ._ .afl__block-1_2 > a {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
@media all and (max-width: 700px) {
  ._ .afl__block-1_2 > div,
  ._ .afl__block-1_2 > a {
    grid-column-start: 1 !important;
    grid-column-end: 3 !important;
  }
}
@media all and (max-width: 900px) {
  ._ .afl__block-1_2 > a {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
._ .afl__block-1_1 {
  display: flex;
}
@media all and (max-width: 800px) {
  ._ .afl__block-1_1 {
    flex-direction: column;
  }
}
._ .afl__block-1_1 > * {
  width: 30%;
  box-sizing: border-box;
  padding: 20px;
  margin: 0;
}
._ .afl__block-1_1 > *:last-child {
  width: 70%;
}
@media all and (max-width: 800px) {
  ._ .afl__block-1_1 > * {
    width: 100% !important;
  }
}
._ .afl__blue-catalog {
  gap: 40px;
  margin-bottom: 40px;
}
._ .afl__blue-catalog > div {
  padding: 0;
}
._ .afl__blue-catalog > div:first-child {
  width: 40% !important;
}
._ .afl__blue-catalog > div:last-child {
  padding: 0 !important;
  width: 60% !important;
}
@media all and (max-width: 800px) {
  ._ .afl__blue-catalog > div:last-child,
  ._ .afl__blue-catalog > div:first-child {
    width: 100% !important;
  }
}
._ .afl__blue-catalog > div.afl__test-antibiotics {
  background: #c7e4ff url(/modules/usd.afl/img/bg-media-2.png) center center no-repeat;
  background-size: 60%;
  border-radius: 10px;
  transition: all 0.3s;
}
@media all and (max-width: 800px) {
  ._ .afl__blue-catalog > div.afl__test-antibiotics {
    height: 500px;
  }
}
@media all and (max-width: 500px) {
  ._ .afl__blue-catalog > div.afl__test-antibiotics {
    height: 400px;
  }
}
._ .afl__blue-catalog > div.afl__test-antibiotics:hover {
  background-color: #b3d0eb;
}
._ .afl__blue-catalog > div.afl__test-antibiotics a {
  display: flex;
  height: 100%;
  width: 100%;
  color: #000;
  text-decoration: none !important;
  font-size: 30px;
  font-weight: bold;
  justify-content: center;
  align-items: flex-end;
  padding: 40px 10px 10px;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
}
@media all and (max-width: 800px) {
  ._ .afl__blue-catalog > div.afl__test-antibiotics a {
    padding: 10px;
  }
}
._ .afl__blue-catalog > div ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
._ .afl__blue-catalog > div ul li {
  padding: 0;
  overflow: hidden;
}
._ .afl__blue-catalog > div ul li.li__hu-gen__link-50 {
  display: none !important;
}
._ .afl__blue-catalog > div ul li:last-child a {
  margin: 0;
}
._ .afl__blue-catalog > div ul li a {
  color: #000;
  font-size: 20px;
  display: flex;
  background: #c7e4ff url(/modules/usd.afl/img/bg-gen__link-51.png) 16px center no-repeat;
  background-size: 63px;
  border-radius: 10px;
  margin-bottom: 10px;
  min-height: 80px;
  align-items: center;
  text-decoration: none !important;
  transition: all 0.3s;
  box-sizing: border-box;
  padding-left: 100px;
}
._ .afl__blue-catalog > div ul li a:hover {
  background-color: #b3d0eb;
}
._ .afl__blue-catalog > div ul li a.gen__link-51 {
  background-image: url(/modules/usd.afl/img/bg-gen__atf-monotor.png);
}
._ .afl__blue-catalog > div ul li a.gen__link-53 {
  background-image: url(/modules/usd.afl/img/bg-gen__lab.png);
}
._ .afl__blue-catalog > div ul li a.gen__link-52 {
  background-image: url(/modules/usd.afl/img/bg-test-pioner.png);
}
._ .afl__blue-catalog > div ul li a.gen__link-55 {
  background-image: url(/modules/usd.afl/img/bg-gen__test-mico.png);
}
._ .afl__blue-catalog > div ul li a.gen__link-54 {
  background-image: url(/modules/usd.afl/img/bg-gen__probs.png);
}
._ .afl__blue-catalog > div ul li a.gen__link-70 {
  background-image: url(/modules/usd.afl/img/bg-consum.png);
}
._ .afl__blue-catalog > div ul li a.gen__link-121 {
  background-image: url(/modules/usd.afl/img/bg-media.png);
}
._ .afl__blue-catalog > div ul li a.gen__link-144 {
  background-image: url(/modules/usd.afl/img/bg-lab-plastic.png);
}
._ .afl__blue-catalog > div ul li a.gen__link-140 {
  background-image: url(/modules/usd.afl/img/bg-test-2.png);
  background-size: 93px;
  background-position: 4px center;
}
._ .afl__blue-block {
  background: #0659a5;
  background: linear-gradient(90deg, #0659a5 0%, #3970bd 100%);
  color: #fff;
  padding: 50px 35px;
}
@media all and (max-width: 900px) {
  ._ .afl__blue-block {
    padding: 20px;
  }
}
._ .afl__blue-block h2 {
  padding: 0;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
}
@media all and (max-width: 900px) {
  ._ .afl__blue-block h2 {
    font-size: 27px;
  }
}
._ .afl__blue-block ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 40px;
}
@media all and (max-width: 900px) {
  ._ .afl__blue-block ul {
    margin: 20px 0 0;
  }
}
._ .afl__blue-block ul li {
  padding: 5px 0;
}
._ .afl__blue-block ul a {
  color: #fff;
  font-size: 18px;
}
._ .afl__lab-block {
  display: flex;
  padding: 20px;
  justify-content: flex-end;
  flex-direction: column;
  background-image: linear-gradient(180deg, transparent 0%, rgba(33, 55, 169, 0.9) 100%), url(/modules/usd.afl/img/bg-lab-block-1.png);
  background-position: center;
  background-size: cover;
}
._ .afl__lab-block.afl__bg-v_2 {
  background-image: linear-gradient(180deg, transparent 0%, rgba(33, 55, 169, 0.9) 100%), url(/modules/usd.afl/img/bg-lab-block-2.png);
}
._ .afl__lab-block.afl__bg-v_3 {
  background-image: linear-gradient(180deg, transparent 0%, rgba(33, 55, 169, 0.9) 100%), url(/modules/usd.afl/img/bg-lab-block-3.png);
}
._ .afl__lab-block.afl__bg-v_4 {
  background-image: linear-gradient(180deg, transparent 0%, rgba(33, 55, 169, 0.9) 100%), url(/modules/usd.afl/img/bg-lab-block-4.png);
}
._ .afl__lab-block.afl__bg-v_5 {
  background-image: linear-gradient(180deg, transparent 0%, rgba(33, 55, 169, 0.9) 100%), url(/modules/usd.afl/img/bg-lab-block-5.png);
}
._ .afl__lab-block .afl__lab-block-text {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 8px;
}
._ .afl__lab-block .button {
  margin-top: 20px;
}
._ .afl__gray-block {
  background: #d9d9d9 url(/modules/usd.afl/img/bg-gray-block.png) right bottom no-repeat;
  background-size: 35%;
  color: #000 !important;
  text-decoration: none !important;
  padding: 20px;
}
._ .afl__index-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
._ .afl__index-icons a {
  background: url(/modules/usd.afl/img/icon-3.png) center 10px no-repeat;
  background-size: 100px;
  border-radius: 10px;
  box-sizing: border-box;
  color: #000;
  display: flex;
  margin: 10px;
  max-width: 200px;
  padding: 120px 10px 10px 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
._ .afl__index-icons a:hover {
  background-color: #eee;
}
._ .afl__index-icons a:nth-child(2) {
  background-image: url(/modules/usd.afl/img/icon-1.png);
}
._ .afl__index-icons a:nth-child(3) {
  background-image: url(/modules/usd.afl/img/icon-4.png);
}
._ .afl__index-icons a:nth-child(4) {
  background-image: url(/modules/usd.afl/img/icon-5.png);
}
._ .afl__index-icons a:nth-child(5) {
  background-image: url(/modules/usd.afl/img/icon-2.png);
}
._ .afl__news-block-v1 {
  margin-bottom: 40px;
}
._ .afl__news-block-v1 img.afl__body-image {
  float: right;
  margin: 0 0 20px 20px;
  width: 40%;
}
@media all and (max-width: 1000px) {
  ._ .afl__news-block-v1 img.afl__body-image {
    width: 50%;
  }
}
@media all and (max-width: 800px) {
  ._ .afl__news-block-v1 img.afl__body-image {
    width: 100%;
    clear: both;
    margin: 0 0 20px 0;
  }
}
._ .afl__our-partners-block {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0 0 40px;
  padding: 0;
  justify-content: center;
}
._ .afl__our-partners-block li {
  padding: 0 10px;
  margin: 10px;
}
._ .afl__our-partners-block li a {
  display: block;
}
._ .afl__our-partners-block li a img {
  max-height: 60px;
}
._ .afl__big-news-block {
  margin-bottom: 40px;
}
._ .afl__big-news-block .title {
  display: none !important;
}
._ .afl__big-news-block ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
._ .afl__big-news-block ul li {
  box-sizing: border-box;
  margin: 0 0 0 15px;
  width: calc(50% - 15px);
}
@media all and (max-width: 950px) {
  ._ .afl__big-news-block ul li {
    width: 100%;
  }
}
._ .afl__big-news-block ul li:first-child {
  margin: 0 15px 0 0;
}
@media all and (max-width: 950px) {
  ._ .afl__big-news-block ul li:first-child {
    margin: 0;
  }
}
._ .afl__big-news-block ul li .udu__bg-of-article {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
._ .afl__big-news-block ul li .udu__dtl-link {
  margin-top: 10px;
  text-align: right;
}
._ .afl__big-news-block ul li a.udu-cust {
  color: #000;
  display: block;
  font-size: 23px;
  font-weight: bold;
  padding: 10px 0;
  text-decoration: none !important;
}
._ .unews__wrapper {
  border: none !important;
}
._ .unews__wrapper .news__info-line {
  border: none !important;
}
._ .unews__wrapper .unews__image {
  border: none !important;
  max-width: 40% !important;
}
@media all and (max-width: 800px) {
  ._ .unews__wrapper .unews__image {
    max-width: 100% !important;
  }
}
._ .unews__wrapper .unews__image img {
  border-radius: 10px;
}
@media all and (max-width: 800px) {
  ._ table td * {
    word-break: break-all;
  }
}
.afl__data-table-place .left-part {
  display: none !important;
}
.afl__data-table-place .search-block {
  width: auto !important;
  display: flex;
  border: none !important;
}
.afl__data-table-place .search-block button {
  margin: 0 4px !important;
}
.afl__data-table-place div.a-dnw > div {
  font-size: 10px;
  color: #999;
}
@media all and (max-width: 550px) {
  .afl__data-table-place div.a-dnw > div {
    display: none !important;
  }
}
.afl__data-table-place form.search-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.afl__data-table-place form.search-form .search-buttons {
  display: flex;
  border: none !important;
}
.afl__data-table-place form.search-form .td-title {
  border: none !important;
}
@media all and (max-width: 500px) {
  .afl__data-table-place form.search-form .td-title.for-file_name-__SEARCH {
    display: none !important;
  }
}
@media all and (min-width: 990px) {
  #test-met-eggs {
    padding-left: 300px;
    background: url(/modules/usd.afl/img/test-egg.jpg) 5px center no-repeat;
    background-size: 275px;
  }
}
@media all and (min-width: 990px) {
  #lab-plastic {
    padding-left: 300px;
    background: url(/modules/usd.afl/img/lab-plastic.jpg) 5px center no-repeat;
    background-size: 275px;
  }
}
@media all and (min-width: 990px) {
  #allergens {
    padding-left: 300px;
    background: url(/modules/usd.afl/img/allergens.png) 5px center no-repeat;
    background-size: 275px;
    min-height: 220px;
  }
}
@media all and (min-width: 990px) {
  :root #afl-products-web {
    display: flex;
  }
  :root #afl-products-web legend {
    margin-left: 10px !important;
  }
  :root #afl-products-web .top-part {
    min-width: 300px;
    max-width: 300px;
    overflow: hidden;
  }
  :root #afl-products-web .search-block.usd__search-mult {
    width: 100% !important;
    margin-right: 8px !important;
  }
  :root #afl-products-web .data-container {
    margin: 20px 0 0 10px;
    width: 100%;
  }
}
:root .afl__data-table-place.afl__growth-media #search {
  width: 150px;
}
:root .afl__data-table-place.afl__growth-media fieldset {
  background-color: #f9f9f9;
  padding: 3px;
}
:root .afl__data-table-place.afl__growth-media table {
  font-size: 15px;
}
:root .afl__data-table-place.afl__growth-media table th {
  background-color: #f9f9f9;
}
:root .afl__data-table-place.afl__growth-media table .td-title {
  min-width: 20px !important;
}
:root .afl__data-table-place.afl__growth-media tr.rec[data-id="208"] td {
  background-color: #f6f8c1 !important;
}
:root .afl__data-table-place.afl__growth-media .usd__after-delim-block {
  display: none !important;
}
:root .afl__data-table-place.afl__growth-media .usd__search-mult {
  width: calc(50% - 20px) !important;
  box-sizing: border-box;
}
@media all and (max-width: 700px) {
  :root .afl__data-table-place.afl__growth-media .usd__search-mult {
    width: calc(100% - 10px) !important;
    margin: 0 !important;
  }
}
:root .afl__data-table-place.afl__growth-media .usd__search-mult:last-child {
  margin: 0 !important;
}
:root .afl__data-table-place.afl__growth-media .usd__search-mult table {
  width: 100% !important;
}
:root .afl__data-table-place.afl__growth-media .usd__search-mult .check-list__wrapper {
  max-height: 200px;
  height: 200px;
  background-color: #fff;
}
:root .afl__data-table-place.afl__growth-media .usd__search-mult .checkBoxList {
  width: 100% !important;
}
:root .afl__data-table-place.afl__growth-media .DataFormSearch.with-multSelect .multi-delimiter {
  width: 100% !important;
  margin: 20px 0 !important;
}
:root .afl__data-table-place.afl__growth-media .search-block.search-buttons {
  width: 100% !important;
  justify-content: center !important;
}
._ .afl__about-block-2 {
  display: flex;
}
@media all and (max-width: 800px) {
  ._ .afl__about-block-2 {
    padding: 20px 0 !important;
  }
}
@media all and (max-width: 600px) {
  ._ .afl__about-block-2 {
    flex-direction: column;
  }
  ._ .afl__about-block-2 > div {
    width: 100% !important;
  }
}
._ .afl__about-block-2 > div {
  width: 50%;
}
._ .afl__about-block-2 > div:first-child {
  padding-right: 15px;
}
._ .afl__about-block-2 > div:last-child {
  padding-left: 15px;
}
._ .afl__about-block-2 > div ul li {
  padding: 10px 0;
}
._ .afl__div-with-image {
  display: flex;
}
._ .afl__div-with-image.image-left .div__by-code-with-image {
  order: 10;
}
._ .afl__div-with-image.image-left .div__by-code-with-text {
  order: 20;
}
._ .afl__div-with-image.afl__img-30 > div.div__by-code-with-image {
  width: 30%;
}
._ .afl__div-with-image.afl__img-30 > div.div__by-code-with-text {
  width: 70%;
}
._ .afl__div-with-image > div {
  box-sizing: border-box;
  padding: 10px;
  width: 50%;
}
._ .afl__div-with-image h2 {
  margin-bottom: 0 !important;
}
@media all and (max-width: 800px) {
  ._ .afl__div-with-image {
    flex-direction: column;
  }
  ._ .afl__div-with-image > div {
    width: 100% !important;
    padding: 0;
  }
  ._ .afl__div-with-image > div.div__by-code-with-image {
    order: 10;
  }
  ._ .afl__div-with-image > div.div__by-code-with-text {
    order: 20;
  }
}
._ .afl__div-with-image .div__by-code-with-image {
  text-align: center;
}
._ .afl__div-with-image .div__by-code-with-image img {
  border-radius: 20px;
  max-width: 100%;
}
._ .usd__call-me-form {
  margin-bottom: 40px;
  background-color: #e1f1ff;
}
._ .usd__call-me-form td {
  vertical-align: middle !important;
}
._ .a-download {
  align-items: center;
  background: #f9f9f9 url(/modules/usd.afl/img/icon-exe.png) 2px center no-repeat;
  border: 1px solid #f4f4f4;
  display: flex;
  min-height: 58px;
  padding: 5px 5px 5px 60px;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
._ .a-download:hover {
  background-color: #f2f2f2;
}
._ .a-download.a-pdf {
  background: #f9f9f9 url(/modules/usd.afl/img/pdf.png) 2px center no-repeat;
}
._ .a-download.a-docx,
._ .a-download.a-doc {
  background: #f9f9f9 url(/modules/usd.afl/img/doc.png) 2px center no-repeat;
}
._ .a-download.a-xls,
._ .a-download.a-xlsx {
  background: #f9f9f9 url(/modules/usd.afl/img/xls.png) 2px center no-repeat;
}
._ .fa::before {
  font-family: FontAwesome;
  content: "\f015";
}
._ .unew__cart-empty {
  min-height: 400px;
  background: url(/modules/usd.news/img/cart-empty.png) center center no-repeat;
}
._ li.unews__list-item {
  position: relative;
}
._ li.unews__list-item > div {
  width: 100% !important;
}
._ li.unews__list-item.unews__is-new {
  overflow: visible !important;
  background-color: #fffce6;
}
._ li.unews__list-item.unews__is-new .image {
  position: relative;
  overflow: visible !important;
  border: 1px solid #ff0000;
}
._ li.unews__list-item.unews__is-new .image::before {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -12px;
  right: -12px;
  background: url(/modules/usd.news/img/new-corner-label.png) center center no-repeat;
  background-size: 100px;
}
._ .unews__cart-close-button {
  width: 24px !important;
  height: 24px !important;
  background: url(/modules/usd.news/img/news-close-button.png) center center no-repeat !important;
  background-size: 24px !important;
  border: none !important;
  transition: all 0.3s;
  opacity: 0.6;
}
._ .unews__cart-close-button:hover {
  opacity: 1;
}
._ .unews__cart-close-button::before {
  display: none !important;
}
._ .unews__wrapper.unews__view-2 ul.unews__list li.unews__list-item {
  margin: 0 0 15px !important;
  padding-bottom: 15px !important;
  min-height: 40px !important;
  width: 100% !important;
  border-bottom: 1px solid #f5f5f5 !important;
}
._ .unews__wrapper.unews__view-2 ul.unews__list li.unews__list-item a.image,
._ .unews__wrapper.unews__view-2 ul.unews__list li.unews__list-item .l-2,
._ .unews__wrapper.unews__view-2 ul.unews__list li.unews__list-item hr {
  display: none !important;
}
._ .unews__wrapper.unews__view-2 ul.unews__list li.unews__list-item .short-desc {
  padding: 0 !important;
}
._ .unews__wrapper.unews__view-3 ul.unews__list li.unews__list-item {
  width: auto !important;
}
._ .unews__wrapper.unews__view-3 a.image {
  margin: 0 !important;
}
._ .unews__wrapper.unews__view-3 .short-desc,
._ .unews__wrapper.unews__view-3 a.title,
._ .unews__wrapper.unews__view-3 .l-2,
._ .unews__wrapper.unews__view-3 hr {
  display: none !important;
}
._ .news-image {
  border: 1px solid #eee;
  float: right;
  margin: 20px 0 10px 20px;
  padding: 5px;
  width: 300px;
}
@media all and (max-width: 760px) {
  ._ .news-image {
    width: calc(100% - 10px);
    margin: 5px auto !important;
    float: none;
  }
}
._ .news-body {
  max-width: 930px;
}
._ .news-body img {
  max-width: 100% !important;
}
._ .news-body img:not(.news-image) {
  margin: 0 10px 0 0;
  float: left;
  border: 1px solid #f5f5f5;
  padding: 2px;
}
._ .news-body hr {
  clear: both;
  border: none;
  border-bottom: 1px solid #f5f5f5;
  padding-top: 10px;
  margin: 5px;
  display: block;
  opacity: 0.4;
}
._ .news-body h2,
._ .news-body h3,
._ .news-body h4,
._ .news-body h5 {
  color: #666;
  font-size: 16px;
  font-weight: bold;
}
._ .news-list,
._ .unews__list {
  list-style: none;
  margin: 10px;
  padding: 0;
}
@media all and (max-width: 800px) {
  ._ .news-list,
  ._ .unews__list {
    margin: 0 !important;
  }
  ._ .news-list li,
  ._ .unews__list li {
    padding: 0 !important;
  }
}
._ .news-list.list-mode-image-3,
._ .unews__list.list-mode-image-3,
._ .news-list.list-mode-image-2,
._ .unews__list.list-mode-image-2,
._ .news-list.list-mode-image-5,
._ .unews__list.list-mode-image-5 {
  display: flex;
  flex-wrap: wrap;
}
._ .news-list.list-mode-image-3.list-mode-image-2 li,
._ .unews__list.list-mode-image-3.list-mode-image-2 li,
._ .news-list.list-mode-image-2.list-mode-image-2 li,
._ .unews__list.list-mode-image-2.list-mode-image-2 li,
._ .news-list.list-mode-image-5.list-mode-image-2 li,
._ .unews__list.list-mode-image-5.list-mode-image-2 li {
  width: calc(50% - 16px);
}
._ .news-list.list-mode-image-3 li,
._ .unews__list.list-mode-image-3 li,
._ .news-list.list-mode-image-2 li,
._ .unews__list.list-mode-image-2 li,
._ .news-list.list-mode-image-5 li,
._ .unews__list.list-mode-image-5 li {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 18px);
  margin: 8px 8px 35px;
  padding: 6px;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 0.3s;
}
@media all and (max-width: 1000px) {
  ._ .news-list.list-mode-image-3 li,
  ._ .unews__list.list-mode-image-3 li,
  ._ .news-list.list-mode-image-2 li,
  ._ .unews__list.list-mode-image-2 li,
  ._ .news-list.list-mode-image-5 li,
  ._ .unews__list.list-mode-image-5 li {
    width: calc(50% - 18px);
  }
}
@media all and (max-width: 700px) {
  ._ .news-list.list-mode-image-3 li,
  ._ .unews__list.list-mode-image-3 li,
  ._ .news-list.list-mode-image-2 li,
  ._ .unews__list.list-mode-image-2 li,
  ._ .news-list.list-mode-image-5 li,
  ._ .unews__list.list-mode-image-5 li {
    width: 100% !important;
  }
}
._ .news-list.list-mode-image-3 li:hover,
._ .unews__list.list-mode-image-3 li:hover,
._ .news-list.list-mode-image-2 li:hover,
._ .unews__list.list-mode-image-2 li:hover,
._ .news-list.list-mode-image-5 li:hover,
._ .unews__list.list-mode-image-5 li:hover {
  border: 1px solid #f1f1f1;
  background-color: #fafafa;
}
._ .news-list.list-mode-image-3 li:hover img,
._ .unews__list.list-mode-image-3 li:hover img,
._ .news-list.list-mode-image-2 li:hover img,
._ .unews__list.list-mode-image-2 li:hover img,
._ .news-list.list-mode-image-5 li:hover img,
._ .unews__list.list-mode-image-5 li:hover img {
  transform: scale(1.05);
}
._ .news-list.list-mode-image-3 li:hover .image,
._ .unews__list.list-mode-image-3 li:hover .image,
._ .news-list.list-mode-image-2 li:hover .image,
._ .unews__list.list-mode-image-2 li:hover .image,
._ .news-list.list-mode-image-5 li:hover .image,
._ .unews__list.list-mode-image-5 li:hover .image {
  border: 1px solid #999;
}
._ .news-list.list-mode-image-3 li:hover .short-desc a,
._ .unews__list.list-mode-image-3 li:hover .short-desc a,
._ .news-list.list-mode-image-2 li:hover .short-desc a,
._ .unews__list.list-mode-image-2 li:hover .short-desc a,
._ .news-list.list-mode-image-5 li:hover .short-desc a,
._ .unews__list.list-mode-image-5 li:hover .short-desc a {
  text-decoration: underline !important;
}
._ .news-list.list-mode-image-3 li.with-short-desc .l-1,
._ .unews__list.list-mode-image-3 li.with-short-desc .l-1,
._ .news-list.list-mode-image-2 li.with-short-desc .l-1,
._ .unews__list.list-mode-image-2 li.with-short-desc .l-1,
._ .news-list.list-mode-image-5 li.with-short-desc .l-1,
._ .unews__list.list-mode-image-5 li.with-short-desc .l-1 {
  display: block;
}
._ .news-list.list-mode-image-3 li.with-short-desc .l-1 .image,
._ .unews__list.list-mode-image-3 li.with-short-desc .l-1 .image,
._ .news-list.list-mode-image-2 li.with-short-desc .l-1 .image,
._ .unews__list.list-mode-image-2 li.with-short-desc .l-1 .image,
._ .news-list.list-mode-image-5 li.with-short-desc .l-1 .image,
._ .unews__list.list-mode-image-5 li.with-short-desc .l-1 .image {
  float: left;
}
._ .news-list.list-mode-image-3 li.with-short-desc .l-1 .title,
._ .unews__list.list-mode-image-3 li.with-short-desc .l-1 .title,
._ .news-list.list-mode-image-2 li.with-short-desc .l-1 .title,
._ .unews__list.list-mode-image-2 li.with-short-desc .l-1 .title,
._ .news-list.list-mode-image-5 li.with-short-desc .l-1 .title,
._ .unews__list.list-mode-image-5 li.with-short-desc .l-1 .title {
  display: inline;
}
._ .news-list.list-mode-image-3 li .title,
._ .unews__list.list-mode-image-3 li .title,
._ .news-list.list-mode-image-2 li .title,
._ .unews__list.list-mode-image-2 li .title,
._ .news-list.list-mode-image-5 li .title,
._ .unews__list.list-mode-image-5 li .title {
  font-size: 14px;
  margin-bottom: auto;
  display: inline-block;
  padding: 0 0 25px 0;
}
._ .news-list.list-mode-image-3 li .image,
._ .unews__list.list-mode-image-3 li .image,
._ .news-list.list-mode-image-2 li .image,
._ .unews__list.list-mode-image-2 li .image,
._ .news-list.list-mode-image-5 li .image,
._ .unews__list.list-mode-image-5 li .image {
  transition: all 0.3s;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  max-height: 175px;
  overflow: hidden;
  width: 100%;
}
._ .news-list.list-mode-image-3 li .image img,
._ .unews__list.list-mode-image-3 li .image img,
._ .news-list.list-mode-image-2 li .image img,
._ .unews__list.list-mode-image-2 li .image img,
._ .news-list.list-mode-image-5 li .image img,
._ .unews__list.list-mode-image-5 li .image img {
  transition: all 0.3s;
  max-width: 100%;
  min-height: 175px;
}
._ .news-list.list-mode-image-3 li .l-2,
._ .unews__list.list-mode-image-3 li .l-2,
._ .news-list.list-mode-image-2 li .l-2,
._ .unews__list.list-mode-image-2 li .l-2,
._ .news-list.list-mode-image-5 li .l-2,
._ .unews__list.list-mode-image-5 li .l-2 {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: auto;
  width: 100%;
  border-top: 1px solid #f5f5f5;
}
._ .news-list.list-mode-image-3 li .l-2 .news__info-line,
._ .unews__list.list-mode-image-3 li .l-2 .news__info-line,
._ .news-list.list-mode-image-2 li .l-2 .news__info-line,
._ .unews__list.list-mode-image-2 li .l-2 .news__info-line,
._ .news-list.list-mode-image-5 li .l-2 .news__info-line,
._ .unews__list.list-mode-image-5 li .l-2 .news__info-line {
  border: none;
  margin-top: 0;
}
._ .news-list.list-mode-image-3 li .l-2 .unews__dtl-link,
._ .unews__list.list-mode-image-3 li .l-2 .unews__dtl-link,
._ .news-list.list-mode-image-2 li .l-2 .unews__dtl-link,
._ .unews__list.list-mode-image-2 li .l-2 .unews__dtl-link,
._ .news-list.list-mode-image-5 li .l-2 .unews__dtl-link,
._ .unews__list.list-mode-image-5 li .l-2 .unews__dtl-link {
  font-size: 11px !important;
  margin-top: 10px;
}
@media all and (max-width: 1100px) {
  ._ .news-list.list-mode-image-3 li .l-2 .unews__dtl-link,
  ._ .unews__list.list-mode-image-3 li .l-2 .unews__dtl-link,
  ._ .news-list.list-mode-image-2 li .l-2 .unews__dtl-link,
  ._ .unews__list.list-mode-image-2 li .l-2 .unews__dtl-link,
  ._ .news-list.list-mode-image-5 li .l-2 .unews__dtl-link,
  ._ .unews__list.list-mode-image-5 li .l-2 .unews__dtl-link {
    display: inline-block;
    position: absolute;
    margin: 0;
    top: -23px;
    right: 10px;
  }
}
._ .news-list.list-mode-image-3 li .l-1,
._ .unews__list.list-mode-image-3 li .l-1,
._ .news-list.list-mode-image-2 li .l-1,
._ .unews__list.list-mode-image-2 li .l-1,
._ .news-list.list-mode-image-5 li .l-1,
._ .unews__list.list-mode-image-5 li .l-1 {
  display: flex;
}
._ .news-list.list-mode-image-3 li .l-1 .image,
._ .unews__list.list-mode-image-3 li .l-1 .image,
._ .news-list.list-mode-image-2 li .l-1 .image,
._ .unews__list.list-mode-image-2 li .l-1 .image,
._ .news-list.list-mode-image-5 li .l-1 .image,
._ .unews__list.list-mode-image-5 li .l-1 .image {
  max-width: 150px;
  min-width: 150px;
  max-height: 150px;
  min-height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 0 2px #fff inset;
}
@media all and (max-width: 900px) and (min-width: 701px) {
  ._ .news-list.list-mode-image-3 li .l-1 .image,
  ._ .unews__list.list-mode-image-3 li .l-1 .image,
  ._ .news-list.list-mode-image-2 li .l-1 .image,
  ._ .unews__list.list-mode-image-2 li .l-1 .image,
  ._ .news-list.list-mode-image-5 li .l-1 .image,
  ._ .unews__list.list-mode-image-5 li .l-1 .image {
    max-width: 100%;
  }
}
._ .news-list.list-mode-image-3 li .l-1 .image img,
._ .unews__list.list-mode-image-3 li .l-1 .image img,
._ .news-list.list-mode-image-2 li .l-1 .image img,
._ .unews__list.list-mode-image-2 li .l-1 .image img,
._ .news-list.list-mode-image-5 li .l-1 .image img,
._ .unews__list.list-mode-image-5 li .l-1 .image img {
  max-width: 98%;
  max-height: 98%;
  min-height: 0;
}
._ .news-list.list-mode-image-3 li hr,
._ .unews__list.list-mode-image-3 li hr,
._ .news-list.list-mode-image-2 li hr,
._ .unews__list.list-mode-image-2 li hr,
._ .news-list.list-mode-image-5 li hr,
._ .unews__list.list-mode-image-5 li hr {
  border: 1px solid #f5f5f5;
  margin-top: 10px;
}
._ .news-list.list-mode-image-3 li .short-desc,
._ .unews__list.list-mode-image-3 li .short-desc,
._ .news-list.list-mode-image-2 li .short-desc,
._ .unews__list.list-mode-image-2 li .short-desc,
._ .news-list.list-mode-image-5 li .short-desc,
._ .unews__list.list-mode-image-5 li .short-desc {
  padding: 0 0 25px;
  font-size: 12px;
  color: #888;
  line-height: 18px;
}
._ .news-list.list-mode-image-3 .short,
._ .unews__list.list-mode-image-3 .short,
._ .news-list.list-mode-image-2 .short,
._ .unews__list.list-mode-image-2 .short,
._ .news-list.list-mode-image-5 .short,
._ .unews__list.list-mode-image-5 .short {
  display: none !important;
}
._ .news-list.list-mode-image-5 li,
._ .unews__list.list-mode-image-5 li {
  width: calc(20% - 18px);
}
@media all and (max-width: 1000px) {
  ._ .news-list.list-mode-image-5 li,
  ._ .unews__list.list-mode-image-5 li {
    width: calc(50% - 18px);
  }
}
._ .news-list.list-mode-image-5 li .title,
._ .unews__list.list-mode-image-5 li .title {
  font-size: 12px;
  line-height: 14px;
}
._ .news-list.list-mode-image-5 li .image,
._ .unews__list.list-mode-image-5 li .image {
  max-height: 80px;
}
._ .news-list.list-mode-image-5 li .image img,
._ .unews__list.list-mode-image-5 li .image img {
  min-height: 80px;
}
._ .news-list .title,
._ .unews__list .title {
  font-size: 16px;
  margin: 0 0 8px;
}
._ .news-list .image,
._ .unews__list .image {
  border: 1px solid #f5f5f5;
  padding: 2px;
  margin: 0 10px 10px 0;
  display: flex;
  max-height: 120px;
  justify-content: center;
  align-items: center;
}
._ .news-list .image img,
._ .unews__list .image img {
  max-width: 120px;
}
._ .news-list li,
._ .unews__list li {
  min-height: 150px;
  align-items: flex-start;
  overflow: hidden;
}
._ .tag-wrapper {
  flex-wrap: wrap;
  display: flex;
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
._ .tag-wrapper .css-tags p {
  margin-top: -1px;
}
._ .news__tags {
  font-size: 0;
}
._ .news__tags .news__tag-label {
  font-size: 13px;
}
._ .news__tags a {
  color: #fff;
  background-color: #0089e0;
  padding: 1px 6px 2px 5px;
  border-radius: 0 3px 3px 0;
  margin: 0 0 2px 21px;
  text-decoration: none;
  font-size: 11px;
  position: relative;
  height: 20px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-transform: lowercase;
}
._ .news__tags a:hover {
  background-color: #0061b8;
}
._ .news__tags a:hover::before {
  background-color: #0061b8;
}
._ .news__tags a::after {
  position: absolute;
  content: " ";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  left: -5px;
  top: 7px;
}
._ .news__tags a::before {
  transition: all 0.3s;
  display: inline-block;
  background-color: #0089e0;
  content: " ";
  clip-path: polygon(47% 0, 100% 0%, 100% 100%, 49% 100%, 22% 50%);
  width: 25px;
  position: absolute;
  left: -20px;
  height: 20px;
  top: 0;
}
@media all and (max-width: 470px) {
  ._ .news-list > li.f-h {
    display: block;
  }
  ._ .news-list > li.f-h .image {
    float: left !important;
  }
}
._ .new__dtl-block {
  text-align: right;
  margin-bottom: 20px;
}
._ .news__info-line {
  display: flex;
  width: 100%;
  font-size: 11px;
  border-top: 1px solid #fafafa;
  margin-top: 10px;
  padding-top: 10px;
}
._ .news__info-line.news__detail-mode {
  border: none;
  margin: 10px;
  padding: 0;
}
._ .news__info-line .news__date,
._ .news__info-line .news__user,
._ .news__info-line .news__visit {
  margin-right: 10px;
}
._ .news__info-line .news__date::before,
._ .news__info-line .news__user::before,
._ .news__info-line .news__visit::before {
  content: "\f133";
  margin-right: 3px;
}
._ .news__info-line .news__user::before {
  content: "\f2c0";
}
._ .news__info-line .news__visit::before {
  content: "\f06e";
}
._ .alp__under-h1-text {
  font-style: italic;
  line-height: 17px;
  font-size: 13px;
}
._ .news__add-info {
  clear: both;
  padding: 10px;
}
._ .news__add-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
._ .news__add-info ul li {
  margin: 5px;
  display: inline-flex;
  width: calc(50% - 10px);
}
@media all and (max-width: 600px) {
  ._ .news__add-info ul li {
    margin: 10px 0 30px 0;
    width: 100%;
  }
}
._ .pagination,
._ .usd__pagination {
  padding: 10px;
}
._ .pagination ul,
._ .usd__pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
._ .pagination ul li,
._ .usd__pagination ul li {
  padding: 0;
  margin: 0;
}
._ .pagination ul li.dots,
._ .usd__pagination ul li.dots {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 8px;
  padding: 0;
}
._ .pagination ul li a,
._ .usd__pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: #fafafa url(/modules/usd.news/img/grad_menu.png);
  min-width: 20px;
  margin: 2px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #e6e6e6;
  text-decoration: none;
  box-sizing: content-box;
  color: #555;
}
._ .pagination ul li a.usd__paginator-dots,
._ .usd__pagination ul li a.usd__paginator-dots {
  background: none !important;
  border: none !important;
  cursor: default !important;
}
._ .pagination ul li a:hover,
._ .usd__pagination ul li a:hover,
._ .pagination ul li a.selected,
._ .usd__pagination ul li a.selected {
  background-color: #eee;
  border: 1px solid #d5d5d5;
  color: #666;
}
._ .news__ads-detail-block {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */