/*==============================FONTS==============================*/
@font-face {
  font-family: 'PT Sans';
  src: url("https://www.allgen.ru/fonts/pt-sans-regular.eot");
  src: url("https://www.allgen.ru/fonts/pt-sans-regular.eot?#iefix") format("embedded-opentype"), url("https://www.allgen.ru/fonts/pt-sans-regular.woff") format("woff"), url("https://www.allgen.ru/fonts/pt-sans-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans';
  src: url("https://www.allgen.ru/fonts/pt-sans-regular.eot");
  src: url("https://www.allgen.ru/fonts/pt-sans-regular.eot?#iefix") format("embedded-opentype"), url("https://www.allgen.ru/fonts/pt-sans-regular.woff") format("woff"), url("https://www.allgen.ru/fonts/pt-sans-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans';
  src: url("https://www.allgen.ru/fonts/pt-sans-bold.eot");
  src: url("https://www.allgen.ru/fonts/pt-sans-bold.eot?#iefix") format("embedded-opentype"), url("https://www.allgen.ru/fonts/pt-sans-bold.woff") format("woff"), url("https://www.allgen.ru/fonts/pt-sans-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans';
  src: url("https://www.allgen.ru/fonts/pt-sans-bold.eot");
  src: url("https://www.allgen.ru/fonts/pt-sans-bold.eot?#iefix") format("embedded-opentype"), url("https://www.allgen.ru/fonts/pt-sans-bold.woff") format("woff"), url("https://www.allgen.ru/fonts/pt-sans-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri';
  src: url("https://www.allgen.ru/fonts/calibri.eot");
  src: url("https://www.allgen.ru/fonts/calibri.eot?#iefix") format("embedded-opentype"), url("https://www.allgen.ru/fonts/calibri.woff") format("woff"), url("https://www.allgen.ru/fonts/calibri.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri';
  src: url("https://www.allgen.ru/fonts/calibri-bold.eot");
  src: url("https://www.allgen.ru/fonts/calibri-bold.eot?#iefix") format("embedded-opentype"), url("https://www.allgen.ru/fonts/calibri-bold.woff") format("woff"), url("https://www.allgen.ru/fonts/calibri-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/*==============================RESET==============================*/
*,
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html, body, div,
dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p, hr,
img, a, em, span, strong,
form, label, input, button,
table, thead, tbody, tfoot, tr, th, td, textarea {
  border: 0;
  outline: none;
  background: none;
  vertical-align: baseline;
  font: inherit;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.td_block {
  position: relative;
  padding: 6px;
  margin: 0;
  border: #c9c9c9 1px solid;
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#knopa {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
  color: #fff;
  display:block;
  width:200px;
  text-align: center;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 16px;
  margin: 20px auto;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  background-color: rgb( 43, 153, 91 );
  border: 1px solid rgb( 33, 126, 74 );
}

#knopa:hover {
  background-color: rgb( 75, 183, 141 );
  cursor: pointer;
}

#knopa:disabled {
  background-color: rgb( 128, 128, 128 );
  cursor: default;
}

#myForm label {
  width:250px;
  margin:0 0px
}

label.error {
  color: red;
  font-style: italic;
}

input.error {
  border: 1px solid #ee1c25;
}

input,

textarea,
button {
  color: #232323;
  outline: none;
}

a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
}

a[href^=tel] {
  color: inherit;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #232323;
}

input::-moz-placeholder {
  color: #232323;
}

input:-moz-placeholder {
  color: #232323;
}

input:-ms-input-placeholder {
  color: #232323;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea::-webkit-input-placeholder {
  color: #232323;
}

textarea::-moz-placeholder {
  color: #232323;
}

textarea:-moz-placeholder {
  color: #232323;
}

textarea:-ms-input-placeholder {
  color: #232323;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

/*=================================MY================================*/
.prim1 {
	display:none;
}

#man-hover:hover {
	background: #3573bb;
	color: #fff;
	border-color: #3573bb;
	cursor: pointer;
}

.SForm1 {
	display: block;
	width: 31%;
	font-size: 12px;
	padding-left: 3px;
    float: left;
    text-align: center;
    margin-right: 2%;
}

.SForm2 {
	display: block;
	width: 31%;
	font-size: 12px;
	padding-left: 3px;
    float: left;
    text-align: center;
    margin-right: 1%;
    margin-left: 1%;
}

.SForm3 {
	display: block;
	width: 31%;
	font-size: 12px;
	padding-left: 3px;
    float: left;
    text-align: center;
    margin-right: 0;
    margin-left: 2%;
}

.SearchContainer {
	margin-bottom: 160px;
}

.powerID, .engineID, .proizvID {
	font-weight: bold;
	color: #000000;
    font-size: 16px;
}

#mes {
  display: flex;
  margin-bottom: 60px;
}

.filial {
	display: block;
	width: 31%;
	font-size: 12px;
	padding-left: 3px;
  margin-right: 2%;
  float: left;
}

.filialCenter {
	display: block;
	width: 75%;
	font-size: 12px;
	padding-left: 3px;
    margin-right: 2%;
    float: left;
}

.filialAdress {
	font-size: 14px;
}

.filialZag {
	font-weight: bold;
	color: #000000;
    font-size: 20px;
}

.filialZagMes {
  display: flex;
  align-items: center;
	font-weight: bold;
	color: #000000;
    font-size: 20px;
}

.filialMail {
	font-size: 15px;
	margin-top: 8px;
}

.filialPhone {
	font-size: 17px;
	margin-top: 8px;
	font-weight: bold;
	color: #3274b5;
}

.filialIndent {
	padding: 80px;
}

.filialIndentM {
	padding: 40px;
}

.filialIndentMM {
	padding: 20px;
}

hr {
	margin-top: 8px;
	margin-bottom: 8px;
    border: none;
    background-color: red;
    color: red;
    height: 2px;
}

.test1 {
	width: 30%;
	font-size: 12px;
	padding-left: 3px;
    margin-left: 2%;
    float: left;
}

.searchForm {
  width: 100%;
  border:#a8aaab 2px solid;
  color: #000;
  font-size: 12px;
  padding-left: 3px;
  margin-left: 2%;
  margin: 10px auto 0;
}

.ZagTest {
	display: inline;
	float: left;
	width: 30%;
}

.searchFormPop {
  width: 23%;
  border:#a8aaab 2px solid;
  color: #000;
  font-size: 12px;
  padding-left: 3px
}

.InputForm {
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  background: #ffffff !important;
  outline: none;
  height: 30px;
  width: 100%;
  color: #000000;
  font-size: 15px;
  font-family: 'PT Sans';
  margin-top: 8px;
}

.InputFormSearch {
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  background: #ffffff !important;
  outline: none;
  height: 30px;
  width: 100%;
  color: #000000;
  font-size: 15px;
  font-family: 'PT Sans';
  margin-top: 8px;
}

.InputFormTextarea {
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  background: #ffffff !important;
  outline: none;
  width: 100%;
  color: #000000;
  font-size: 15px;
  font-family: 'PT Sans';
  margin-top: 8px;
}

.InputForm:focus {
  color: #000000;
  border: 1px solid #000000
}

.zagFiltr {
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 2%;
  color: #3274b5;
}

#proizvS {
  margin-bottom: 10px;
}

.kartinka {
    width: 80%;
  	height: auto;
}

.published {
	color: #999;
}

.publishedDate {
	color: #999;
	margin-left: 10px;
}

#MyTable {
	border-collapse:collapse;
}

#MyTable td {
	padding: 10px;
	margin:0;
	font-size:.8em;
	text-align:center;
	border:1px solid #ccc;
	vertical-align:middle;
}

#MyTable #zagolovok {
	font-size:14px;
	font-weight:bold;
	padding:8px 10px;
	text-align:center;
	vertical-align:middle;
}

#MyTable #creditZag {
	font-weight:700;
	padding:8px 10px;
	text-align:left;
}

#MyTable #creditZag2 {
	padding:8px 10px;
	text-align:left;
}

#catTable {
	width: 25%;
}

/*==============================YANDEX===============================*/
#ya-site-results
{
    color: #000000;
    background: #FFFFFF;
}

#ya-site-results .b-pager__current,
#ya-site-results .b-serp-item__number
{
    color: #000000 !important;
}

#ya-site-results
{
    font-family: Tahoma !important;
}

