a,
a:visited {
  color: #48a1c2;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 100;
}
h1,
h2 {
  font-size: 25px;
  margin: 20px 10px 5px 30px;
  padding: 5px 10px 12px 5px;
  line-height: 35px;
}
@media all and (max-width: 760px) {
  h1,
  h2 {
    font-size: 20px;
    line-height: 21px;
    margin: 5px !important;
  }
}
h2 {
  font-size: 23px;
}
h5 {
  font-size: 16px;
  margin: 10px;
}
._ ul.clear {
  list-style: none;
  margin: 0;
  padding: 0;
}
._ .fa::before {
  font-family: FontAwesome;
  content: "\f015";
}
._ .w-60 {
  width: 60%;
}
@media all and (max-width: 800px) {
  ._ .w-60 {
    width: 100%;
  }
}
._ .f-ma {
  margin: 0 auto;
}
._ .f-v {
  display: flex;
  flex-direction: column;
}
._ .f-h {
  display: flex;
  flex-direction: row;
}
._ .f-h.a-c {
  align-items: center;
}
._ .nw {
  white-space: nowrap;
}
._ .fg-100 {
  flex-grow: 100;
}
._ .no-trans {
  transition: all 0s !important;
}
._ .p-10 {
  padding: 10px;
}
@media all and (max-width: 760px) {
  ._ .p-10 {
    padding: 1px;
  }
}
._ .main-part-inner {
  width: 100%;
  box-sizing: border-box;
}
._ .div-mw-700 {
  max-width: 700px;
  margin: 0 auto;
}
._ .main-part .left-menu {
  border-right: 1px solid #f5f5f5;
  margin: 10px;
  min-width: 210px;
  max-width: 21px;
}
._ ul {
  list-style-position: inside;
  padding-left: 10px;
}
@font-face {
  font-family: 'TildaSansRegular';
  src: url('/modules/usd.pioner2/css/fonts/TildaSans-Regular.eot');
  src: url('/modules/usd.pioner2/css/fonts/TildaSans-Regular.eot?#iefix') format('embedded-opentype'), url('/modules/usd.pioner2/css/fonts/TildaSans-Regular.woff2') format('woff2'), url('/modules/usd.pioner2/css/fonts/TildaSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TildaSansBold';
  src: url('/modules/usd.pioner2/css/fonts/TildaSans-Bold.eot');
  src: url('/modules/usd.pioner2/css/fonts/TildaSans-Bold.eot?#iefix') format('embedded-opentype'), url('/modules/usd.pioner2/css/fonts/TildaSans-Bold.woff2') format('woff2'), url('/modules/usd.pioner2/css/fonts/TildaSans-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@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;
}
body {
  background-color: #fcfcfc;
  font-family: "TildaSansRegular", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  min-width: 350px;
  overflow-x: hidden;
}
body h1 {
  font-size: 25px;
}
body b {
  font-family: "TildaSansBold", sans-serif;
}
body * {
  font-family: "TildaSansRegular", sans-serif;
}
body .main-content {
  width: 100%;
}
._ {
  max-width: 1900px;
  margin: 10px auto;
}
._ .p2__gray {
  color: #c6c6c6;
}
._ .p2__gray-bg-over-color {
  filter: grayscale(100%);
  transition: filter 0.5s;
}
._ .p2__gray-bg-over-color:hover {
  filter: grayscale(0);
}
._ .m-b-20 {
  margin-bottom: 20px;
}
._ .center {
  text-align: center;
}
._ ul:not(.clear) {
  list-style: none;
}
._ ul:not(.clear) li {
  position: relative;
  padding-left: 20px;
}
._ ul:not(.clear) li::before {
  background: #7e7b7b;
  border-radius: 50%;
  content: " ";
  height: 5px;
  position: absolute;
  top: 8px;
  transition: all 0.3s;
  width: 5px;
  margin-left: -12px;
}
._ .p2__button,
._ button {
  background-color: #333;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: all 0.3s;
}
._ .p2__button:hover,
._ button:hover {
  background-color: #000;
}
._ table {
  border-collapse: collapse;
}
._ table.data {
  background: #fefefe;
}
._ table.data tr td,
._ table.data tr th {
  border: 1px solid #eee;
  padding: 5px 10px;
}
@media all and (max-width: 900px) {
  ._ table.data tr td,
  ._ table.data tr th {
    word-break: break-all;
  }
}
._ table.data tr th {
  background-color: #f5f5f5;
}
._ .footer .p2__footer-black-line {
  padding: 20px 10px 10px 20px;
  font-size: 14px;
}
._ .footer .p2__footer-map {
  display: flex;
}
._ .footer .p2__footer-map > div {
  width: 50%;
  min-height: 450px;
  box-sizing: border-box;
  position: relative;
}
._ .footer .p2__footer-map > div.p2__contact-info {
  background: url(/modules/usd.pioner2/img/logo-black-50.png) no-repeat;
  background-size: 80px;
  background-position: right 40px top 30px;
  padding: 5px 40px 10px 60px;
}
@media all and (max-width: 950px) {
  ._ .footer .p2__footer-map > div.p2__contact-info {
    padding: 20px 10px 10px;
  }
}
._ .footer .p2__footer-map > div iframe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
._ .footer .p2__footer-map > div h3 {
  font-size: 35px;
  margin: 0 0 30px 0;
}
._ .footer .p2__footer-map > div a {
  text-decoration: none;
}
._ .footer .p2__footer-map > div a:hover {
  text-decoration: underline;
}
@media all and (max-width: 760px) {
  ._ .footer .p2__footer-map {
    flex-direction: column;
  }
  ._ .footer .p2__footer-map > div {
    width: 100%;
  }
}
.p2__white-block {
  border-radius: 8px;
  background-color: #ffffff;
  border-color: transparent;
  border-style: solid;
  box-shadow: 0 0 12px 4px #f3f3f3;
  padding: 15px;
  transition: 0.3s;
}
.p2__white-block.with-hover:hover {
  transform: scale(1.05);
}
.p2__white-block.p2__white-block-tp-1 a,
.p2__white-block.p2__white-block-tp-2 a {
  color: #111;
  text-decoration: none;
  display: block;
  width: 100%;
}
.p2__white-block.p2__white-block-tp-1 a > div,
.p2__white-block.p2__white-block-tp-2 a > div {
  padding-left: 115px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 100px;
  min-height: 150px;
}
.p2__white-block.p2__white-block-tp-1 a > div ul,
.p2__white-block.p2__white-block-tp-2 a > div ul {
  margin: 0;
  padding: 0 10px 10px 30px;
  color: #7e7b7b;
}
@media all and (max-width: 500px) {
  .p2__white-block.p2__white-block-tp-1 a > div,
  .p2__white-block.p2__white-block-tp-2 a > div {
    padding-left: 0;
    padding-top: 110px;
    padding-bottom: 0;
    min-height: 20px !important;
    background-position: center 10px;
    justify-content: center;
  }
  .p2__white-block.p2__white-block-tp-1 a > div h2,
  .p2__white-block.p2__white-block-tp-2 a > div h2 {
    text-align: center;
    display: block;
  }
}
.p2__white-block.p2__white-block-tp-2 a > div {
  min-height: 80px;
  background-size: 80px;
  display: flex;
  align-items: center;
}
._ .p2__block-4 {
  display: flex;
  flex-wrap: wrap;
  margin: calc(-20px / 2);
}
._ .p2__block-4 > * {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  margin: 20px;
  width: calc(20% - 20px * 2);
}
@media all and (max-width: 1680px) {
  ._ .p2__block-4 > * {
    width: calc(25% - 20px * 2);
  }
}
@media all and (max-width: 1420px) {
  ._ .p2__block-4 > * {
    width: calc(33.333% - 20px * 2);
  }
}
@media all and (max-width: 1000px) {
  ._ .p2__block-4 > * {
    width: calc(50% - 20px * 2);
  }
}
@media all and (max-width: 760px) {
  ._ .p2__block-4 > * {
    width: 100%;
  }
}
._ .p2__block-4 > * h2 {
  font-size: 19px;
  margin: 0;
  padding: 0;
  line-height: 26px;
}
._ .unews__inner-wrapper {
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 760px) {
  ._ .unews__inner-wrapper {
    display: block;
  }
}
._ .unews__wrapper .unews__inner-wrapper .unews__image {
  float: none;
  min-width: 300px;
  max-width: 300px;
}
@media all and (max-width: 950px) {
  ._ .unews__wrapper .unews__inner-wrapper .unews__image {
    min-width: 200px;
    max-width: 200px;
  }
}
@media all and (max-width: 780px) {
  ._ .unews__wrapper .unews__inner-wrapper .unews__image {
    width: 100% !important;
    max-width: none;
  }
}
._ .unews__wrapper .unews__inner-wrapper .unews__body {
  color: #111;
}
._ .unews__wrapper {
  border: none;
  background: #fff;
}
._ .unews__wrapper .news__info-line {
  border: none;
}
._ .unews__wrapper h2 {
  margin: 15px 0 !important;
  font-weight: bold;
}
._ .unews__wrapper h3 {
  font-weight: bold;
  margin: 0 0 15px 0 !important;
}
._ .p2__news-list-block.p2__is-hidden .unews__wrapper {
  display: none;
}
._ .p2__is-hidden .p2__expand::before {
  background-position: 0 0;
}
._ .p2__expand {
  display: flex;
  cursor: pointer;
  align-items: center;
}
._ .p2__expand:hover::before {
  rotate: 360deg;
}
._ .p2__expand::before {
  transition: rotate 0.4s;
  content: " ";
  display: inline-block;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
  background: url(/modules/usd.pioner2/img/h3-expand.png);
  background-size: 32px;
  background-position: 0 -32px;
}
._ .p2__left-menu {
  background: #fff;
  border-radius: 7px;
  margin: 20px;
  min-width: 300px;
  max-width: 300px;
  padding-right: 20px;
}
@media all and (max-width: 990px) {
  ._ .p2__left-menu {
    min-width: 220px;
    max-width: 220px;
  }
}
@media all and (max-width: 760px) {
  ._ .p2__left-menu {
    max-width: none;
  }
}
._ .p2__left-menu h3 {
  text-align: center;
}
._ .p2__left-menu a {
  text-decoration: none;
}
._ .p2__left-menu a:hover {
  text-decoration: underline;
}
._ .p2__left-menu li {
  transition: all 0.3s;
  border-radius: 4px;
  position: relative;
  padding: 2px 5px;
}
._ .p2__left-menu li:hover {
  background-color: #e9f7ff;
}
._ .p2__left-menu .p2__left-menu-prods {
  margin: 10px 0 10px 20px;
}
._ .p2__left-menu .p2__left-menu-prods li {
  display: flex;
  cursor: pointer;
}
._ .p2__left-menu .p2__left-menu-prods li.udu__width-li-children {
  display: block;
}
._ .p2__left-menu .p2__left-menu-prods li img {
  width: 50px;
  padding: 5px 10px 5px 5px;
}
._ .p2__left-menu .p2__left-menu-prods li .udu__li-child-block {
  margin-left: 20px;
}
._ .p2__left-menu .p2__left-menu-prods li .udu__wrp-main {
  display: flex;
  cursor: pointer;
}
._ .p2__left-menu .p2__left-menu-prods li .li-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
._ .p2__left-menu .p2__left-menu-prods li .li-wrapper a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
._ .top-menu {
  background: #fff;
  border: 1px solid #fff;
  border-bottom: 1px solid #eee;
  margin-top: -10px;
  position: sticky;
  top: 0;
  z-index: 200;
}
._ .top-menu ul.menu {
  display: flex;
  color: black;
  align-items: center;
  height: 50px;
  list-style: none;
  justify-content: center;
}
._ .top-menu ul.menu .goog_cust-search-place {
  margin-left: 20px;
}
._ .top-menu ul.menu li.p2__logo a {
  display: block;
  width: 60px;
  height: 40px;
  background: url(/modules/usd.pioner2/img/logo-black-50.png) center center no-repeat;
  background-size: contain;
}
._ .top-menu ul.menu > li:not(.umen__close-button-place) {
  position: relative;
  cursor: pointer;
  height: 33px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  white-space: nowrap;
}
._ .top-menu ul.menu > li:not(.umen__close-button-place):hover ul {
  opacity: 1;
  max-height: 700px;
  margin: 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) a {
  color: black;
  text-decoration: none;
}
._ .top-menu ul.menu > li:not(.umen__close-button-place) a:hover {
  text-decoration: underline;
}
._ .top-menu ul.menu > li:not(.umen__close-button-place) ul {
  opacity: 0.01;
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  min-width: 200px;
  border-radius: 5px;
  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: rgba(0, 0, 0, 0.4);
}
._ .top-menu ul.menu > li:not(.umen__close-button-place) ul li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  display: flex;
  white-space: nowrap;
  padding: 2px 15px 2px 10px;
  position: relative;
}
._ .top-menu ul.menu > li:not(.umen__close-button-place) ul li a:hover {
  padding: 2px 10px 2px 15px;
}
._ .top-menu ul.menu > li:not(.umen__close-button-place) ul li a:hover::before {
  opacity: 1;
}
._ .top-menu ul.menu > li:not(.umen__close-button-place) ul li a::before {
  content: " ";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 4px;
  transition: all 0.3s;
  opacity: 0.01;
}
:root body.pp__popup-mode {
  overflow: hidden;
}
: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;
  box-shadow: 0 0 5px #555 !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: #666 !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;
}
:root .pp__popup-mode div.umen__close-button {
  top: 37px !important;
}
:root body.pp__popup-mode .usd__menu-place {
  box-shadow: none !important;
}
@media all and (max-width: 760px) {
  ._ .main-part {
    flex-direction: column;
  }
  ._ .main-part .p2__left-menu {
    order: 20;
    margin: 20px 0;
  }
}
._ .p2__index-video-wrapper {
  margin-top: 40px;
  text-align: center;
}
._ .p2__index-video-wrapper iframe,
._ .p2__index-video-wrapper video {
  max-width: 990px !important;
}
.p2__top-part-index img {
  width: 100%;
}
._ .p2__news-list {
  width: 100%;
}
._ .unews__wrapper {
  background: transparent !important;
}
._ .unews__list {
  display: flex;
  flex-wrap: wrap;
}
._ .unews__list > li {
  background: #fff;
  border-color: transparent;
  border-radius: 8px;
  border-style: solid;
  box-shadow: 0 0 12px 4px #f3f3f3;
  box-sizing: border-box;
  margin: 10px;
  padding: 15px;
  transition: all 0.3s;
  width: calc(14.2857% - 20px);
}
@media all and (max-width: 1650px) {
  ._ .unews__list > li {
    width: calc(20% - 20px);
  }
}
@media all and (max-width: 1400px) {
  ._ .unews__list > li {
    width: calc(25% - 20px);
  }
}
@media all and (max-width: 1300px) {
  ._ .unews__list > li {
    width: calc(33.333% - 20px);
  }
}
@media all and (max-width: 1000px) {
  ._ .unews__list > li {
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 600px) {
  ._ .unews__list > li {
    width: 100%;
  }
}
._ .unews__list > li:hover {
  box-shadow: 0 0 18px 4px #d5d5d5;
}
._ .unews__list > li > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
._ .unews__list > li > div > div {
  display: flex;
  flex-direction: column;
  flex-grow: 20;
}
._ .unews__list > li::before {
  display: none;
}
._ .unews__list > li hr {
  visibility: hidden;
  margin-bottom: 20px;
}
._ .unews__list > li .unews__add-cart-block {
  display: none !important;
}
._ .unews__list > li .short-desc {
  color: #7e7b7b;
}
._ .unews__list > li .title {
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 14px;
}
._ .unews__list > li .short-desc {
  display: none;
}
._ .unews__list > li .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 160px;
  margin-bottom: 30px;
  width: 100%;
}
._ .unews__list > li .pp2__buttons {
  margin-top: auto;
  text-align: center;
}
._ .unews__wrapper .unews__image {
  float: left !important;
  margin: 0 25px 25px 0 !important;
  background: #fff !important;
  padding-bottom: 0 !important;
  display: flex;
}
._ .unews__wrapper .unews__image .unews__under-image-add-block {
  display: none !important;
}
._ .unews__inner-wrapper .unews__image.unews__is-new::before {
  display: none !important;
}
._ .news__tags,
._ .unews__same-title,
._ .unews__same-news,
._ .unw__photo-msg {
  display: none !important;
}
._ .p2__page-comment {
  margin: 10px 20px 10px 60px;
  color: #7e7b7b;
}
@media all and (max-width: 760px) {
  ._ .p2__page-comment {
    margin: 10px;
  }
}
@media all and (max-width: 990px) {
  .goog_cust-search-place {
    display: none !important;
  }
}
.goog__search-wrapper {
  min-height: 0 !important;
}
@media all and (min-width: 990px) {
  .goog__search-wrapper .gsc-control-cse {
    padding: 0 !important;
  }
}
.goog__search-wrapper form {
  display: none !important;
  min-height: 0 !important;
}
@media all and (max-width: 990px) {
  .goog__search-wrapper form {
    display: block !important;
  }
}
.goog__search-wrapper .gs-title a.gs-title,
.goog__search-wrapper .gs-title a.gs-title:visited {
  color: #48a1c2 !important;
}
.goog__search-wrapper .gs-title a.gs-title *,
.goog__search-wrapper .gs-title a.gs-title:visited * {
  color: #48a1c2 !important;
}
.goog__search-wrapper .gs-result .gs-title *,
.goog__search-wrapper .gsc-cursor-page,
.goog__search-wrapper .gs-spelling a {
  color: #48a1c2 !important;
}
.goog__search-wrapper .gsc-tabHeader.gsc-tabhActive {
  border-bottom: 3px solid #48a1c2 !important;
}
.goog__search-wrapper .gsc-tabHeader.gsc-tabhActive {
  color: #48a1c2 !important;
}
.goog__search-wrapper .gsc-tabsArea {
  position: relative;
}
.goog__search-wrapper .gsc-tabsArea::after {
  content: " ";
  background: url(/modules/usd.pioner2/img/logo-black-50.png) center center no-repeat !important;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: -7px;
  top: -7px;
  background-size: 38px !important;
}
._ input,
._ select,
._ textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 6px 10px;
  outline: none;
}
/*# sourceMappingURL=style.css.map */