@import 'CenturyGothic.css';
@import '../js/fancybox/jquery.fancybox.css';
@import '../js/ui/jquery-ui.min.css';
@import '../js/jqzoom/jquery.jqzoom.css';
@import '../js/owlcarousel/assets/owl.carousel.min.css';
@import '../js/owlcarousel/assets/owl.theme.default.min.css';
@import 'font-awesome.min.css';
* {
  font-size: 1em;
}
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
html {
  overflow-y: scroll;
}
body {
  font-family: 'Century Gothic', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  min-width: 1250px;
}
a {
  color: #e63832;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
hr {
  height: 2px;
  background: #646464;
  border: 0;
  padding: 0;
  margin: 5px 0 20px;
}
article p {
  margin-bottom: 10px;
  text-align: justify;
}
article ul,
article ol {
  margin-left: 20px;
  margin-bottom: 10px;
}
article h1,
article h2,
article h3 {
  margin-bottom: 10px;
  line-height: 1.2em;
}
article h1 {
  font-size: 36px;
}
article h2 {
  font-size: 18px;
}
article h3 {
  font-size: 28px;
}
article table {
  margin-bottom: 10px;
  border-collapse: collapse;
  max-width: 100%;
}
article .date {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
  color: #a5a5a5;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  font-family: 'Century Gothic', sans-serif;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: #e63832;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  padding: 0 10px;
  height: 40px;
}
textarea {
  padding: 10px;
}
input[type=submit],
input[type=button],
button {
  background: #e63832;
  height: 50px;
  padding: 0 40px;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  border-radius: 30px;
  font-family: 'Century Gothic', sans-serif;
  text-transform: uppercase;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  background: rgba(230, 56, 50, 0.9);
}
a.button,
span.button {
  display: inline-block;
  line-height: 50px;
  padding: 0 40px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 30px;
  color: #ffffff;
  text-decoration: none;
  background: #e63832;
  font-weight: 700;
}
a.button:hover,
span.button:hover {
  background: rgba(230, 56, 50, 0.9);
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.mess_err {
  color: #e03c42;
  font-weight: bold;
}
.mess_ok {
  color: #4fad51;
  font-weight: bold;
}
.wrap {
  padding: 0 10px;
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
}
#body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  min-width: 1250px;
  height: auto;
  padding-top: 95px;
}
.bcb {
  margin-bottom: 10px;
}
.bcb .bc {
  float: left;
  width: calc(100% - 100px);
}
.bcb .back {
  float: right;
  text-align: right;
  width: 100px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}
.bcb .back a {
  color: #0083BE;
  text-decoration: none;
}
.bcb .back a:hover {
  color: #e63832;
}
.bc {
  color: #e63832;
  font-size: 14px;
  line-height: 20px;
}
.bc a {
  color: #8f8f8f;
  text-decoration: none;
}
.bc a:hover {
  color: #e63832;
}
.page_title {
  margin-bottom: 40px;
}
.page_title h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
.page_title h1 span {
  color: #666666;
  font-size: 16px;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
}
header .subscribe {
  height: 90px;
  background: #525252;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
}
header .top {
  background: #fff;
  line-height: 20px;
  padding: 5px 0;
  box-sizing: border-box;
}
header .top .social {
  float: left;
  margin-right: 20px;
}
header .top .social a {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}
header .top .social a.vk {
  background-image: url("../images/icon_vk.svg");
}
header .top .social a.facebook {
  background-image: url("../images/icon_facebook.svg");
}
header .top .social a.youtube {
  background-image: url("../images/icon_youtube.svg");
}
header .top .social a.instagram {
  background-image: url("../images/icon_instagram.svg");
}
header .top .social a.zen {
  background-image: url("../images/icon_zen.svg");
}
header .top .social a.ok {
  background-image: url("../images/icon_ok.svg");
}
header .top .social a.rutube {
  background-image: url("../images/icon_rutube.svg");
}
header .top .social a.telegram {
  background-image: url("../images/icon_telegram.svg");
}
header .top .social a.whatsapp {
  background-image: url("../images/icon_whatsapp.svg");
}
header .top .social a.viber {
  background-image: url("../images/icon_avito.svg");
}
header .top .social a.avito {
  background-image: url("../images/icon_avito.svg");
}
header .top .social a:hover {
  filter: none;
  -webkit-filter: none;
}
header .top .recall {
  float: left;
  margin-left: 20px;
}
header .top .connect {
  position: relative;
  float: left;
}
header .top .connect .btn {
  cursor: pointer;
}
header .top .connect .items {
  position: absolute;
  top: 25px;
  left: -15px;
  background: #cecece;
  padding: 15px;
  z-index: 100;
  display: none;
}
header .top .connect .items div {
  padding-left: 30px;
  line-height: 20px;
  margin-bottom: 10px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 200px;
}
header .top .connect .items div:last-child {
  margin: 0;
}
header .top .connect .items div a {
  color: #000000;
  text-decoration: none;
}
header .top .connect .items div a:hover {
  color: #e63832;
}
header .top .connect .items div.address {
  font-size: 12px;
  line-height: 15px;
  background-image: url("../images/icon_address.svg");
}
header .top .connect .items div.call {
  background-image: url("../images/icon_phone.png");
}
header .top .connect .items div.call a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: block;
}
header .top .connect .items div.call a span {
  font-weight: 400;
}
header .top .connect .items div.call > span {
  font-size: 12px;
}
header .top .connect .items div.telegram {
  background-image: url("../images/icon_telegram.svg");
  font-size: 15px;
}
header .top .connect .items div.whatsapp {
  background-image: url("../images/icon_whatsapp.svg");
  font-size: 15px;
}
header .top .connect .items div.mail {
  background-image: url("../images/icon_email.svg");
  font-size: 14px;
}
header .top .phone {
  float: left;
  font-size: 18px;
  font-weight: 700;
}
header .top .phone span {
  font-weight: 400;
}
header .top .phone a {
  color: #000000;
  text-decoration: none;
}
header .top .phone a:hover {
  color: #e63832;
}
header .top nav {
  float: right;
}
header .top nav > ul {
  list-style: none;
}
header .top nav > ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  text-transform: uppercase;
}
header .top nav > ul > li > span {
  display: none;
}
header .top nav > ul > li > a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
}
header .top nav > ul > li.active > a,
header .top nav > ul > li > a:hover {
  color: #e63832;
}
header .header {
  background: #353535;
  color: #ffffff;
}
header .header a {
  color: #ffffff;
}
header .header .logo {
  float: left;
  padding: 12px 0;
}
header .header .logo a {
  display: block;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
header .header .logo a img {
  display: block;
}
header .header .logo a span {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
header .header .right {
  padding: 15px 0;
}
header .header .right div {
  display: inline-block;
  vertical-align: top;
}
header .header .right .cabinet {
  font-size: 14px;
  font-weight: 700;
}
header .header .right .cabinet a {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  line-height: 35px;
  text-transform: uppercase;
}
header .header .right .cabinet a:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: url("../images/icon_user.svg") #ffffff no-repeat center center;
}
header .header .right .basket a {
  display: block;
  height: 35px;
  line-height: 35px;
  width: 35px;
  font-size: 25px;
}
header .header .right .basket a:hover {
  color: #e63832;
}
header .header .right .search {
  height: 35px;
  width: 35px;
  margin-left: 15px;
  position: relative;
}
header .header .right .search form {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
}
header .header .right .search input[type=text] {
  height: 35px;
  border: 0;
  width: 200px;
  padding: 0 10px;
}
header .header .right .search i,
header .header .right .search input[type=submit] {
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  padding: 0;
  border: 0;
  text-indent: -1000px;
  background: url("../images/icon_search.svg") transparent no-repeat center center;
  cursor: pointer;
}
header .header nav {
  float: right;
  margin-right: 30px;
}
header .header nav > ul {
  list-style: none;
}
header .header nav > ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 700;
}
header .header nav > ul > li > a,
header .header nav > ul > li > span {
  padding: 15px 15px;
  cursor: pointer;
  display: block;
}
header .header nav > ul > li.active > a,
header .header nav > ul > li > a:hover,
header .header nav > ul > li.active > span,
header .header nav > ul > li > span:hover {
  background: #e63832;
  color: #ffffff;
}
header .nav {
  text-align: center;
  padding: 25px 0;
}
header .nav ul {
  list-style: none;
}
header .nav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
header .nav ul li a {
  color: #000000;
}
header .nav ul li.active > a,
header .nav ul li a:hover {
  color: #e63832;
}
.slider .item {
  display: block;
  /*
		height:570px;
		background-position:center left;
		background-repeat:no-repeat;
		*/
  background-color: #252525;
  box-sizing: border-box;
  position: relative;
}
.slider .item .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider .item img {
  width: 100%;
}
.slider .item .text,
.slider .item .video {
  width: calc(50% - 25px);
}
.slider .item .text {
  padding-top: 100px;
  float: left;
  color: #ffffff;
}
.slider .item .text .name {
  font-size: 96px;
  line-height: 100px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.slider .item .text .name strong {
  text-transform: uppercase;
}
.slider .item .text .name:after {
  content: '';
  display: block;
  width: 140px;
  height: 5px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.slider .item .text .announce {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.slider .item .text .btn a {
  padding: 0 70px;
}
.slider .item .video {
  float: right;
  padding-top: 50px;
  text-align: right;
}
.slider .item .video iframe {
  width: 100%;
}
#owl_slides .owl-nav {
  margin: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -43px;
}
#owl_slides .owl-nav .owl-prev,
#owl_slides .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  background-color: transparent;
  background-repeat: no-repeat;
  border-radius: 0;
  font-size: 30px;
  color: #ffffff;
}
#owl_slides .owl-nav .owl-prev:hover,
#owl_slides .owl-nav .owl-next:hover {
  color: #e63832;
}
#owl_slides .owl-nav .owl-prev {
  left: 0px;
  background-image: url("../images/bg_angle_left.svg");
  background-position: center left;
}
#owl_slides .owl-nav .owl-next {
  right: 0px;
  background-image: url("../images/bg_angle_right.svg");
  background-position: center right;
}
.catalog .item {
  text-align: center;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin: 0 15px 0 0;
  width: calc(25% - 20px);
  border-radius: 10px;
  background: #ffffff;
}
.catalog .item a,
.catalog .item span {
  display: block;
}
.catalog .item a {
  color: #000000;
  text-decoration: none;
}
.catalog .item a:hover {
  color: #e63832;
}
.catalog .item .photo {
  margin-bottom: 20px;
}
.catalog .item .photo a {
  display: block;
  height: 240px;
}
.catalog .item .photo .owl-item {
  height: 240px;
}
.catalog .item .photo img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 240px;
}
.catalog .item .name {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.catalog .item .name a {
  color: #000000;
  text-decoration: none;
}
.catalog .item .name a:hover {
  color: #e63832;
}
.catalog .item .art {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.catalog .item .more {
  opacity: 0;
}
.catalog .item .more span {
  display: inline-block;
}
.catalog .item:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 0px 1px rgba(0, 0, 0, 0.02);
}
.catalog .item:hover .more {
  opacity: 1;
}
.hits .catalog .item,
.related .catalog .item,
.viewed .catalog .item {
  display: block;
  width: 100%;
  margin: 0;
}
.viewed {
  padding: 40px 0;
}
.viewed .catalog .item {
  text-align: left;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}
.viewed .catalog .item .photo,
.viewed .catalog .item .name {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.viewed .catalog .item .photo {
  width: 100px;
}
.viewed .catalog .item .photo a {
  height: auto;
}
.viewed .catalog .item .name {
  width: calc(100% - 105px);
  box-sizing: border-box;
  padding-left: 10px;
}
.related .title,
.viewed .title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.related .title a,
.viewed .title a {
  color: #0083BE;
  font-size: 24px;
  margin-left: 15px;
}
#owl_hits .owl-nav,
#owl_moderamspb .owl-nav,
#owl_viewed .owl-nav,
#owl_avail .owl-nav {
  margin: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -15px;
}
#owl_hits .owl-nav .owl-prev,
#owl_moderamspb .owl-nav .owl-prev,
#owl_viewed .owl-nav .owl-prev,
#owl_avail .owl-nav .owl-prev,
#owl_hits .owl-nav .owl-next,
#owl_moderamspb .owl-nav .owl-next,
#owl_viewed .owl-nav .owl-next,
#owl_avail .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #444444;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 30px;
  color: #ffffff;
  border-radius: 50%;
}
#owl_hits .owl-nav .owl-prev:hover,
#owl_moderamspb .owl-nav .owl-prev:hover,
#owl_viewed .owl-nav .owl-prev:hover,
#owl_avail .owl-nav .owl-prev:hover,
#owl_hits .owl-nav .owl-next:hover,
#owl_moderamspb .owl-nav .owl-next:hover,
#owl_viewed .owl-nav .owl-next:hover,
#owl_avail .owl-nav .owl-next:hover {
  background-color: #e63832;
}
#owl_hits .owl-nav .owl-prev i,
#owl_moderamspb .owl-nav .owl-prev i,
#owl_viewed .owl-nav .owl-prev i,
#owl_avail .owl-nav .owl-prev i,
#owl_hits .owl-nav .owl-next i,
#owl_moderamspb .owl-nav .owl-next i,
#owl_viewed .owl-nav .owl-next i,
#owl_avail .owl-nav .owl-next i {
  display: none;
}
#owl_hits .owl-nav .owl-prev,
#owl_moderamspb .owl-nav .owl-prev,
#owl_viewed .owl-nav .owl-prev,
#owl_avail .owl-nav .owl-prev {
  left: -45px;
  background-image: url("../images/arrow_left.svg");
}
#owl_hits .owl-nav .owl-next,
#owl_moderamspb .owl-nav .owl-next,
#owl_viewed .owl-nav .owl-next,
#owl_avail .owl-nav .owl-next {
  right: -45px;
  background-image: url("../images/arrow_right.svg");
}
.block {
  padding: 40px 0;
}
.block .title {
  font-size: 44px;
  line-height: 50px;
  min-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.block .title:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  margin-left: -70px;
  height: 2px;
  background: #e63832;
}
.block .description {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  text-align: center;
}
.block .all {
  text-align: center;
}
.safe .inner {
  background: url("../images/safe1.jpg") no-repeat top left;
  min-height: 625px;
  padding-top: 20px;
}
.safe .inner .right {
  width: 75%;
  max-width: 927px;
  background: url("../images/safe2.jpg") no-repeat top left;
  padding-top: 411px;
  padding-left: 50px;
}
.safe .inner .right .text {
  background: #ffffff;
  padding: 15px 20px;
}
.safe .inner .right .text .title {
  text-align: left;
  padding-bottom: 17px;
}
.safe .inner .right .text .title:after {
  left: 0;
  margin-left: 0;
}
.safe .inner .right .text .description {
  text-align: left;
  margin-bottom: 15px;
}
.safe .inner .right .text .all {
  text-align: left;
}
.safe .inner,
.safe .right {
  position: relative;
  box-sizing: border-box;
}
.safe .inner:before,
.safe .right:before {
  content: '';
  display: block;
  width: 8px;
  height: 127px;
  background: #e63832;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 35px;
  left: 0;
}
.stereotypes {
  min-height: 723px;
  background: url("../images/bg_stereotypes2.jpg") no-repeat center top;
  box-sizing: border-box;
  padding-top: 220px;
  text-align: center;
}
.stereotypes .wrap {
  max-width: 500px;
}
.stereotypes .all a {
  vertical-align: top;
  margin: 0 10px;
  padding: 0 30px;
}
.moderamspb {
  background: #eeeeee;
}
.moderamspb .title span {
  color: #e63832;
}
.moderamspb .photos {
  margin-bottom: 40px;
}
.moderamspb .photos .item a {
  display: block;
  border-radius: 30px;
  box-sizing: border-box;
  border: 5px solid #ffffff;
}
.moderamspb .photos .item a img {
  border-radius: 30px;
}
footer {
  height: 475px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  color: #e63832;
}
footer .footer {
  height: 385px;
  background: #353535;
}
footer .footer .top {
  border-bottom: 1px solid #787878;
  padding: 15px 0;
}
footer .footer .top .logo {
  float: left;
}
footer .footer .top .logo a {
  display: block;
}
footer .footer .top nav {
  float: right;
}
footer .footer .top nav ul {
  list-style: none;
}
footer .footer .top nav ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
footer .footer .middle {
  border-bottom: 1px solid #787878;
  padding: 15px 0;
}
footer .footer .middle .bottom_menu_single {
  float: left;
  width: 20%;
  padding-right: 20px;
  box-sizing: border-box;
}
footer .footer .middle .bottom_menu_single .bottom_menu_single_title {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
footer .footer .middle .bottom_menu_single ul {
  list-style: none;
}
footer .footer .middle .bottom_menu_single ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
footer .footer .middle .bottom_menu_single ul li a {
  color: #bbbbbb;
  display: block;
}
footer .footer .middle .bottom_menu_single ul li a:before {
  content: '- ';
  color: #e63832;
}
footer .footer .middle .bottom_menu_single ul li.active > a,
footer .footer .middle .bottom_menu_single ul li a:hover {
  color: #ffffff;
}
footer .footer .middle .contacts {
  width: 20%;
  float: right;
  text-align: center;
}
footer .footer .middle .contacts .phone {
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 8px;
  font-weight: 700;
}
footer .footer .middle .contacts .phone span {
  font-weight: 400;
}
footer .footer .middle .contacts .write {
  margin-bottom: 8px;
}
footer .footer .middle .contacts .write a {
  display: block;
  padding: 0;
  text-align: center;
  max-width: 220px;
  margin: 0 auto;
  line-height: 30px;
}
footer .footer .middle .contacts .write a:hover {
  color: #ffffff;
}
footer .footer .middle .contacts .address {
  font-size: 13px;
  line-height: 20px;
  color: #bbbbbb;
  margin-bottom: 8px;
}
footer .footer .middle .contacts .social {
  margin-bottom: 8px;
}
footer .footer .middle .contacts .social a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin: 0 1px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-size: contain;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}
footer .footer .middle .contacts .social a.vk {
  background-image: url("../images/icon_vk.svg");
}
footer .footer .middle .contacts .social a.facebook {
  background-image: url("../images/icon_facebook.svg");
}
footer .footer .middle .contacts .social a.youtube {
  background-image: url("../images/icon_youtube.svg");
}
footer .footer .middle .contacts .social a.instagram {
  background-image: url("../images/icon_instagram.svg");
}
footer .footer .middle .contacts .social a.zen {
  background-image: url("../images/icon_zen.svg");
}
footer .footer .middle .contacts .social a.ok {
  background-image: url("../images/icon_ok.svg");
}
footer .footer .middle .contacts .social a.rutube {
  background-image: url("../images/icon_rutube.svg");
}
footer .footer .middle .contacts .social a.telegram {
  background-image: url("../images/icon_telegram.svg");
}
footer .footer .middle .contacts .social a.whatsapp {
  background-image: url("../images/icon_whatsapp.svg");
}
footer .footer .middle .contacts .social a.avito {
  background-image: url("../images/icon_avito.svg");
}
footer .footer .middle .contacts .social a.viber {
  background-image: url("../images/icon_avito.svg");
}
footer .footer .middle .contacts .social a:hover {
  filter: none;
  -webkit-filter: none;
}
footer .footer .bottom {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  padding: 15px 0;
}
footer .footer .bottom a,
footer .footer .bottom span {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
footer .footer .bottom a {
  color: #999999;
  border-bottom: 1px solid #999999;
}
footer .footer .bottom a:hover {
  color: #ffffff;
  border-color: transparent;
}
footer .subscribe {
  height: 90px;
  background: #525252;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
}
footer .subscribe .name,
footer .subscribe form {
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
}
footer .subscribe .name {
  font-size: 24px;
  padding-left: 62px;
  background: url("../images/icon_subscribe.svg") no-repeat center left;
  color: #ffffff;
  margin-right: 10px;
}
footer .subscribe form {
  margin-left: 10px;
  height: 50px;
  white-space: nowrap;
  background: url("../images/icon_envelope.svg") #ffffff no-repeat 20px 50%;
  border-radius: 30px;
  padding-left: 60px;
  position: relative;
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
footer .subscribe form input {
  display: inline-block;
  vertical-align: top;
}
footer .subscribe form input[type=email] {
  background: #ffffff;
  height: 46px;
  border: 0;
  width: 240px;
  padding: 0 15px;
}
footer .subscribe form input[type=submit] {
  height: 46px;
  background: #525252;
  color: #ffffff;
  box-sizing: border-box;
}
footer .subscribe form:after {
  content: '';
  width: 1px;
  height: 22px;
  position: absolute;
  top: 14px;
  left: 60px;
  background: #cccccc;
}
#left {
  float: left;
  width: 290px;
}
#left .block {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 0;
}
#left .block .left_title,
#left .block .left_subtitle {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}
#left .block .left_title a,
#left .block .left_subtitle a {
  color: #000000;
}
#left .block .left_title a:hover,
#left .block .left_subtitle a:hover {
  color: #e63832;
}
#left .block .left_title {
  font-size: 18px;
}
#left ul {
  list-style: none;
}
#left ul li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 5px;
}
#left ul li a {
  color: #000000;
  text-decoration: none;
}
#left ul li a:before {
  content: '- ';
}
#left ul li.active {
  font-weight: 700;
}
#left ul li.active > a,
#left ul li a:hover {
  color: #e63832;
}
#content {
  position: relative;
  float: right;
  width: calc(100% - 320px);
  box-sizing: border-box;
}
#middle {
  height: auto;
  position: relative;
  padding-bottom: 475px;
  padding-top: 20px;
}
.articles .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 17px);
  margin: 0 20px 40px 0;
  height: auto !important;
}
.articles .item:nth-child(3n + 1) {
  margin-right: 0;
}
.articles .item .photo {
  margin-bottom: 10px;
}
.articles .item .photo img {
  max-width: 100%;
  display: block;
  border-radius: 30px;
}
.articles .item .date {
  color: #a5a5a5;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
}
.articles .item .cat {
  color: #e63832;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.articles .item .cat a {
  text-decoration: none;
}
.articles .item .cat a:hover {
  color: #e63832;
}
.articles .item .name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.articles .item .name a {
  color: #000000;
  text-decoration: none;
}
.articles .item .name a:hover {
  color: #e63832;
}
.articles .item .announce {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.articles .item .more {
  font-size: 13px;
  line-height: 20px;
}
.articles .item .more a {
  color: #036fa0;
  text-decoration: none;
}
.articles .item .more a:hover {
  color: #e63832;
}
.articles .first {
  background: #353535;
  color: #ffffff;
  padding: 40px;
  position: relative;
  margin-bottom: 50px;
}
.articles .first .photo,
.articles .first .text {
  width: calc(50% - 20px);
}
.articles .first .photo {
  float: left;
}
.articles .first .photo img {
  max-width: 100%;
  display: block;
  border-radius: 30px;
}
.articles .first .text {
  float: right;
}
.articles .first .text .date {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
}
.articles .first .text .name {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 15px;
}
.articles .first .text .announce {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}
.articles .first .text .announce p,
.articles .first .text .announce div {
  margin-bottom: 10px;
}
.articles .first .text .name a,
.articles .first .text .more a {
  color: #ffffff;
  text-decoration: none;
}
.articles .first .text .name a:hover,
.articles .first .text .more a:hover {
  color: #e63832;
}
.pages {
  padding: 20px 0px;
}
.pages ul {
  list-style: none;
  text-align: right;
}
.pages ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
  font-size: 18px;
  line-height: 25px;
}
.pages ul li a,
.pages ul li span {
  display: inline-block;
  border-bottom: 2px solid #eff0F6;
}
.pages ul li a {
  text-decoration: none;
  color: #757575;
}
.pages ul li span,
.pages ul li a:hover {
  color: #000000;
  border-color: #000000;
}
.filters_form .title {
  line-height: 40px;
  font-size: 15px;
  font-weight: 700;
  margin-right: 5px;
}
.filters_form .filters {
  border-bottom: 1px solid #a4a4a4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.filters_form .filters .showall {
  line-height: 40px;
  padding-left: 15px;
  font-size: 12px;
}
.filters_form .filters .showall a {
  color: #0083BE;
  text-decoration: none;
}
.filters_form .filters .showall a:hover {
  color: #e63832;
}
.filters_form .filters .item {
  position: relative;
  margin-bottom: 25px;
}
.filters_form .filters .item.item_code {
  border: 1px solid #e63832;
  border-radius: 5px;
  padding: 10px;
}
.filters_form .filters .item.item_code .name {
  color: #e63832;
}
.filters_form .filters .item .name {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
}
.filters_form .filters .item .name .announce {
  position: relative;
  margin-left: 10px;
}
.filters_form .filters .item .name .announce .q {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff;
}
.filters_form .filters .item .name .announce .text {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  text-transform: none;
  background: #ffffff;
  z-index: 10;
  display: none;
}
.filters_form .filters .item .name .announce .text.active {
  display: block;
}
.filters_form .filters .item .vars {
  font-size: 14px;
  line-height: 20px;
}
.filters_form .filters .item .vars input[type=text] {
  width: 100%;
  font-size: 12px;
}
.filters_form .filters .item .vars label {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.filters_form .filters .item .vars label input[type=checkbox] {
  display: none;
}
.filters_form .filters .item .vars label input[type=checkbox] + i {
  position: absolute;
  top: 0;
  left: 0;
}
.filters_form .filters .item .vars label input[type=checkbox] + i:after {
  font-style: normal;
  font-family: 'FontAwesome';
  content: "\f096";
}
.filters_form .filters .item .vars label input[type=checkbox]:disabled + i {
  opacity: .5;
}
.filters_form .filters .item .vars label input[type=checkbox]:disabled + i + span {
  opacity: .5;
}
.filters_form .filters .item .vars label input[type=checkbox]:checked + i:after {
  content: "\f046";
}
.filters_form .filters .item .vars label.hide {
  display: none;
}
.filters_form .filters .item .vars.gender {
  padding-top: 10px;
}
.filters_form .filters .item .vars.gender label {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.filters_form .filters .item .vars.gender label:last-child {
  margin: 0;
}
.filters_form .filters .item.active .name {
  background-image: url("../images/arrow_filters_white.svg");
}
.filters_form .filters .item.hide {
  display: none;
}
.filters_form .filters .item.item_24 {
  background: transparent !important;
}
.filters_form .filters .item.item_24 .name {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: none;
  font-weight: 400;
  padding: 10px;
  cursor: pointer;
}
.filters_form .filters .item.item_24 .vars {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  max-height: 300px;
  overflow: auto;
  background: #ffffff;
  z-index: 20;
  padding: 10px;
  border: 1px solid #000000;
}
.filters_form .filters .item.item_24 .vars label {
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.filters_form .filters .item.item_24 .vars label span {
  display: block;
  padding: 2px 5px;
  border-radius: 5px;
}
.filters_form .filters .item.item_24 .vars label:hover {
  background: rgba(255, 255, 255, 0.1);
}
.filters_form .filters .item.item_24 .vars input[type=text] {
  margin-bottom: 10px;
  height: 30px;
}
.filtered {
  margin-bottom: 30px;
}
.filtered div {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
}
.filtered .item {
  font-size: 14px;
  padding: 0 15px;
  border-radius: 10px;
  color: #ffffff;
  background: #e63832;
  margin-right: 5px;
}
.filtered .reset a {
  display: inline-block;
  font-size: 14px;
  padding: 0 15px;
  border-radius: 10px;
  color: #ffffff;
  background: #e63832;
  margin-right: 5px;
}
.filtered .reset a:hover {
  background: #e63832;
}
.table_24 {
  margin-bottom: 30px;
}
.table_24 table {
  width: 100%;
  border-collapse: collapse;
}
.table_24 table th,
.table_24 table td {
  border: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
#more {
  margin-bottom: 20px;
  border: 1px solid #bdbdbd;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
}
#more a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  background: url("../images/icon_more_plus.svg") no-repeat center left;
  padding-left: 25px;
}
#more:hover {
  background: #bdbdbd;
}
.catalog_detail .top {
  padding-bottom: 20px;
  display: flex;
}
.catalog_detail .top .left,
.catalog_detail .top .right {
  width: 50%;
  float: none;
}
.catalog_detail .top .left {
  padding-right: 15px;
}
.catalog_detail .top .right {
  padding-left: 15px;
}
.catalog_detail .top .photos {
  margin-bottom: 30px;
}
.catalog_detail .top .photos .thumbs::-webkit-scrollbar {
  background-color: #fff;
  width: 14px;
}
.catalog_detail .top .photos .thumbs::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #ccc;
  border: 4px solid transparent;
  border-radius: 7px;
  height: 6px;
}
.catalog_detail .top .photos .thumbs::-webkit-scrollbar-corner {
  border-color: transparent;
}
.catalog_detail .top .photos .thumbs::-webkit-scrollbar-corner,
.catalog_detail .top .photos ::-webkit-scrollbar-track {
  background-color: transparent;
}
.catalog_detail .top .photos .thumbs {
  text-align: center;
  white-space: nowrap;
  overflow: auto;
}
.catalog_detail .top .photos .thumbs a {
  display: inline-block;
  vertical-align: top;
  width: 95px;
  height: 95px;
  border: 1px solid #c2c2c2;
  text-align: center;
  margin-bottom: 3px;
}
.catalog_detail .top .photos .thumbs a img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.catalog_detail .top .photos .thumbs a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.catalog_detail .top .photos .thumbs a.zoomThumbActive {
  border-color: #e63832;
}
.catalog_detail .top .photos .large {
  margin-bottom: 20px;
}
.catalog_detail .top .photos .large .zoomPad {
  float: none;
}
.catalog_detail .top .photos .large a {
  display: block;
}
.catalog_detail .top .photos .large a .zoomPad > img {
  max-width: 100%;
}
.catalog_detail .top .photos .large .video {
  display: none;
}
.catalog_detail .top .photos .large .video video {
  width: 100%;
}
.catalog_detail .top .right h1 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.catalog_detail .top .right .topline {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.catalog_detail .top .right .topline > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  font-size: 14px;
  line-height: 20px;
}
.catalog_detail .top .right .topline > div.rating {
  background: url("../images/icon_rate.svg") no-repeat center left;
  padding-left: 25px;
}
.catalog_detail .top .right .topline > div.reviews {
  background: url("../images/icon_comments.svg") no-repeat center left;
  padding-left: 25px;
}
.catalog_detail .top .right .topline > div.ask a {
  color: #0A7DBD;
  border-bottom: 1px dotted #0A7DBD;
}
.catalog_detail .top .right .topline > div.ask a:hover {
  border-color: transparent;
}
.catalog_detail .top .right .topline > div.art {
  display: none;
}
.catalog_detail .top .right .topline > div.art.active {
  display: inline-block;
}
.catalog_detail .top .right .topline > div.compares .compare {
  display: none;
}
.catalog_detail .top .right .topline > div.compares .compare a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}
.catalog_detail .top .right .topline > div.compares .compare a.active {
  color: #0A7DBD;
}
.catalog_detail .top .right .topline > div.compares .compare a:hover {
  color: #e63832;
}
.catalog_detail .top .right .topline > div.compares .compare.active {
  display: block;
}
.catalog_detail .top .right .nameold {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  display: none;
}
.catalog_detail .top .right .nameold.nameold_active {
  display: block;
}
.catalog_detail .top .right .modifications_sel {
  margin-bottom: 20px;
}
.catalog_detail .top .right .modifications_sel .title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.catalog_detail .top .right .modifications_sel > ul {
  list-style: none;
}
.catalog_detail .top .right .modifications_sel > ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 10px;
  border-radius: 5px;
  cursor: pointer;
}
.catalog_detail .top .right .modifications_sel > ul > li.active {
  background: #e63832;
  color: #ffffff;
}
.catalog_detail .top .right .popups {
  margin-bottom: 20px;
}
.catalog_detail .top .right .popups div {
  vertical-align: top;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}