#ya-site-results :visited,
#ya-site-results .b-pager :visited,
#ya-site-results .b-foot__link:visited,
#ya-site-results .b-copyright__link:visited
{
    color: #1a5dc5;
}

#ya-site-results a:link,
#ya-site-results a:active,
#ya-site-results .b-pseudo-link,
#ya-site-results .b-head-tabs__link,
#ya-site-results .b-head-tabs__link:link,
#ya-site-results .b-head-tabs__link:visited,
#ya-site-results .b-dropdown__list .b-pseudo-link,
#ya-site-results .b-dropdowna__switcher .b-pseudo-link,
.b-popupa .b-popupa__content .b-menu__item,
#ya-site-results .b-foot__link:link,
#ya-site-results .b-copyright__link:link,
#ya-site-results .b-serp-item__mime,
#ya-site-results .b-pager :link
{
    color: #1a5dc5;
}

#ya-site-results :link:hover,
#ya-site-results :visited:hover,
#ya-site-results .b-pseudo-link:hover
{
    color: #f24d5a !important;
}

#ya-site-results .l-page,
#ya-site-results .b-bottom-wizard
{
    font-size: 13px;
}

#ya-site-results .b-pager
{
    font-size: 1.25em;
}

#ya-site-results .b-serp-item__text,
#ya-site-results .ad
{
    font-style: normal;
    font-weight: normal;
    margin-top: 4px;
}

#ya-site-results .b-serp-item__title-link,
#ya-site-results .ad .ad-link
{
    font-style: normal;
    font-weight: bold;
}

#ya-site-results .ad .ad-link a
{
    font-weight: bold;
}

#ya-site-results .b-serp-item__title,
#ya-site-results .ad .ad-link
{
    font-size: 16px;
}

#ya-site-results .b-serp-item__title-link:link,
#ya-site-results .b-serp-item__title-link
{
    font-size: 1em;
}

#ya-site-results .b-serp-item__number
{
    font-size: 13px;
}

#ya-site-results .ad .ad-link a
{
    font-size: 0.88em;
}

#ya-site-results .b-serp-url,
#ya-site-results .b-direct .url,
#ya-site-results .b-direct .url a:link,
#ya-site-results .b-direct .url a:visited
{
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #329932;
}

#ya-site-results .b-serp-item__links-link
{
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #000000 !important;
}

#ya-site-results .b-pager__inactive,
#ya-site-results .b-serp-item__from,
#ya-site-results .b-direct__head-link,
#ya-site-results .b-image__title,
#ya-site-results .b-video__title
{
    color: #000000 !important;
}

#ya-site-results .b-pager__current,
#ya-site-results .b-pager__select
{
    background: #E0E0E0;
}

#ya-site-results .b-foot,
#ya-site-results .b-line
{
    border-top-color: #E0E0E0;
}

#ya-site-results .b-dropdown__popup .b-dropdown__list,
.b-popupa .b-popupa__content
{
    background-color: #FFFFFF;
}

.b-popupa .b-popupa__tail
{
    border-color: #E0E0E0 transparent;
}

.b-popupa .b-popupa__tail-i
{
    border-color: #FFFFFF transparent;
}

.b-popupa_direction_left.b-popupa_theme_ffffff .b-popupa__tail-i,
.b-popupa_direction_right.b-popupa_theme_ffffff .b-popupa__tail-i
{
    border-color: transparent #FFFFFF;
}

#ya-site-results .b-dropdowna__popup .b-menu_preset_vmenu .b-menu__separator
{
    border-color: #E0E0E0;
}

.b-specification-list,
.b-specification-list .b-pseudo-link,
.b-specification-item__content label,
.b-specification-item__content .b-link,
.b-specification-list .b-specification-list__reset .b-link
{
    color: #000000 !important;
    font-family: Tahoma;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

.b-specification-item__content .b-calendar__title
{
    font-family: Tahoma;
    color: #000000;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

.b-specification-item__content .b-calendar-month__day_now_yes
{
    color: #E0E0E0;
}

.b-specification-item__content .b-calendar .b-pseudo-link
{
    color: #000000;
}

.b-specification-item__content
{
    font-family: Tahoma !important;
    font-size: 13px;
}

.b-specification-item__content :visited
{
    color: #1a5dc5;
}

.b-specification-item__content .b-pseudo-link:hover,
.b-specification-item__content :visited:hover
{
    color: #f24d5a !important;
}

#ya-site-results .b-popupa .b-popupa__tail-i
{
    background: #FFFFFF;
    border-color: #E0E0E0 !important;
}

.messengers {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
}

.messengers-mobile {
   display: none;
}

.cart_price {
    display: flex;
    justify-content: flex-end;
    margin-top: 0px;
}

/*==============================PLUGINS==============================*/
/*-----------------slick-slider---------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-loading .slick-list {
  background: #fff url("https://www.allgen.ru/images/ajax-loader.gif") center center no-repeat;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.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-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -24px;
  width: 23px;
  height: 48px;
  font-size: 0;
  background: transparent;
  z-index: 20;
}

.slick-dots {
  bottom: 20px;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 20;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.slick-dots li.slick-active button {
  background-color: #fa4746;
  border-color: #fa4746;
}

.slick-dots li button {
  width: 19px;
  height: 19px;
  border: 2px solid #fff;
  border-radius: 50%;
}

/*---------------------fancybox------------------------*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.order-discount {
  margin:0 0 18px;
  padding:14px 0 16px;
  font-size:18px;
  line-height:18px;
  text-align:center;
  color:white;
  background: #009744;
  border-radius:7px;
  font-weight:700
}

.ya-share2__list {
  margin-top: 15px !important;
  display: flex !important;
  justify-content: space-around !important;
}

.ya-share2__item_service_vkontakte {
  margin-top: 0px !important;
  padding-left: 0px !important;
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*==============================GENERAL==============================*/
html, body {
  position: relative;
  min-width: 320px;
}

body {
  font-family: 'PT Sans';
  line-height: 1;
  color: #252525;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.center-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #f24d46;
  border-bottom: 1px solid #252525;
}

h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  right: 45px;
  width: 9px;
  height: 1px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  background: #7f7f7f;
}

h3 {
  position: relative;
  margin-top: -25px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #f24d46;
  border-bottom: 1px solid #252525;
}

h5 {
  margin-top: 20px;
  position: relative;
  margin-bottom: -5px;
  padding-bottom: 8px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #f24d46;
  border-bottom: 1px solid #252525;
}

p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #252525;
}

ul, ol {
  list-style: none;
}

.content ul {
  padding-bottom: 0px;
}

.content ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #252525;
}

.content ul:not(.paginator-list) li:nth-child(1) {
  position: relative;
  margin-top: -8px;
  margin-bottom: 6px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #252525;
}

.content ul:not(.ya-share2__list) li:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2b73b3;
}

.content ol {
  counter-reset: myCounter;
  padding-bottom: 10px;
}

.content ol li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #252525;
}

.content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #2b73b3;
}

