/* Generated by less 2.5.1 */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  outline: none!important;
}
select {
  font-size: 12px;
  position: relative;
  outline: none;
  padding: 8px;
  color: #8C8C8C;
  border: 1px solid #F0F0F0;
  background: #fff;
  -moz-box-box-shadow: inset 0 0 0 1px #fff, 1px 2px 0px #F0F0F0;
  -webkit-box-shadow: inset 0 0 0 1px #fff, 1px 2px 0px #F0F0F0;
  box-shadow: inset 0 0 0 1px #fff, 1px 2px 0px #F9F9F9;
}
select:hover {
  cursor: pointer;
}
@font-face {
  font-family: Notosans;
  src: url(../fonts/notosans/NotoSans-Regular.ttf);
  font-weight: 300;
}
@font-face {
  font-family: Notosans;
  src: url(../fonts/notosans/NotoSans-Italic.ttf);
  font-style: italic;
}
@font-face {
  font-family: Notosans;
  src: url(../fonts/notosans/NotoSans-Bold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: courier_new;
  src: url(../fonts/courier_new/courier.ttf);
  font-weight: 300;
}
@font-face {
  font-family: courier_new;
  src: url(../fonts/courier_new/courier-bold.ttf);
  font-weight: 600;
}
.main_font {
  font-family: Notosans;
  font-size: 16px;
  font-weight: 300;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.sb {
  justify-content: space-between;
}
.baseline {
  align-items: baseline;
}
.center {
  align-items: center;
}
.ct {
  justify-content: center;
}
.fe {
  justify-content: flex-end;
}
.fs {
  justify-content: flex-start;
}
.simple_row {
  margin-right: -15px;
  margin-left: -15px;
}
.col_12 {
  width: 100%;
  padding: 0 15px;
}
.one_half {
  width: 50%;
  padding: 0 15px;
}
.one_third {
  width: 33.33333333%;
  padding: 0 15px;
}
.two_third {
  width: 66.66666667%;
  padding: 0 15px;
}
.one_quarter {
  width: 25%;
  padding: 0 15px;
}
.three_quarter {
  width: 75%;
  padding: 0 15px;
}
.one_fifth {
  width: 20%;
  padding: 0 15px;
}
.col_5 {
  width: 41.66666667%;
  padding: 0 15px;
}
.col_7 {
  width: 58.33333333%;
  padding: 0 15px;
}
.col_8 {
  width: 66.66666667%;
  padding: 0 15px;
}
.col_12 {
  width: 100%;
  padding: 0 15px;
}
.one_sixth {
  width: 16.66666667%;
  padding: 0 15px;
}
strong {
  font-weight: 900;
}
.paddingStandart {
  padding-bottom: 30px;
}
.marginStandart {
  margin-bottom: 30px;
}
.textStandart {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #929292;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #929292;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #929292;
}
.form_control input,
.form_control textarea {
  width: 100%;
  padding: 12px;
  background: #fff;
  border: none;
  border-bottom: 2px solid #dc2b1c;
  padding-left: 0px;
  padding-right: 0px;
  transition: 0.3s;
  font-size: 18px;
  margin-bottom: 40px;
}
.form_control input:focus,
.form_control textarea:focus {
  outline: none;
  border-bottom: 2px solid #dddddd;
}
.form_control textarea {
  min-height: 115px;
}
.form_control .form_header {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
.red_button,
.form_control .red_button {
  text-decoration: none;
  color: #fff;
  background: #dc2b1c;
  text-align: center;
  padding: 6px 20px;
  width: 100%;
  line-height: 17px;
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
  transition: 0.3s;
  text-transform: uppercase;
  cursor: pointer;
}
.red_button:hover,
.form_control .red_button:hover {
  opacity: 0.7;
}
.simple_button,
.form_control .simple_button {
  background: #fff;
  color: #dc2b1c;
  display: block;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #dc2b1c;
  font-weight: bold;
  text-align: center;
  padding: 18px 10px;
}
.simple_button:hover,
.form_control .simple_button:hover {
  background: #dc2b1c;
  color: #fff;
}
.modification_block table tr:first-child td {
  color: #6c6c6c;
  font-size: 12px;
}
table {
  width: 100%;
}
table tr td {
  padding: 9px;
  font-size: 14px;
  color: #dc2b1c;
}
table tr:nth-child(even) {
  background: #fcedeb;
}
.fancybox-container {
  z-index: 1000!important;
}
.fancybox-arrow--left {
  left: 20%!important;
}
.fancybox-arrow--right {
  right: 20%!important;
}
img {
  max-width: 100%;
}
input:focus,
textarea:focus {
  outline: none;
}
h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 40px;
  font-weight: 900;
  letter-spacing: 3px;
}
h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Notosans;
  font-size: 16px;
  font-weight: 300;
  background: #f6f6f6;
}
.wrapper {
  background: #fff;
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.container {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}
a {
  text-decoration: none;
  color: #dc2b1c;
  transition: 0.3s;
}
a:hover {
  color: #000;
}
.content_box {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 60px;
}
.content_box p {
  margin-bottom: 20px;
}
.content_box .block_header {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 50px;
}
.content_box .block_header_2 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}
.content_box strong {
  font-weight: 600;
}
.content_box .promo_block_01 {
  margin-bottom: 40px;
}
.content_box ul {
  margin-bottom: 20px;
  padding-left: 30px;
}
.content_box ul li {
  margin-bottom: 10px;
  position: relative;
}
.content_box ul li:before {
  content: "";
  display: block;
  height: 1px;
  width: 16px;
  position: absolute;
  left: -30px;
  top: 13px;
  background: #444;
}
.content_box ul.number_list li {
  padding-left: 40px;
  position: relative;
}
.content_box ul.number_list li .number {
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  left: 0px;
}
.pdficon {
  padding-left: 45px;
  background: url(../img/pdfIcon.png) no-repeat left top;
  display: block;
  line-height: 10px;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 600;
  min-height: 50px;
  padding-top: 10px;
}
@keyframes showMenu {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header {
  padding-top: 50px;
  margin-bottom: 40px;
}
header .logo_box {
  width: 25%;
}
header .logo_box img {
  max-width: 180px;
}
header .menu_row {
  width: 75%;
}
header .menu_row > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
header .menu_row > ul > li {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  display: flex;
  justify-content: center;
}
header .menu_row > ul > li a {
  color: #000000;
}
header .menu_row > ul > li a:hover {
  color: #dc2b1c;
}
header .menu_row > ul > li.active:before {
  content: "";
  background: #000;
  display: block;
  height: 200px;
  width: 1px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform-origin: -15px 175px;
  -moz-transform-origin: -15px 175px;
  -o-transform-origin: -15px 175px;
  -ms-transform-origin: -15px 175px;
  transform-origin: -15px 175px;
  transform: rotate(25deg);
}
header .menu_row > ul > li.active a {
  color: #000;
}
header .menu_row > ul > li:last-child {
  align-self: flex-end;
  padding-right: 0px;
}
header .menu_row > ul > li a {
  text-transform: uppercase;
  font-family: Notosans;
  font-size: 12px;
  letter-spacing: 4px;
  position: relative;
  z-index: 300;
}
header .menu_row > ul > li a:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #dc2b1c;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
  transition: 0.15s;
}
header .menu_row > ul > li div {
  opacity: 0;
  position: absolute;
  top: 50px;
  margin: 0px auto;
  padding-top: 40px;
  min-width: 100%;
  z-index: 200;
  min-width: 300px;
}
header .menu_row > ul > li div:before {
  content: "";
  display: block;
  width: 100%;
  height: 27px;
  position: absolute;
  background: url(../img/menu_arrow.jpg) no-repeat center bottom / 8px;
  left: 0;
  top: -20px;
  opacity: 0;
  transition: 0.2s;
}
header .menu_row > ul > li div ul {
  display: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: #fff;
}
header .menu_row > ul > li div ul li {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}
header .menu_row > ul > li div ul li:hover a {
  color: #000;
}
header .menu_row > ul > li div ul li a {
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 4px;
  white-space: nowrap;
}
header .menu_row > ul > li div ul li:last-child {
  margin-bottom: 0px;
}
header .menu_row > ul > li:hover > a {
  opacity: 1;
}
header .menu_row > ul > li:hover > a:before {
  opacity: 1;
}
header .menu_row > ul > li:hover div {
  opacity: 1;
  top: 10px;
}
header .menu_row > ul > li:hover div:before {
  opacity: 1;
  top: 5px;
}
header .menu_row > ul > li:hover ul {
  display: block;
  animation: showMenu 0.6s  linear;
}
header .menu_row .cart_box {
  float: right;
  line-height: 20px;
}
header .menu_row .cart_box .header {
  background: #dc2b1c;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 4px;
  border: 1px solid #dc2b1c;
  text-align: center;
  padding: 6px 15px;
}
header .menu_row .cart_box .header a {
  color: #fff;
}
header .menu_row .cart_box .items {
  border: 1px solid #dc2b1c;
  color: #dc2b1c;
  background: #fff;
  font-size: 11px;
  text-align: center;
  padding: 6px 15px;
}
.header_row {
  margin-bottom: 20px;
}
.header_row h1 {
  color: #000000;
  text-transform: none;
  font-size: 40px;
  letter-spacing: -0.5px;
  margin-bottom: 0px;
  line-height: 50px;
}
.slider_block {
  margin-bottom: 40px;
}
.slider_block .item {
  position: relative;
  padding-top: 50px;
}
.slider_block .item .slide_header {
  font-size: 64px;
  color: #dc2b1c;
  position: absolute;
  top: -5px;
  right: 350px;
  font-weight: 600;
}
.slider_block .item .slide_header:before {
  content: "";
  display: block;
  background: #dc2b1c;
  height: 2px;
  width: 190px;
  position: absolute;
  right: -115px;
  bottom: -25px;
}
.slider_block .item .slider_slogan {
  font-size: 14px;
  letter-spacing: 3.5px;
  color: #000;
  position: absolute;
  bottom: 50px;
  text-transform: uppercase;
  left: 100px;
}
.slider_block .item .slider_slogan:before {
  content: "";
  display: block;
  background: #dc2b1c;
  height: 2px;
  width: 70px;
  position: absolute;
  left: -70px;
  bottom: -10px;
}
.slider_block .item .next_slide {
  font-size: 24px;
  color: #dc2b1c;
  position: absolute;
  right: 155px;
  bottom: 20px;
  font-weight: 600;
}
.catalog_navigation {
  margin-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
.catalog_navigation .simple_button {
  padding: 11px 10px;
  width: 300px;
  float: right;
}
.catalog_navigation .categories {
  display: flex;
  justify-content: space-between;
}
.catalog_navigation .categories li {
  padding-top: 10px;
}
.catalog_navigation .categories li a {
  text-transform: uppercase;
  padding: 0 20px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
}
.catalog_navigation .categories li:nth-child(2) a {
  text-indent: 20px;
  padding-left: 30px;
}
.catalog_navigation .categories li.active a {
  color: #000;
  display: block;
  position: relative;
}
.catalog_navigation .categories li.active a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.catalog_navigation .search_box {
  position: relative;
}
.catalog_navigation .search_box label {
  height: 18px;
  width: 18px;
  position: absolute;
  right: 10px;
  z-index: 5;
  top: 12px;
  opacity: 1;
  transition: .3s;
  cursor: pointer;
}
.catalog_navigation .search_box label:hover {
  opacity: 0.6;
}
.catalog_navigation .search_box label:before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  background: url(../img/search.png);
}
.catalog_navigation .search_box label input {
  display: none;
}
.catalog_navigation .search_box input {
  background: #f2f2f2;
  padding: 12px;
  border: 0px;
  margin-bottom: 0px;
  border: 1px solid #f2f2f2;
  font-size: 17px;
  position: relative;
  z-index: 4;
}
.catalog_navigation .search_box input:focus {
  border-left: 1px solid #dc2b1c;
}
.catalog_menu {
  margin-bottom: 20px;
}
.catalog_menu:after {
  content: "";
  display: block;
  width: 33%;
}
.catalog_menu li.current_item:before {
  content: "";
  display: block;
  width: 66px;
  height: 1px;
  background: #000;
  transform: rotate(-15deg);
  position: absolute;
  left: -75px;
  top: 18px;
}
.catalog_menu > ul > li a {
  color: #000000;
}
.catalog_menu > ul > li a:hover {
  color: #dc2b1c;
}
.catalog_menu > ul > li.active a {
  color: #000;
}
.catalog_menu > ul > li.active span {
  border-top: 7px solid #000;
  display: none;
}
.catalog_menu ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.catalog_menu ul > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.catalog_menu ul > li.parent span {
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #dc2b1c;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  top: 6px;
  right: -13px;
  transition: 0.3s;
  cursor: pointer;
}
.catalog_menu ul > li.active a {
  color: #000;
}
.catalog_menu ul > li.active > li > a {
  color: #dc2b1c;
}
.catalog_menu ul > li.active span {
  border-top: 7px solid #000;
}
.catalog_menu ul > li ul {
  margin-top: 20px;
  padding-left: 10px;
}
.catalog_menu ul > li ul li a {
  line-height: 20px;
  font-weight: normal;
}
.catalog_menu ul > li:hover.parent span {
  border-top: 7px solid #000;
}
.catalog_menu ul > li.open > span {
  border-top: 7px solid #000;
  transform: rotate(180deg);
}
.catalog_menu ul > li.open > ul {
  display: block;
}
.catalog_menu ul > li.permanentClose > ul {
  display: none!important;
}
.catalog_menu ul > li.permanentClose > span {
  border-top: 7px solid #000;
  transform: rotate(0deg) !important;
}
.catalog_menu ul > li.active > span {
  border-top: 7px solid #000;
  transform: rotate(180deg);
}
.catalog_menu ul > li.active > ul {
  display: block;
}
.catalog_menu ul > li > a {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: 600;
}
.catalog_menu ul > li ul {
  display: none;
}
.breadcrumbs {
  margin-bottom: 40px;
  font-size: 12px;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li:after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 14px;
  background: url(../img/breadcrumbs_arrow.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 10px;
  position: relative;
  bottom: 1px;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li a {
  color: #000000;
}
.breadcrumbs ul li a:hover {
  color: #dc2b1c;
}
.category {
  margin-bottom: 40px;
}
.category .category_header {
  font-size-adjust: 24px;
  font-family: Notosans;
  font-weight: 600;
}
.category .category_description {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
}
.category .promo_block_01 {
  margin-bottom: 0px;
  padding-top: 60px;
}
.category ul {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}
.category ul li {
  margin-bottom: 10px;
}
.category .simple_button {
  max-width: 280px;
  font-size: 18px;
  font-weight: bold;
}
.category .material_table {
  text-align: right;
  margin-bottom: 20px;
}
.category .material_table img {
  max-width: 200px;
}
.category .category_gallery {
  margin-bottom: 80px;
}
.category .category_gallery .main_img {
  text-align: center;
  padding: 0px 20px 20px 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  line-height: 0px;
}
.category .category_gallery .gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.category .category_gallery .gallery .item {
  cursor: pointer;
  border: 1px solid #000;
  line-height: 0px;
  margin: 0 5px;
}
.category .category_gallery .gallery .item img {
  max-height: 50px;
}
.category .fixed_info {
  margin: 0 0 60px;
}
.category .order_example {
  margin-bottom: 60px;
}
.category .order_example img {
  max-height: 200px;
}
.category .order_example table tr {
  background: none;
}
.category .order_example table tr td {
  border: 1px solid #000000;
  color: #000000;
}
.category .modification_block {
  margin-bottom: 40px;
  font-weight: 100;
  max-width: 100%;
}
.category .modification_block a img {
  transition: .3s;
}
.category .modification_block a img:hover {
  opacity: 0.4;
}
.category .modification_block .main_image img {
  max-height: 200px;
}
.category .modification_block table th {
  padding: 0 5px;
}
.category .modification_block table td {
  white-space: nowrap;
}
.category .modification_block table td img {
  max-width: 20px;
}
.category .modification_block table tr:nth-child(1) {
  font-weight: 600;
  font-size: 12px;
}
.category .modification_block table tr:nth-child(n+2) td {
  text-align: center;
  color: #000;
}
.category .modification_block table tr:nth-child(n+2) td .link3d {
  height: 20px;
  width: 20px;
  background: url(../img/3dicon2.png) no-repeat center center;
  display: block;
  margin: 0 auto;
}
.category .modification_block table tr:nth-child(n+2) td .link3d:hover {
  opacity: 0.6;
}
.category .modification_block table tr:nth-child(n+2) td .add {
  margin-top: -10px;
  margin-bottom: -10px;
  margin-right: -10px;
  padding: 12px;
  display: block;
  font-weight: 600;
}
.category .modification_block table tr:nth-child(n+2) td .add:hover {
  color: #fff;
  background: #dc2b1c;
}
.category .modification_block table tr:nth-child(n+2) span.bg {
  background: #ddd;
  padding: 0 2px;
}
.category .additional_block {
  margin-bottom: 40px;
}
.category .additional_block ul li {
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
}
.promo_block_01 {
  margin-bottom: 40px;
}
.promo_block_01 .promo_img {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.promo_block_01 .promo_img img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: inherit;
}
.promo_block_01 .promo_img.gray {
  background: #535353;
}
.promo_block_01 .promo_img .text_box {
  position: absolute;
  bottom: 20px;
  left: 0px;
  padding: 20px;
}
.promo_block_01 .promo_img .header {
  color: #dc2b1c;
  line-height: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
}
.promo_block_01 .promo_img .header.line_type {
  padding-left: 20px;
  position: relative;
  font-weight: 600;
}
.promo_block_01 .promo_img .header.line_type:before {
  content: "";
  display: block;
  height: 109%;
  width: 2px;
  background: #dc2b1c;
  position: absolute;
  left: 0;
  top: 0;
}
.promo_block_01 .promo_img .header.line_type + p {
  padding-left: 24px;
}
.promo_block_01 .promo_img .slogan {
  font-size: 14px;
}
.promo_block_01 .promo_img .slogan.white_type {
  color: #fff;
}
.promo_block_01 .promo_img .slogan.gray_type {
  color: #000;
}
.tabs_catalog_block {
  text-transform: uppercase;
  padding-bottom: 160px;
  margin-bottom: 40px;
  position: relative;
}
.tabs_catalog_block .navigation {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.tabs_catalog_block .navigation li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.tabs_catalog_block .navigation li span {
  transition: 0.3s;
}
.tabs_catalog_block .navigation li:hover span {
  color: #dc2b1c;
}
.tabs_catalog_block .navigation li.active:before {
  content: "";
  display: block;
  width: 120%;
  height: 1px;
  background: #000;
  position: absolute;
  margin: 0 auto;
  bottom: -21px;
}
.tabs_catalog_block .navigation li span {
  font-weight: 600;
}
.tabs_catalog_block div.tab {
  opacity: 0;
  justify-content: center;
  position: absolute;
  transition: 0.5s;
}
.tabs_catalog_block div.tab a {
  font-size: 12px;
  display: inline-block;
  margin: 0 10px 20px;
  font-weight: 600;
}
.tabs_catalog_block div.tab.active {
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  z-index: 300;
}
.tabs_catalog_block .simple_button {
  max-width: 300px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.numbers_block {
  margin: 40px 0 10px;
  text-align: center;
}
.numbers_block .main_number {
  font-size: 75px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
  max-width: 40%;
}
.numbers_block .text {
  line-height: 22px;
  max-width: 60%;
  text-align: left;
  padding-left: 20px;
  font-size: 14px;
}
.cases .simple_row > div {
  margin-bottom: 25px;
}
.cases .promo_block_01 {
  margin-bottom: 40px;
}
.cases a:hover {
  opacity: 0.7;
}
.clients_block .client_width_block {
  width: 780px;
  height: auto;
  margin: 0 auto 40px;
  position: relative;
}
.clients_block .client_width_block .item {
  border: 1px solid #dc2b1c;
  width: 100%;
  min-height: 165px;
}
.clients_block .client_width_block .item .logo_holder {
  display: flex;
  position: relative;
  padding: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 165px;
}
.clients_block .client_width_block .item .logo_holder.fullwidth {
  width: 20%;
  align-items: flex-end;
}
.clients_block .client_width_block .item .img_box {
  line-height: 0px;
  position: relative;
  width: 80%;
}
.clients_block .client_width_block .item .img_box img {
  width: 100%;
}
.clients_block .client_width_block .item .img_box .text_box {
  line-height: 26px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.clients_block .client_width_block .item .img_box .text_box .header {
  color: #dc2b1c;
  font-size: 18px;
}
.clients_block .client_width_block .item .img_box .text_box .slogan {
  font-size: 14px;
  color: #fff;
}
.clients_block .client_width_block .item.longitem {
  position: relative;
}
.clients_block .client_width_block .item.longitem .logo_holder {
  min-height: 330px;
  padding: 20px;
  justify-content: flex-start;
  align-items: flex-end;
}
.clients_block .client_width_block .item.longitem .text_block {
  left: inherit;
  right: 0;
  top: 20px;
}
.clients_block .client_width_block .text_block {
  background: #dc2b1c;
  padding: 20px;
  width: 350px;
  position: absolute;
  left: 40px;
  top: 40px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.owl-loaded .owl-nav.disabled {
  display: none;
}
.carousel_list {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
  position: relative;
}
.carousel_list .owl-item {
  float: left;
}
.carousel_list .owl-item .item {
  position: relative;
}
.carousel_list .owl-item .img_box {
  position: relative;
}
.carousel_list .owl-item .img_box img {
  border: 1px solid #dc2b1c;
}
.carousel_list .owl-item .text_box {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
}
.carousel_list .owl-item .text_box .header {
  color: #fff;
  font-weight: bold;
  font-size: 48px;
  height: 80px;
}
.carousel_list .owl-item .text_box .date {
  height: 50px;
  position: relative;
}
.carousel_list .owl-item .text_box .date span {
  color: #fff;
  position: relative;
  z-index: 30;
  font-size: 18px;
}
.carousel_list .owl-item .text_box .date:before {
  content: "";
  display: block;
  width: 50%;
  height: 33%;
  top: -20%;
  background: #dc2b1c;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 20;
}
.carousel_list .owl-stage-outer {
  display: block;
  overflow: hidden;
}
.carousel_list .owl-dots {
  position: relative;
  display: block;
  height: 20px;
  width: 100%;
  text-align: center;
}
.carousel_list .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.carousel_list .owl-dots .owl-dot span {
  display: block;
  height: 4px;
  width: 40px;
  border-radius: 2px;
  background: #ccc;
}
.carousel_list .owl-dots .owl-dot.active span {
  background: #dc2b1c;
}
.carousel_list .owl-dots .owl-dot:hover span {
  background: #ed7b71;
}
.model_list {
  margin-bottom: 80px;
}
.model_list li {
  background: url(../img/3dicon.png) no-repeat top left;
  padding-left: 50px;
  min-height: 50px;
  margin-bottom: 20px;
  font-weight: 600;
}
.model_list li a {
  line-height: 30px;
}
.map_box {
  margin-bottom: 40px;
}
.map_box .block_header {
  color: #dc2b1c;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: Notosans;
}
.map_box p {
  color: #dc2b1c;
  margin-bottom: 20px;
  font-size: 14px;
}
.order_block {
  margin-bottom: 80px;
}
.order_block table tr:nth-child(n+2) td:first-child {
  width: 60%;
  font-weight: 600;
}
.order_block table tr:nth-child(n+2) td:nth-child(2) {
  width: 10%;
}
.order_block table tr:nth-child(n+2) td:nth-child(3) {
  width: 30%;
}
.order_block table tr:nth-child(n+2) td:nth-child(3) .remover {
  display: block;
  background: url(../img/closer.png) no-repeat left center;
  padding-left: 25px;
  height: 11px;
  min-width: 25px;
  cursor: pointer;
}
.order_block table tr:nth-child(n+2) td:nth-child(3) .remover span {
  display: none;
}
.order_block table tr:nth-child(n+2) td:nth-child(3) .remover:hover {
  background: url(../img/closer_red.png) no-repeat left center;
}
.order_block table tr:nth-child(n+2) td:nth-child(3) .remover:hover span {
  display: block;
}
.order_block table input {
  margin-bottom: 0px;
  background: none;
  font-size: 14px;
  color: #b8b8b8;
  padding: 2px;
  border-bottom: 1px solid #dc2b1c;
}
footer {
  padding-top: 20px;
  border-top: 4px solid #ddd;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}
footer .logo_box {
  margin-bottom: 20px;
}
footer .logo_box img {
  max-width: 200px;
}
footer p.copy {
  color: #000;
}
footer p {
  margin-bottom: 20px;
}
footer a {
  color: #000000;
}
footer a:hover {
  color: #dc2b1c;
}
footer .footer_menu li {
  padding-bottom: 10px;
  color: #000000;
}
footer .footer_menu li a {
  color: #000000;
}
footer .footer_menu li:hover a {
  color: #dc2b1c;
}
footer .footer_menu + a {
  display: block;
  padding-top: 35px;
}
footer .form_control input,
footer .form_control textarea {
  font-size: 14px;
}
footer .simple_button,
footer .form_control .simple_button {
  font-size: 14px;
}
.testyou {
  display: none;
}
.form_modal {
  display: none;
  padding: 20px;
}
.search_block {
  min-height: 700px;
}
.search_block .sisea-results {
  margin-bottom: 20px;
  font-style: italic;
  font-size: 18px;
}
.search_block .sisea-results-list {
  margin-top: 20px;
}
.search_block .sisea-results-list .sisea-result {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.search_block .simplesearch-results {
  margin-bottom: 30px;
}
.search_block .simplesearch-paging {
  margin-bottom: 30px;
}
.search_block .simplesearch-paging .simplesearch-result-pages {
  padding-right: 20px;
}
.search_block .extract {
  padding-bottom: 20px;
}
.tvtable {
  max-width: 100%;
}
.tvtable .emptyRow td {
  background: #efefef;
  padding: 20px;
  border-bottom: 2px solid #ddd;
}
.tvtable td.emptyCell {
  background: #efefef;
  padding: 20px;
  border-color: #efefef;
}
.tvtable td[rowspan] {
  background: #fcedeb;
}
.tvtable td {
  position: relative;
  max-width: 25%;
  line-height: 1.4;
}
.tvtable td .addToCart_box {
  position: absolute;
  right: -40px;
  top: 0;
  height: 42px;
  background: #efefef;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2px;
  align-items: center;
  transition: .3s;
}
.tvtable td .addToCart_box input {
  height: 30px;
  border: 1px solid #ccc;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  width: 0;
  transition: .3s;
  opacity: 0;
}
.tvtable td .addToCart_box .addPosition {
  width: 30px;
  height: 30px;
  font-weight: 600;
  background: #dc2b1c;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: .3s;
  position: relative;
  left: 2px;
}
.tvtable td .addToCart_box .addPosition:hover {
  background: #ed7b71;
}
.tvtable tr th:last-child {
  position: relative;
}
.tvtable tr th:last-child:before {
  font-family: fontawesome;
  content: "\f07a";
  font-size: 22px;
  color: #dc2b1c;
  position: absolute;
  right: -28px;
  bottom: 3px;
}
.tvtable tr:hover .addToCart_box {
  opacity: 1;
  right: -80px;
  pointer-events: auto;
}
.tvtable tr:hover .addToCart_box .addPosition {
  left: 0;
  margin-left: 5px;
}
.tvtable tr:hover .addToCart_box input {
  width: 50px;
  opacity: 1;
}
.mini_basket {
  position: fixed;
  right: 10px;
  top: 0;
  background: #fff;
  border: 1px solid #dc2b1c;
  border-top: 0px;
  border-radius: 0 0 4px 4px;
  opacity: 0;
  overflow: hidden;
  top: -50px;
  z-index: 500;
}
.mini_basket .basket_content {
  padding-top: 0px;
  opacity: 0;
  transition: .3;
  height: 0px;
  overflow: hidden;
}
.mini_basket.shoplist_show .basket_content {
  height: 100%;
  opacity: 1;
  padding-top: 15px;
}
.mini_basket.shoplist_show .roll_it:before {
  content: "\f102";
}
.mini_basket.show {
  top: 0;
  opacity: 1;
  transition: .3s;
}
.mini_basket .block_header {
  padding-left: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}
.mini_basket table td {
  font-size: 12px;
  cursor: pointer;
}
.mini_basket table td span {
  transition: .3s;
  color: #6c6c6c;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.mini_basket table td:hover span {
  color: #000;
}
.mini_basket .check_order {
  text-align: center;
  font-size: 16px;
  background: #535353;
  color: #fff;
  padding: 10px;
  display: block;
  width: 70%;
}
.mini_basket .check_order:hover {
  opacity: 0.7;
}
.mini_basket .buttons {
  display: flex;
  justify-content: space-between;
}
.mini_basket .roll_it {
  text-align: center;
  color: #fff;
  background: #dc2b1c;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 0px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  width: 30%;
  cursor: pointer;
  transition: .3s;
}
.mini_basket .roll_it:before {
  font-family: fontawesome;
  content: "\f103";
  font-size: 24px;
  line-height: 40px;
}
.mini_basket .roll_it:hover {
  opacity: 0.8;
}
#order_modal_form .order_content {
  margin-bottom: 40px;
}
#order_modal_form #ordrStff {
  display: none;
}
.category .catalog_menu li {
  width: 33%;
  margin-bottom: 30px;
  border: 1px solid #efefef;
  text-align: center;
  padding-top: 30px;
}
.category .catalog_menu li .image {
  text-align: center;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category .catalog_menu li .image img {
  max-height: 200px;
  width: auto;
  display: block;
}
.category .catalog_menu li a {
  display: block;
  padding: 20px;
}
.ya_map {
  margin-bottom: 80px;
}
.ya_map iframe {
  width: 100%;
}
#hiddenTable {
  padding-top: 60px;
}
#hiddenTable .tvtable td .addToCart_box {
  height: 30px;
}
#hiddenTable .tvtable td .addToCart_box .addPosition {
  width: 24px;
  height: 24px;
  line-height: 21px;
  top: 0px;
  font-size: 14px;
}
#hiddenTable .tvtable td .addToCart_box input {
  height: 24px;
}
#hiddenTable .tvtable tr:hover .addToCart_box {
  right: -40px;
}
.form-item {
  margin-bottom: 30px;
}