.catalog_detail .top .right .popups div.btn_retail {
  display: none;
}
.catalog_detail .top .right .popups div.btn_retail.active {
  display: inline-block;
}
.catalog_detail .top .right .popups div span {
  font-size: 11px;
  line-height: 20px;
  display: block;
}
.catalog_detail .top .right .popups a,
.catalog_detail .top .right .popups button,
.catalog_detail .top .right .popups input[type=submit] {
  border: 0;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid transparent;
  box-sizing: border-box;
  line-height: 46px;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.catalog_detail .top .right .popups a:hover,
.catalog_detail .top .right .popups button:hover,
.catalog_detail .top .right .popups input[type=submit]:hover {
  opacity: .9;
}
.catalog_detail .top .right .popups a.wholesale,
.catalog_detail .top .right .popups button.wholesale,
.catalog_detail .top .right .popups input[type=submit].wholesale {
  background: #e63832;
  color: #ffffff;
}
.catalog_detail .top .right .popups a.retail,
.catalog_detail .top .right .popups button.retail,
.catalog_detail .top .right .popups input[type=submit].retail {
  border-color: #e63832;
  background: #ffffff;
  color: #000000;
}
.catalog_detail .top .right .popups a.tryonline,
.catalog_detail .top .right .popups button.tryonline,
.catalog_detail .top .right .popups input[type=submit].tryonline {
  background: #353535;
  color: #ffffff;
}
.catalog_detail .bottom {
  margin-bottom: 30px;
}
.catalog_detail .modification_tab {
  display: none;
}
.catalog_detail .modification_tab.modification_tab_active {
  display: block;
}
.catalog_detail .modification_tab .modification_content_toggle {
  color: #e63832;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
  cursor: pointer;
}
.catalog_detail .modification_tab .modification_content_toggle span {
  display: inline-block;
  border-bottom: 1px dashed #e63832;
}
.catalog_detail .catalog_detail_announce {
  display: none;
}
.catalog_detail .catalog_detail_announce.catalog_detail_announce_active {
  display: block;
}
.catalog_detail .catalog_detail_video {
  display: none;
}
.catalog_detail .catalog_detail_video.catalog_detail_video_active {
  display: block;
}
.catalog_detail .catalog_detail_specs {
  display: none;
  margin-bottom: 20px;
}
.catalog_detail .catalog_detail_specs .catalog_detail_spec {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 5px 10px 0;
}
.catalog_detail .catalog_detail_specs .catalog_detail_spec img {
  cursor: pointer;
}
.catalog_detail .catalog_detail_specs .catalog_detail_spec .catalog_detail_spec_text {
  background: #fff;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 100;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 350px;
  display: none;
  border: 1px solid #c8cacd;
}
.catalog_detail .catalog_detail_specs .catalog_detail_spec:hover .catalog_detail_spec_text {
  display: block;
}
.catalog_detail .catalog_detail_specs.catalog_detail_specs_active {
  display: block;
}
.catalog_detail .catalog_detail_zsvo {
  display: none;
  margin-bottom: 20px;
}
.catalog_detail .catalog_detail_zsvo.catalog_detail_zsvo_active {
  display: block;
}
.catalog_detail .files_title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}
.catalog_detail .files {
  font-size: 16px;
  line-height: 18px;
  display: none;
}
.catalog_detail .files .item {
  margin-bottom: 15px;
}
.catalog_detail .files .item a {
  color: #000000;
  text-decoration: none;
  display: block;
  padding-left: 50px;
  background: url("../images/icon_pdf.svg") no-repeat center left;
}
.catalog_detail .files .item a span {
  display: block;
}
.catalog_detail .files .item a span.name {
  font-size: 14px;
  line-height: 20px;
}
.catalog_detail .files .item a span.info {
  font-size: 12px;
  line-height: 20px;
  color: #e63832;
  text-transform: uppercase;
}
.catalog_detail .files .item a:hover {
  color: #e63832;
}
.catalog_detail .files.active {
  display: block;
}
.catalog_detail .catalog .item {
  width: calc(20% - 20px);
  border: 1px solid transparent;
  cursor: pointer;
}
.catalog_detail .catalog .item.active {
  border-color: #e63832;
}
.catalog_detail .catalog .item .name {
  height: auto !important;
}
.catalog_detail .catalog .owl-item .item {
  width: 100%;
}
.catalog_detail_zsvo .zsvo_item {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  position: relative;
}
.catalog_detail_zsvo .zsvo_item > img,
.catalog_detail_zsvo .zsvo_item > span {
  display: inline-block;
  cursor: pointer;
}
.catalog_detail_zsvo .zsvo_item > img {
  max-width: 53px;
}
.catalog_detail_zsvo .zsvo_item > span {
  width: 53px;
  height: 53px;
  overflow: hidden;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  font-size: 15px;
  background: #e63832;
  white-space: nowrap;
  line-height: 33px;
}
.catalog_detail_zsvo .zsvo_item .text {
  background: #fff;
  position: absolute;
  top: 0;
  left: 55px;
  z-index: 100;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: none;
  border: 1px solid #c8cacd;
}
.catalog_detail_zsvo .zsvo_item:hover .text {
  display: block;
}
.tabs .navigation {
  background: #353535;
}
.tabs .navigation ul {
  list-style: none;
}
.tabs .navigation ul li {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  cursor: pointer;
}
.tabs .navigation ul li.active {
  background: #e63832;
  cursor: default;
}
.tabs .contents .tab {
  display: none;
  padding: 30px 0;
  background: #f9f9f9;
}
.tabs .contents .tab.active {
  display: block;
}
.tabtitile {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.form .starrr a {
  font-size: 30px;
  margin: 0 5px;
}
.detail_filters_values div {
  margin-bottom: 15px;
}
.detail_gb_container {
  position: sticky;
  top: 100px;
}
.detail_gb .sort {
  margin-bottom: 30px;
}
.detail_gb .sort form > a {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #c5c5c5;
  margin-left: 10px;
}
.detail_gb .sort form > a:hover {
  color: #e63832;
}
.detail_gb .sort form > a i {
  color: #e63832;
}
.detail_gb .sort form > a.active {
  background: #c5c5c5;
}
.detail_gb .sort .selectboxit-btn {
  border-radius: 20px;
}
.detail_gb .sort form {
  float: left;
}
.detail_gb .sort .summary {
  float: right;
  text-align: right;
}
.detail_gb .sort .summary .rate a {
  color: #e63832;
  font-size: 20px;
}
.detail_gb .sort .summary .rate a.gray {
  color: #cccccc;
}
.detail_gb .sort .summary .round {
  float: left;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.detail_gb .sort .summary .count {
  float: right;
  margin-left: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #c5c5c5;
}
.detail_gb .items {
  margin-bottom: 20px;
}
.detail_gb .items .item {
  background: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.detail_gb .items .item:after {
  content: '';
  display: block;
  clear: both;
}
.detail_gb .items .item .good {
  float: left;
  width: 200px;
}
.detail_gb .items .item .good .article {
  color: #c5c5c5;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}
.detail_gb .items .item .good .photo {
  margin-bottom: 10px;
}
.detail_gb .items .item .good .photo a {
  display: block;
}
.detail_gb .items .item .good .photo img {
  display: block;
  max-width: 100%;
}
.detail_gb .items .item .good .rate {
  margin-bottom: 10px;
}
.detail_gb .items .item .good .name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.detail_gb .items .item .good .name a {
  color: #000000;
  text-decoration: none;
}
.detail_gb .items .item .good .name a:hover {
  color: #e63832;
}
.detail_gb .items .item .text {
  float: right;
  width: calc(100% - 240px);
}
.detail_gb .items .item .text .user {
  margin-bottom: 10px;
}
.detail_gb .items .item .text .user .icon,
.detail_gb .items .item .text .user .info {
  display: inline-block;
  vertical-align: top;
}
.detail_gb .items .item .text .user .icon {
  margin-right: 5px;
  background: #c5c5c5;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  color: #e63832;
  font-size: 18px;
  font-weight: 700;
}
.detail_gb .items .item .text .user .info .name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.detail_gb .items .item .text .user .info .date {
  color: #c5c5c5;
  font-size: 12px;
  line-height: 15px;
}
.detail_gb .items .item .text .actions {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}
.detail_gb .items .item .text .actions div {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.detail_gb .items .item .text .actions div a {
  font-weight: 500;
}
.detail_gb .items .item .text .actions div a span {
  color: #000000;
}
.detail_gb .items .item .rate div,
.detail_gb .items .item .rate span {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
}
.detail_gb .items .item .rate span {
  color: #c5c5c5;
}
.detail_gb .items .item .rate a {
  color: #e63832;
  font-size: 16px;
}
.detail_gb .items .item .rate a.gray {
  color: #cccccc;
}
.detail_gb .items .item > .name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.detail_gb .items .item > .name span {
  color: #cccccc;
  font-weight: 400;
  font-size: 12px;
}
.detail_gb .items .item .message {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}
.detail_gb .items .item .message div:first-child {
  font-weight: 700;
  margin-bottom: 5px;
}
.detail_gb .items .item > .message {
  margin: 0;
}
.detail_gb .more {
  margin-bottom: 20px;
  text-align: center;
}
.detail_gb .more span {
  cursor: pointer;
  color: #e63832;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
.detail_gb .add {
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 0px 1px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  overflow: hidden;
}
.detail_gb .add .rate {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #cccccc;
}
.detail_gb .add .rate .value {
  color: #e63832;
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 15px;
  font-weight: 700;
}
.detail_gb .add .rate .rate {
  margin-bottom: 20px;
}
.detail_gb .add .rate .rate .starrr a {
  font-size: 30px;
  margin: 0 5px;
}
.detail_gb .add .rate .desc {
  font-size: 14px;
  line-height: 20px;
}
.detail_gb .add .text {
  padding: 25px;
  color: #ffffff;
  background: #353535;
  font-size: 14px;
  line-height: 20px;
}
.detail_gb.detail_gb_single .items .item {
  padding: 0 0 20px 0;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
}
.detail_gb.popular_gb .items .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 15px);
  margin: 0 10px 0 0;
  padding: 0;
  border: 1px solid #cccccc;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.detail_gb.popular_gb .items .item .good,
.detail_gb.popular_gb .items .item .text {
  float: none;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.detail_gb.popular_gb .items .item .good {
  background: #fafafa;
}
.detail_gb.popular_gb .items .item .good .info {
  float: left;
  width: calc(100% - 110px);
}
.detail_gb.popular_gb .items .item .good .photo {
  float: right;
  width: 100px;
  margin: 0;
}
.detail_gb.popular_gb .items .item .text .user .info {
  display: block;
}
.detail_gb.popular_gb .items .item .text .user .info:after {
  content: '';
  display: block;
  clear: both;
}
.detail_gb.popular_gb .items .item .text .user .info .name {
  float: left;
}
.detail_gb.popular_gb .items .item .text .user .info .date {
  float: right;
  line-height: 20px;
}
.starrr a {
  font-size: 14px;
  text-decoration: none;
  color: #F6A810;
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
.starrr a.gray {
  color: #c4c4c4;
}
.industries {
  background: #353535;
  padding: 30px 0;
  position: relative;
  color: #ffffff;
  margin-bottom: 30px;
}
.industries a {
  color: #ffffff;
  text-decoration: none;
}
.industries a:hover {
  color: #e63832;
}
.industries:before {
  content: '';
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  width: 8px;
  height: 127px;
  background: #e63832;
  border-radius: 0 3px 3px 0;
}
.industries .left {
  width: 35%;
  padding: 0 35px;
  border-right: 1px solid #787878;
  box-sizing: border-box;
}
.industries .left .title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.industries .left + .right {
  float: right;
  width: 65%;
}
.industries .right {
  float: none;
  box-sizing: border-box;
  padding: 0 5px 0 35px;
}
.industries .right .title {
  font-size: 24px;
  line-height: 30px;
  color: #e63832;
  margin-bottom: 5px;
}
.industries .right .description {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.industries .right .items .item {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 15px);
  margin: 0 10px 10px 0;
  background: #424242;
  opacity: .8;
  max-width: 208px;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
}
.industries .right .items .item .photo a {
  display: block;
}
.industries .right .items .item .photo a img {
  display: block;
  max-width: 100%;
}
.industries .right .items .item .text {
  padding: 10px;
}
.industries .right .items .item .text .name {
  font-size: 14px;
  line-height: 18px;
  word-wrap: break-word;
}
.industries .right .items .item:hover {
  opacity: 1;
}
.industries .right .items .item.hide {
  display: none;
}
.industries .filters_form {
  float: left;
  width: 35%;
  padding: 0 35px;
  box-sizing: border-box;
}
.industries .filters_form .nm {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.industries .filters_form .filters {
  margin: 0;
  padding: 0;
  border: 0;
}
.industries .filters_form .filters .item {
  height: auto !important;
  display: block;
  margin: 0;
}
.industries .filters_form .filters .item:not(.active) {
  color: #000000;
  background-color: #ffffff;
}
.industries .filters_form + .more {
  float: right;
  width: 65%;
  text-align: right;
  padding-right: 30px;
}
.industries .more {
  padding: 0 5px 0 35px;
  box-sizing: border-box;
}
.industries .more a {
  font-weight: 400;
}
.industries .more a:hover {
  color: #ffffff;
}
.content_toggle {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  color: #e63832;
  margin-bottom: 10px;
  border-bottom: 2px solid #e63832;
}
.content_toggle:hover {
  color: #e63832;
  border-color: #e63832;
}
.management .item {
  margin-bottom: 50px;
}
.management .item .photo {
  float: left;
  width: 270px;
}
.management .item .photo img {
  display: inline-block;
  border-radius: 50%;
}
.management .item .text {
  float: right;
  width: calc(100% - 290px);
}
.management .item .text .name,
.management .item .text .announce {
  color: #ffffff;
}
.management .item .text .name > span,
.management .item .text .announce > span {
  display: inline-block;
  padding: 10px 25px;
  position: relative;
}
.management .item .text .name > span:after,
.management .item .text .announce > span:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}
.management .item .text .name > span > span,
.management .item .text .announce > span > span {
  position: relative;
  z-index: 2;
}
.management .item .text .name {
  line-height: 50px;
  font-size: 18px;
  margin-left: -90px;
}
.management .item .text .name > span:after {
  background: #353535;
}
.management .item .text .announce {
  font-size: 12px;
  line-height: 20px;
  margin-left: -35px;
  margin-top: -15px;
  margin-bottom: 15px;
}
.management .item .text .announce > span:after {
  background: #e63832;
}
.management .item .text .info {
  font-size: 14px;
  line-height: 21px;
}
.history .top_text {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.history .logo {
  text-align: center;
  margin-bottom: 20px;
}
.history .top_announce,
.history .bottom_text {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
}
.history .year {
  color: #e63832;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.history .items {
  position: relative;
}
.history .items:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 50%;
  margin-left: -10px;
  background: #ffffff;
  border: 3px solid #e63832;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 10;
}
.history .items .item {
  float: left;
  width: calc(50% - 35px);
  padding: 40px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.02), 0px 0px 1px rgba(0, 0, 0, 0.02);
  border-radius: 2px;
  border-right: 5px solid #e63832;
  margin-bottom: 30px;
  box-sizing: border-box;
  margin-top: 20px;
  position: relative;
}
.history .items .item .name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #e63832;
}
.history .items .item .info {
  font-size: 14px;
  line-height: 21px;
}
.history .items .item .info ul,
.history .items .item .info ol {
  margin-left: 20px;
}
.history .items .item:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -50px;
  background: #ffffff;
  border: 3px solid #e63832;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 10;
}
.history .items .item.even {
  float: right;
  border-right: 0;
  border-left: 5px solid #e63832;
  margin-top: 100px;
}
.history .items .item.even:after {
  right: auto;
  left: -50px;
}
.history .items:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  border-right: 1px dashed #e63832;
}
.owl_catalog_item .owl-dots .owl-dot,
.owl_detail .owl-dots .owl-dot {
  margin: 0 2px;
}
.owl_catalog_item .owl-dots .owl-dot span,
.owl_detail .owl-dots .owl-dot span {
  width: 35px;
  height: 3px;
  background: #cccccc;
  border-radius: 0;
  margin: 0;
}
.owl_catalog_item .owl-dots .owl-dot.active span,
.owl_detail .owl-dots .owl-dot.active span {
  background: #e63832;
}
@media (max-width: 1620px) {
  #owl_hits .owl-nav .owl-prev,
  #owl_moderamspb .owl-nav .owl-prev,
  #owl_viewed .owl-nav .owl-prev,
  #owl_avail .owl-nav .owl-prev {
    left: 10px;
  }
  #owl_hits .owl-nav .owl-next,
  #owl_moderamspb .owl-nav .owl-next,
  #owl_viewed .owl-nav .owl-next,
  #owl_avail .owl-nav .owl-next {
    right: 10px;
  }
}
@media (max-width: 1460px) {
  header .header nav {
    margin-right: 0;
  }
  header .header nav > ul > li {
    text-transform: none;
  }
  header .header nav > ul > li > a,
  header .header nav > ul > li > span {
    padding: 15px 5px;
  }
}
.videos .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 25px);
  margin: 0 20px 40px 0;
}
.videos .item iframe {
  max-width: 100%;
  margin-bottom: 15px;
  border-radius: 30px;
  overflow: hidden;
}
.videos .item .name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.videos .first {
  background: #353535;
  color: #ffffff;
  padding: 40px;
  position: relative;
  margin-bottom: 50px;
}
.videos .first .iframe,
.videos .first .text {
  width: calc(50% - 20px);
}
.videos .first .iframe {
  float: left;
}
.videos .first .iframe iframe {
  max-width: 100%;
}
.videos .first .text {
  float: right;
}
.videos .first .text .name {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 15px;
}
.videos .first .text .info {
  font-size: 14px;
  line-height: 21px;
}
.videos .first .text .info p,
.videos .first .text .info div {
  margin-bottom: 10px;
}
#body.index header .header nav > ul > li.active > a,
#body.index header .header nav > ul > li.active > span {
  background: none;
}
#body.index header .header nav > ul > li.active > a:hover,
#body.index header .header nav > ul > li.active > span:hover {
  background: #e63832;
}
.modifications_short {
  margin-bottom: 20px;
}
.modifications_short .modification_short {
  display: none;
}
.modifications_short .modification_short a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.modifications_short .modification_short a:hover {
  color: #e63832;
  border-color: transparent;
}
.modifications_short .modification_short.active {
  display: block;
}
.catalog_detail_materials {
  margin-bottom: 20px;
  display: none;
}
.catalog_detail_materials.catalog_detail_materials_active {
  display: block;
}
/*
#top_menu_add{
	text-align:center;
	padding:5px 0;
}
#top_menu_add a{
	padding:0 5px;
	text-decoration:none;
	color:#c8cacd;
	font-size:24px;
	line-height:24px;
	text-transform:uppercase;
}
#top_menu_add a:hover{
	color:#000;
}
#top_menu{
	position:relative;
	line-height:20px;
	margin-bottom:5px;
	height:20px;
	background:url('../images/menu.png') no-repeat center center;
}
#top_menu ul{
	list-style:none;
	text-align:center;
}
#top_menu ul li{
	display:-moz-inline-stack;
	display:inline-block;
	vertical-align:top;
	zoom:1;
	*display:inline;
	height:40px;
}
#top_menu ul li a,#top_menu ul li span{
	color:#000;
	font-size:16px;
	font-weight:300;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 7px 0 7px;
	cursor:pointer;
}
#top_menu ul li:last-child a,#top_menu ul li:last-child span{
	background:none;
	padding-right:25px;
}
*/
#top_menu ul li ul {
  display: none;
  position: absolute;
  z-index: 200;
  top: 65px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  table-layout: fixed;
  text-align: left;
  padding: 12px;
  background-image: none !important;
}
#top_menu ul li ul li {
  display: table-cell;
  padding: 12px;
  height: auto;
  box-sizing: border-box;
}
#top_menu ul li.li_2 > ul > li {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 5px);
}
#top_menu ul li ul li a,
#top_menu ul li ul li span {
  padding: 0;
  background: none;
  display: block;
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  color: #000000;
}
#top_menu ul li ul li span {
  cursor: default;
}
#top_menu ul li ul li ul {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  padding: 0;
  background-color: transparent;
  margin-top: 15px;
}
#top_menu ul li ul li ul li {
  display: block;
  border: 0;
  padding: 0;
  margin-bottom: 10px;
}
#top_menu ul li ul li ul li a,
#top_menu ul li ul li ul li span {
  border: 0;
  font-size: 16px;
  line-height: 17px;
  font-weight: normal;
  padding-top: 2px;
  padding-bottom: 2px;
}
#top_menu ul li ul li:hover span {
  color: #000;
}
#top_menu ul li ul li.active > a,
#top_menu ul li ul li:hover > a,
#top_menu ul li ul li:hover > span,
#top_menu ul li ul li.hovered > span,
#top_menu ul li ul li a.new i {
  color: #f00;
}
#top_menu ul li.hovered ul {
  display: table;
}
#top_menu ul li a.new i {
  font-style: italic;
}
#catalog_menu {
  background: #000;
  height: 68px;
}
#catalog_menu ul {
  display: table;
  width: 100%;
}
#catalog_menu ul li {
  display: table-cell;
  vertical-align: middle;
  height: 68px;
  text-align: center;
  border-right: 2px solid #f00;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 10px;
}
#catalog_menu ul li a {
  color: #fff;
  text-decoration: none;
}
#catalog_menu ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
#catalog_menu ul li:first-child {
  padding-left: 0;
}
#catalog_menu ul li.actoive a,
#catalog_menu ul li a:hover {
  color: #f00;
}
#middle .main_top {
  margin: 20px 0 20px;
}
#middle .main_top .download {
  float: left;
  width: 210px;
  padding-top: 70px;
}
#middle .main_top .download a {
  display: block;
  color: #000;
  text-decoration: none;
  min-height: 85px;
  background: url('../images/ico_dl.png') no-repeat top left;
  padding-left: 75px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
}
#middle .main_top .download a span {
  font-weight: bold;
}
#middle .main_top .download a:hover {
  color: #f00;
}
#middle .main_top .marketplace {
  text-align: center;
  display: block;
}
#middle .main_razdel {
  text-align: center;
  margin: 30px 0;
}
#middle .main_razdel .main_r {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 378px;
  margin: 0 19px;
}
#middle .main_razdel .main_r .main_r_photo {
  height: 252px;
  margin-bottom: 7px;
  position: relative;
}
#middle .main_razdel .main_r .main_r_photo ul li a {
  position: relative;
  width: 378px;
  height: 252px;
  display: block;
}
#middle .main_razdel .main_r .main_r_photo ul li a span {
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/ico_video.png') rgba(0, 0, 0, 0.4) no-repeat center center;
  width: 378px;
  height: 252px;
  display: block;
}
#middle .main_razdel .main_r .main_r_name {
  text-align: left;
  background: url('../images/dot_mr.png') no-repeat center left;
  padding-left: 20px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