a {
  outline: none;
  text-decoration: underline;
  color: #1a5db8;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

img {
  vertical-align: top;
}

.warning {
  margin-bottom: 20px;
  padding: 20px 15px;
  border-top: 3px solid #cb454c;
  border-bottom: 3px solid #cb454c;
}

.warning__title {
  margin-bottom: 3px;
  padding-left: 40px;
  line-height: 21px;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  background-image: url(https://www.allgen.ru/images/icon-warning.png);
  background-repeat: no-repeat;
  background-size: 23px 20px;
}

.warning__text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #252525;
}

/*==============================FORM ELEMENTS==============================*/
.btn {
  display: inline-block;
  padding: 13px 25px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3070b7), to(#2c93d6));
  background: -webkit-linear-gradient(top, #3070b7 0%, #2c93d6 100%);
  background: -o-linear-gradient(top, #3070b7 0%, #2c93d6 100%);
  background: linear-gradient(top, #3070b7 0%, #2c93d6 100%);
  border-radius: 10px;
  white-space: nowrap;
}

.btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#2c93d6), to(#3070b7));
  background: -webkit-linear-gradient(top, #2c93d6 0%, #3070b7 100%);
  background: -o-linear-gradient(top, #2c93d6 0%, #3070b7 100%);
  background: linear-gradient(top, #2c93d6 0%, #3070b7 100%);
}

.btn_small {
  padding: 5px 25px 7px 25px;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}

.btn_ring {
  display: inline-block;
  padding: 13px 25px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#3070b7), to(#2c93d6));
  background: -webkit-linear-gradient(top, #3070b7 0%, #2c93d6 100%);
  background: -o-linear-gradient(top, #3070b7 0%, #2c93d6 100%);
  background: linear-gradient(top, #3070b7 0%, #2c93d6 100%);
  border-radius: 10px;
  white-space: nowrap;
}

.btn_ring:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#2c93d6), to(#3070b7));
  background: -webkit-linear-gradient(top, #2c93d6 0%, #3070b7 100%);
  background: -o-linear-gradient(top, #2c93d6 0%, #3070b7 100%);
  background: linear-gradient(top, #2c93d6 0%, #3070b7 100%);
}

.btn_ring_small {
  padding: 5px 25px 7px 25px;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox label {
  position: relative;
  font-size: 16px;
  line-height: 21px;
  padding-left: 30px;
  cursor: pointer;
}

.checkbox label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  background: url(https://www.allgen.ru/images/icon-checkbox.png);
  z-index: 1;
}

.checkbox input[type="checkbox"]:checked + label:before {
  background: url(https://www.allgen.ru/images/icon-checkbox-checked.png);
}

.radio input[type="radio"] {
  display: none;
}

.radio label {
  position: relative;
  font-size: 16px;
  line-height: 21px;
  padding-left: 30px;
  cursor: pointer;
}

.radio label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  background: url(https://www.allgen.ru/images/icon-radio.png);
  z-index: 1;
}

.radio input[type="radio"]:checked + label:before {
  background: url(https://www.allgen.ru/images/icon-radio-checked.png);
}

.select {
  position: relative;
  cursor: pointer;
  text-align: left;
}

.select-title {
  position: relative;
  width: 100%;
  padding-right: 15px;
  z-index: 1;
}

.select-title:hover .select-title__value {
  border-color: transparent;
}

.select-title__arrow {
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  right: 0;
  width: 6px;
  height: 5px;
  background-image: url(https://www.allgen.ru/images/icon-select-arrow.png);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select-title__value {
  display: block;
  font-size: 16px;
  color: #232323;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid #232323;
}

.select-options {
  display: none;
  position: absolute;
  top: 41px;
  min-width: 100%;
  border: 1px solid #e5e5e5;
  border-top: none;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
}

.select-options__value {
  padding: 8px 12px;
  font-size: 15px;
  color: #232323;
  white-space: nowrap;
}

.select-options__value:hover {
  background-color: #fafafa;
  color: #3274b5;
}

.select-options__value:active {
  color: #3078c9;
}

.select.active .select-title {
  border-color: #000;
}

.select.active .select-title__arrow {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*==============================MODALS==============================*/
.box-modal {
  position: relative;
  padding: 40px 30px;
  width: 500px;
  background: #fff;
}

.arcticmodal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-image: url(https://www.allgen.ru/images/icon-modal-close.png);
  cursor: pointer;
}

/*==============================INDEX==============================*/
/*---------------------header------------------------*/
.header {
  margin-bottom: 20px;
  padding: 22px 0;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-leftside {
  padding-right: 15px;
  flex-grow: 1;
}

.header-rightside__switcher{
  display: none;
}

.header-rightside__close{
  display: none;
}

.header-rightside-row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -10px;
}

.header-rightside-col{
  padding: 0 10px;
}

.header-rightside-col-2{
  padding-right: 30px;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-logo__image {
  margin-right: 16px;
}

.header-logo__title {
  margin-bottom: 7px;
  font-size: 20px;
  color: #232323;
}

.header-logo__subtitle {
  max-width: 370px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  color: #232323;
}

.header-col_center {
  text-align: center;
}

.header-mail {
  position: relative;
  margin-top: 5px;
  margin-bottom: 12px;
  padding-left: 27px;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  color: #232323;
}

.header-mail:before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url(https://www.allgen.ru/images/icon-mail.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}

.header-callback {
  display: block;
}

a.header-phone {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 35px;
  font-size: 30px;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  color: #3274b5;
}

a.header-phone:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url(https://www.allgen.ru/images/icon-phone.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}

.header-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-city-leftside {
  padding-right: 5px;
}

.header-city__phone,
a.header-city__phone {
  font-weight: 600;
  color: #232323;
  text-decoration: none;
  white-space: nowrap;
}

.menu-switcher {
  display: none;
}

.city__phone.active{
  display: inline-block;
}
.city__phone{
  display: none;
}
/*---------------------mainslider------------------------*/
.mainslider {
  margin-bottom: 20px;
}

.mainslider .slick-dots {
  text-align: left;
  padding-left: 40px;
}

.mainslider .slick-dots li {
  margin: 0 10px 0 0;
}

.mainslider-item {
  position: relative;
}

.mainslider-item__image {
  position: relative;
  height: 335px;
}

.mainslider-item__image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}

.mainslider-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainslider-item-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 40px;
  z-index: 10;
}

.mainslider-item__title {
  margin-bottom: 10px;
  max-width: 650px;
  font-family: 'PT Sans';
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
}

.mainslider-item__text {
  max-width: 650px;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}

.main-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*---------------------sidebar------------------------*/
.sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 315px;
  flex: 0 0 315px;
  max-width: 315px;
}

.sidebar h2:after {
  right: 15px;
}

.sidebar-menu {
  margin-bottom: 30px;
  padding: 0 12px;
  background: #f2f2f2;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.12);
}

.sidebar-menu li:last-child a {
  border: none;
}

.sidebar-menu li a {
  display: block;
  padding: 20px;
  font-size: 18px;
  font-weight: 300;
  color: #252525;
  text-decoration: none;
  border-bottom: 1px solid #acacac;
}

.sidebar-menu li a.active, .sidebar-menu li a:hover {
  background: #f24d46;
  border-color: #acacac;
  color: #fff;
}

.mobile-search{
  display: none;
}

.sidebar-search {
  position: relative;
  margin-bottom: 25px;
}


.sidebar-search-form__input {
  width: 100%;
  height: 38px;
  padding: 0 50px 0 20px;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #838383;
  border-radius: 5px;
}

.sidebar-search-form__btn {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background-image: url(https://www.allgen.ru/images/icon-search.png);
  z-index: 5;
}


.sidebar-special {
  padding-bottom: 15px;
}

.sidebar-projects__title {
  letter-spacing: -0.005em;
}

.sidebar-special-col {
  margin-bottom: 10px;
}

.sidebar-special-item-body {
  display: block;
  position: relative;
  border: 1px solid #a0a0a0;
}

.sidebar-special-item__title {
  position: absolute;
  text-align: center;
  top: 20px;
  left: 0;
  width: 100%;
  padding: 6px 5px;
  background: #fff;
  font-size: 20px;
  line-height: 24px;
  color: #252525;
  z-index: 5;
}

.sidebar-special-item__image {
  height: 152px;
}

.sidebar-special-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar-projects {
  margin-bottom: 30px;
}

.sidebar-projects-col {
  margin-bottom: 25px;
}

.sidebar-projects-item {
  padding: 15px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  text-align: center;
}

.sidebar-projects-item__image {
  padding: 0 10px 15px;
}

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

.sidebar-projects-item__title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  color: #454545;
}

.sidebar-projects-item__text {
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 19px;
  color: #454545;
}

.sidebar-projects-item__more {
  width: 100%;
}

.sidebar-projects-all {
  text-align: center;
}

.sidebar-projects-all__link {
  font-size: 18px;
  color: #1a5db8;
  text-decoration: underline;
}

.sidebar-news {
  margin-bottom: 30px;
}

.sidebar-news-col {
  margin-bottom: 25px;
}

.sidebar-news-item {
  padding: 15px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  text-align: center;
}

.sidebar-news-item__image {
  padding: 0 10px 15px;
}

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

.sidebar-news-item__title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  color: #454545;
}

.sidebar-news-item__text {
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 19px;
  color: #454545;
}

.sidebar-news-item__more {
  width: 100%;
}

.sidebar-news-all {
  text-align: center;
}

.sidebar-news-all__link {
  font-size: 18px;
  color: #1a5db8;
  text-decoration: underline;
}

.banner_long, .banner_vert {
  display: none;
}

/*---------------------content------------------------*/
.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-bottom: 40px;
  padding-left: 30px;
}

.mainabout {
  padding-top: 15px;
}

.mainabout__text p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}

.mainproducts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.mainproducts-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 37px;
  padding: 0 12px;
}

.mainproducts-item{
  display: block;
  text-decoration: none;
}

.mainproducts-item__image {
  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: 17px;
  padding: 12px;
  width: 100%;
  height: 210px;
  border-radius: 4px;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.09);
}

.mainproducts-item__image:hover {
  border-color: #f24d46;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.29);
}

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

.mainproducts-item__title {
  position: relative;
  padding-left: 15px;
  color: #252525;
}

.mainproducts-item__title:hover{
  color: #f24d46;
}

.mainproducts-item__title:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #fa4746;
}

.mainservices-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.mainservices-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 35px;
  padding: 0 12px;
}

.mainservices-item{
  display: block;
  text-decoration: none;
}

.mainservices-item__image:hover{
  border-color: #f24d46;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.29);
}

.mainservices-item__image {
  display: block;
  margin-bottom: 20px;
  height: 210px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid transparent;
}

.mainservices-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainservices-item__title:hover{
  color: #f24d46;
}

.mainservices-item__title {
  position: relative;
  padding-left: 15px;
  color: #252525;
}

.mainservices-item__title:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #fa4746;
}

.mainpress {
  margin-bottom: 15px;
}

.mainpress-item {
  margin-bottom: 20px;
  padding: 10px 15px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.13);
}

.mainpress-item__title:hover{
  color: #f24d46;
}

.mainpress-item__title {
  margin-bottom: 15px;
  max-width: 620px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  line-height: 22px;
  font-weight: 300;
  color: #454545;
}

.mainpress-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainpress-item__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
  padding-right: 10px;
}

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

.mainpress-item__text {
  line-height: 20px;
  font-weight: 300;
  color: #454545;
}

.mainpress-all {
  text-align: right;
}

.mainpress-all__link {
  text-decoration: underline;
  font-size: 18px;
  font-weight: 300;
  color: #1a5db8;
}

.mainarticles-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.mainarticles-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.333%;
  margin-bottom: 20px;
  padding: 0 12px;
}

.mainarticles-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 15px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.13);
}

.mainarticles-item__image {
  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;
  height: 155px;
  padding-bottom: 10px;
}

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

.mainarticles-item__title {
  margin-bottom: 15px;
  line-height: 20px;
  text-align: center;
}

.mainarticles-item__text {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  color: #454545;
}

.mainarticles-item__more {
  width: 100%;
}

.mainarticles-all {
  text-align: right;
}

.mainarticles-all__link {
  text-decoration: underline;
  font-size: 18px;
  font-weight: 300;
  color: #1a5db8;
}

/*---------------------footer------------------------*/
.footer {
  padding: 20px 0;
  background: #252525;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-col:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer-col:last-child {
  text-align: right;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 30px;
  padding-right: 60px;
}

.footer-copy {
  max-width: 250px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu ul {
  padding-right: 15px;
  padding-left: 50px;
}

.footer-menu ul li {
  margin-bottom: 7px;
}

.footer-menu ul li a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-decoration: underline;
  color: #fff;
}

.footer-menu ul li a:hover {
  text-decoration: none;
}

a.footer-phone {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 25px;
  text-decoration: none;
  padding-left: 35px;
  white-space: nowrap;
  font-weight: 600;
  color: #3274b5;
}

a.footer-phone:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url(https://www.allgen.ru/images/icon-phone.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
}

.footer-city {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-city-leftside {
  padding-right: 5px;
}

.footer-city-leftside .select-title__value {
  color: #fff;
  border-color: #fff;
}

.footer-city-leftside .select-options {
  top: 25px;
}

.footer-city__phone,
a.footer-city__phone {
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.footer-site {
  margin-top: 50px;
  margin-bottom: 10px;
  display: inline-block;
  color: #fff;
}

.footer-mail {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

/*==============================MAINCATALOG==============================*/
.maincatalog-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border: 1px solid #e8e8e8;
}

.maincatalog-item__title {
  margin-bottom: 20px;
  padding: 10px 15px 14px 15px;
  background: #e8e8e8;
  font-size: 20px;
}

.maincatalog-item__title a {
  display: inline-block;
  text-decoration: none;
  color: #3472b7;
  border-bottom: 1px solid #3472b7;
}

.maincatalog-item__title a:hover {
  border-color: transparent;
}

.maincatalog-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.maincatalog-item__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  max-width: 270px;
  padding: 0 10px;
  text-align: center;
}

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

.maincatalog-item__imagePress {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
  padding: 0 10px;
  text-align: center;
}

.maincatalog-item__imagePress img {
  max-width: 100%;
}

.maincatalog-item__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.maincatalog-item__text p {
  font-size: 15px;
  line-height: 18px;
}

.maincatalog-item__more {
  text-align: right;
}

.maincatalog-item__more a {
  color: #3472b7;
}

/*==============================MANUFACTURER==============================*/
.manufacturer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.manufacturer-info {
  margin-bottom: 30px;
}

.manufacturer-info__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  max-width: 250px;
  padding-right: 15px;
}

.manufacturer-info__logo img {
  max-width: 100%;
}

.manufacturer-info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.manufacturer-info-content-leftside {
  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;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 39%;
  flex: 0 0 39%;
  max-width: 39%;
  border-right: 1px solid #5a6169;
}

.manufacturer-info-content-rightside {
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 61%;
  flex: 0 0 61%;
  max-width: 61%;
}

.manufacturer-info-block {
  margin-bottom: 15px;
}

.manufacturer-info-block:last-child {
  margin-bottom: 0;
}

.manufacturer-info-block__title {
  margin-bottom: 10px;
  font-weight: 600;
}

.manufacturer-info-block__title a {
  text-decoration: none;
}

.manufacturer-info__details a {
  display: inline-block;
  margin: 0 3px 2px 0;
  font-size: 14px;
  text-decoration: none;
  color: #3170b7;
}

.engine-list a:not(:last-child):after {
  content: ';  ';
}

.engine-list a:last-child:after {
  content: '.';
}


.manufacturer-info__details a:hover  {
  color: #f24d46;
}
.manufacturer-info__text {
  font-size: 14px;
}

.manufacturer-info__redtext {
  font-size: 14px;
  color: #f24d46;
}

.manufacturer-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
  margin: 0 -18px;
}

.manufacturer-gallery__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 16px;
  padding: 0 18px;
}

.manufacturer-gallery__item img {
  width: 100%;
}

.manufacturer-body {
  margin-bottom: 50px;
}

.manufacturer-products-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.manufacturer-products-filter-col {
  padding: 0 8px;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28%;
  flex: 0 0 14.28%;
  max-width: 14.25%;
}

.manufacturer-products-filter__item {
  display: block;
  white-space: nowrap;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #252525;
  color: #252525;
  text-decoration: none;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
}

.manufacturer-products-filter__item.active {
  background: #3573bb;
  color: #fff;
  border-color: #3573bb;
  cursor: pointer;
}
.manufacturer-products-filter__item:not(.active):hover{
    color: #3573bb;
    border: 1px solid #3573bb;
    cursor: pointer;
}
.manufacturer-products-filter__item:hover a{
  color: #fff;
  border: 1px solid #3573bb;
  cursor: pointer;
}
.manufacturer-products-table table tbody:hover {

}

.manufacturer-products-table table td {
  vertical-align: middle;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 12px;
  color: #2d2d2d;
  text-align: center;
  border: 3px solid #e8e8e8;
}

.tableTO table td {
  vertical-align: middle;
  font-size: 15px;
  line-height: 17px;
  padding: 10px 12px;
  color: #2d2d2d;
  text-align: center;
  border: 3px solid #e8e8e8;
}

.manufacturer-products-table table td.cell-white {
  background: #fff;
}

.manufacturer-products-table table td.cell-blue {
  background: #3274b5;
  font-weight: bold;
  color: #ffffff;
}

.manufacturer-products-table table td.cell-text-left {
  text-align: left;
  padding-left: 15px;
}

.manufacturer-products-item__price {
  white-space: nowrap;
  color: #3670b3;
}

.manufacturer-products-item__title {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0px;
}

.manufacturer-products-item__image {
  position: relative;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rating__star {
  margin-right: 2px;
  width: 13px;
  height: 12px;
  background-size: 13px 12px;
}

.rating__star.full {
  background-image: url(https://www.allgen.ru/images/icon-star.png);
}

.rating__star.empty {
  background-image: url(https://www.allgen.ru/images/icon-star-empty.png);
}

.maincatalog-item-content {
  padding-right: 15px;
}

/*==============================PRODUCT==============================*/
.product-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.product-leftside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 225px;
  flex: 0 0 225px;
  max-width: 225px;
}

.product-image {
  position: relative;
  margin-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}

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

.sticker-big {
  position: absolute;
  font-weight: bold;
  left: 0px;
  top: 15px;
  padding: 5px 10px;
  background: #f24d46;
  font-size: 15px;
  color: #ffffff;
  border-radius: 5px;
}

.sticker-big-green {
  position: absolute;
  font-weight: bold;
  left: 0px;
  top: 15px;
  padding: 5px 10px;
  background: green;
  font-size: 15px;
  color: #ffffff;
  border-radius: 5px;
}

.sticker-portable-big {
  position: absolute;
  font-weight: bold;
  left: 0px;
  top: 15px;
  padding: 6px 20px;
  background: #f24d46;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
}

.sticker-portable-big-blue {
  position: absolute;
  font-weight: bold;
  left: 0px;
  top: 15px;
  padding: 6px 20px;
  background: #42aaff;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
}

.sticker-big-power {
  position: absolute;
  font-weight: bold;
  left: 15px;
  top: 10px;
  padding: 4px 10px;
  background: #f24d46;
  font-size: 14px;
  color: #ffffff;
  border-radius: 5px;
}

.sticker-big-power-green {
  position: absolute;
  font-weight: bold;
  left: 15px;
  top: 10px;
  padding: 4px 10px;
  background: green;
  font-size: 14px;
  color: #ffffff;
  border-radius: 5px;
}

.sticker-portable-big-power {
  position: absolute;
  font-weight: bold;
  left: 15px;
  top: 10px;
  padding: 6px 20px;
  background: #f24d46;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
}

.sticker-portable-big-power-blue {
  position: absolute;
  font-weight: bold;
  left: 15px;
  top: 10px;
  padding: 6px 20px;
  background: #42aaff;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
}

.sticker-mini {
  position: absolute;
  display: block;
  top: 0px;
  left: 1px;
  z-index: 30;
  background:#ef2a2b;
  color: #fff;
  border-radius: 3px;
  font-size: 10px;
  padding: 1px 5px;
}

.sticker-mini-stock {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  z-index: 30;
  background: green;
  color: #fff;
  border-radius: 3px;
  font-size: 10px;
  padding: 1px 5px;
}

.sticker-mini-faza {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  z-index: 30;
  background: #42aaff;
  color: #fff;
  border-radius: 3px;
  font-size: 10px;
  padding: 1px 5px;
}

.sticker-mini-blue {
  position: absolute;
  display: block;
  top: 0px;
  left: 1px;
  z-index: 30;
  background:#42aaff;
  color: #fff;
  border-radius: 3px;
  font-size: 10px;
  padding: 1px 5px;
}

.sticker-portable-mini {
  position: absolute;
  display: block;
  top: 0px;
  left: 1px;
  z-index: 30;
  background:#ef2a2b;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 8px;
}

.sticker-portable-mini-blue {
  position: absolute;
  display: block;
  top: 0px;
  left: 1px;
  z-index: 30;
  background:#42aaff;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 8px;
}

.sticker-portable-mini-new {
  position: absolute;
  display: block;
  top: 0px;
  left: 15px;
  z-index: 30;
  background:#ef2a2b;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 8px;
}

.sticker-portable-mini-green-new {
  position: absolute;
  display: block;
  top: 0px;
  left: 15px;
  z-index: 30;
  background:#198754;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 8px;
}

.sticker-portable-mini-blue-new {
  position: absolute;
  display: block;
  top: 0px;
  left: 15px;
  z-index: 30;
  background:#3274b5;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 8px;
}

.sticker-logo-engine {
  position: absolute;
  display: block;
  top: 2px;
  right: 5px;
}

.sticker-logo-engine-left {
  position: absolute;
  display: block;
  top: 2px;
  left: 150px;
}

.sticker-logo-engine img {
  border: 2px solid #e8e8e8;
  border-radius: 5px;
}

.sticker-logo-engine-left img {
  border: 2px solid #e8e8e8;
  border-radius: 5px;
}

.product-rating {
  margin-bottom: 20px;
  text-align: center;
}

.product-rating__title {
  margin-bottom: 10px;
  font-size: 18px;
}

.product-rating__stars {
  text-align: center;
}

.product-rating__stars .rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.product-rating__stars .rating__star {
  width: 19px;
  height: 18px;
  background-size: 19px 18px;
}

.product-info {
  margin-bottom: 30px;
}

.product-info-block {
  padding: 18px 0;
  text-align: center;
  border-bottom: 1px solid #a8a8a8;
}

.product-info-block-gray {
  background: #ededed;
  border-top: 1px solid #a8a8a8;
}

.product-info-block-white {
  background: white !important;
}

.product-info-block:first-child {
  border-top: 1px solid #a8a8a8;
}

.product-info-block:nth-child(odd) {
  background: #ededed;
}

.product-info-block__title {
  margin-bottom: 5px;
}

.product-info-block__title__stock {
  margin-top: 20px;
}

.product-info-block__value {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #f24d46;
}

.product-price-table {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 800;
}

.product-price-table .red {
  color: #f24d46;
}

.product-price-table .green {
  color: green;
}

.spec-price-portable {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #f24d46;
  text-decoration: line-through;
	text-decoration-color: #f24d46;
}

.product-lowprice {
  margin-bottom: 30px;
  font-size: 15px;
}

.product-variants {
  margin-bottom: 15px;
  padding: 18px 8px 5px 8px;
  background: #ededed;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}

.product-variants__title {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.product-variants-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.product-variants-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 16px;
  padding: 0 4px;
}

.product-variants__item {
  position: relative;
  display: block;
  height: 64px;
  border: 1px solid #4268a9;
}

.product-variants__select {
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.29);
  cursor:pointer;
  border: 2px solid #f24d46;
}

.product-variants__item:hover {
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.29);
  cursor:pointer;
  border: 2px solid #f24d46;
}

.product-variants__item:hover:after {
  display: block;
}

.product-variants__item:after {
  content: '';
  display: none;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border: 2px solid #f24d46;
}

.product-variants__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-analogues_mobile{
  display: none;
}

.product-analogues__title {
  margin-bottom: 8px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.product-analogues-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 8px;
  background: #2e76bb;
  color: #fff;
}

.product-analogues-item {
  border-bottom: 1px solid #d3d3d3;
}

.product-analogues-item-body:hover{
  color: #f24d46;
}

.product-analogues-item-body{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 8px;
  text-decoration: none;
  color: #000;
}

.product-analogues-item__title {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 16px;
  padding-right: 10px;
}

.product-analogues-item__title span {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 16px;
}

.product-analogues-item__value {
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
}

.product-stats {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-left: 25px;
}

.product-stats-block {
  margin-bottom: 10px;
}

.product-stats-block__title {
  padding: 5px 0 6px 0;
  background: #2e76bb;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.zap {
  font-weight: normal;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 15px 10px 0;
}

.zap2 {
  font-weight: normal;
  color: red;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 15px 10px 0;
  text-align: right;
}

.margin-up {
  margin-top: 10px;
  margin-bottom: 7px;
}

.product-stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
}

.product-stats-item__title {
  line-height: 18px;
  padding: 10px 15px 10px 0;
}

.product-stats-item__value {
  white-space: nowrap;
  line-height: 18px;
  padding: 10px 0;
}

.product-tabs {
  margin-bottom: 35px;
}

.product-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
}

