

/* Start:/assets/css/reset.css?15850710741114*/
*,
*:before,
*:after {
    box-sizing: border-box;
}
*:focus {
    outline: none !important;
}
.clear {
    clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: Arial, sans-serif;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
/* End */


/* Start:/assets/css/main.css?177738180019135*/
html,
body {
  height: 100%;
  min-width: 1200px;
  overflow-x: hidden;
  color: #3c3e43;
}
body {
  display: table;
  width: 100%;
}
body b {
  font-weight: bold;
}
body i {
  font-style: italic;
}
body p {
  margin-top: 10px;
  margin-bottom: 10px;
}
body h1 {
  font-size: 24px;
  color: #3c3e43;
  line-height: 2;
  padding-left: 20px;
  padding-top: 10px;
}
body a {
  text-decoration: none;
  color: #3c3e43;
}
.rel {
  position: relative;
}
.wrapper {
  display: flex;
  flex-direction: column;
  margin: 191px auto 0;
  align-items: center;
  min-height: calc(100vh - 191px);
}
.wrapper.main-page {
  margin-top: 164px;
  min-height: calc(100vh - 164px);
}

.content {
  flex: 1;
}
.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
span.with_dot {
  padding-left: 17px;
  position: relative;
}
span.with_dot:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #025238 /*8#bce0fb*/;
  left: 0px;
  top: calc(50% - 4px);
}

header {
  font-size: 0;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
}
header .top_line {
  position: relative;
  padding: 15px 0;
}
header .top_line:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #ffffff;
  left: -50vw;
  right: -50vw;
}
header .top_line > div {
  display: inline-block;
  vertical-align: middle;
}
header .logo {
  float: left;
  margin-top: -4px;
}
header .logols {
  margin-right: 16px;
  margin-top: 8px;
  float: left;
}
header .divider {
  width: 2px;
  height: 40px;
  background-color: #d8dbe5;
  margin: 4px 14px 0 16px;
  float: left;
}
header .text {
  font-size: 13px;
  line-height: 23px;
  color: #3c3e43;
  width: 345px;
  margin-right: 0px;
  float: left;
}
.phones {
  margin-right: 58px;
  float: left;
}
.phone {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.phone:before {
  content: "";
  display: inline-block;
  background-image: url("/assets/css/../img/phone.png");
  width: 12px;
  height: 18px;
  margin-right: 7px;
  vertical-align: middle;
}
.blue {
  color: #305593;
}
.email {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #3c3e43;
  text-decoration: none;
}
.email:before {
  content: "";
  display: inline-block;
  background-image: url("/assets/css/../img/email.png");
  width: 23px;
  height: 18px;
  margin-right: 7px;
  vertical-align: middle;
}
#search {
  float: right;
  position: relative;
  top: 3px;
}
#search .icon {
  position: absolute;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #b8c2cb;
  background-image: url(/assets/css/../img/search.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
#search .icon:hover {
  background-color: #787e89;
}
#search input {
  position: absolute;
  right: 0;
  background-color: #eef1f3;
  height: 44px;
  line-height: 44px;
  border: none;
  border-radius: 22px;
  width: 44px;
  padding: 0 22px;
  transition: 0.3s;
}
#search input:focus {
  width: 330px;
}
.inv_overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1;
}
.opened .inv_overlay {
  display: block;
}
.big_slider {
  position: relative;
  margin: 0 -360px;
  overflow: hidden;
  height: 545px;
  z-index: -2;
}
.big_slider ul {
  position: relative;
  width: 1440px;
  list-style: none;
}
.big_slider ul > li {
  display: none;
  position: absolute;
  left: 0;
  height: 552px;
}
.big_slider ul > li:first-child {
  display: list-item;
}
.big_slider ul > li > .name {
  position: absolute;
  display: inline-block;
  text-align: right;
  right: 360px;
  top: 50px;
  font-size: 52px;
  color: #777777;
  font-family: "Times New Roman";
}
.big_slider ul > li > .preview_text {
  position: absolute;
  display: inline-block;
  text-align: right;
  right: 360px;
  top: 110px;
  color: #262e36;
  font-size: 16px;
  line-height: 20px;
  width: 410px;
}
.big_slider ul > li img {
  display: block !important;
}
.big_slider .pagination {
  position: absolute;
  bottom: 0;
  left: 120px;
  padding: 15px 0;
}
.big_slider .pagination a {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 13px;
  background-color: #b8c2cb;
  transition: 0.3s;
}
.big_slider .pagination a.active {
  background-color: #589ce0;
}
.bottom_panel {
  position: relative;
  padding-bottom: 0px;
  z-index: 1;
}
.bottom_panel:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: -16px;
  background-image: -moz-linear-gradient(90deg, #31353b 15%, #787b7f 100%);
  background-image: -webkit-linear-gradient(90deg, #31353b 15%, #787b7f 100%);
  background-image: -ms-linear-gradient(90deg, #31353b 15%, #787b7f 100%);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 2, 0.6);
  left: -50vw;
  right: -50vw;
}
.bottom_panel .links {
  font-size: 0px;
  padding-top: 18px;
  display: inline-block;
}
.bottom_panel .links a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 5px 44px -5px 0;
}
.bottom_panel .links a img {
}
.bottom_panel .links a .name {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  transition: 0.3s;
}
.bottom_panel .links a:hover .name {
  color: #c2c7d1;
}

.bottom_panel .links5 {
  font-size: 0px;
  padding-top: 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 991px;
  height: 153px;
}
.bottom_panel .links5 a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 5px 44px -5px 0;
}
.bottom_panel .links5 a img {
}
.bottom_panel .links5 a .name {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  transition: 0.3s;
}
.bottom_panel .links5 a:hover .name {
  color: #c2c7d1;
}

