body {
  font-family: 'Ubuntu', sans-serif;
  color: #5a5a5a;
  min-width: 1000px;
}
.container {
  width: 984px!important;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.normal {
  font-size: 16px;
  list-style: disc;
  margin-left: 20px;
  padding-left: 20px;
  margin-top: -30px;
  margin-bottom: 30px;
  color: #5a5a5a;
}
ol.normal {
  font-size: 16px;
  color: #5a5a5a;
  margin-top: -30px;
  margin-bottom: 30px;
}
p {
  font-size: 16px;
  line-height: 24px;
  color: #505050;
  margin-bottom: 30px;
}
p.padl20 {
  padding-left: 20px;
}
p img {
  width: 100%;
}
p .link {
  color: #b31515;
}
.btn {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  /*border: 2px solid #b31515;*/
  border: 2px solid #6d0909;
  height: 54px;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
}
.btn.btn-full {
  color: white;
  /*background: #b31515;*/
  background: #6d0909;
}
.btn.btn-easy {
  /*color: #b31515;*/
  color: #6d0909;
}
.btn.small {
  font-size: 12px;
  height: 40px;
  padding: 9px 22px;
}
.btn.full {
  width: 100%;
}
.btn.small-pad {
  padding: 9px 10px;
}
.btn.big-pad {
  padding: 9px 45px;
}
.btn:hover {
  /*background: #b31515;*/
  background: #6d0909;
  color: white;
}
.btn.btn-full:hover {
  background: transparent;
  /*color: #b31515;*/
  color: #6d0909;
}


.btn.btn-full.light:hover {
  background: #f0f0f0;
  /*color: #b31515;*/
  color: #6d0909;
}



header {
  background: #f0f0f0;
}
header .top {
  height: 40px;
  border-bottom: 1px solid #e6e6e6;
}
header .top .search-form {
  width: 220px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  position: relative;
  margin-right: 14px;
  float: left;
}
header .top .search-form .form-control {
  border: none;
  height: 40px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-weight: 300;
}
header .top .search-form .form-control:focus + .btn-search {
  color: #b31515;
}
header .top .search-form .btn-search {
  height: 40px;
  width: 40px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  color: #dcdcdc;
  background: transparent;
}
header .top .link {
  font-size: 12px;
  float: left;
  margin: 0 10px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px dotted;
  color: #5a5a5a;
  padding-top: 11px;
}
header .top .link:hover {
  color: #b31515;
  border-bottom: 1px dotted #b31515;
}
header .top .phone {
  font-size: 18px;
  font-weight: 300;
  margin-left: 35px;
  float: left;
  line-height: 40px;
  color: #5a5a5a;
  margin-bottom: 0;
}
header .top .phone span {
  color: white;
  background: #b31515;
  width: 40px;
  display: block;
  text-align: center;
  float: right;
  margin-left: 10px;
}
header .top .language-list {
  float: right;
  border-right: 1px solid #e6e6e6;
}
header .top .language-list li {
  float: left;
}
header .top .language-list li a {
  display: block;
  font-size: 14px;
  width: 44px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #b4b4b4;
}
header .top .language-list li a.active {
  color: #5a5a5a;
  background: rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: inset 0px -3px 0px 0px #6d0909;
  -moz-box-shadow: inset 0px -3px 0px 0px #6d0909;
  box-shadow: inset 0px -3px 0px 0px #6d0909;
}
header .top .language-list li a:hover {
  background: rgba(0, 0, 0, 0.04);
}
header .middle {
  height: 160px;
}
header .middle .logo {
  background: url("../img/logo.png") no-repeat center;
  width: 224px;
  height: 160px;
  background-size: contain;
  display: block;
  float: left;
  margin-right: 20px;
}
header .middle .slogan {
  float: left;
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  padding-top: 60px;
  margin-bottom: 0;
}
header .middle .btn {
  float: right;
  margin-top: 60px;
  margin-left: 12px;
}
header .bottom {
  background: #6d0909;
}
header .bottom .navbar-nav {
  margin: 0;
  float: left;
}
header .bottom .navbar-nav li {
  position: relative;
  float: left;
}
header .bottom .navbar-nav li:hover,
header .bottom .navbar-nav li.active {
  background: #b31515;
}
header .bottom .navbar-nav li:hover .submenu {
  display: block;
}
header .bottom .navbar-nav li a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  padding: 15px 9px;
}
header .bottom .navbar-nav li a:hover,
header .bottom .navbar-nav li a:focus {
  background: transparent;
}
header .bottom .navbar-nav li:first-child {
  margin-left: -9px;
}
header .bottom .navbar-nav li .submenu {
  position: absolute;
  background: #b31515;
  z-index: 100;
  display: none;
  min-width: 100%;
}
header .bottom .navbar-nav li .submenu li {
  padding: 12px 30px 12px 20px;
  float: none;
}
header .bottom .navbar-nav li .submenu li:hover {
  background: #6d0909;
}
header .bottom .navbar-nav li .submenu li:first-child {
  margin-left: 0;
}
header .bottom .navbar-nav li .submenu li a {
  font-weight: 400;
  white-space: nowrap;
  padding: 0;
}
header .bottom .navbar-nav li.sub:after {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(160, 95, 95, 0);
  border-top-color: #a05f5f;
  border-width: 5px;
  margin-left: -5px;
}
header .bottom .basket-box {
  float: right;
}
header .bottom .basket-box .text {
  background: rgba(0, 0, 0, 0.1);
  line-height: 50px;
  margin: 0;
  font-weight: 700;
  padding: 0 15px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  float: left;
}
header .bottom .basket-box .count {
  background: #520707;
  line-height: 50px;
  color: #ff4c4c;
  font-size: 14px;
  padding: 0 15px;
  display: block;
  float: right;
  position: relative;
}
header .bottom .basket-box .count:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(82, 7, 7, 0);
  border-right-color: #520707;
  border-width: 4px;
  margin-top: -4px;
}
header .bottom .basket-box:hover .text {
  background: #b31515;
}
header .bottom .basket-box:hover .count {
  background: #b31515;
  color: white;
}
header .bottom .basket-box:hover .count:after {
  border-right-color: #b31515;
}
footer {
  background: #520505;
}
footer .top {
  background: #6d0909;
  height: 48px;
}
footer .top .menu {
  text-align: center;
  font-size: 0;
}
footer .top .menu li {
  display: inline-block;
}
footer .top .menu li a {
  display: block;
  padding: 0 10px;
  line-height: 48px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: white;
}
footer .top .menu li a:hover {
  background: #b31515;
}
footer .middle {
  height: 135px;
}
footer .middle .logo {
  background: url("../img/logo_white.png") no-repeat center;
  background-size: contain;
  width: 222px;
  height: 135px;
  float: left;
  display: block;
  content: '';
}
footer .middle .btn {
  margin-top: 50px;
  margin-left: 24px;
}
footer .middle .contacts {
  float: right;
  color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-align: right;
  margin: 50px 0 0 0;
}
footer .middle .contacts span {
  color: #b31515;
}
footer .middle .contacts a {
  color: white;
}
footer .bottom {
  height: 50px;
  border-top: 1px solid #6d0909;
}
footer .bottom p {
  margin-bottom: 0;
  font-size: 14px;
  color: white;
  line-height: 49px;
}
footer .bottom p a {
  color: white;
}
.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 15px 0;
}
.breadcrumb li {
  text-transform: uppercase;
  font-size: 12px;
}
.breadcrumb li.active {
  color: #282828;
}
.breadcrumb li a {
  color: #787878;
  text-decoration: none;
}
.breadcrumb li a:hover {
  color: #b31515;
}
.pagination li a {
  border: 0;
  font-size: 16px;
  color: #5a5a5a;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  -webkit-box-shadow: inset 0px -1px 0px 0px #e2e2e2;
  -moz-box-shadow: inset 0px -1px 0px 0px #e2e2e2;
  box-shadow: inset 0px -1px 0px 0px #e2e2e2;
}
.pagination li a:hover,
.pagination li a:focus {
  background: transparent;
  color: #5a5a5a;
}
.pagination li a.active,
.pagination li a:hover {
  -webkit-box-shadow: inset 0px -3px 0px 0px #6d0909;
  -moz-box-shadow: inset 0px -3px 0px 0px #6d0909;
  box-shadow: inset 0px -3px 0px 0px #6d0909;
}
.pagination li.prev-page a,
.pagination li.next-page a {
  color: #b31515;
  border: 2px solid #b31515;
  border-radius: 0!important;
}
.pagination li.prev-page a {
  margin-right: 10px;
}
.pagination li.next-page a {
  margin-left: 10px;
}
h1 {
  font-size: 42px;
  font-weight: 300;
  color: #282828;
  margin: 40px 0;
}
h1 .count {
  font-size: 16px;
  color: #787878;
  display: block;
}
h2 {
  font-size: 24px;
  font-weight: 400;
  color: #282828;
  margin: 30px 0 20px 0;
}
h3 {
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  margin: 30px 0 10px 0;
}
h3.easy {
  margin-top: 0;
}
table {
  width: 100%;
}
table.normal th,
table.normal td {
  padding: 8px 20px;
}
table.normal th {
  background: #6d0909;
  color: white;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
table.normal td {
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
  color: #5a5a5a;
}
form.normal label {
  font-weight: 400;
  color: #282828;
}
form.normal .form-control {
  border-radius: 0;
  border-color: #e2e2e2;
  height: 40px;
  font-size: 16px;
  width: 100%;
  /* Firefox 19+ */
  /* Firefox 18- */
}

form.normal label.checkbox-label input[type=checkbox]{
    position: relative;
    vertical-align: middle;
    bottom: 1px;
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 5px;
}

form.normal .form-control::-webkit-input-placeholder {
  color: #e2e2e2;
}
form.normal .form-control::-moz-placeholder {
  color: #e2e2e2;
}
form.normal .form-control:-moz-placeholder {
  color: #e2e2e2;
}
form.normal .form-control:-ms-input-placeholder {
  color: #e2e2e2;
}
form.normal .required label {
  position: relative;
}
form.normal .required label:after {
  content: '*';
  color: #b31515;
  font-size: 16px;
  position: absolute;
  top: -3px;
  right: -10px;
}
form.normal textarea.form-control {
  height: 120px;
}
form.normal .personal-data-policy-group a{
  color: #b31515;
}
form.normal .note {
  font-size: 12px;
  color: #828282;
}
form.normal .note span {
  color: #b31515;
}
form.normal .note.margintop {
  margin: 60px 0 0 0;
}
form.normal .note.small {
  font-size: 10px;
}
form.normal .form-control[readonly] {
  background: transparent;
}
.main-box {
  padding-bottom: 100px;
}
.main-box .banner-inner {
  position: relative;
}
.main-box .banner-inner .control-box {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-box .banner-inner .arrow-big {
  font-size: 40px;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -29px;
  text-decoration: none;
  color: white;
  background: #b31515;
}
.main-box .banner-inner .arrow-big.slide-next {
  right: 0;
}
.main-box .banner-inner .arrow-big.slide-back {
  left: 0;
}
.main-box .banner-inner img {
  width: 100%;
}
.main-box .basket-page table {
  margin-bottom: 10px;
}
.main-box .basket-page table th,
.main-box .basket-page table td {
  padding-right: 0;
}
.main-box .basket-page table td {
  vertical-align: top;
  padding: 15px 0 15px 20px;
}
.main-box .basket-page table p {
  margin-bottom: 0;
}
.main-box .basket-page table .pad {
  padding-top: 6px;
}
.main-box .basket-page table .name {
  font-weight: 500;
  text-transform: uppercase;
}
.main-box .basket-page table .price {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 6px;
}
.main-box .basket-page table .price span {
  font-size: 10px;
}
.main-box .basket-page table .more {
  font-size: 12px;
  color: #b31515;
  padding-right: 12px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px dotted;
  position: relative;
}
.main-box .basket-page table .more:after {
  top: 4px;
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(179, 21, 21, 0);
  border-top-color: #B31515;
  border-width: 5px;
  margin-left: -5px;
}
.main-box .basket-page table .more .text-close {
  display: none;
}
.main-box .basket-page table .more[aria-expanded='true']:after {
  top: -1px;
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(179, 21, 21, 0);
  border-bottom-color: #B31515;
  border-width: 5px;
  margin-left: -5px;
}
.main-box .basket-page table .more[aria-expanded='true'] .text-open {
  display: none;
}
.main-box .basket-page table .more[aria-expanded='true'] .text-close {
  display: inline-block;
}
.main-box .basket-page table .price-range {
  font-size: 16px;
  color: #282828;
  margin-bottom: -8px;
}
.main-box .basket-page table .price-range .condition {
  color: #b4b4b4;
}
.main-box .basket-page table .price-range .rub {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.main-box .basket-page table .price-detail {
  color: #282828;
  font-size: 16px;
}
.main-box .basket-page table .price-detail .small {
  font-size: 12px;
  color: #5a5a5a;
}
.main-box .basket-page table .price-detail .rub {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.main-box .basket-page table .btn-remove {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 2px solid #b31515;
  color: #b31515;
  font-size: 14px;
  text-align: center;
  line-height: 37px;
  text-decoration: none;
}
.main-box .basket-page .total-price {
  font-size: 16px;
  color: #282828;
  margin-top: 20px;
}
.main-box .basket-page .total-price .number {
  font-size: 24px;
  font-weight: 500;
  margin-left: 30px;
}
.main-box .basket-page .total-price .rub {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.main-box .card-page .characteristics-list li {
  margin-bottom: 20px;
}
.main-box .card-page .characteristics-list p {
  width: 50%;
  display: block;
  margin-bottom: 0;
  line-height: normal;
  color: #5a5a5a;
  float: left;
}
.main-box .card-page .characteristics-list p.point {
  border-bottom: 1px dotted;
}
.main-box .card-page .characteristics-list p.point span {
  position: relative;
  padding-right: 10px;
}
.main-box .card-page .characteristics-list p.point span:after {
  width: 100%;
  height: 1px;
  display: block;
  background: white;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
}
.main-box .card-page .characteristics-list p.description {
  color: #282828;
  padding-left: 10px;
  padding-top: 1px;
}
.main-box .card-page .pict-box {
  position: relative;
  width: 304px;
  height: 304px;
  border: 1px solid #e2e2e2;
}
.main-box .card-page .pict-box img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.main-box .card-page .pict-box .zoom {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 3;
}
.main-box .card-page .pict-box .zoom .icon {
  width: 53px;
  height: 53px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -26px;
  margin-left: -26px;
  background: #b31515;
  color: white;
  font-size: 24px;
  text-decoration: none;
  line-height: 53px;
  text-align: center;
}
.main-box .card-page .pict-box:hover .zoom {
  display: block;
}
.main-box .card-page .prices-list {
  margin-bottom: 25px;
  padding: 0 12px;
}
.main-box .card-page .prices-list li {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  padding: 12px 0;
  text-align: center;
}
.main-box .card-page .prices-list li p {
  color: #b4b4b4;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
.main-box .card-page .prices-list li p .rub {
  font-size: 14px;
  text-transform: uppercase;
}
.main-box .card-page .prices-list li p .price-detail {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.main-box .card-page .prices-list li p .value {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.main-box .card-page .prices-list li.active p {
  color: #282828;
}
.main-box .card-page .prices-list li.active p .value,
.main-box .card-page .prices-list li.active p .price-detail {
  color: #787878;
}
.main-box .card-page .prices-list li:first-child {
  border-left: 0;
}
.main-box .card-page .total-box {
  margin-bottom: 20px;
}
.main-box .card-page .total-box .note {
  float: left;
  margin-bottom: 0;
  color: #282828;
  line-height: 40px;
  margin-right: 15px;
}
.main-box .card-page .total-box .note.small {
  font-size: 14px;
  margin-right: 0;
  color: #b4b4b4;
}
.main-box .card-page .total-box .count-box {
  float: left;
}
.main-box .card-page .total-box .total-price {
  font-size: 16px;
  color: #282828;
  margin: 0;
  line-height: 40px;
  float: right;
}
.main-box .card-page .total-box .total-price .number {
  font-size: 24px;
  font-weight: 500;
  margin-left: 30px;
}
.main-box .card-page .total-box .total-price .rub {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.main-box .card-page hr {
  margin: 25px 0 15px 0;
  border-color: #e2e2e2;
}
.main-box .catalog-list {
  margin-bottom: 26px;
  margin-top: 30px;
}
.main-box .catalog-list li {
  margin-bottom: 24px;
}
.main-box .catalog-list .inner {
  border: 1px solid #e2e2e2;
  display: block;
  text-decoration: none;
  height: 400px;
}
.main-box .list .inner
{
	height: auto;
}
.main-box .catalog-list .inner .pict-box {
  width: 220px;
  height: 220px;
  /*border-bottom: 1px solid #e2e2e2;*/
  position: relative;
  display: block;
}
.main-box .catalog-list .inner .pict-box img {
  position: absolute;
  max-height: 90%;
  max-width: 90%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.main-box .catalog-list .inner .descriptions {
  padding: 25px 20px 10px 20px;
  display: block;
}
.main-box .catalog-list .inner .descriptions .name {
  font-size: 14px;
  line-height: 18px;
  color: #282828;
  text-transform: uppercase;
  font-weight: 700;
  height: 65px;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  display: block;
  text-decoration: none;
}
.main-box .catalog-list .inner .descriptions .text {
  font-size: 14px;
  line-height: 18px;
  color: #5a5a5a;
  margin-bottom: 0;
  height: 75px;
  overflow: hidden;
}
.main-box .catalog-list .inner .descriptions .text span {
  text-transform: uppercase;
  font-size: 12px;
  color: #787878;
  display: block;
}
.main-box .catalog-list .inner .descriptions .text-hidden {
  color: #5a5a5a;
  margin-bottom: 0;
  display: none;
}
.main-box .catalog-list .inner:hover {
  border-color: #b31515;
}
.main-box .catalog-list .inner:hover .descriptions .name {
  color: #b31515;
}
.main-box .catalog-list.list li {
  width: 100%;
}
.main-box .catalog-list.list .inner .pict-box {
  display: table-cell;
}
.main-box .catalog-list.list .inner .descriptions {
  display: table-cell;
  width: 492px;
  position: relative;
}
.main-box .catalog-list.list .inner .descriptions .name {
  height: auto;
  padding: 0px 0px 5px 0px;
  margin-bottom: 15px;
  position: relative;
  overflow: visible;
}
.main-box .catalog-list.list .inner .descriptions .name:after {
  width: 56px;
  height: 4px;
  display: block;
  position: absolute;
  background: #b31515;
  content: '';
  bottom: -5px;
}
.main-box .catalog-list.list .inner .descriptions .text {
  height: auto;
  overflow: visible;
  position: absolute;
  /* width: 452px; */
  bottom: 20px;
}
.main-box .catalog-list.list .inner .descriptions .text span {
  float: right;
}
.main-box .catalog-list.list .inner .descriptions .text-hidden {
  display: block;
}
.main-box .contacts-box {
  border: 1px solid #e2e2e2;
  margin: 30px 0 70px;
  padding: 20px;
  text-align: center;
}
.main-box .contacts-box span {
  font-size: 40px;
  margin-bottom: 10px;
  color: #b31515;
}
.main-box .contacts-box p {
  color: #282828;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
.main-box .contacts-right-box {
  padding: 30px 0 0 30px;
}
.main-box .count-box {
  position: relative;
  width: 80px;
}
.main-box .count-box .form-control {
  border-radius: 0;
  border-color: #e2e2e2;
  width: 80px;
  height: 40px;
  font-size: 16px;
  margin-right: -4px;
}
.main-box .count-box a {
  width: 20px;
  height: 20px;
  color: white;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  background: #b31515;
  font-size: 10px;
  line-height: 20px;
  text-decoration: none;
}
.main-box .count-box a.plus {
  top: 0;
}
.main-box .count-box a.minus {
  bottom: 0;
}
.main-box .dealers-list li {
  padding: 20px 0;
  border-top: 1px solid #e2e2e2;
}
.main-box .dealers-list li p {
  margin-bottom: 0;
}
.main-box .dealers-list li .name {
  color: #282828;
  font-weight: 700;
  text-transform: uppercase;
}
.main-box .dealers-list li .phone, .dealers-list .col-xs-8 > p {
  color: #5a5a5a;
  margin-bottom: 20px;
}
.main-box .dealers-list li .phone:last-child, .dealers-list .col-xs-8 > p:last-child {
  margin-bottom: 0;
}
.main-box .dealers-list li .phone .dealer, .dealers-list .col-xs-8 > p .dealer {
  color: #282828;
  display: block;
}
.main-box .dealers-list li .phone .device, .dealers-list .col-xs-8 > p .device {
  color: #b4b4b4;
}
.main-box .dealers-list li .phone .line, .dealers-list .col-xs-8 > p .line  {
  font-size: 14px;
}
.main-box .fact-list {
  text-align: center;
  color: #5a5a5a;
  display: table;
}
.main-box .fact-list .number {
  font-size: 48px;
  font-weight: 300;
  position: relative;
  line-height: 34px;
}
.main-box .fact-list .number:after {
  width: 56px;
  height: 4px;
  background: #b31515;
  display: block;
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -28px;
}
.main-box .fact-list .description {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.main-box .fact-list li {
  border-left: 1px solid #e2e2e2;
  display: table-cell;
  float: none;
}
.main-box .fact-list li:first-child {
  border-left: 0;
}
.main-box .gallery-list li {
  margin-bottom: 24px;
}
.main-box .gallery-list .inner {
  text-decoration: none;
}
.main-box .gallery-list .inner img {
  width: 100%;
}
.main-box .gallery-list .inner .text-box {
  display: table;
  border: 1px solid #e2e2e2;
  border-top: 0;
  padding: 12px 0;
  width: 100%;
}
.main-box .gallery-list .inner .text-box .name {
  display: table-cell;
  padding: 0 24px;
  font-size: 14px;
  line-height: 18px;
  color: #282828;
  text-transform: uppercase;
  font-weight: 700;
  height: 55px;
  overflow: hidden;
  vertical-align: middle;
}
.main-box .gallery-list .inner .text-box .count {
  display: table-cell;
  width: 70px;
  border-left: 1px solid #e2e2e2;
  text-align: center;
  font-size: 10px;
  font-weight: 300;
  color: #828282;
  vertical-align: middle;
  text-transform: uppercase;
}
.main-box .gallery-list .inner .text-box .count .number {
  font-size: 36px;
  display: block;
  line-height: 36px;
}
.main-box .gallery-list .inner:hover .text-box {
  background: #b31515;
}
.main-box .gallery-list .inner:hover .text-box .name,
.main-box .gallery-list .inner:hover .text-box .count {
  color: white;
}
.main-box .gallery-list .inner:hover .text-box .count {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.main-box .gallery-list-inner {
  margin: 0 -7px 26px -7px;
}
.main-box .gallery-list-inner li {
  padding: 0 7px;
  margin-bottom: 14px;
}
.main-box .gallery-list-inner .pict-box {
  position: relative;
}
.main-box .gallery-list-inner .pict-box img {
  width: 100%;
}
.main-box .gallery-list-inner .pict-box .zoom {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.main-box .gallery-list-inner .pict-box .zoom .icon {
  width: 53px;
  height: 53px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -26px;
  margin-left: -26px;
  background: #b31515;
  color: white;
  font-size: 24px;
  text-decoration: none;
  line-height: 53px;
  text-align: center;
}
.main-box .gallery-list-inner .pict-box:hover .zoom {
  display: block;
}
.main-box .history-box {
  margin-top: 40px;
}
.main-box .history-box .js-history-slider {
  background: url("../img/history_line.png") no-repeat center top;
  margin-bottom: 30px;
}
.main-box .history-box .js-history-slider .slick-list {
  padding-top: 50px!important;
}
.main-box .history-box .js-history-slider .arrows {
  border: 2px solid #b31515;
  width: 40px;
  height: 40px;
  display: block;
  color: #b31515;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  position: absolute;
  top: -12px;
}
.main-box .history-box .js-history-slider .arrows.prev {
  left: 0;
}
.main-box .history-box .js-history-slider .arrows.next {
  right: 0;
}
.main-box .history-box .js-history-slider .item {
  text-align: center;
  cursor: pointer;
  padding-bottom: 10px;
  position: relative;
}
.main-box .history-box .js-history-slider .item p {
  color: #5a5a5a;
  margin-bottom: 0;
}
.main-box .history-box .js-history-slider .item p.top {
  line-height: 50px;
}
.main-box .history-box .js-history-slider .item .text-box {
  height: 190px;
  padding: 10px 20px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.main-box .history-box .js-history-slider .item .text-box:before {
  background: url("../img/history_icon.png") no-repeat;
  width: 10px;
  height: 12px;
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -6px;
}
.main-box .history-box .js-history-slider .item:hover:before {
  width: 2px;
  height: 15px;
  display: block;
  content: '';
  background: #b31515;
  position: absolute;
  top: -49px;
  left: 50%;
  margin-left: -1px;
}
.main-box .history-box .js-history-slider .item:hover p {
  color: #b31515;
}
.main-box .history-box .js-history-slider .item:hover .text-box {
  border-top: 1px solid #b31515;
  border-bottom: 1px solid #b31515;
}
.main-box .history-box .js-history-slider .item:hover .text-box:before {
  background: url("../img/history_icon_hover.png") no-repeat;
}
.main-box .history-box .js-history-slider .item.slick-current {
  background: #f5f5f5;
}
.main-box .history-box .js-history-slider .item.slick-current:before {
  width: 2px;
  height: 15px;
  display: block;
  content: '';
  background: #6d0909;
  position: absolute;
  top: -49px;
  left: 50%;
  margin-left: -1px;
}
.main-box .history-box .js-history-slider .item.slick-current:after {
  bottom: -1px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(109, 0, 0, 0);
  border-top-color: #6d0000;
  border-width: 6px;
  margin-left: -6px;
}
.main-box .history-box .js-history-slider .item.slick-current p {
  color: #282828;
}
.main-box .history-box .js-history-slider .item.slick-current .text-box {
  border-top: 1px solid #6d0909;
  border-bottom: 3px solid #6d0909;
}
.main-box .history-box .js-history-slider .item.slick-current .text-box:before {
  background: url("../img/history_icon_active.png") no-repeat;
}
.main-box .history-box .js-history-slider .item:focus {
  outline: none;
}
.main-box .history-box .description-box img {
  width: 100%;
}
.main-box .history-box .description-box .pict-name {
  color: #282828;
  font-weight: 500;
  margin: 10px 0 0;
}
.main-box .history-box .description-box .fact-list {
  text-align: left;
}
.main-box .history-box .description-box .fact-list .number {
  font-size: 30px;
}
.main-box .history-box .description-box .fact-list .number:after {
  bottom: -10px;
  left: 0;
  margin-left: 0;
}
.main-box .history-box .description-box .fact-list .description {
  font-weight: 500;
}
.main-box .keys-list {
  text-align: center;
}
.main-box .keys-list p {
  text-transform: uppercase;
  color: #282828;
  font-size: 12px;
  margin-bottom: 0;
}
.main-box .left-menu {
  margin-top: 45px;
}
.main-box .left-menu li a {
  color: #787878;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 1px solid #e2e2e2;
  display: inline-block;
  padding: 10px 0 10px 22px;
}
.main-box .left-menu li a.active {
  border-left: 3px solid #6d0909;
  color: #282828;
  padding-left: 20px;
}
.main-box .left-menu li a.active:hover {
  color: #282828;
}
.main-box .left-menu li a:hover {
  color: #b31515;
}
.main-box .make-partners {
  margin-top: 117px;
  padding: 35px 0;
  border-top: 1px solid;
  border-top-color: rgba(179, 21, 21, 0.25);
  border-bottom: 1px solid;
  border-bottom-color: rgba(179, 21, 21, 0.25);
  text-align: center;
}
.main-box .make-partners .title {
  color: #b31515;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  line-height: normal;
  margin-bottom: 35px;
}
.main-box .make-partners .title:after {
  bottom: -20px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(179, 21, 21, 0);
  border-top-color: #b31515;
  border-width: 5px;
  margin-left: -5px;
}
.main-box .make-partners .phone {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
}
.main-box .make-partners .phone span {
  font-size: 18px;
  font-weight: 300;
}
.main-box .objects-list li {
  margin-bottom: 24px;
}
.main-box .objects-list li .inner-box {
  border: 1px solid transparent;
  border-bottom: 1px solid #e2e2e2;
}
.main-box .objects-list li .inner-box:before,
.main-box .objects-list li .inner-box:after {
  clear: both;
  display: table;
  content: '';
}
.main-box .objects-list li .inner-box:hover {
  border-color: #b31515;
}
.main-box .objects-list li .pict-box {
  width: 50%;
  position: relative;
}
.main-box .objects-list li .pict-box img {
  width: 100%;
}
.main-box .objects-list li .pict-box .counter {
  background: #2b2a29;
  color: white;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 10px;
  font-weight: 300;
}
.main-box .objects-list li .pict-box .counter .number {
  font-size: 36px;
  display: block;
  line-height: 45px;
}
.main-box .objects-list li .inner {
  width: 50%;
}
.main-box .objects-list li p {
  margin-bottom: 0;
}
.main-box .objects-list li p.name {
  font-size: 14px;
  line-height: 18px;
  color: #282828;
  font-weight: 700;
  text-transform: uppercase;
}
.main-box .objects-list li p.place {
  font-size: 14px;
  color: #787878;
  margin-bottom: 10px;
}
.main-box .objects-list li:nth-child(odd) .pict-box {
  float: left;
}
.main-box .objects-list li:nth-child(odd) .inner {
  float: right;
  padding-left: 30px;
}
.main-box .objects-list li:nth-child(even) .pict-box {
  float: right;
}
.main-box .objects-list li:nth-child(even) .inner {
  float: left;
  padding-right: 30px;
}
.main-box .order-banner {
  margin-top: 110px;
  padding: 35px 0;
  border-top: 1px solid;
  border-top-color: rgba(179, 21, 21, 0.25);
}
.main-box .order-banner .title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #282828;
}
.main-box .order-banner .text {
  color: #5a5a5a;
}
.main-box .partners-list {
  margin-bottom: 26px;
}
.main-box .partners-list li {
  margin-bottom: 24px;
}
.main-box .partners-list .inner {
  border: 1px solid #e2e2e2;
}
.main-box .partners-list .inner .pict-box {
  height: 220px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.main-box .partners-list .inner .pict-box img {
  position: absolute;
  max-height: 90%;
  max-width: 90%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.main-box .partners-list .inner .descriptions {
  padding: 25px 20px 10px 20px;
}
.main-box .partners-list .inner .descriptions .name {
  font-size: 14px;
  line-height: 18px;
  color: #282828;
  text-transform: uppercase;
  font-weight: 700;
  height: 65px;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.main-box .partners-list .inner .descriptions .text {
  font-size: 14px;
  line-height: 18px;
  color: #5a5a5a;
  margin-bottom: 0;
}
.main-box .partners-list .inner:hover {
  border-color: #b31515;
}
.main-box .promo-list li {
  margin-bottom: 24px;
}
.main-box .promo-list li a {
  text-decoration: none;
}
.main-box .promo-list li img {
  width: 100%;
}
.main-box .promo-list li .name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #e2e2e2;
  border-top: 0;
  padding: 25px 20px;
  height: 110px;
  color: #282828;
}
.main-box .promo-list li:hover .name {
  border-color: #b31515;
  color: #b31515;
}
.main-box .promo-news-box {
  margin-bottom: 30px;
  background: #b31515;
  display: table;
}
.main-box .promo-news-box img {
  width: 100%;
}
.main-box .promo-news-box .inner {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.main-box .promo-news-box .inner.text {
  padding: 20px;
}
.main-box .promo-news-box .name {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}
.main-box .promo-news-box p {
  margin-bottom: 10px;
  color: white;
}
.main-box .promo-news-box p.date {
  font-size: 14px;
  font-weight: 300;
}
.main-box .promo-news-box p.text {
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
}
.main-box .news-list-page li {
  margin-bottom: 24px;
}
.main-box .news-list-page li img {
  width: 100%;
}
.main-box .news-list-page li .inner {
  border: 1px solid #e2e2e2;
  border-top: 0;
  padding: 25px 20px;
}
.main-box .news-list-page li .date {
  margin-bottom: 0;
  font-size: 14px;
  color: #787878;
}
.main-box .news-list-page li .name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  height: 54px;
  color: #282828;
}
.main-box .news-list-page li .name:hover {
  color: #b31515;
}
.main-box .news-list-page li .text {
  font-size: 14px;
  line-height: 18px;
  height: 90px;
  margin: 10px 0 0 0;
}
.main-box .news-list-page li:hover .inner {
  border-color: #b31515;
}
.main-box .page404 {
  margin-top: 40px;
  text-align: center;
}
.main-box .page404 .title {
  margin: 20px 0;
  font-size: 42px;
  font-weight: 300;
  color: #b31515;
}
.main-box .page404 form {
  margin: 90px auto;
  width: 436px;
}
.main-box .page404 form p {
  text-align: left;
  margin-bottom: 5px;
}
.main-box .page404 form .form-control {
  border-radius: 0;
  border-color: #e2e2e2;
  height: 40px;
  font-size: 16px;
  width: 340px;
  margin-right: -4px;
}
.main-box .reviews-list {
  margin-bottom: 26px;
}
.main-box .reviews-list li {
  margin-bottom: 24px;
}
.main-box .reviews-list .inner {
  border: 1px solid #e2e2e2;
  padding: 20px 0;
  display: table;
}
.main-box .reviews-list .inner .pict-box {
  width: 240px;
  position: relative;
  padding: 0 20px;
  display: table-cell;
  vertical-align: top;
}
.main-box .reviews-list .inner .pict-box img {
  width: 100%;
}
.main-box .reviews-list .inner .pict-box .icon {
  width: 53px;
  height: 53px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -26px;
  margin-left: -26px;
  background: #b31515;
  color: white;
  font-size: 24px;
  text-decoration: none;
  line-height: 53px;
  text-align: center;
  display: none;
}
.main-box .reviews-list .inner .pict-box:hover .icon {
  display: block;
}
.main-box .reviews-list .inner .descriptions {
  display: table-cell;
  width: 472px;
  padding-right: 20px;
  vertical-align: top;
}
.main-box .reviews-list .inner .descriptions .name {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}
.main-box .reviews-list .inner .descriptions .name:after {
  width: 56px;
  height: 4px;
  display: block;
  position: absolute;
  background: #b31515;
  content: '';
  bottom: -5px;
}
.main-box .reviews-list .inner .descriptions .text {
  margin-bottom: 20px;
  color: #5a5a5a;
}
.main-box .reviews-list .inner .descriptions .company {
  font-size: 14px;
  margin-bottom: 0;
  color: #5a5a5a;
}
.main-box .reviews-list .inner:hover {
  border-color: #b31515;
}
.main-box .section.our-production {
  padding: 50px 0 75px 0;
}
.main-box .section.our-keys {
  background: url("../img/keys/key_fon.jpg") no-repeat center;
  background-size: cover;
  padding: 40px 0;
  text-align: center;
}
.main-box .section.our-keys .big-title {
  font-size: 36px;
  margin-bottom: 25px;
  color: white;
  text-transform: uppercase;
}
.main-box .section.our-keys .keys-list span {
  margin-bottom: 10px;
  display: inline-block;
}
.main-box .section.our-keys .keys-list p {
  color: white;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.main-box .section.our-services {
  padding: 50px 0 75px 0;
  position: relative;
}
.main-box .section.our-services .container {
  position: relative;
}
.main-box .section.our-services .control-box {
  width: 80px;
  position: absolute;
  right: 5px;
  top: 20px;
}
.main-box .section.our-services .arrow-big {
  font-size: 40px;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -29px;
  text-decoration: none;
  color: #b4b4b4;
}
.main-box .section.our-services .arrow-big.slide-next {
  right: 0;
}
.main-box .section.our-services .arrow-big.slide-back {
  left: 0;
}
.main-box .section.our-services .arrow-big:hover {
  color: #b31515;
}
.main-box .section.our-news {
  padding: 50px 0 75px 0;
}
.main-box .section.our-features {
  padding: 50px 0 0 0;
  overflow: hidden;
}
.main-box .section.our-features .container {
  position: relative;
}
.main-box .section.our-features .container:after {
  background: url("../img/logo_fon.png") no-repeat;
  width: 292px;
  height: 295px;
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  z-index: -1;
}
.main-box .section .big-title {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #282828;
}
.main-box .section .name {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  width: 222px;
}
.main-box .section .name:after {
  width: 56px;
  height: 4px;
  display: block;
  position: absolute;
  background: #b31515;
  content: '';
  bottom: -5px;
}
.main-box .section .name:hover {
  color: #b31515;
}
.main-box .section .production-list .inner {
  border: 1px solid #e2e2e2;
  height: 270px;
  display: table;
  margin-bottom: 24px;
  text-decoration: none;
}
.main-box .section .production-list .inner .pict-box {
  width: 220px;
  border-right: 1px solid #e2e2e2;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.main-box .section .production-list .inner .pict-box a {
  display: block;
}
.main-box .section .production-list .inner .pict-box img {
  max-width: 90%;
  max-height: 90%;
}
.main-box .section .production-list .inner .text-box {
  display: table-cell;
  padding: 25px;
}
.main-box .section .production-list .inner .text-box .text {
  color: #787878;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  display: block;
}
.main-box .section .production-list .inner .text-box .more {
  color: #b31515;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.main-box .section .production-list .inner .text-box:hover .more {
  color: black;
}
.main-box .section .production-list .inner.full {
  border: 1px solid #b31515;
  width: 100%;
}
.main-box .section .production-list .inner.full .text-box {
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.main-box .section .production-list .inner:hover {
  border-color: #b31515;
}
.main-box .section .production-list .inner:hover .pict-box {
  border-color: #b31515;
}
.main-box .section .services-list-box {
  margin: 0 -12px;
  position: relative;
}
.main-box .section .services-list-box:before,
.main-box .section .services-list-box:after {
  width: 12px;
  height: 100%;
  background: white;
  z-index: 2;
  position: absolute;
  display: block;
  content: '';
  top: 0;
}
.main-box .section .services-list-box:before {
  left: 0;
}
.main-box .section .services-list-box:after {
  right: 0;
}
.main-box .section .services-list .inner {
  margin: 0 12px;
  display: block;
  text-decoration: none;
}
.main-box .section .services-list .inner .pict-box {
  display: block;
  margin-bottom: 15px;
}
.main-box .section .services-list .inner .pict-box img {
  width: 100%;
}
.main-box .section .services-list .inner .text {
  color: #5a5a5a;
  margin-bottom: 0;
  line-height: normal;
}
.main-box .section .services-list .inner:hover .name {
  color: #b31515;
}
.main-box .section .news-list .inner {
  text-decoration: none;
  display: block;
}
.main-box .section .news-list .inner:hover .name {
  color: #b31515;
}
.main-box .section .news-list .promo-box {
  background: #6d0909;
  padding: 130px 0 90px 0;
  margin: -130px 0 -80px 0;
}
.main-box .section .news-list .promo-box img {
  width: 100%;
}
.main-box .section .news-list .promo-box .name-promo {
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding: 20px;
  text-decoration: none;
}
.main-box .section .news-list span {
  margin-bottom: 0;
}
.main-box .section .news-list span.date {
  color: #8c8c8c;
}
.main-box .section .news-list span.text {
  color: #5a5a5a;
  line-height: normal;
}
.main-box .section .news-list span.name {
  margin-bottom: 15px;
  width: 100%;
}
.main-box .search-page .search-form {
  position: relative;
}
.main-box .search-page .search-form .form-control {
  border-radius: 0;
  border-color: #e2e2e2;
  height: 40px;
  font-size: 16px;
}
.main-box .search-page .search-form .btn-search {
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  border: 0;
  background: #b31515;
  position: absolute;
  top: 0;
  right: 0;
}
.main-box .search-page .search-total {
  color: #5a5a5a;
}
.main-box .search-page .search-total span {
  color: #282828;
  font-weight: 500;
}
.main-box .search-page .search-list .name {
  color: #b31515;
  font-size: 24px;
  text-decoration: none;
}
.main-box .search-page .search-list .address {
  color: #787878;
  margin-bottom: 0;
}
.main-box .search-page .search-list .address span {
  color: #b4b4b4;
  font-weight: 300;
}
.main-box .search-page .search-list .text {
  color: #5a5a5a;
}
.main-box .search-page .search-list .text mark {
  background: #6d0909;
  color: white;
}
.main-box .sort-list {
  text-transform: uppercase;
  font-size: 12px;
}
.main-box .sort-list li {
  margin-left: 20px;
  float: left;
}
.main-box .sort-list a {
  text-decoration: none;
  color: #828282;
}
.main-box .sort-list a:hover {
  color: #b31515;
}
.main-box .sort-list a:hover span {
  border: 2px solid #b31515;
  color: white;
  background: #b31515;
}
.main-box .sort-list a.active {
  color: #282828;
}
.main-box .sort-list a.active span {
  border: 2px solid #6d0909;
  background: transparent;
  color: #282828;
}
.main-box .sort-list span {
  border: 2px solid #ececec;
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 37px;
  display: inline-block;
  margin-right: 10px;
}
.main-box .sort-list div {
	display: inline-block;
    position: relative;
    top: -4px;
}
.main-box .vacancies-list {
  margin-bottom: 80px;
}
.main-box .vacancies-list p {
  margin-bottom: 0;
}
.main-box .vacancies-list .panel {
  border-radius: 0;
  margin-bottom: 10px;
  border-color: transparent;
  box-shadow: none;
}
.main-box .vacancies-list .panel .panel-heading {
  background: #fafafa;
  border-radius: 0;
  padding: 0;
  border-color: transparent;
  box-shadow: none;
}
.main-box .vacancies-list .panel .panel-title {
  color: #282828;
  font-size: 16px;
  font-weight: 400;
}
.main-box .vacancies-list .panel .panel-title a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 12px 15px 11px 40px;
  border: 1px solid transparent;
}
.main-box .vacancies-list .panel .panel-title a:before {
  background: url("../img/icon_plus.png") no-repeat;
  width: 11px;
  height: 11px;
  display: block;
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
}
.main-box .vacancies-list .panel .panel-title a:hover {
  border: 1px solid #b31515;
  color: #b31515;
}
.main-box .vacancies-list .panel .panel-title a:hover:before {
  background: url("../img/icon_plus_hover.png") no-repeat;
}
.main-box .vacancies-list .panel .panel-body {
  border-top-color: transparent;
}
.main-box .vacancies-reviews {
  margin: 80px 0;
}
.main-box .vacancies-reviews li img {
  width: 100%;
  margin-bottom: 25px;
}
.main-box .vacancies-reviews li .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}
.main-box .vacancies-reviews li .title:after {
  width: 56px;
  height: 4px;
  display: block;
  position: absolute;
  background: #b31515;
  content: '';
  bottom: -5px;
}
.main-box .vacancies-reviews li .text {
  color: #5a5a5a;
  line-height: normal;
  margin-bottom: 15px;
}
.main-box .vacancies-reviews li .name {
  text-align: right;
  color: #282828;
  line-height: normal;
  margin-bottom: 0;
}
.main-box .vacancies-reviews li .name .place-work {
  font-size: 14px;
  color: #787878;
  display: block;
}
.main-box .vacancies-reviews li .name .lastname {
  font-weight: 500;
}
.modal-dialog {
  width: 650px;
}
.modal-dialog .modal-content {
  border-radius: 0;
}
.modal-dialog .modal-body {
  padding: 40px 100px;
}
.modal-dialog .title {
  font-size: 24px;
  color: #282828;
}
.modal-dialog .btn-close {
  background: url("../img/gallery_close.jpg") no-repeat;
  width: 39px;
  height: 40px;
  content: '';
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  border: 0;
}
.modal-dialog .category-select-list {
  text-align: center;
  font-size: 0;
}
.modal-dialog .category-select-list li {
  display: inline-block;
  margin: 0 5px 10px 5px;
}
.modal-dialog .category-select-list li a {
  padding: 9px 37px;
}
.modal-dialog .pict-box {
  border: 1px solid #e2e2e2;
  position: relative;
}
.modal-dialog .pict-box:after {
  padding-top: 100%;
  display: block;
  content: '';
}
.modal-dialog .pict-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 90%;
  max-width: 90%;
}
.modal-dialog .tovar-name {
  font-size: 18px;
  color: #282828;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 50px;
}
.modal-dialog .continue {
  color: #b31515;
  text-transform: uppercase;
  font-size: 12px;
}
.banner-box {
  position: relative;
}
.banner-box .control-box {
  width: 960px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-box .arrow-big {
  font-size: 40px;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -29px;
  text-decoration: none;
  color: white;
  opacity: 0.5;
}
.banner-box .arrow-big:hover {
  opacity: 1;
}
.banner-box .arrow-big.slide-next {
  right: 0;
}
.banner-box .arrow-big.slide-back {
  left: 0;
}
.banner-box img {
  width: 100%;
}
.js-banner-main {
  height: 480px;
}
.js-banner-main .owl-controls {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  margin: 0;
  width: 100%;
}
.js-banner-main .owl-dots {
  font-size: 0;
}
.js-banner-main .owl-dots .owl-dot{
  display: inline-block;
}
.js-banner-main .owl-dots .owl-dot span {
  width: 80px;
  height: 5px;
  border-radius: 0;
  margin: 0 3px;
  background: white;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  display: inline-block;
}
.js-banner-main .owl-dots .owl-dot.active span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.js-banner-main .owl-item {
  display: table;
}
.js-banner-main .owl-item div {
  height: 480px;
  background-position: center!important;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.js-banner-main h1 {
  font-size: 72px;
  color: white;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: normal;
}
.js-banner-main h3 {
  font-size: 18px;
  color: white;
  font-weight: 400;
  margin: 0;
  line-height: normal;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.fancybox-close {
  background: url("../img/gallery_close.jpg") no-repeat;
  width: 39px;
  height: 40px;
  content: '';
  display: block;
  top: 0;
  right: 0;
}
.fancybox-next span {
  background: url("../img/gallery_next.jpg") no-repeat;
  width: 43px;
  height: 61px;
  content: '';
  right: 0;
  background-position: 0;
  margin-top: -30px;
  visibility: visible;
}
.fancybox-prev span {
  background: url("../img/gallery_prev.jpg") no-repeat;
  width: 43px;
  height: 61px;
  content: '';
  left: 0;
  background-position: 0;
  margin-top: -30px;
  visibility: visible;
}
.fancybox-title-float-wrap {
  width: 100%;
  height: 100px;
  margin: 0;
  right: 0;
  padding: 25px;
}
.fancybox-title-float-wrap .child {
  white-space: normal;
  margin: 0;
  font-size: 16px;
  text-align: left;
  padding: 0;
  display: block;
  font-weight: 400;
  color: #5a5a5a;
  border-radius: 0;
  background: transparent;
  text-shadow: none;
}
.js-select .selectize-input {
  box-shadow: none;
  border-radius: 0;
  border-color: #e2e2e2;
  height: 40px;
  font-size: 16px;
  width: 100%;
  padding: 6px 42px 6px 12px;
  line-height: 1.42857143;
  color: #555;
}
.js-select .selectize-input:before {
  width: 33px;
  height: 100%;
  display: block;
  content: '';
  background: #b31515;
  position: absolute;
  top: 0;
  right: 0;
}
.js-select .selectize-input:after {
  content: " ";
  display: block;
  width: 7px;
  height: 7px;
  border: solid white;
  border-width: 0 1px 1px 0;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.js-select .selectize-input.dropdown-active:after {
  content: " ";
  display: block;
  width: 7px;
  height: 7px;
  border: solid white;
  border-width: 0 1px 1px 0;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.js-select .selectize-input input {
  font-size: 16px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.js-select .selectize-input input::-webkit-input-placeholder {
  color: #e2e2e2;
}
.js-select .selectize-input input::-moz-placeholder {
  color: #e2e2e2;
}
.js-select .selectize-input input:-moz-placeholder {
  color: #e2e2e2;
}
.js-select .selectize-input input:-ms-input-placeholder {
  color: #e2e2e2;
}
.js-select.big .selectize-input {
  height: auto;
}
.js-select.big .selectize-input input {
  display: none!important;
}
.step1, .step2, .step3 {
	display: none;
}
.clear {
	clear: both;
}
#createdform label.error {
	color: #b31515;
}
.to_basket.add {
	margin-right: 20px;
}

.s24 .field-hint{display:none;}
.s24 .basket-box{display:none;}
.s24 footer .top{display:none;}
.s24 header .bottom {display:none;}

.js-slider-for .slick-track .slick-slide {
	height: 0;
}
.js-slider-for .slick-track .slick-active {
	height: auto;
}

.main-box .card-page .total-box .note.small {
	margin-bottom:20px;
	line-height:20px;
}

.personal-data-box { background:#ebeced; border-top:1px solid #7c8289; color:#7c8289; bottom:0; left:0; position:fixed; width:100%; z-index:999; }
.personal-data-box .container { padding:10px 5px; }
.personal-data-box table { margin:0 auto; }
.personal-data-box table td { vertical-align:middle; }
.personal-data-box p { margin:0; font-size:0.9em; }
.personal-data-box .btn { background:#621e29; border:1px solid #fff; padding:5px 8px; color:#fff; height: auto; }





/*.p_group3>a, .p_group8>a, .p_group13>a, .p_group7>a
{
	padding-left: 40px !important;	
}
.p_group3, .p_group8, .p_group13, .p_group7
{
	display: none;
}*/



[class^="p_group"] {
  display:none;
}

.p_group0{
    display:block;
}

.p_group_show
{
	display: block;
        padding-left: 40px !important;	
}

.summ_hide_8,
.summ_hide_9,
.summ_hide_10,
.summ_hide_11,
.summ_hide_12,
.summ_hide_13,
.summ_hide_14,
.summ_hide_15,
.summ_hide_16,
.summ_hide_17,
.summ_hide_18,
.summ_hide_19,
.summ_hide_20,
.summ_hide_21,
.summ_hide_22,
.summ_hide_23,
.summ_hide_24,
.summ_hide_25,
.summ_hide_26,
.summ_hide_26,
.summ_hide_27,
.summ_hide_28,
.summ_hide_29,
.summ_hide_30
{
	display: none;
}