.product-tabs__btn {
  position: relative;
  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;
  height: 45px;
  padding: 0 15px;
  text-align: center;
  color: #232323;
  margin: 0 6px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
  background: #e8f0f8;
}

.product-tabs__btn:before {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 3px;
  background: #2e76bb;
}

.product-tabs__btn.active {
  background: #c0d6ea;
  color: #2e76bb;
}

.product-tabs__btn.active:before {
  display: block;
}

.product-tabs-body {
  padding: 15px 20px;
  border: 1px solid #bdbdbd;
}

.product-tabs-body-mini {
  padding: 5px 5px;
  border: 1px solid #bdbdbd;
}

.product-tabs-section {
  display: none;
}

.product-tabs-section.active {
  display: block;
}

.product-tabs-section p:last-child {
  margin-bottom: 0;
}

.product-features {
  padding-bottom: 20px;
}

.product-features-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.product-features-col {
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 8px;
}

.product-features-item-body{
  display: block;
  text-decoration: none;
}

.product-features-item__image:hover{
  border-color: #f24d46;
}

.product-features-item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #bdbdbd;
  height: 145px;
  padding: 15px;
  border-radius: 3px;
}

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

.product-features-item__title:hover{
  color: #f24d46;
}

.product-features-item__title {
  display: block;
  text-align: center;
  font-family: 'PT Sans';
  font-size: 18px;
  color: #232323;
}