#middle .main_razdel .main_r .main_r_name a {
  color: #000;
  text-decoration: none;
}
#middle .main_razdel .main_r .main_r_name a:hover {
  color: #f00;
}
#middle .main_razdel .main_r:first-child {
  margin-left: 0;
}
#middle .main_razdel .main_r:last-child {
  margin-right: 0;
}
#middle.nobg #content {
  border: 0;
  padding: 0;
  background: transparent;
}
.catalog_detail_main_photo,
.catalog_detail_photos a {
  border: 1px solid #c8cacd;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
.catalog:after {
  content: '';
  display: block;
  clear: both;
}
#content .catalog .catalog_item {
  width: 260px;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 20px 0;
  padding: 25px 0;
  box-sizing: border-box;
  border: 1px solid #c8cacd;
  background: #fff;
}
#content .catalog .catalog_item .catalog_item_name {
  font-size: 18px;
  line-height: 20px;
  padding-left: 75px;
  margin-bottom: 25px;
  background: url('../images/catalog_name.png') no-repeat top left;
}
#content .catalog .catalog_item .catalog_item_name a {
  text-decoration: none;
  color: #000;
}
#content .catalog .catalog_item .catalog_item_name span {
  color: #f00;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding-top: 10px;
}
#content .catalog .catalog_item .catalog_item_name a:hover {
  color: #f00;
}
#content .catalog .catalog_item .catalog_item_photo {
  text-align: center;
}
#content .catalog .catalog_item .catalog_item_photo img {
  max-width: 230px;
  max-height: 180px;
}
#content .catalog .catalog_item:hover {
  border-color: #f00;
}
#content .catalog .catalog_item:hover .catalog_item_name {
  background-image: url('../images/catalog_name_hov.png');
}
#content .catalog .catalog_item:nth-child(3n) {
  margin-right: 0;
}
.catalog_detail .catalog_detail_left h1 {
  background: url('../images/catalog_name_hov.png') no-repeat center left;
  padding-left: 75px;
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
}
.catalog_detail .catalog_detail_left .catalog_detail_nameold {
  color: #ff0000;
  margin-bottom: 20px;
  font-size: 18px;
  display: none;
}
.catalog_detail .catalog_detail_left .catalog_detail_nameold_active {
  display: block;
}
.catalog_detail .catalog_detail_left .container_3d {
  display: none;
  border: 1px solid #c8cacd;
  box-sizing: border-box;
}
.catalog_detail .catalog_detail_left .container_3d.active {
  display: block;
}
.catalog_detail .catalog_detail_left .container_3d.active + .catalog_detail_main_photo {
  display: none;
}
.catalog_detail .catalog_detail_left .catalog_detail_main_photo,
.catalog_detail .catalog_detail_left .catalog_detail_main_photo a.jqzoom {
  width: 500px;
  height: 500px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.catalog_detail .catalog_detail_left .catalog_detail_main_photo a span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #f00;
  background: url('../images/ico_zoom.png') no-repeat center left;
  font-size: 16px;
  line-height: 24px;
  padding-left: 34px;
  z-index: 100;
}
.catalog_detail .catalog_detail_left .catalog_detail_photos {
  margin-top: 30px;
}
.catalog_detail .catalog_detail_left .catalog_detail_photos a {
  display: inline-block;
  width: 64px;
  height: 64px;
  text-align: center;
  margin-right: 9px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.catalog_detail .catalog_detail_left .catalog_detail_photos a span {
  width: 64px;
  height: 64px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.catalog_detail .catalog_detail_left .catalog_detail_photos a span img {
  background: #fff;
  max-width: 60px;
  max-height: 60px;
}
.catalog_detail .catalog_detail_left .catalog_detail_announce {
  font-size: 16px;
  line-height: 21px;
  display: none;
  background: url('../images/eac.png') no-repeat top right;
}
.catalog_detail .catalog_detail_left .catalog_detail_announce .catalog_detail_announce_large {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.catalog_detail .catalog_detail_left .catalog_detail_announce_active {
  display: block;
}
.catalog_detail .catalog_detail_right .modifications_title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.catalog_detail .catalog_detail_right .modifications_sel {
  list-style: none;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.catalog_detail .catalog_detail_right .modifications_sel li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 30%;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  background: url('../images/mod_tabs.png') no-repeat center right;
}
.catalog_detail .catalog_detail_right .modifications_sel li:hover {
  color: #f00;
}
.catalog_detail .catalog_detail_right .modifications_sel li.active {
  font-weight: bold;
  color: #f00;
}
.catalog_detail .catalog_detail_right .modification_tab {
  display: none;
}
.catalog_detail .catalog_detail_right .modification_tab .modification_announce {
  font-size: 25px;
  line-height: 28px;
}
.catalog_detail .catalog_detail_right .modification_tab .modification_content {
  font-size: 14px;
  line-height: 21px;
}
.catalog_detail .catalog_detail_right .modification_tab hr {
  margin: 15px 0 10px;
}
.catalog_detail .catalog_detail_right .modification_tab_active {
  display: block;
}
.catalog_detail .catalog_detail_bottom {
  padding-top: 5px;
}
.welcome_buttons a,
.welcome_buttons input[type=submit] {
  display: block;
  width: 333px;
  height: 45px;
  background: url('../images/detail_form.png') no-repeat;
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 45px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.catalog_detail_popups a,
.catalog_detail_popups button,
.catalog_detail_popups input[type=submit] {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  font-size: 20px;
  background: #f00;
  margin: 0 20px 20px 0;
  font-size: 18px;
  border-radius: 5px;
  line-height: 35px;
  font-weight: 500;
}
.catalog_detail_popups a.order_link,
.welcome_buttons a.order_link,
.catalog_detail_popups a.logout,
.welcome_buttons a.logout,
.catalog_detail_popups input[type=submit],
.welcome_buttons input[type=submit] {
  background-image: url('../images/detail_order.png');
}
.welcome_buttons {
  text-align: center;
}
.welcome_buttons a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin: 25px;
}
.form td {
  padding-bottom: 4px;
}
.form input[type=text],
.form input[type=password],
.form textarea {
  width: 400px;
  margin-bottom: 7px;
}
.form input[type=text]#captcha {
  width: 70px;
  text-align: center;
}
.form textarea {
  resize: none;
}
.popup_page {
  padding: 40px;
}
.popup_page.popup_page_530 {
  max-width: 400px;
}
.popup_page.popup_page_530 .page_title {
  margin-bottom: 20px;
}
.popup_page.popup_page_530 .page_title h1 {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}
.popup_page.popup_page_530 article p {
  text-align: center;
}
.popup_page.popup_page_530 input[type=submit] {
  display: block;
  margin: auto;
}
.popup_page .cart_page {
  max-width: 1000px;
}
#color_changer li {
  cursor: pointer;
  border: 1px solid #000;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 20px;
  height: 20px;
  margin: 0 5px 5px 0;
  vertical-align: top;
}
#color_changer li.active {
  border: 1px solid #e03c42;
}
#back_top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: url('../images/arrow_up.png') #ff0000 no-repeat center center;
  opacity: .7;
  border-radius: 50%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#back_top:hover {
  opacity: 1;
}
#back_top a {
  width: 50px;
  height: 50px;
  display: block;
}
.termins .termins_letter {
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: bold;
}
.termins .termins_letter_container {
  margin-bottom: 1.5em;
}
.termins .termins_letter_container .termin_item {
  width: 30%;
  float: left;
  padding-bottom: .4em;
}
.compare_page {
  overflow-x: auto;
}
.compare_table {
  min-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 30px;
}
.compare_table tr td {
  padding: 5px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  min-width: 150px;
  font-size: 14px;
  line-height: 15px;
  vertical-align: top;
}
.compare_table tr td ul {
  list-style: none;
}
.compare_table tr td:last-child {
  border-right: 0px;
}
.compare_table .photo {
  position: relative;
}
.compare_table .photo a {
  text-decoration: none;
}
.compare_table .photo img {
  max-width: 100%;
}
.compare_table .photo .delete_from_compare {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #e63832;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px;
}
.compare_table .name {
  font-weight: 700;
}
.compare_table .name a {
  text-decoration: none;
  color: #000000;
}
.compare_table .name a:hover {
  color: #e63832;
}
.compare_table .param {
  font-weight: 700;
}
.list_li_red {
  list-style-image: url(/template/images/o_kompanii_li.png);
}
.list_li_red li {
  padding: 10px 0;
}
.num1 {
  counter-reset: myCounter;
}
.num1 li {
  list-style: none;
  padding-top: 10px;
}
.num1 li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #fff;
  background: #f00;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  text-align: center;
  margin-left: -40px;
  line-height: 24px;
  width: 25px;
  height: 25px;
  border-radius: 1em;
  position: absolute;
}
.galleries {
  border-left: 20px solid #f0f0f0;
  border-right: 20px solid #f0f0f0;
  padding: 0 40px;
  position: relative;
}
.galleries:before,
.galleries:after {
  content: '';
  display: block;
  width: 20px;
  height: 200px;
  background: #e63832;
  position: absolute;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
.galleries:before {
  top: 10%;
  left: -20px;
}
.galleries:after {
  bottom: 10%;
  right: -20px;
}
.galleries .sub {
  margin-bottom: 30px;
}
.galleries .sub .title {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.gallery {
  text-align: center;
}
.gallery ul {
  list-style-type: none;
}
.gallery ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 10px;
}
.tech_items ul {
  list-style: none;
  text-align: center;
}
.tech_items ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin: 0 25px 50px;
  text-align: left;
}
.tech_items ul li a {
  display: block;
}
.flagh2 {
  margin-top: 60px;
  font-size: 24px;
  background-image: url(/template/images/title_red.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 70px;
}
article h4 {
  padding: 10px 0 5px 0;
}
.video_item {
  margin-bottom: 20px;
}
.video_item .video_item_photo {
  float: left;
  width: 378px;
}
.video_item .video_item_photo a {
  position: relative;
  width: 378px;
  height: 252px;
  display: block;
}
.video_item .video_item_photo a span {
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/ico_video.png') rgba(0, 0, 0, 0.4) no-repeat center center;
  width: 378px;
  height: 252px;
  display: block;
}
.video_item .video_item_text {
  width: 400px;
  float: right;
}
.video_item .video_item_name {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.video_item .video_item_name a {
  color: #000;
  text-decoration: none;
}
.video_item .video_item_name a:hover {
  text-decoration: underline;
}
.cabinet table {
  width: auto;
}
.cabinet table td,
.cabinet table th {
  padding: 5px;
}
.cabinet table th {
  text-align: left;
  font-size: 24px;
}
.cabinet input[type=submit] {
  padding: 5px 10px;
}
.form_cabinet .selectboxit-container .selectboxit {
  width: 400px !important;
  box-sizing: border-box;
}
.form_cabinet .selectboxit-container span,
.form_cabinet .selectboxit-container .selectboxit-options a {
  height: 40px;
  line-height: 40px;
}
.form_cabinet .selectboxit-container .selectboxit-options {
  min-width: 400px !important;
  box-sizing: border-box;
}
.auth_from {
  text-align: center;
  margin-bottom: 10px;
}
.cart_title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}
.cart_page article {
  margin-bottom: 30px;
}
.cart_count {
  border: 1px solid #cecece;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 20px 10px;
}
.cart_items {
  list-style: none;
  width: 100%;
  display: table;
  border-spacing: 0 10px;
}
.cart_items .cart_item {
  display: table-row;
}
.cart_items .cart_item > div {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #cecece;
  border-left: 0;
  border-right: 0;
}
.cart_items .cart_item > div:first-child {
  border-left: 1px solid #cecece;
  border-radius: 5px 0 0 5px;
}
.cart_items .cart_item > div:last-child {
  border-right: 1px solid #cecece;
  border-radius: 0 5px 5px 0;
}
.cart_items .cart_item > div .desc {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cart_items .cart_item > div.cart_item_count {
  padding-left: 20px;
  padding-right: 20px;
}
.cart_items .cart_item > div.cart_item_count .n {
  border: 1px solid #bdbdbd;
  height: 50px;
  border-radius: 25px;
  padding: 10px;
  white-space: nowrap;
  width: 130px;
  box-sizing: border-box;
}
.cart_items .cart_item > div.cart_item_count .n input[type=button] {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  color: #000;
  background: transparent;
  font-size: 20px;
}
.cart_items .cart_item > div.cart_item_count .n input[type=text] {
  width: 40px;
  height: 30px;
  padding: 0;
  text-align: center;
  border: 0;
  font-size: 16px;
}
.cart_items .cart_item > div.cart_item_delete {
  width: 18px;
}
.cart_items .cart_item > div.cart_item_delete a.cart_delete {
  display: block;
  text-decoration: none;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -1000px;
  background: url('../images/icon_cart_delete.svg') no-repeat center center;
}
.cart_items .cart_item > div.cart_item_info .name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.cart_items .cart_item > div.cart_item_info .name a {
  color: #000000;
  text-decoration: none;
}
.cart_items .cart_item > div.cart_item_info .name a:hover {
  color: #E63832;
}
.cart_items .cart_item > div.cart_item_info .part {
  color: #E63832;
  font-size: 12px;
  line-height: 20px;
}
.cart_items .cart_item > div.cart_item_size select {
  border: 1px solid #bdbdbd;
  height: 50px;
  border-radius: 25px;
  width: 100px;
  text-align: center;
}
.cart_items .cart_item > div.cart_item_buy {
  text-align: right;
}
.cart_summary {
  margin: 20px 0 10px;
  padding: 10px 0;
  text-align: right;
}
.cart_summary a {
  color: #E63832;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  background: url('../images/icon_cart_clear.svg') no-repeat center right;
  padding-right: 25px;
}
.cart_summary input {
  margin-left: 50px;
  margin-right: 10px;
  color: #fff;
  cursor: pointer;
  background: #646464;
  border: 0;
  padding: 5px 10px;
  border-radius: 3px;
}
#global_price {
  font-weight: bold;
  font-size: 1.5em;
}
.cart_form {
  width: 100%;
  margin-bottom: 40px;
}
.cart_form .row {
  margin-bottom: 30px;
}
.cart_form .row .name {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}
.cart_form label {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.cart_form label span {
  position: absolute;
  left: 10px;
  top: -7px;
  font-size: 12px;
  line-height: 14px;
  padding: 0 5px;
  background: #ffffff;
}
.cart_form label textarea,
.cart_form label input[type=text],
.cart_form label input[type=email],
.cart_form label input[type=tel] {
  border: 1px solid #c1c1c1;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
}
.cart_form label textarea:hover,
.cart_form label input[type=text]:hover,
.cart_form label input[type=email]:hover,
.cart_form label input[type=tel]:hover {
  border-color: #e63832;
}
.cart_form label input[type=text],
.cart_form label input[type=email],
.cart_form label input[type=tel] {
  padding: 0 10px;
  height: 50px;
}
.cart_form label textarea {
  height: 90px;
  padding: 10px;
  resize: vertical;
}
#cart_animation {
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url('../images/ajax_loader.gif');
}
.hide {
  display: none;
}
sup.req {
  color: #e03c42;
  font-size: 10px;
}
.orders_history {
  width: 100%;
}
.orders_history th,
.orders_history td {
  padding: 4px;
}
.orders_history th {
  text-align: left;
  color: #f00;
  cursor: pointer;
  border-bottom: 1px solid #000;
  padding-top: 20px;
}
.orders_history th:hover {
  text-decoration: underline;
}
.orders_history td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.orders_history td.th {
  font-weight: bold;
}
.orders_history tr td:first-child {
  border-left: 1px solid #000;
}
.orders_history td.comment {
  font-size: 14px;
  font-style: italic;
}
.orders_history tr:first-child th {
  padding-top: 4px;
}
.orders_history .order_info {
  display: none;
}
.orders_history .order_info.open {
  display: table-row;
}
.tinycarousel {
  overflow: hidden;
}
.tinycarousel .viewport {
  float: left;
  width: 378px;
  height: 252px;
  overflow: hidden;
  position: relative;
}
.tinycarousel .buttons {
  background-image: url('../images/tiny_arrows.png');
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: 200;
  bottom: 10px;
  width: 25px;
  height: 28px;
  overflow: hidden;
  text-indent: -1000px;
}
.tinycarousel .next {
  right: 10px;
  background-position: center right;
}
.tinycarousel .prev {
  right: 40px;
  background-position: center left;
}
.tinycarousel .disable {
  opacity: .5;
}
.tinycarousel .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 378px;
  left: 0;
  top: 0;
}
.tinycarousel .overview li {
  float: left;
  height: 252px;
  width: 378px;
}
/* Кнопка */
#body.rzd #main_slider,
#body.rzd #slides .slides_container .slide {
  height: 490px;
}
.top_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 200;
  background: #ffffff;
}
.catalog_index {
  text-align: center;
}
.catalog_index .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 15px 0;
}
.catalog_index .item a {
  width: 290px;
  height: 200px;
  display: block;
  position: relative;
  background: #cccccc;
  color: #ffffff;
  text-decoration: none;
}
.catalog_index .item a:hover {
  opacity: .9;
}
.catalog_index .item a img {
  display: block;
}
.catalog_index .item a span {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  width: calc(80%);
  height: 50px;
  padding-top: 20px;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.version_desktop a,
.version_mobile a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background: #ee3d35;
  text-align: center;
}
.after_header_line {
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.after_header_wildberries a {
  font-size: 20px;
  line-height: 40px;
  min-height: 40px;
  text-align: center;
  display: block;
  color: #ffffff;
  text-decoration: none;
  background: #921192;
}
.after_header_wildberries a:hover {
  opacity: .9;
}
.limited .items {
  text-align: center;
}
.limited .items a {
  display: inline-block;
  vertical-align: top;
  max-width: calc(25% - 25px);
  margin: 0 10px;
  color: #000000;
}
.limited .items a:hover {
  color: #e63832;
}
.limited .items a img {
  max-width: 100%;
  border-radius: 30px;
}
.limited .items a span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding-top: 5px;
}
.last_article .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 5px);
  padding: 0 10px;
  box-sizing: border-box;
}
.last_article .item .photo {
  margin-bottom: 10px;
}
.last_article .item .photo img {
  max-width: 100%;
  border-radius: 30px;
}
.last_article .item .text .date {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
  color: #a5a5a5;
}
.last_article .item .text .name {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.last_article .item .text .name a {
  color: #000000;
  text-decoration: none;
}
.last_article .item .text .name a:hover {
  color: #e63832;
}
.last_article .item .text .announce {
  margin-bottom: 15px;
}
.ulogin > span {
  line-height: 32px;
  margin-right: 20px;
}
.ulogin > span,
.ulogin > div {
  display: inline-block;
  vertical-align: top;
}
.catalog_page .aside {
  width: 300px;
  float: left;
}
.catalog_page .aside ul {
  list-style: none;
}
.catalog_page .aside ul li {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.catalog_page .aside ul li a,
.catalog_page .aside ul li span {
  display: block;
  color: #000000;
  text-decoration: none;
  margin-bottom: 15px;
}
.catalog_page .aside ul li.active > a,
.catalog_page .aside ul li a:hover {
  color: #e63832;
}
.catalog_page .aside ul li ul {
  padding-left: 20px;
}
.catalog_page .aside ul li ul li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.catalog_page .aside ul li ul li a {
  margin: 0;
}
.catalog_page .section {
  width: calc(100% - 330px);
  float: right;
}
/*selectboxit*/
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.selectboxit-container * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
.selectboxit-container .selectboxit {
  width: 300px !important;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  position: relative;
}
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 30px;
  line-height: 30px;
  display: block;
}
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 3px;
  text-align: left;
  box-shadow: none;
}
.selectboxit-option .selectboxit-option-anchor {
  text-decoration: none;
  padding: 0 2px;
}
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  margin: 0;
  list-style-type: none;
}
.selectboxit-option-first {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.selectboxit-option-last {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.selectboxit-optgroup-header {
  font-weight: bold;
}
.selectboxit-optgroup-header:hover {
  cursor: default;
}
.selectboxit-arrow-container {
  width: 30px;
  position: absolute;
  right: 0;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.jqueryui .ui-icon {
  background-color: inherit;
}
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.selectboxit-btn {
  background: #ffffff;
  border: 1px solid #cccccc;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #000000;
  background-color: #e6e6e6;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #000000;
  text-decoration: none;
  background-position: 0 -15px;
}
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #e63832;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-list .selectboxit-option-anchor {
  color: #000000;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background: #e63832;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #000000;
}
.vacancy_form {
  background: #fafafa;
  padding: 30px;
  margin-bottom: 30px;
}
.vacancy_form .title {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 700;
}
.vacancy_form .desc {
  margin-bottom: 10px;
}
.vacancy_form sup {
  color: #e63832;
}
.vacancy_form table td:first-child {
  padding-right: 15px;
}
.catalog_sub {
  margin-bottom: 30px;
}
.catalog_sub .item {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 20px);
  margin: 0 15px 15px 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  min-height: 172px;
}
.catalog_sub .item a {
  color: #000000;
  text-decoration: none;
}
.catalog_sub .item a:hover {
  color: #e63832;
}
.catalog_sub .item .name {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.catalog_sub .item .name + div {
  padding-top: 10px;
}
.catalog_sub .item .name span {
  color: #666666;
  font-size: 12px;
  line-height: 15px;
  text-transform: none;
  display: block;
}
.catalog_sub .item .photo {
  min-height: 100px;
  margin-bottom: 10px;
}
.catalog_sub .item .photo a {
  display: block;
}
.catalog_sub .item .photo img {
  max-width: 100%;
  margin: 0 auto;
}
.catalog_sub .item .photo + .childs {
  float: right;
  width: calc(100% - 110px);
}
.catalog_sub .item .childs ul {
  list-style: none;
}
.catalog_sub .item .childs ul li {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 5px;
}
.catalog_quick {
  margin-bottom: 30px;
  min-height: 42px;
}
.catalog_quick ul {
  list-style: none;
}
.catalog_quick ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 15px 0;
}
.catalog_quick ul li a {
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #e63832;
  border-radius: 10px;
}
.catalog_quick ul li a:hover {
  background: #e63832;
  color: #ffffff;
}
.block_2310 .left,
.block_2310 .right {
  width: calc(50% - 15px);
}
.block_2310 .left img,
.block_2310 .right img {
  max-width: 100%;
}
.configurators {
  text-align: center;
}
.configurators .item {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 35px);
  margin: 15px;
}
.configurators .item .photo a {
  display: block;
}
.configurators .item .photo a img {
  max-width: 100%;
}
.configurators .item .name {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
.configurators .item .name a {
  text-decoration: none;
  border-bottom: 1px solid rgba(230, 56, 50, 0.5);
}
.configurators .item .name a:hover {
  border-color: transparent;
}
.configurator .photo,
.configurator .text {
  width: calc(50% - 15px);
}
.configurator .photo {
  float: left;
  position: relative;
}
.configurator .photo img {
  width: 100%;
  display: block;
}
.configurator .photo .overlays {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.configurator .photo .overlays img {
  position: absolute;
  top: 0;
  left: 0;
}
.configurator .photo .overlays img.hide {
  display: none;
}
.configurator .text {
  float: right;
}
.configurator .text article {
  margin-bottom: 20px;
}
.configurator .text .configurations {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.configurator .text .configurations .tr {
  display: table-row;
}
.configurator .text .configurations .tr .td {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}
.configurator .text .configurations .tr .td.name {
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
}
.configurator .text .configurations .tr .td.param {
  text-align: right;
}
.configurator .text .configurations .tr .td.param div {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  background: #000000;
  overflow: hidden;
  text-indent: 1000px;
  cursor: pointer;
}
.configurator .text .configurations .tr .td.param div.active {
  border-color: #e63832;
}
.advantages {
  padding-top: 30px;
}
.advantages .items {
  max-width: 1170px;
  margin: 0 auto;
}
.advantages .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 35px);
  margin: 0 30px 30px 0;
}
.advantages .item .photo {
  float: left;
  width: 100px;
}
.advantages .item .photo img {
  max-width: 100%;
}
.advantages .item .text {
  float: right;
  width: calc(100% - 120px);
  padding-top: 10px;
}
.advantages .item .text .name {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #e63832;
  margin-bottom: 10px;
}
.advantages .item .text .announce {
  font-size: 14px;
  line-height: 20px;
}
.edit_links {
  padding: 30px 0;
}
.edit_links a {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 10px 0;
  line-height: 30px;
  border: 2px solid #e63832;
  background: #e63832;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  padding: 0 20px;
  border-radius: 5px;
  text-decoration: none;
}
.edit_links a:hover {
  color: #e63832;
  background: #ffffff;
}
.catalog_top {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
.catalog_top a,
.catalog_top span {
  display: inline-block;
  vertical-align: top;
}
.catalog_top a {
  margin-left: 10px;
}
.catalog_top a.active {
  font-weight: 700;
}
.catalog_top .sort {
  float: left;
}
.catalog_top .limit {
  float: right;
}
.overflow {
  width: 100%;
  overflow: auto;
}
.hits .catalog {
  min-height: 455px;
}