.bottom_panel .novinki {
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0px;
  width: 205px;
  background: -moz-linear-gradient(90deg, #72757c, #ffffff);
  background: -webkit-linear-gradient(90deg, #72757c, #ffffff);
  background: -ms-linear-gradient(90deg, #72757c, #ffffff);
}
.bottom_panel .novinki .first_block {
  cursor: pointer;
  box-shadow: #444444 3px 3px 4px;
}
.bottom_panel .novinki .title {
  position: relative;
  cursor: pointer;
  background: #ffffff;
  height: 33px;
  line-height: 33px;
  text-align: center;
  margin-top: -33px;
  border-bottom: 1px solid #c8c8c8;
}
.bottom_panel .novinki .title:before {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(to bottom, #ffffff 0%, #9b9ea2 100%);
  transition: 0.3s;
}
.bottom_panel .novinki .first_block:hover .title:before {
  opacity: 0.329;
}
.bottom_panel .novinki .title span {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.bottom_panel .novinki .title .arr {
  position: absolute;
  top: 11px;
  right: 6px;
  display: inline-block;
  vertical-align: text-top;
  width: 11px;
  height: 11px;
  background: url("/assets/css/../img/nov_arr.png");
}
.bottom_panel .novinki .photo {
  display: table-cell;
  width: 205px;
  height: 155px;
  text-align: center;
  vertical-align: bottom;
}
.bottom_panel .novinki .slider_wrapper {
  z-index: -2;
  opacity: 0;
  transition: 0.6s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1200px;
  background-color: #ffffff;
  background-image: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 48%,
    #969696 100%
  );
}
.bottom_panel .novinki.opened .slider_wrapper {
  z-index: 2000;
  opacity: 1;
}
.bottom_panel .novinki .slider_wrapper .control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  cursor: pointer;
  background-image: url("/assets/css/../img/arr.png");
  background-repeat: no-repeat;
  background-position: center;
}
.bottom_panel .novinki .slider_wrapper .control.arr_left {
  left: 0;
  transform: scaleX(-1);
}
.bottom_panel .novinki .slider_wrapper .control.arr_right {
  right: 0;
}
.bottom_panel .novinki .slider_wrapper .slider {
  position: relative;
  margin: 0 30px;
  height: 100%;
  overflow: hidden;
}
.bottom_panel .novinki .slider_wrapper .slider ul {
  width: 20000em;
  position: relative;
}
.bottom_panel .novinki .slider_wrapper .slider ul li {
  display: table-cell;
  width: 190px;
  height: 146px;
  text-align: center;
  vertical-align: top;
  position: relative;
  padding-top: 8px;
  padding-bottom: 10px;
}
.bottom_panel .novinki .slider_wrapper .slider ul li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #1e1616;
  text-decoration: none;
  font-size: 12px;
  line-height: 24px;
}
footer {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 22px 0;
  margin-top: 8px;
  width: 1200px;
}
footer:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  background-image: -moz-linear-gradient(90deg, #d6d9dd 0%, #e0e2eb 50%);
  background-image: -webkit-linear-gradient(90deg, #d6d9dd 0%, #e0e2eb 50%);
  background-image: -ms-linear-gradient(90deg, #d6d9dd 0%, #e0e2eb 50%);
}
footer:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: -8px;
  height: 8px;
  background-image: -moz-linear-gradient(90deg, #a9acb2 0%, #2a2c2f 100%);
  background-image: -webkit-linear-gradient(90deg, #a9acb2 0%, #2a2c2f 100%);
  background-image: -ms-linear-gradient(90deg, #a9acb2 0%, #2a2c2f 100%);
  left: -50vw;
  right: -50vw;
}
footer .logo {
  display: inline-block;
  margin-right: 25px;
}
footer a {
  text-decoration: none;
  color: #000000;
}
footer a:hover {
  text-decoration: none;
  color: #305592;
}
footer .left_column {
  display: inline-block;
}
footer .left_column .name {
  color: /*#315693#818489*/ #025238;
  font-weight: bold;
}
footer .bnk_copyright {
  font-size: 13px;
}
footer .copyright {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 80px;
  font-size: 12px;
  color: #9c9ea4;
}
footer .copyright:after {
  content: "";
  display: inline-block;
  background-image: url("/assets/css/../img/mp.png");
  width: 15px;
  height: 23px;
  vertical-align: middle;
}
footer .counters {
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 10px;
}
#sitemap {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 110px;
  color: #9c9ea4;
  line-height: 15px;
}
.text_block {
  position: relative;
  margin-bottom: 15px;
}
.text_block > .title {
  background-color: #f2f4f7;
  height: 59px;
  line-height: 59px;
  font-size: 18px;
  padding: 0 18px;
  border-right: 2px solid #dadee6;
  border-bottom: 2px solid #dadee6;
  border-top: none;
  border-left: none;
  /*background-image: -moz-linear-gradient( 90deg, #b1baca 0%, #eff0f1 73%);*/
  /*background-image: -webkit-linear-gradient( 90deg, #b1baca 0%, #eff0f1 73%);*/
  /*background-image: -ms-linear-gradient( 90deg, #b1baca 0%, #eff0f1 73%);*/
  /*background-image: linear-gradient(0deg, #b1baca 0%, #eff0f1 73%);*/
}
.text_block > .text {
  background-color: #f9f9fb;
  /*background-image: -moz-linear-gradient( 90deg, #b1baca 0%, #eff0f1 73%);*/
  /*background-image: -webkit-linear-gradient( 90deg, #b1baca 0%, #eff0f1 73%);*/
  /*background-image: -ms-linear-gradient( 90deg, #b1baca 0%, #eff0f1 73%);*/
  font-size: 15px;
  line-height: 22px;
  padding: 12px;
}
.text_block > .text > p {
  padding-right: 20px;
}

.cards {
  margin-top: 20px;
  margin-bottom: 5px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.cards .card {
  display: block;
  background-color: #e6e7eb;
  width: 263px;
  padding: 7px;
  text-decoration: none;
}
.cards .card span {
  display: block;
  padding: 6px 4px 0 2px;
  font-size: 15px;
  line-height: 19px;
  color: #282b2d;
  text-decoration: none;
  height: 44px;
}
.cards .card img {
  max-width: 100%;
}
.main_bar {
  float: left;
  height: 100%;
  width: 835px;
}
.side_bar {
  position: relative;
  float: right;
  height: 100%;
  width: 349px;
}
/*�������� ����������� ��������� */
ul.partner2 {
  list-style: disc;
  margin-left: 25px;
  line-height: 1.4;
}
/* отступ слева слайдера старое значение 10px */
.o-zavode-slider {
  position: relative;
  margin-left: 0px;
  overflow: hidden;
  width: 817px;
  height: 301px;
}
.o-zavode-slider .slider {
}
.o-zavode-slider .slider ul {
  position: relative;
  width: 817px;
  list-style: none;
}
.o-zavode-slider .slider ul li {
  display: none;
  position: absolute;
  left: 0;
  width: 817px;
  height: 301px;
}
.o-zavode-slider .slider ul li:first-child {
  display: list-item;
}
.o-zavode-slider .pagination {
  position: absolute;
  bottom: 0;
  right: 10px;
  padding: 15px 0;
}
.o-zavode-slider .pagination a {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 13px;
  background-color: #b8c2cb;
  transition: 0.3s;
}
.o-zavode-slider .pagination a.active {
  background-color: #025238;
}
.sections {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
/*изменение поля для картинки на странице О заводе (исходник 230-218)*/
.sections .section {
  background: #ffffff;
  display: block;
  width: 190px;
  height: 169px;
  background-image: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 45%,
    #cccccc 100%
  );
  text-decoration: none;
  margin: 15px auto;
  box-shadow: #8a8a8b 4px 4px 4px;
}
.sections .section .title {
  position: relative;
  cursor: pointer;
  background: #ffffff;
  height: 33px;
  line-height: 33px;
  text-align: left;
  font-weight: bold;
  padding-left: 33px;
  border-bottom: 1px solid #c8c8c8;
  color: #000000;
  text-decoration: none;
}
.sections .section .title .arr {
  position: absolute;
  top: 11px;
  right: 6px;
  display: inline-block;
  vertical-align: text-top;
  width: 11px;
  height: 11px;
  background: url("/assets/img/nov_arr.png");
}
/*изменение центровки картинки на странице О заводе (исходник 230-173)*/
.sections .section .photo {
  display: table-cell;
  width: 190px;
  height: 135px;
  text-align: center;
  vertical-align: bottom;
}
.right_menu {
  z-index: 6;
  margin-bottom: 12px;
  left: 0;
  right: 0;
  top: 0;
}
.right_menu > .title {
  background-image: -moz-linear-gradient(90deg, #b1baca 0%, #76797c 100%);
  background-image: -webkit-linear-gradient(90deg, #b1baca 0%, #76797c 100%);
  background-image: -ms-linear-gradient(90deg, #b1baca 0%, #76797c 100%);
  background-image: linear-gradient(to bottom, #76797c 0%, #b1baca 100%);
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  padding: 9px 0 9px 42px;
}
.right_menu > ul {
  display: block;
}
.right_menu > ul > li {
  display: block;
  position: relative;
  line-height: 36px;
  border-top: solid 1px #dadee6;
  border-bottom: solid 1px #dadee6;
  padding-left: 42px;
  background-color: #f6f7f9;
  transition: 0.3s;
}
.right_menu > ul > li.selected,
.right_menu > ul > li:hover {
  background-color: #dadee6;
}
.right_menu > ul > li.dropdown .triangle {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  top: 13px;
  float: right;
  width: 20px;
  height: 10px;
  background-image: url("/assets/img/triangle_dark.png");
  background-repeat: no-repeat;
  background-position: center;
  right: 13px;
}
.right_menu > ul > li.dropdown.opened .triangle {
  transform: scaleY(-1);
}
/*.right_menu > ul > li.dropdown > a:after {
    content: '';
    cursor: pointer;
    position: absolute;
    display: inline-block;
    top: 13px;
    float: right;
    width: 20px;
    height: 10px;
    background-image: url("/assets/img/triangle_dark.png");
    background-repeat: no-repeat;
    background-position: center;
    right: 13px;
}
.right_menu > ul > li.dropdown.opened > a:after {
    transform: scaleY(-1);
}*/
.right_menu > ul > li > a {
  color: #3c3e43;
  display: block;
  font-size: 14px;
  margin-right: 34px;
}
.right_menu > ul > li > ul {
  display: block;
  height: 0;
  overflow: hidden;
  background-color: #e2e5ed;
  margin-left: -42px;
}
.right_menu > ul > li.opened > ul {
  height: auto;
  padding: 7px 0;
}
.right_menu > ul > li > ul > li {
  font-size: 14px;
  line-height: 28px;
  padding-left: 61px;
}
.right_menu > ul > li > ul > li > a {
  color: #3c3e43;
}
.right_menu > ul > li > ul > li.active > a,
.right_menu > ul > li > ul > li > a:hover {
  color: #305593;
}
body .right_menu > ul > li {
  padding-left: 0;
}
body .right_menu > ul > li:hover {
  background-color: #f6f7f9;
}
body .right_menu > ul > li > a {
  margin-right: 0;
  padding-left: 38px;
}
body .right_menu > ul > li > a:hover {
  background-color: #dadee6;
}
body .right_menu > ul > li > ul {
  margin-left: 0;
}
body .right_menu > ul > li > ul > li {
  line-height: 28px;
  padding-left: 55px;
}
body .right_menu > ul > li > ul > li.active > a,
body .right_menu > ul > li > ul > li > a:hover {
  color: #305593;
}
/*кнопка -оформить заявку- в карточке товара*/
.order_btn {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  border: solid 1px #025238;
  background-image: -moz-linear-gradient(90deg, #ebedf2 0%, #eff0f1 73%);
  background-image: -webkit-linear-gradient(90deg, #ebedf2 0%, #eff0f1 73%);
  background-image: -ms-linear-gradient(90deg, #ebedf2 0%, #eff0f1 73%);
  background-image: linear-gradient(to right, #ebedf2 0%, #eff0f1 73%);
  /*line-height: 89px;*/
  padding-left: 64px;
  padding-top: 22px;
  font-size: 22px;
  transition: 0.3s;
  /*background: url("/assets/img/order_letter.png");*/
  background: #a3a6ab;
}

.order_btn:after {
  content: "";
  display: inline-block;
  height: 25px;
  width: 100px;
  /*  vertical-align: middle;
    margin-left: 60px;
	
    background-image: url("/assets/img/order_letter.png");*/
}
.order_btn:hover {
  box-shadow: inset rgba(190, 190, 190, 0.2) 3500px 0px 0px;
}
a.film,
a.gal_btn {
  display: block;
  margin-bottom: 12px;
}
a.film > .title,
a.gal_btn > .title {
  color: #37383c;
  text-align: left;
  background-color: #f2f4f7;
  height: 59px;
  line-height: 59px;
  font-size: 17px;
  padding: 0 18px 0 35px;
  border-right: 2px solid #dadee6;
  border-bottom: 2px solid #dadee6;
  border-top: none;
  border-left: none;
  transition: 0.3s;
}
a.film > .title:hover,
a.gal_btn > .title:hover {
  background-color: #dadee6;
}
h2 {
  font-size: 18px;
  font-weight: bold;
}

#bx_incl_area_4 {
  line-height: 1.5;
}

.doljOb {
  line-height: 0.4 !important;
}
#arr-up {
  width: 73px;
  height: 73px;
  background: url(/img/arr-up.png);
  position: fixed;
  right: 30px;
  bottom: 160px;
  display: none;
}

.logols > a > img {
  width: 135px;
  margin-top: -8px;
  border: 1px solid #b8c2cb;
  padding-left: 10px;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
}

.partnLS {
  line-height: 17px !important;
  width: 225px !important;
  font-size: 14px !important;
  margin-top: 8px;
}

/* End */


/* Start:/assets/css/prod-main.css?15850710741340*/
.production {
    position: relative;
    overflow: hidden;
    width: 1200px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.production .title {
    display: inline-block;
    font-size: 18px;
    color: rgb(29, 30, 31);
    line-height: 1.222;
    margin: 33px 0 16px 0px;
    position: relative;
    padding-right: 645px;
}
.production .title:after {
    content: '';
    position: absolute;
    display: block;
    width: 633px;
    height: 4px;
    /*right: 0;*/
    bottom: -10px;
    background: url('/assets/img/polosa.png');
}

.production .items {
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    justify-content: space-between;
}
.production .items .item {

}
.production .items .item:hover .pic,
.production .items .item:hover .text {
    background: #e1e2e5;
}
.production .items .pic {
    display: flex;
    width: 192px;
    height: 128px;
    background: #eaecef;
    transition: .3s;
}
.production .items .pic img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.production .items .text {
    display: flex;
    margin-top: 2px;
    width: 192px;
    height: 88px;
    background: #eaecef;
    transition: .3s;
}
.production .items .text span {
    padding: 10px;
    margin: auto;
    font-size: 15px;
    color: rgb(15, 16, 16);
    line-height: 1.2;
    text-align: center;
}


/* End */


/* Start:/assets/css/gray_btns.css?1585071073960*/
.gray_btn {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 59px;
    line-height: 57px;
    font-size: 17px;
    padding: 0 14px;
    color: #37383c;
    text-align: left;
    background-color: #f2f4f7;
    border-right: 2px solid #dadee6;
    border-bottom: 2px solid #dadee6;
    border-top: none;
    border-left: none;
    transition: .3s;
}
.gray_btn:hover {
    background-color: #dadee6;
}

.gray_btn > img {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.btns {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: space-between;
	justify-content: space-between;
}
.btns .gray_btn {
	display: table;
	padding-right: 60px;
	line-height: 1.3;
	font-size: 14px;
}
.btns .gray_btn span {
	display: table-cell;
	vertical-align: middle;
}
.btns.btns-3 .gray_btn {
	width: calc(33% - 6px);
	margin-top: 13px;
}
.btns.btns-4 .gray_btn {
	width: calc(25% - 12px);
}
/* End */


/* Start:/assets/fancybox/jquery.fancybox.css?15850710754895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/assets/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/assets/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/assets/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/assets/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/assets/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/assets/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/main_menu/style.css?17393011614219*/
.main_menu {
  position: relative;
  height: 54px;
  z-index: 100;
  width: 1256px; /*1200px;*/
}
.main_menu:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(
    180deg,
    rgb(91, 96, 104) 0%,
    rgb(153, 160, 175) 100%
  );
  left: -50vw;
  right: -50vw;
}
.main_menu a {
  color: #ffffff;
  text-decoration: none;
}
.main_menu > ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.main_menu > ul > li {
  color: #ffffff;
  display: inline-block;
}
.main_menu > ul > li > a,
.main_menu > ul > li.dropdown > span {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  padding: 2px 20px 0;
  background: transparent;
  transition: 0.3s;
  font-size: 20px;
  line-height: 52px;
  font-family: "Arial";
}

.main_menu > ul > li > a:hover,
.main_menu > ul > li > a:active {
  background: #44474e;
}
.main_menu > ul > li.dropdown {
}

.main_menu > ul > li.dropdown > span:hover,
.main_menu > ul > li.dropdown.opened > span {
  background: #44474e;
}
.main_menu > ul > li.dropdown > span:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-left: 10px;
  background-image: url("/local/templates/.default/components/bitrix/menu/main_menu/img/triangle.png");
}
.main_menu > ul > li.dropdown > ul {
  display: none;
  z-index: 108;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-image: -moz-linear-gradient(0deg, #2f3034 0%, #91959f 100%);
  background-image: -webkit-linear-gradient(0deg, #2f3034 0%, #91959f 100%);
  background-image: -ms-linear-gradient(0deg, #2f3034 0%, #91959f 100%);
  background-image: linear-gradient(0deg, #2f3034 0%, #91959f 100%);
  padding: 10px 0 40px;
}
.main_menu > ul > li.dropdown.opened > .inv_overlay {
  z-index: 107;
}
.main_menu > ul > li.dropdown.opened > ul {
  display: table;
}
.main_menu > ul > li.dropdown > ul > li {
  padding: 5px 15px;
  display: table-cell;
  vertical-align: top;
  /*width: 255px;*/
}
.main_menu > ul > li.dropdown > ul > li > a {
  font-size: 15px;
  min-height: 60px;
  line-height: 24px;
  display: flex;
  color: #ffffff;
  transition: 0.3s;
}
.main_menu > ul > li.dropdown > ul > li > a > span {
  display: inline-block;
  margin: auto 0;
}
.main_menu > ul > li.dropdown > ul > li a:hover {
  color: #c2c7d1;
}
.main_menu > ul > li.dropdown > ul > li > ul > li {
  position: relative;
  line-height: 60px;
  width: 100%;
}
.main_menu > ul > li.dropdown > ul > li > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #333436;
  border-bottom: 1px solid #6f7072;
}
.main_menu > ul > li.dropdown > ul > li > ul > li:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: 1px solid #333436;
  border-bottom: 1px solid #6f7072;
}

.main_menu > ul > li.dropdown > ul > li > ul > li > a {
  font-size: 15px;
  display: block;
}
.main_menu > ul > li.dropdown > ul > .btn_close {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  bottom: 18px;
  right: 15px;
  line-height: 40px;
  font-size: 15px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(135, 136, 138) 0%,
    rgb(91, 93, 98) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(135, 136, 138) 0%,
    rgb(91, 93, 98) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(135, 136, 138) 0%,
    rgb(91, 93, 98) 100%
  );
  background-image: linear-gradient(
    0deg,
    rgb(135, 136, 138) 0%,
    rgb(91, 93, 98) 100%
  );
  padding: 0 10px 0 18px;
  transition: 0.3s;
  box-shadow: inset transparent 50px 50px;
}
.main_menu > ul > li.dropdown > ul > .btn_close:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 10px;
  background-image: url("/local/templates/.default/components/bitrix/menu/main_menu/img/triangle.png");
  transform: scaleY(-1);
  margin-left: 15px;
}
.main_menu > ul > li.dropdown > ul > .btn_close:hover {
  box-shadow: inset #5d5f64 50px 50px;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/submenu/style.css?15915679972036*/
.submenu {
    position: relative;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    z-index: 50;
    width: 1200px;
}
.submenu:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAgCAIAAABch4VNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVGMTNBMTg1MTlFOTExRTZCNDNFOEMyMTAwRTgyMEM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVGMTNBMTg2MTlFOTExRTZCNDNFOEMyMTAwRTgyMEM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUYxM0ExODMxOUU5MTFFNkI0M0U4QzIxMDBFODIwQzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUYxM0ExODQxOUU5MTFFNkI0M0U4QzIxMDBFODIwQzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5/paJaAAAAQklEQVR42mSMSQrAMAwDjR8dKPTpWmqnCQRyECMZMzGeNyWnrSRVncU/aGITidkxb1T9cvFMO7x3eZtu/52I+AQYAAp5WuDD2aIWAAAAAElFTkSuQmCC') repeat-x;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 2, 0.6);
    left: -50vw;
    right: -50vw;
}

.submenu > ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.submenu > ul > li {

}
.submenu > ul > li > a {
    display: inline-block;
    padding: 0 10px;
    color: #ffffff;
    text-decoration: none;
    background: transparent;
    transition: 0.3s;
}
.submenu > ul > li > a:hover {
    color: #c2c7d1;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/.default/style.css?1686861526710*/
.bx-breadcrumb {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    line-height: 24px;
    padding-top: 2px;
}
.bx-breadcrumb:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -50vw;
    right: -50vw;
    background-color: #f6f7f9;
    z-index: -2;
    box-shadow: #e5e5e5 0 2px 2px;
}
.bx-breadcrumb .bx-breadcrumb-item {
    display: inline-block;
    vertical-align: middle;
}
.bx-breadcrumb .bx-breadcrumb-item > a > span {
    color: #737578;
    transition: .3s;
}
.bx-breadcrumb .bx-breadcrumb-item > a:hover > span {
	color: #305592;
}
.bx-breadcrumb .bx-breadcrumb-item > span {
    color: /*#305592*/#025238;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/bottom/style.css?1569023872781*/
.bottom_menu {
    position: relative;
    height: 54px;
    z-index: 100;
    width: 1200px;
    margin: -18px -22px 15px -22px;
}

.bottom_menu a {
    color: rgb(87, 85, 85);
    text-decoration: none;
}

.bottom_menu > ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 1240px;
}

.bottom_menu > ul > li {
    display: inline-block;
}

.bottom_menu > ul > li > a {
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 2px 20px 0;
    background: transparent;
    transition: 0.3s;
    font-size: 15px;
    line-height: 52px;
    font-family: 'Arial';
    color: #818489;
}


.bottom_menu > ul > li > a:hover,
.bottom_menu > ul > li > a:active {
    color: #525458;
}


/* End */
/* /assets/css/reset.css?15850710741114 */
/* /assets/css/main.css?177738180019135 */
/* /assets/css/prod-main.css?15850710741340 */
/* /assets/css/gray_btns.css?1585071073960 */
/* /assets/fancybox/jquery.fancybox.css?15850710754895 */
/* /local/templates/.default/components/bitrix/menu/main_menu/style.css?17393011614219 */
/* /local/templates/.default/components/bitrix/menu/submenu/style.css?15915679972036 */
/* /local/templates/.default/components/bitrix/breadcrumb/.default/style.css?1686861526710 */
/* /local/templates/.default/components/bitrix/menu/bottom/style.css?1569023872781 */