.other-products {
  padding-bottom: 20px;
}

.products-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.products-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.products-item {
  height: 100%;
}

.products-item-body:hover{
  border-color: #f24d46;
}

.products-item-body{
  display: block;
  height: 100%;
  text-decoration: none;
  padding: 10px 6px 17px 6px;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
}

.products-item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 135px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.products-item__title {
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: #232323;
}

.products-item__model {
  margin-bottom: 7px;
  padding-bottom: 8px;
  line-height: 23px;
  color: #232323;
  text-align: center;
  border-bottom: 1px solid #bdbdbd;
}

.products-item__modelPort {
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 23px;
  color: #232323;
  text-align: center;
}


.products-item__price {
  font-size: 20px;
  font-weight: 600;
  color: #f24d46;
  text-align: center;
}

.products-item__oldprice {
  margin-bottom: 7px;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
  color: #2e76bb;
  text-align: center;
}

.product-projects__title {
  font-size: 23px;
  letter-spacing: -0.01em;
}

.product-projects-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.product-projects-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.projects-item {
  padding: 20px 10px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.13);
}

.projects-item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 160px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.projects-item__title {
  margin-bottom: 15px;
  line-height: 18px;
  text-align: center;
  color: #454545;
}

.projects-item__text {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 300;
  line-height: 18px;
  color: #454545;
}

.projects-item__more {
  width: 100%;
}

.product-projects-all {
  text-align: right;
}

.product-projects-all__link {
  font-family: 'PT Sans';
  font-size: 18px;
}

.all-gensets-katalog {
  text-align: right;
  margin-top: -15px;
  margin-bottom: 20px;
}

.all-gensets-katalog__link {
  font-family: 'PT Sans';
  font-size: 18px;
}

.all-alternator-katalog {
  text-align: right;
  margin-top: -15px;
  margin-bottom: -20px;
}

.all-alternator-katalog__link {
  font-family: 'PT Sans';
  font-size: 18px;
}

.har8 {
  color:#fff;
  background:#4368aa;
  height:40px;
  font-size:.9em;
  line-height: 15px;
  text-align: center;
  padding: 5px 0px;
}

.har {
  color:#000;
  border-bottom: 1px solid #d4dbee;
  font-size: .9em;
  line-height: 110%;
  font-size: .8em;
  background:#d4dbee;
  padding: 10px 10px;
  text-align: right;
}

/*==============================CART==============================*/

.header_cart {
  height: 30px;
}

.header_cart:hover {
    filter: hue-rotate(150deg);
}

.decrease:hover, .increase:hover, .remove-item, #clear-cart, #addProduct, #removeProduct, .radio-label {
  cursor: pointer;
}

.decrease {
  margin-right: 10px;
  width: calc(12px + 0.7vw);
}

.increase {
  margin-left: 10px;
  width: calc(12px + 0.7vw);
}

#cart-total {
  text-align: right;
  color: green;
  font-weight: bold;
  font-size: calc(14px + 0.5vw);
  margin-top: 20px;
}

#clear-cart {
  text-align: right;
  color: #e20b00;
  font-weight: bold;
  font-size: calc(10px + 0.5vw);
  margin-top: 20px;
}

.remove-item {
  color: #e20b00;
}

#addProduct {
  margin-top: -5px;
  color: green;
}

#removeProduct {
  margin-top: -5px;
  color: #f24d46;
}

.ya-pay-widget-container {
    margin-top: -22px;
    margin-bottom: 10px;
}

.ya-pay-widget {
    box-shadow: 1px 1px 11px 2px rgba(34, 60, 80, 0.2);
}

.radio-input {
        -webkit-appearance: none;
        appearance: none;
        width: 1rem;
        height: 1rem;
        border: 1px solid #dee2e6;
        border-radius: 50%;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        cursor: pointer;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        margin: 0;
    }

    /* Стилизация выбранного состояния радиокнопки */
    .radio-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    }

    /* Стилизация отключённого состояния радиокнопки */
    .radio-input:disabled {
        filter: none;
        opacity: 0.5;
        cursor: not-allowed;
    }

    /* Стилизация метки радиокнопки при отключённом состоянии */
    .radio-input:disabled ~ .radio-label {
        opacity: 0.5;
        cursor: not-allowed;
    }
/*==============================GURU==============================*/
.guruZag {
  font-size: 20px;
  margin-bottom: 15px;
  color: #2063b4;
  font-weight: bold;
}

.guruH {
  font-size: 28px;
  font-weight: bold;
}

.range-price_block {
  display: flex;
  justify-content: center;
  width: 100%;
}

#range-price {
  width: 100%;
}

@media (max-width: 576px) {
  .guruStep {
    display: none;
    color: red;
  }
}

@media (max-width: 475px) {
  #price {
    font-size: 14px;
  }
}

/*==============================SPECIAL==============================*/
.card-catalog {
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  margin: 0 5px;
}

.special-about {
  padding-bottom: 20px;
}

.special-list {
  padding-bottom: 20px;
}

.catalog-item__title__basic {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.catalog-item {
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
}

.catalog-item__title {
  margin-bottom: 10px;
  padding: 10px 15px 14px 15px;
  background: #e8e8e8;
  font-size: 20px;
}

.catalog-item__title a {
  display: inline-block;
  text-decoration: none;
  color: #3472b7;
  border-bottom: 1px solid #3472b7;
}

.catalog-item__title a:hover {
  border-color: transparent;
}

.catalog-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-item-leftside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 285px;
  flex: 0 0 285px;
  max-width: 285px;
}

.catalog-item-rightside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-right: 10px;
}

.catalog-item__image {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 15px;
}

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

.catalog-item__price {
  text-align: center;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 600;
  color: #f24d46;
}

.catalog-item__price__kvt {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 600;
  color: #f24d46;
}

.catalog-item__price__kvt__orders {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #f24d46;
}

.catalog__noPrice {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #1a5db8;
}

.catalog-item__oldprice {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 300;
  text-decoration: line-through;
  color: #2e76bb;
}

.catalog-item-stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
}

.catalog-item-stats-item__title {
  padding-right: 15px;
  padding-left: 10px;
}

.catalog-item-stats-item__value {
  white-space: nowrap;
}

.paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paginator .paginator-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.paginator .paginator-list li {
  margin: 0 5px;
  padding: 0;
}

.paginator .paginator-list li:nth-child(2) a, .paginator .paginator-list li:nth-last-child(2) a {
  font-weight: 700;
}

.paginator .paginator-list li:before {
  display: none !important;
}

.paginator .paginator-list li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #252525;
}

.paginator .paginator-list li a:hover {
  color: #f24d46;
}

.paginator .paginator-list li a.active {
  font-weight: 700;
  background: #f24d46;
  color: #fff;
  border-radius: 50%;
}

.paginator .paginator-list li a.active:hover {
  color: #fff;
}

.paginator-list__prev a,
.paginator-list__next a {
  height: 10px !important;
}

.paginator-list__dots a {
  font-weight: 700;
}

/*==============================ABOUT==============================*/
.breadcrumbs {
  padding-bottom: 10px;
}

.breadcrumbs-gen {
  padding-bottom: 10px;
}

.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'PT Sans';
  color: #232323;
  font-weight: bold;
}

.breadcrumbs-list li {
  position: relative;
  margin: 0 25px 15px 0;
}

.breadcrumbs-list li:last-child:after {
  display: none;
}

.breadcrumbs-list li:after {
  content: '/';
  display: block;
  position: absolute;
  top: 1px;
  right: -16px;
  font-size: 15px;
  color: #296ab7;
}

.breadcrumbs-list li a {
  font-size: 15px;
  color: #296ab7;
}

.content-image {
  padding: 10px 0 25px 0;
}

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

.sidebar-menu__close {
  display: none;
}


.proizv table {
		width: 100%;
}

.proizv tbody img {
	max-width: calc(100% - 25px);
    height: auto;
	margin-top: 15px;
	vertical-align: bottom;
	display: inline-block;
}

.proizv tbody td {
	border: 2px solid #e8e8e8;
	text-align: center;
	vertical-align: middle;
}

.proizv .manufacturers {
	max-width: 100%;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	color: #000000;
}

.proizv .manufacturers:hover {
	color: #77ba26;
}

.proizvLogo {
	float: left;
	margin: 16px;
}

.proizvLogoUslugi {
	float: left;
	margin: 8px 14px;
}

.td_opis_har strong {
  font-size: 15px;
}

.td_opis_har .br_mb-5 {
  margin-bottom: 5px;
}

.td_opis_har_big strong {
  font-size: 16px;
}

.adaptive_font_size {
  font-size: 16px;
}

.adaptive_font_size_price {
  font-size: 18px;
}

.adaptive_font_size_price.cena {
  font-size: 24px;
}

.adaptive_font_size_price.cena_old {
  font-size: 16px;
  text-decoration: line-through;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.proizv tr td {
	    display: block;
	}
	#proizvS tr td {
	    display: block;
	    margin: auto;
	    margin-top: 20px;
	}
}

/*==============================ADAPTIVE==============================*/
@media only screen and (max-width: 1200px) {
  .manufacturer-products-filter__item {
    font-size: 12px;
}

  .catalog-item__price__kvt__orders {
    margin-top: 30px;
  }

  h2 {
    font-size: 23px;
  }
  .header {
    padding: 15px 0;
  }
  .header-logo__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    display: block;
  }
  .header-logo__image img {
    max-width: 100%;
  }
  .searchForm {
  	width: 100%;
  }
  .searchFormPop {
  	width: 100%;
  }
  .header-logo__content {
    width: 250px;
  }
  .header-logo__title {
    font-size: 18px;
  }
  .header-logo__subtitle {
    font-size: 13px;
  }
  a.header-phone {
    font-size: 24px;
  }
  .mainproducts-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mainservices-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mainarticles-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-menu ul {
    padding-right: 15px;
  }
  .footer-logo {
    padding-right: 25px;
    width: 270px;
  }
  .footer-logo img {
    max-width: 100%;
  }
  .maincatalog-item__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    max-width: 210px;
  }
  .maincatalog-item__imagePress {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    max-width: 210px;
  }
  .maincatalog-item__text p {
  font-size: 15px;
  line-height: 18px;
  margin: 10px;
  }
  .maincatalog-item__more a {
    font-size: 15px;
  }
  .published {
	color: #999;
	margin-left: 10px;
  }
  .catalog-item-leftside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 285px;
    flex: 0 0 285px;
    max-width: 250px;
  }
  .catalog-item__title {
    font-size: 19px;
  }
  .catalog-item__title a {
    border-bottom: 0;
    line-height: 22px;
    text-decoration: underline;
  }
  .catalog-item__title a:hover {
    text-decoration: none;
  }
  .manufacturer-info-content {
    display: block;
  }
  .manufacturer-info-content-leftside {
    margin-bottom: 15px;
    border-right: 0;
  }
  .manufacturer-info-content-leftside,
  .manufacturer-info-content-rightside {
    max-width: 100%;
    padding: 0;
  }
  .manufacturer-gallery {
    margin: 0 -8px;
  }
  .manufacturer-gallery__item img {
    padding: 0 8px;
  }
  .product-stats-item {
    font-size: 14px;
  }
  .product-features-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .products-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .product-projects-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .products-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .products-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  .product-projects-col:nth-child(3) {
    display: none;
  }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
.header-logo__image {
	margin-left: 3%;
}

.header-rightside__switcher {
    display: block;
    padding-top: 40px;
    white-space: nowrap;
    background-image: url(https://www.allgen.ru/images/icon-mobile-contacts.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 20px 32px;
    font-size: 15px;
    background-size: 20px 32px;
    background-position: 50% 0;
  }

  .header-rightside__close{
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .header-rightside-row.active{
    left: 0;
  }
  .header-rightside-row{
    position: fixed;
    left: 100%;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f2f2f2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: scroll;
    z-index: 30;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

.SearchContainer {
	margin-bottom: 80px;
}

 .center-wrapper {
    max-width: 750px;
  }

  .sidebar-special {
	display: none;
  }

  .mainslider {
	display: none;
  }

  .mobile-search{
    display: block;
    margin-bottom: 20px;
  }
  .sidebar-search {
    display: none;
  }
  .menu-switcher {
    display: block;
    margin-right: 10px;
    margin-top: 10px;
  }
  .header-leftside{
    padding-right: 5px;
  }
  body.lock {
    overflow: hidden;
  }
  .sidebar-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: scroll;
    z-index: 30;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-menu.active {
    left: 0;
  }
  .sidebar-menu ul {
    width: 100%;
  }
  .sidebar-menu li a {
    text-align: center;
  }
  .sidebar-menu__close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .header-logo__content {
  	margin-left: 5%;
    width: 100%;
  }
  .mainslider-item__text {
    line-height: 32px;
  }
  .main-body {
    display: block;
  }
  .content {
    padding: 0 0 20px 0;
  }
  .sidebar {
    max-width: 100%;
  }
  .sidebar-special-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
  .sidebar-special-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
  .sidebar-projects-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
  .sidebar-projects-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
  .mainpress-all {
    text-align: center;
  }
  .mainarticles-all {
    text-align: center;
  }
  .sidebar-news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
  .sidebar-news-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
  .footer-menu {
    display: none;
  }
  .manufacturer-products-table table td {
    padding: 10px;
  }
  .product-projects-all {
    text-align: center;
  }
  .products-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .products-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner_long {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }

  .banner_long.dop {
    margin-top: -30px;
    margin-bottom: 20px;
  }

  .banner_long img {
    width: 90%;
  }

  .banner_vert {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: -10px;
  }

  .banner_vert img {
    width: 100%;
  }
}

@media only screen and (max-width: 1010px) {
.messengers {
  display: none;
}

.messengers-mobile {
  display: block;
}

.messengers-mobile {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
}

 .header-logo__image {
	margin-left: 3%;
}

.header-rightside__switcher {
    display: block;
    padding-top: 40px;
    white-space: nowrap;
    background-image: url(https://www.allgen.ru/images/icon-mobile-contacts.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 20px 32px;
    font-size: 15px;
    background-size: 20px 32px;
    background-position: 50% 0;
  }

  .header-rightside__close{
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .header-rightside-row.active{
    left: 0;
  }
  .header-rightside-row{
    position: fixed;
    left: 100%;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f2f2f2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: scroll;
    z-index: 30;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

.SearchContainer {
	margin-bottom: 80px;
}

 .center-wrapper {
    max-width: 750px;
  }

  .sidebar-special {
	display: none;
  }

  .mainslider {
	display: none;
  }

  .mobile-search{
    display: block;
    margin-bottom: 20px;
  }
  .sidebar-search {
    display: none;
  }
  .menu-switcher {
    display: block;
    margin-right: 10px;
    margin-top: 10px;
  }
  .header-leftside{
    padding-right: 5px;
  }
  body.lock {
    overflow: hidden;
  }
  .sidebar-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: scroll;
    z-index: 30;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-menu.active {
    left: 0;
  }
  .sidebar-menu ul {
    width: 100%;
  }
  .sidebar-menu li a {
    text-align: center;
  }
  .sidebar-menu__close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .header-logo__content {
  	margin-left: 5%;
    width: 100%;
  }
  .mainslider-item__text {
    line-height: 32px;
  }
  .main-body {
    display: block;
  }
  .content {
    padding: 0 0 20px 0;
  }
  .sidebar {
    max-width: 100%;
  }
  .sidebar-special-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
  .sidebar-special-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
  .sidebar-projects-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
  .sidebar-projects-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
  .mainpress-all {
    text-align: center;
  }
  .mainarticles-all {
    text-align: center;
  }
  .sidebar-news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
  .sidebar-news-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 24px;
    padding: 0 12px;
  }
  .footer-menu {
    display: none;
  }
  .manufacturer-products-table table td {
    padding: 10px;
  }
  .product-projects-all {
    text-align: center;
  }
  .products-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .products-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
}

@media only screen and (max-width: 767px) {
.header-logo__content {
	display: none;
}

  .header-rightside{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

.SForm1 {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.SearchContainer {
	margin-bottom: 0px;
}

.h2Search {
	margin-top: 0px;
}

.SForm2 {
	width: 100%;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
}

.SForm3 {
	width: 100%;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}

.filial, .filialCenter {
	width: 100%;
	font-size: 12px;
	padding-left: 3px;
	padding-bottom: 30px;
  margin-right: 2%;
}

#mes {
  display: flex;
  margin-bottom: 40px;
}

  #catTable {
	width: 100%;
  }

  .header-rightside__switcher{
    display: block;
    padding-top: 40px;
    white-space: nowrap;
    background-image: url(https://www.allgen.ru/images/icon-mobile-contacts.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 20px 32px;
    font-size: 15px;
    background-size: 20px 32px;
    background-position: 50% 0;
  }

  .header-rightside__close{
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .header-rightside-row.active{
    left: 0;
  }
  .header-rightside-row{
    position: fixed;
    left: 100%;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f2f2f2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: scroll;
    z-index: 30;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-menu{
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
  }
  .header-logo{
    justify-content: center;
    padding: 0;
  }

  .mainslider-item-content {
    padding: 20px 20px;
  }
  .mainslider .slick-dots {
    padding-left: 20px;
  }
  .mainslider-item__text {
    font-size: 16px;
    line-height: 30px;
  }
  .footer-menu {
    display: none;
  }
  .table-scroll-2 span{
    display: block;
    height: 1px;
  }
  .table-scroll-2{
    overflow-y: auto;
    width: 100%;
  }
  .table-scroll-2::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
  .table-scroll-2::-webkit-scrollbar-thumb {
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .manufacturer-products-table {
    width: 100%;
    overflow-y: auto;
  }
  .manufacturer-products-table::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
  .manufacturer-products-table::-webkit-scrollbar-thumb {
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .manufacturer-products-filter-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  #proizvS tr td {
	    display: block;
	    margin: auto;
	    margin-top: 20px;
	}
  .products-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .products-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  .sticker-logo-engine {
    display: none;
  }
}

@media only screen and (max-width: 639px) {
  .SearchContainer {
    margin-bottom: 0px;
  }

  .catalog-item__price__kvt__orders {
    margin-top: -30px;
    margin-bottom: 30px;
  }

  .banner_long.dop {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .banner_long img {
    width: 100%;
  }

  .banner_vert img {
    max-width: 250px;
  }

  .mainslider-item__title {
    font-size: 28px;
    line-height: 35px;
  }

  #catTable {
	width: 100%;
  }
  #proizvS tr td {
	    display: block;
	    margin: auto;
	    margin-top: 20px;
	}
  .mainslider-item__text {
    font-size: 15px;
    line-height: 25px;
  }
  .manufacturer-info__logo{
    text-align: center;
    max-width: 100%;
    display: block;
  }
  .footer-logo {
    width: 220px;
  }
  a.footer-phone {
    font-size: 24px;
  }
  .proizvLogo {
    text-align: center;
    max-width: 100%;
    float: none;
  }
  .proizvLogoUslugi {
    text-align: center;
    max-width: 100%;
    float: none;
  }
  .manufacturer-info {
    display: block;
  }
  .manufacturer-info__logo {
    margin-bottom: 20px;
  }
  .manufacturer-gallery__item img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .manufacturer-products-filter-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .catalog-item-body {
    display: block;
  }
  .catalog-item-leftside {
    max-width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .paginator .paginator-list li {
    margin: 0 3px;
  }
  .product-body {
    display: block;
  }
  .product-stats {
    padding-left: 0;
  }
  .products-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-leftside {
    margin-bottom: 15px;
    max-width: 100%;
  }
  .product-variants-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .product-variants-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sidebar-special-item__title {
    font-size: 15px;
    line-height: 17px;
  }
  .product-tabs-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-tabs__btn {
    margin: 0;
    margin-left: 1%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 98%;
    max-width: 98%;
  }
  .product-tabs__btn.active:before {
    display: none;
  }
  .header-rightside-row{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .header-rightside-col{
    padding: 15px 5px;
  }
  .header-rightside-col-2{
    padding: 15px 5px;
  }
  .product-analogues{
    display: none !important;
  }
  .product-analogues_mobile{
    padding: 20px 0;
    display: block !important;
  }
  .products-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .products-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 16px;
    padding: 0 8px;
  }

  .sidebar-special {
	display: none;
  }
}

@media only screen and (max-width: 479px) {
.vis-adaptive-none {
  display: none;
}

.adaptive_font_size {
  font-size: 22px;
}

.adaptive_font_size_price {
  font-size: 22px;
}

.adaptive_font_size_price.cena {
  font-size: 22px;
}

.prim1 {
	display: block;
}

.SearchContainer {
	margin-bottom: 0px;
}

.h2Search {
	margin-top: 200px;
}

 .sticker-mini-stock {
  display: none;
 }

  .mainslider-item__title {
    font-size: 21px;
    line-height: 28px;
  }
  #catTable {
	width: 100%;
  }
  #proizvS tr td {
	    display: block;
	    margin: auto;
	    margin-top: 20px;
	}

  .sidebar-special {
	display: none;
  }

  .mainslider-item__text {
    font-size: 14px;
    line-height: 24px;
  }
  .mainproducts-row {
    display: block;
  }
  .mainproducts-col {
    max-width: 100%;
  }
  .mainservices-row {
    display: block;
  }
  .mainservices-col {
    max-width: 100%;
  }
  .mainservices-item {
    margin: 0 auto;
    width: 260px;
  }
  .mainproducts-item {
    margin: 0 auto;
    width: 260px;
  }
  .mainpress-item-row {
    display: block;
  }
  .mainarticles-row {
    display: block;
  }
  .mainarticles-col {
    max-width: 100%;
  }
  .mainarticles-item {
    margin: 0 auto;
    width: 260px;
  }
  .sidebar-special-list {
    display: block;
  }
  .sidebar-special-col {
    max-width: 100%;
  }
  .sidebar-projects-list {
    display: block;
  }
  .sidebar-projects-col {
    max-width: 100%;
  }
  .sidebar-projects-item {
    margin: 0 auto;
    width: 260px;
  }
  .header-logo__image{
    margin: 0;
  }
  .sidebar-news-list {
    display: block;
  }
  .sidebar-news-col {
    max-width: 100%;
  }
  .sidebar-news-item {
    margin: 0 auto;
    width: 260px;
  }
  .footer-row {
    display: block;
  }
  .footer-col {
    text-align: center;
    margin-bottom: 25px;
  }
  .footer-copy {
    max-width: 100%;
  }
  .footer-contacts {
    text-align: center;
  }
  .footer-city {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sidebar-menu li a {
    padding: 15px;
  }
  .mainslider-wrapper {
    margin: 0 -15px;
  }
  .mainabout__text p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .maincatalog-item-body {
    display: block;
  }
  .maincatalog-item__image {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .maincatalog-item__imagePress {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .breadcrumbs-list li {
    margin-bottom: 8px;
  }
  .maincatalog-item__title {
    font-size: 18px;
  }
  .maincatalog-item__title a {
    border-bottom: 0;
    text-decoration: underline;
    font-weight: bold;
  }
  .manufacturer-products-filter {
    margin: 0 -5px;
  }
  .manufacturer-products-filter-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 5px;
  }
  .paginator .paginator-list li {
    margin: 0 2px;
  }
  .paginator .paginator-list li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
  .catalog-item__title {
    font-size: 16px;
  }
  .product-tabs__btn {
    font-size: 15px;
  }
  .product-projects-row {
    display: block;
  }
  .product-projects-col {
    max-width: 100%;
  }
  .projects-item {
    margin: 0 auto;
    max-width: 260px;
  }
  .products-row {
    display: block;
  }
  .products-col {
    max-width: 100%;
  }
  .products-item {
    margin: 0 auto;
    max-width: 260px;
  }
  .header-rightside__switcher{
    padding-top: 34px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 374px) {
  .sidebar-special-item__title {
    font-size: 18px;
  }
  #catTable {
	width: 100%;
  }
  .sidebar-menu li a {
    padding: 12px;
  }
  .manufacturer-info-block__title {
    font-size: 15px;
  }
  #proizvS tr td {
	    display: block;
	    margin: auto;
	    margin-top: 20px;
	}
  .paginator .paginator-list li {
    margin: 0;
  }
  .header-logo__image{
    max-width: 177px;
  }
  .header-rightside__switcher{
    padding-top: 28px;
    background-size: 17px 26px;
  }
}
