/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://bootstrap-3.ru/customize.php?id=d01f8ef612b0025b5767084a0fe83221)
 * Config saved to config.json and https://gist.github.com/d01f8ef612b0025b5767084a0fe83221
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
  border-color: transparent;
  background: -webkit-linear-gradient(to right, #fb4213, #fb4213);
  background: -moz-linear-gradient(to right, #fb4213, #fb4213);
  background: linear-gradient(to right, #fb4213, #fb4213);
  box-shadow: 5px 5px 30px rgba(237,29,36,0.4);
}
.btn-primary:hover,
.btn-primary:focus {
  border-color: transparent;
  background: -webkit-linear-gradient(to right,#fb4213 , #ed1c24);
  background: -moz-linear-gradient(to right,#fb4213 , #ed1c24);
  background: linear-gradient(to right,#fb4213 , #ed1c24);
}
.btn-primary:active,
.btn-primary.active {
  border-color: transparent;
  background: #ed1c24;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0a0d10;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #212b36 0%, #171e26 100%);
  background-image: -o-linear-gradient(top, #212b36 0%, #171e26 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212b36), to(#171e26));
  background-image: linear-gradient(to bottom, #212b36 0%, #171e26 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff212b36', endColorstr='#ff171e26', GradientType=0);
  background-color: #171e26;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #212b36 0%, #171e26 100%);
    background-image: -o-linear-gradient(top, #212b36 0%, #171e26 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#212b36), to(#171e26));
    background-image: linear-gradient(to bottom, #212b36 0%, #171e26 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff212b36', endColorstr='#ff171e26', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #212b36 0%, #0e1216 100%);
  background-image: -o-linear-gradient(top, #212b36 0%, #0e1216 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212b36), to(#0e1216));
  background-image: linear-gradient(to bottom, #212b36 0%, #0e1216 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff212b36', endColorstr='#ff0e1216', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #0e1216;
  background-image: -webkit-linear-gradient(top, #212b36 0%, #12181e 100%);
  background-image: -o-linear-gradient(top, #212b36 0%, #12181e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212b36), to(#12181e));
  background-image: linear-gradient(to bottom, #212b36 0%, #12181e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff212b36', endColorstr='#ff12181e', GradientType=0);
  border-color: #12181e;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #212b36 0%, #171e26 100%);
  background-image: -o-linear-gradient(top, #212b36 0%, #171e26 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212b36), to(#171e26));
  background-image: linear-gradient(to bottom, #212b36 0%, #171e26 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff212b36', endColorstr='#ff171e26', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-inline {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.flex-justify-space-between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flex-justify-end {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-align-center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flex-align-top {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-end {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-content {
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.flex > div {float: none;}


/*side menu*/
.left-side {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 82px;
  background-color: #212b36;
  z-index: 501;
}
.left-side-body {
  position: relative;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #212b36;
  z-index: 2;
}
.left-side-slide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.left-side-slide a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.left-side-menu-item {
  display: block;
  text-align: center;
  color: #f7f7f7;
  text-decoration: none !important;
  padding: 15px 8px;
  font-size: 12px;
}
.left-side-menu-item:hover,
.left-side-menu-item:focus {
  color: #fff;
  background-color: #ed1c24;
}
.left-side-menu-item.active {
  color: #fff;
  background-color: #ed1c24;
  cursor: default;
}
.left-side-menu-item img {
  display: block;
  margin: 0 auto 10px auto;
}


/*mobal menu*/
.overlay-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2006;
  background-color: rgba(0,0,0,0.8);
  display: none;
}
.global-menu {
  position: fixed;
  right: 0;
  margin-right: -768px;
  top: 0;
  bottom: 0;
  padding-top: 10px;
  overflow-y: auto;
  background-color: #fff;
  position: fixed;
  z-index: 2007;
}
.global-menu-item {
  padding: 10px 20px;
}

.global-menu .header-exit {
  margin-right: 0;
}
.global-menu-search {
  overflow: hidden;
  background-color: #f4f5f5;
}
.global-menu-search div {
  overflow: hidden;
  padding: 0 15px;
}
.global-menu-search input[type="text"] {
  outline: none;
  background: none;
  border: none;
  width: 100%;
  color: #000;

  padding: 9px 0;
}
.global-menu-search input[type="submit"] {
  float: right;
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-image: url('../images/system/bg-search.png'), -webkit-linear-gradient(to right, #ed1c24, #fb4213);
  background-image: url('../images/system/bg-search.png'), -moz-linear-gradient(to right, #ed1c24, #fb4213);
  background-image: url('../images/system/bg-search.png'), linear-gradient(to right, #ed1c24, #fb4213);
  background-repeat: no-repeat;
}

.global-menu-gl {
  background-color: #212b36;
  font-size: 14px;
  color: #fff;
}
.global-menu-gl-item {
  position: relative;
  padding: 15px 20px;
}
.global-menu-gl-item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.global-menu-gl-item img {
  display: block;
  height: 20px;
  margin: 0 auto;
}
.global-menu-gl-item > div {
  width: 30px;
  margin-right: 15px;
}
.global-menu-gl-item > div + div {
  width: auto;
  padding-top: 5px;
}
.global-menu-gl-item.active {
  background-color: #ed1c24;
}

.global-menu-fl {
  background-color: #f7f7f7;
}
.global-menu-fl-item > a {
  display: block;
  padding: 10px 27px;
  font-size: 14px;
  color: #495960;
  position: relative;
  text-decoration: none !important;
}
.global-menu-fl-catalog > a:after {
  content: '';
  position: absolute;
  right: 27px;
  top: 17px;
  width: 9px;
  height: 5px;
  background: url('../images/system/str-basket.png') 0 0 no-repeat;
}
.global-menu-fl-catalog.active > a:after {
  background-position: 0 -5px;
}
.global-menu-fl-podmenu {
  display: none;
}
.global-menu-fl-podmenu a {
  display: block;
  padding: 5px 27px;
}

.global-menu-cl {}
.global-menu-cl-item {
  border-top: 1px solid #eceff1;
}
.global-menu-cl-item:first-child {
  border: none;
}
.global-menu-cl-item > a {
  display: block;
  padding: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;

  color: #212b36;
}
.global-menu-cl-item.active > a {
  color: #ed1c24;
  text-decoration: none;
}
.global-menu-cl-item > a:focus {
  text-decoration: none;
}

.global-menu-cl-podmenu {
  padding-bottom: 10px;
  display: none;
}
.global-menu-cl-podmenu > a {
  display: block;
  padding: 5px 20px;
}



/*header*/
header {
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #f7f7f7;
  z-index: 500;
}
.header-logo {
  position: relative;
  font-size: 12px;
  color: #47575e;
  line-height: 12px;
}
.header-logo a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.header-logo img {
  display: block;
  width: 97px;
  margin-right: 11px;
}
.header-download a {
  display: block;
  padding-left: 35px;
  position: relative;
  font-size: 14px;
  color: #47575e;
  line-height: 26px;
}
.header-download a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-image: url('../images/system/icon-power.png'), -webkit-linear-gradient(to right, #ed1c24, #fb4213);
  background-image: url('../images/system/icon-power.png'), -moz-linear-gradient(to right, #ed1c24, #fb4213);
  background-image: url('../images/system/icon-power.png'), linear-gradient(to right, #ed1c24, #fb4213);
  background-repeat: no-repeat;
  border-radius: 100%;
  box-shadow: 3px 3px 20px rgba(237,29,36,0.5);
}

.header-phone {
  font-size: 14px;
  color: #47575e;
}
.header-phone span {
  font-size: 20px;
  color: #212b36;

  margin-right: 10px;
}

.header-exit {
  margin-right: 20px;
}
.header-exit a {
  display: inline-block;
  font-size: 14px;
  padding-left: 19px;
  background: url('../images/system/icon-exit.png') 0 50% no-repeat;
  line-height: 15px;
}

.header-basket {
  margin-left: 17px;
  position: relative;
  height: 18px;
}
.header-basket.active {
  background-position: 0 -16px;
}
.header-basket-link {
  display: inline-block;
  padding-left: 33px;
  height: 18px;
  background: url('../images/system/icon-basket-grey.png') 0 0 no-repeat;
  position: relative;
}
.header-basket-link i {
  font-style: normal;
  position: absolute;
  top: -5px;
  left: 15px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background: -webkit-linear-gradient(to right, #ed1c24, #fb4213);
  background: -moz-linear-gradient(to right, #ed1c24, #fb4213);
  background: linear-gradient(to right, #ed1c24, #fb4213);
  box-shadow: 5px 5px 30px rgba(237,29,36,0.4);
  border-radius: 100%;
}
.header-basket-link span {
  color: #212b36;
  font-size: 14px;
}
.header-basket-link > a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.btn-menu {
  display: block;
  width: 20px;
  height: 16px;
  background: url('../images/system/btn-menu.png') 0 0 no-repeat;
}
.header-btn-menu {
  margin-left: 17px;
}
.header-basket-popup {
  position: absolute;
  right: 0;
  top: 16px;
  padding-top: 21px;
  width: 295px;
  z-index: 500;
  display: none;
}
.header-basket-popup > div {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px 30px 30px;
  box-shadow: 8px 8px 40px rgba(33,43,54,0.08);
  overflow: hidden;
}
.header-basket-popup:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 178px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 6px solid #fff;
  z-index: 5;
}
.header-basket-popup table {
  width: 100%;
}
.header-basket-popup tbody td {
  padding: 20px 5px;
  border-bottom: 1px solid #eaeef0;
}
.header-basket-popup tfoot td {
  padding: 15px 5px;
}
.header-basket-img {
  display: block;
}
.header-basket-img img {
  display: block;
  width: 100%;
}
.header-basket-title {
  display: block;
  font-size: 14px;
  color: #48585f;
  line-height: 20px;
  margin-bottom: 10px;
}
.header-basket-text {
  font-size: 13px;
  color: #758e9a;
  margin-bottom: 10px;
}
.header-basket-price {
  display: inline-block;
  font-size: 15px;
  color: #212b36;
}
.header-basket-price span {
  font-size: 16px;

}
.header-basket-sum {
  font-size: 19px;
  font-weight: bold;
  text-align: right;
}
.header-basket-sum span {
  font-size: 16px;
  font-weight: normal;

}
.header-basket-sum span span {
  font-size: 20px;

}


/*footer*/
footer {
  font-size: 12px;
  color: #758e9a;
  text-align: center;
  padding-bottom: 30px;
  margin-top: 25px;
}
.footer-line {
  height: 1px;
  background-color: #e1e5e7;
  margin-bottom: 30px;
}
.footer-logo {
  margin-bottom: 10px;
}
.footer-logo a {
  display: inline-block;
  padding-left: 107px;
  background: url('../images/system/header-logo.png') 0 50% no-repeat;
  font-size: 13px;
  color: #758e9a;
  -webkit-background-size: 98px;
  background-size: 98px;
}
.footer-copy {
  margin-bottom: 10px;
}
.footer-phone {
  margin-bottom: 20px;
  font-size: 22px;
  color: #212b36;

}
.footer-god a {
  display: inline-block;
  padding-right: 120px;
  background: url('../images/system/god-logo.png') 100% 0 no-repeat;
  height: 34px;
  line-height: 37px;
}
.footer-menu {
  font-size: 15px;
  color: #495960;
}
.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  position: relative;
}
.footer-menu li.dropdown > a {
  display: inline-block;
  padding-right: 18px;
  position: relative;
}
.footer-menu li.dropdown > a:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 9px;
  width: 9px;
  height: 5px;
  background: url('../images/system/str-basket.png') 0 0 no-repeat;
}
.footer-menu li.dropdown.open > a:after {
  background-position: 0 -5px;
}


/*main*/
.main {
  padding-top: 64px;
}

.content {
  padding-bottom: 45px;
  order: 1;
}
.sidebarleft {
  order: 2;
}

.side-block {
  background-color: #fff;
  padding: 30px 20px 40px 20px;
  border-radius: 10px;
  margin-bottom: 35px;
  box-shadow: 8px 8px 40px rgba(33,43,54,0.08)
}
.side-title {
  text-align: center;
  font-size: 20px;

  line-height: 24px;
  margin-bottom: 20px;
}

.side-manager {}
.side-manager .flex {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
}
.side-manager img {
  display: block;
  width: 67px;
  height: 67px;
  border-radius: 100%;
  margin-right: 15px;
}
.side-manager-des {
  margin-bottom: 12px;
  color: #212b36;
  font-family: 'ProximaNovaRegular';
}
.side-manager-des span {
  color: #758e9a;
  font-size: 13px;
  width: 50px;
  display: inline-block;
  font-family: 'ProximaNovaLight';
}
.side-manager-des b {
  font-size: 16px;
  font-weight: normal;
  font-family: 'ProximaNovaRegular';
}

.side-catalog {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 35px;
  box-shadow: 8px 8px 40px rgba(33,43,54,0.08);
  overflow: hidden;
}

.side-catalog-nav {
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  text-transform: uppercase;
  color: #212b36;
  text-decoration: none;

}
.side-catalog-nav a {
  display: block;
  width: 50%;
  text-align: center;
  background-color: #efeff1;
  text-decoration: none;
}
.side-catalog-nav a.active {
  background-color: #fff;
  cursor: default;
  color: #ed1c24;
  overflow: hidden;
  border-radius: 0 10px 0 0;
}
.side-catalog-nav a + a.active {
  border-radius: 10px 0 0 0;
}
.side-catalog-body {
  padding: 12px 27px 25px 27px;
}
.side-catalog-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-catalog-body li {
  border-top: 1px solid #eaeef0;
}
.side-catalog-body li:first-child {
  border: none;
}
.side-catalog-body a {
  display: block;
  position: relative;
  padding: 18px 9px 18px 3px;
  font-size: 16px;
  color: #4a5961;
  text-decoration: none;
  line-height: 20px;
}
.side-catalog-body a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background-color: #f42f1c;
  border-radius: 100%;
  opacity: 0;
}
.side-catalog-body a:hover,
.side-catalog-body a:focus {
  color: #212b36;
}
.side-catalog-body li.active a {
  cursor: default;
  color: #212b36;
}
.side-catalog-body li.active a:after {
  opacity: 1;
}
.side-catalog-tab {
  display: none;
}
.side-catalog-tab.active {
  display: block;
}

.search {
  margin-bottom: 55px;
}
.search div {
  overflow: hidden;
  border-bottom: 1px solid #d0d7db;
  padding: 0 20px;
  background: url('../images/system/icon-search.png') 0 50% no-repeat;
}
.search input[type="submit"] {
  float: right;
  height: 40px;
  width: 112px;
  margin-left: 55px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  outline: none;
  font-family: 'ProximaNovaRegular';
  background: -webkit-linear-gradient(to right, #ed1c24, #fb4213);
  background: -moz-linear-gradient(to right, #ed1c24, #fb4213);
  background: linear-gradient(to right, #ed1c24, #fb4213);
  border-radius: 6px;
  box-shadow: 5px 5px 30px rgba(237,29,36,0.4);
}
.search input[type="submit"]:hover,
.search input[type="submit"]:focus {
  background: -webkit-linear-gradient(to right, #fb4213, #ed1c24);
  background: -moz-linear-gradient(to right, #fb4213, #ed1c24);
  background: linear-gradient(to right, #fb4213, #ed1c24);
}
.search input[type="text"] {
  outline: none;
  background: none;
  border: none;
  font-size: 16px;
  color: #495960;
  font-family: 'ProximaNovaRegular';
  padding: 10px 0;
  line-height: 1;
  width: 100%;
}

.search ::-webkit-input-placeholder {color:#495960;}
.search ::-moz-placeholder          {color:#495960;}
.search :-moz-placeholder           {color:#495960;}
.search :-ms-input-placeholder      {color:#495960;}

.link-download {
  padding-left: 18px;
  color: #212b36;
  font-size: 13px;
  background: url('../images/system/icon-download.png') 0 50% no-repeat;
}

.tabs-items-links {
  margin: 20px -15px 45px -15px;
}
.tabs-items-links a {
  margin: 5px 15px;
  color: #4a5961;
}

.tabs-items-nav {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .tabs-items-nav {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 8px 8px 40px rgba(33,43,54,0.08);
  }
  .tabs-items-nav-body {
    display: none;
  }
  .tabs-items-nav-body a {
    display: block;
    font-size: 15px;
    color: #212b36;
    font-family: 'ProximaNovaRegular';
    text-align: center;
    border-top: 1px solid #eeeced;
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
  }
  .tabs-items-nav-body a.active {
    display: none;
  }
  .tabs-items-nav-title {
    display: block;
    font-size: 15px;
    color: #ee1f23;

    text-align: center;
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
  }
  .tabs-items-nav-title span {
    display: inline-block;
    padding-right: 20px;
    position: relative;
  }
  .tabs-items-nav-title span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 17px;
    width: 9px;
    height: 5px;
    background: url('../images/system/str-basket.png') 0 0 no-repeat;
  }
  .tabs-items-nav-title.active span:after {
    background-position: 0 -5px;
  }
}

.tabs-items-body-div {
  display: none;
}
.tabs-items-body-div.active {
  display: block;
}
.tabs-items-title {

  color: #212b36;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 15px;
}

.link-addbasket {
  display: inline-block;
  padding-left: 20px;
  background: url('../images/system/icon-plus.png') 0 50% no-repeat;
  font-size: 14px;
  color: #212b36;
}

.table-basket {}
.table-basket table {
  width: 100%;
}
@media (max-width: 767px) {
  .table-basket tfoot td {
    display: block;
    padding: 25px 0;
  }
  .table-basket tbody tr:first-child {
    margin-top: 0;
  }
  .table-basket tbody tr {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 8px 8px 40px rgba(33,43,54,0.08);
    overflow: hidden;
  }
  .table-basket tbody td {
    display: block;
    padding: 10px 20px;
  }
  .table-basket tbody tr td + td {
    padding-top: 20px;
  }
  .table-basket tbody tr td + td + td {
    padding-top: 10px;
  }
  .table-basket tbody tr td:last-child {
    padding-bottom: 20px;
  }
  .table-basket-title {
    font-size: 13px;
    color: #5a686e;
    width: 34%;
  }
  .table-basket-title + div {
    width: 66%;
  }
  .table-basket-img {
    width: 34%;
  }
  .table-basket-name {
    width: 66%;
  }
}
.table-basket-img a {
  display: block;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background-color: #fff;
}
.table-basket-img a img {
  display: inline-block;
  max-height: 52px;
  max-width: 52px;
}
.table-basket-name {
  font-size: 14px;
  color: #151723;
  line-height: 20px;
}
.table-basket-article input {
  outline: none;
  background: #fff;
  border: 1px solid #e8ebee;
  border-radius: 5px;
  font-size: 14px;
  color: #151723;
  padding: 5px 15px;
  width: 100%;
  text-align: center;
  text-align: center;
}
.table-basket-article-box {
  display: inline-block;
}
.table-basket-price {
  font-size: 15px;
  white-space: nowrap;
  color: #151723;
  line-height: 1;
}
.table-basket-price > span {
  font-size: 16px;
  font-family: 'ProximaNovaRegular';
}
.table-basket-num span {
  display: inline-block;
  font-size: 14px;
  color: #151723;
  padding-left: 25px;
  position: relative;
  line-height: 17px;
  font-size: 14px;
  color: #151723;
  min-width: 66px;
  text-align: left;
}
.table-basket-num span:before {
  content: 'РќРµС‚';
}
.table-basket-num span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 17px;
  background: url('../images/system/icon-num.png') 0 0 no-repeat;
}
.table-basket-num.little span:before {
  content: 'РњР°Р»Рѕ';
}
.table-basket-num.little span:after {
  background-position: 0 -17px;
}
.table-basket-num.many span:before {
  content: 'РњРЅРѕРіРѕ';
}
.table-basket-num.many span:after {
  background-position: 0 -34px;
}

.box-table-basket-sum {
  height: 32px;
}
.table-basket-sum {
  display: inline-block;
  border: 1px solid #e8ebee;
  border-radius: 5px;
  overflow: hidden;
  width: 160px;
  background-color: #fff;
}
.table-basket-sum a {
  float: left;
  width: 44px;
  height: 30px;
  position: relative;
  font-size: 18px;
  color: #758e9a;
  text-align: center;
  line-height: 30px;
}
.table-basket-sum a + a {
  float: right;
}
.table-basket-sum a:hover,
.table-basket-sum a:focus {
  background-color: #ee1f23;
  color: #fff;
  text-decoration: none;
}
.table-basket-sum input[type="text"] {
  display: block;
  overflow: hidden;
  background: none;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: 'ProximaNovaRegular';
  text-align: center;
  padding: 5px 0;
  width: 70px;
}

.item-catalog-title {
  margin-bottom: 30px;
}
.item-catalog-title a {
  display: block;
  font-size: 19px;
  color: #4a5961;

  background-color: #fff;
  box-shadow: 8px 8px 40px rgba(33,43,54,0.08);
  border-radius: 5px;
  position: relative;
  padding: 11px 77px 11px 30px;
  line-height: 22px;
}
.item-catalog-title a:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 31px;
  width: 15px;
  height: 8px;
  background: url('../images/system/strlink-item.png') 0 0 no-repeat;
}
.item-catalog-title.active a:focus,
.item-catalog-title.active a:active {
  text-decoration: none;
}
.item-catalog-title.active a:after {
  background-position: 0 -8px;
}

.list-catalog-items {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.list-catalog-items-item {
  margin-bottom: 30px;
}
.list-catalog-items-item > div {
  position: relative;
  border-radius: 10px;
  z-index: 5;
}
.list-catalog-items-item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.list-catalog-items-item img {
  display: block;
  border-radius: 10px;
  width: 100%;
  box-shadow: 8px 8px 40px rgba(33,43,54,0.08);
}
.list-catalog-items-item span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #47575e;

  line-height: 18px;
}

.list-filter {
  margin: 0 -15px 30px -15px;
  font-size: 15px;
}
.list-filter a {
  display: inline-block;
  margin: 5px;
  color: #4a5961;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 5px;
}
.list-filter a.active {
  color: #fff;
  background: -webkit-linear-gradient(to right, #ed1c24, #fb4213);
  background: -moz-linear-gradient(to right, #ed1c24, #fb4213);
  background: linear-gradient(to right, #ed1c24, #fb4213);
  text-decoration: none;
}

.box-img-shadow {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 8px 8px 40px rgba(33,43,54,0.08);
}
.box-img-shadow img {
  display: block;
  width: 100%;
}

.table-basket-text {
  font-size: 14px;
  color: #48585f;
  line-height: 22px;
}

.btn-basket {
  position: relative;
  padding-left: 42px;
}
.btn-basket:after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  left: 5px;
  top: 50%;
  margin-top: -16px;
  background: url('../images/system/btn-basket.png') 0 0 no-repeat;
}
.box-btn-basket {
  text-align: right;
}

.btn-delete {
  display: inline-block;
  color: #ff0000;
  font-size: 13px;
  font-family: 'ProximaNovaRegular';
}

.slider-goods {
  position: relative;
  margin: -30px -15px 0 -15px;
}
.slider-goods .slick-list {
  padding: 30px 0;
}
.slider-goods-item {}
.slider-goods-item > div {
  margin: 0 15px;
  padding: 30px;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(33,43,54,0.08);
}


.slider-goods-img {
  display: block;
  height: 200px;
  line-height: 200px;
  text-align: center;
  margin-bottom: 15px;
}
.slider-goods-img img {
  display: inline-block;
  max-height: 200px;
  max-width: 100%;
  vertical-align: middle;
}
.slider-goods-name {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-family: 'ProximaNovaRegular';
  height: 44px;
  overflow: hidden;
  margin-bottom: 10px;
}
.slider-goods-price-box {
  margin-bottom: 20px;
  line-height: 1;
}
.slider-goods-price {
  font-size: 24px;
  font-weight: bold;
  color: #212b36;
}
.slider-goods-price span {

}
.slider-goods-price-old {
  font-size: 16px;
  color: #494f56;
  margin-left: 20px;
  text-decoration: line-through;
}

.marker {
  position: absolute;
  left: 30px;
  top: 30px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 17px;
  border-radius: 10px;
  font-family: 'ProximaNovaRegular';
  z-index: 20;
}
.marker.action {
  background-color: #ee1f23;
}
.marker.action:after {
  content: 'Р°РєС†РёСЏ';
}

.marker.hit {
  background-color: #212b36;
}
.marker.hit:after {
  content: 'С…РёС‚';
}

.btn.added {
  background: #212b36;
  box-shadow: none;
}

.h1-next-slider {
  padding-right: 80px;
}

.product-tabs {
  margin-bottom: 45px;
}
.product-tabs-content > div {
  display: block;
  font-size: 14px;
  opacity: 1;
}
.product-tabs-content > div > div {
  display: none;
  /*padding: 0 20px 20px 20px;*/
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 30px rgba(33,43,54,0.08);
  overflow: hidden;
}
.product-tabs-content > div > div > div {
  padding: 0 20px 20px 20px;
}
.product-tabs-content > div > div.active {
  display: block;
}

.product-tabs-linkslide {
  display: block;
  color: #212b36;
  font-size: 16px;
  padding: 10px 20px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;

  box-shadow: 0 0 30px rgba(33,43,54,0.08);
  position: relative;
  text-decoration: none !important;
}
.product-tabs-linkslide:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2.5px;
  width: 9px;
  height: 5px;
  background: url('../images/system/str-basket.png') 0 0 no-repeat;
}
.product-tabs-linkslide.active {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  box-shadow: none;
}
.product-tabs-linkslide.active:after {
  background-position: 0 -5px;
}

.product-tabs-nav {
  height: 40px;
  line-height: 40px;
}
.product-tabs-nav a {
  display: inline-block;
  padding: 0 19px;

  font-size: 16px;
  color: #46575f;
  border-radius: 10px 10px 0 0;
}
.product-tabs-nav a.active {
  background-color: #fff;
  cursor: default;
  color: #000;
}
.product-tabs-nav a:focus {
  text-decoration: none;
}

.product {
  margin-bottom: 25px;
}
.product-box-price {
  background-color: #e5e6ea;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px;
}
.product-basket-sum {
  height: 38px;
}
.product-basket-sum .table-basket-sum {
  border-color: #fff;
  width: 106px;
}
.product-basket-sum .table-basket-sum input[type="text"] {
  width: 16px;
  padding: 8px 0;
}
.product-basket-sum .table-basket-sum a {
  height: 36px;
  line-height: 36px;
}
.product-box-price-item {
  margin-top: 20px;
}
.product-box-price-item:first-child {
  margin-top: 0px;
}

.product-box-des h1 {
  margin-top: 0;
  margin-bottom: 20px;
}

.product-box-img {
  position: relative;
}
.product-box-img .marker {
  top: 20px;
  left: 35px;
}
.product-img-slider {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 8px 8px 40px rgba(33,43,54,0.08);
}
.product-img-slider-item a {
  display: block;
  padding: 20px;
  height: 240px;
  line-height: 200px;
  text-align: center;
}
.product-img-slider-item a img {
  display: inline-block !important;
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
}

.product-img-mini {
  margin: -5px -5px 24px -5px;
}
.product-img-mini div {
  width: 64px;
  height: 64px;
  margin: 5px;
}
.product-img-mini div a {
  display: block;
  border: 2px solid #dbdddf;
  padding: 5px;
  border-radius: 10px;
  background-color: #fff;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 50px;
}
.product-img-mini div a:hover {
  outline: none;
  border-color: #e61f1e;
}
.product-img-mini div.active a {
  border-color: #e61f1e;
  cursor: default;
}
.product-img-mini div a img {
  display: inline-block;
  max-height: 50px;
  max-width: 50px;
  vertical-align: middle;
}

.product-nal span {
  display: inline-block;
  font-size: 14px;
  color: #151723;
  padding-left: 25px;
  position: relative;
  line-height: 17px;
  font-size: 14px;
  color: #151723;
  min-width: 66px;
  text-align: left;
}
.product-nal span:before {
  content: 'Р’ РЅР°Р»РёС‡РёРё: РќРµС‚';
}
.product-nal span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 17px;
  background: url('../images/system/icon-num.png') 0 0 no-repeat;
}
.product-nal.little span:before {
  content: 'Р’ РЅР°Р»РёС‡РёРё: РњР°Р»Рѕ';
}
.product-nal.little span:after {
  background-position: 0 -17px;
}
.product-nal.many span:before {
  content: 'Р’ РЅР°Р»РёС‡РёРё: РјРЅРѕРіРѕ';
}
.product-nal.many span:after {
  background-position: 0 -34px;
}

.product-des {}
.product-des-item {
  border-bottom: 1px dotted #cbcccc;
  height: 14px;
  line-height: 1;
  margin-bottom: 15px;
}
.product-des-item i {
  float: left;
  max-width: 50%;
  font-style: normal;
  color: #4b585a;
  font-size: 14px;
  height: 15px;
  background-color: #f7f7f7;
}
.product-des-item span {
  float: right;
  width: 50%;
  height: 15px;
  background-color: #f7f7f7;
  color: #212b36;
}
.product-price {
  font-weight: bold;
  font-size: 36px;
  color: #212b36;
}
.product-price span {

}
.product-price-old {
  font-size: 16px;
  color: #495960;
  text-decoration: line-through;
  margin-left: 15px;
}
.product-price-old span {
  font-family: 'ProximaNovaRegular';
}


.side-items-list {}
.side-items-list a {
  display: block;
  border-top: 1px solid #eaeef0;
  font-size: 15px;
  color: #4a5961;
  padding-top: 15px;
  margin-top: 15px;
}
.side-items-list a:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}

.side-list-brends {}
.side-list-brends-item {
  position: relative;
  border-top: 1px solid #eaeef0;
  margin-top: 15px;
  padding-top: 15px;
}
.side-list-brends-item:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.side-list-brends-item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.side-list-brends-item .flex-inline > div {
  width: 60px;
  margin-right: 15px;
}
.side-list-brends-item .flex-inline > div + div {
  width: auto;
}
.side-list-brends-item img {
  display: block;
  max-width: 100%;
}

.paginator {
  margin: 30px 0;
}
.paginator a {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #212b36;
  font-size: 14px;
  color: #212b36;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  position: relative;
}
.paginator .prev {
  margin-right: 10px;
}
.paginator .prev:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4.5px 0 0 -2.5px;
  width: 5px;
  height: 9px;
  background: url('../images/system/str-left-right.png') 0 0 no-repeat;
}
.paginator .prev:hover:after,
.paginator .prev:focus:after {
  background-position: 0 -9px;
}
.paginator .next {
  margin-left: 10px;
}
.paginator .next:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4.5px 0 0 -2.5px;
  width: 5px;
  height: 9px;
  background: url('../images/system/str-left-right.png') -5px 0 no-repeat;
}
.paginator .next:hover:after,
.paginator .next:focus:after {
  background-position: -5px -9px;
}
.paginator a:hover,
.paginator a:focus {
  background-color: #212b36;
  color: #fff;
  text-decoration: none;
}
.paginator ul {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
}
.paginator li {
  text-align: center;
  line-height: 32px;
  margin: 0 5px;
}
.paginator li.active a {
  cursor: default;
  color: #fff;
  background-color: #212b36;
}

.box-sort {
  margin: 0 -5px 30px -5px;
  font-size: 14px;
}
.box-sort > div {
  margin: 0 5px;
}
.box-sort a {
  display: inline-block;
  padding: 0 6px;
  border-radius: 5px;
  line-height: 25px;
}
.box-sort a.active {
  text-decoration: none;
  color: #fff;
  background: -webkit-linear-gradient(to right, #ed1c24, #fb4213);
  background: -moz-linear-gradient(to right, #ed1c24, #fb4213);
  background: linear-gradient(to right, #ed1c24, #fb4213);
  cursor: default;
}

.filter {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 8px 8px 40px rgba(33,43,54,0.08);
}
.filter-link-slide {
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  text-transform: uppercase;
  color: #ee1f23 !important;

  text-align: center;
}
.filter-link-slide span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.filter-link-slide span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2.5px;
  width: 9px;
  height: 5px;
  background: url('../images/system/str-basket.png') 0 0 no-repeat;
}
.filter-link-slide.active span:after {
  background-position: 0 -5px;
}
.filter-body {
  padding-bottom: 20px;
  display: none;
}
.filter-item {
  border-top: 1px solid #eeeced;
  padding-top: 15px;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.filter-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.filter-title {
  font-size: 19px;

  color: #4a5961;
  margin-bottom: 15px;
}
.list-checkbox {}
.list-checkbox-item {
  margin-top: 10px;
}
.list-checkbox-item:first-child {
  margin-top: 0;
}
.checkbox {
  position: relative;
  font-size: 14px;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.checkbox label {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  line-height: 20px;
  margin: 0;
  color: #48585f;
  font-weight: normal;
}
.checkbox label:after {
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dcdee1;
  border-radius: 5px;
  z-index: 1;
}
.checkbox label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url('../images/system/checkbox.png') 0 0 no-repeat;
  z-index: 2;
}
.checkbox input[type="checkbox"]:checked + label {
  color: #212b36;
  font-family: 'ProximaNovaRegular';
}
.checkbox input[type="checkbox"]:checked + label:after {
  border-color: transparent;
  background: -webkit-linear-gradient(to right, #ed1c24, #fb4213);
  background: -moz-linear-gradient(to right, #ed1c24, #fb4213);
  background: linear-gradient(to right, #ed1c24, #fb4213);
}

.ui-input {
  font-size: 13px;
  color: #48585f;
  margin: 0 -5px;
}
.ui-input div {
  margin: 0 5px;
}
.ui-input input {
  border: 1px solid #dcdee1;
  border-radius: 5px;
  text-align: center;
  color: #212b36;
  font-size: 14px;
  font-family: 'ProximaNovaRegular';
  height: 32px;
  padding: 0 5px;
  width: 85px;
  background-color: #fff;
}
.ui-slider-filter {
  margin-bottom: 20px;
}

.slide-link {
  font-size: 14px;
  color: #47575e;
}

.btn-buy {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 32px;
  background: -webkit-linear-gradient(to right, #ed1c24, #fb4213);
  background: -moz-linear-gradient(to right, #ed1c24, #fb4213);
  background: linear-gradient(to right, #ed1c24, #fb4213);
  border-radius: 5px;
}
.btn-buy span {
  display: inline-block;
  padding-left: 37px;
  background: url('../images/system/btn-buy.png') 0 50% no-repeat;
}
.btn-buy:hover,
.btn-buy:focus {
  color: #fff;
  background: -webkit-linear-gradient(to right, #fb4213, #ed1c24);
  background: -moz-linear-gradient(to right, #fb4213, #ed1c24);
  background: linear-gradient(to right, #fb4213, #ed1c24);
}

.btn-buy.btn-added {
  background: #212b36;
  box-shadow: none;
}
.btn-buy.btn-added span {
  background: none;
  padding: 0;
}

.order-form-item {
  margin-bottom: 25px;
}
.order-form-title {
  font-size: 19px;
  color: #4a5961;

  margin-bottom: 15px;
}

.order-form {
  box-shadow: 8px 8px 40px rgba(33,43,54,0.08);
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 35px;
  padding: 30px 20px 0 20px;
}

.input-date {
  background-color: #fff;
  border-radius: 5px;
}
.input-date a {
  float: right;
  width: 40px;
  height: 40px;
  background-image: url('../images/system/icon-date.png'), -webkit-linear-gradient(to right, #ed1c24, #fb4213);
  background-image: url('../images/system/icon-date.png'), -moz-linear-gradient(to right, #ed1c24, #fb4213);
  background-image: url('../images/system/icon-date.png'), linear-gradient(to right, #ed1c24, #fb4213);
  border-radius: 0 5px 5px 0;
}
.input-date a:hover,
.input-date a:focus {
  background-image: url('../images/system/icon-date.png'), -webkit-linear-gradient(to right, #fb4213, #ed1c24);
  background-image: url('../images/system/icon-date.png'), -moz-linear-gradient(to right, #fb4213, #ed1c24);
  background-image: url('../images/system/icon-date.png'), linear-gradient(to right, #fb4213, #ed1c24);
}
.input-date div {
  overflow: hidden;
  height: 40px;
  border: 1px solid #dcdee1;
  border-radius: 5px 0 0 5px;
  border-right: none;
  padding: 0 18px;
}
.input-date input[type="text"] {
  border: none;
  outline: none;
  background: none;
  width: 100%;
  font-size: 14px;
  color: #212b36;
  font-family: 'ProximaNovaRegular';
  padding: 9px 0;
}

.order-form .btn {
  width: 100%;
}

.basket-sum {
  text-align: right;
  font-size: 30px;
  font-weight: bold;
  color: #212b36;
  margin-bottom: 50px;
}
.basket-sum span {

}
.basket-sum div {font-size: 18px;}

.text-thanks-order {
  font-size: 15px;
  color: #495960;
  line-height: 24px;
  margin: -15px 0 75px 0;
}
.text-thanks-order p {
  margin-bottom: 25px;
}
.text-thanks-order p span {
  display: inline-block;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #212b36;
  color: #fff;
  line-height: 25px;
}

.btn-back span {
  display: inline-block;
  padding-left: 16px;
  background: url('../images/system/btn-back.png') 0 48% no-repeat;
}

.list-downloads {
  margin-bottom: 5px;
}
.list-downloads-item {
  margin-bottom: 30px;
}
.list-downloads-item a {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  color: #48585f;
  font-size: 14px;
  padding: 30px 15px;
  box-shadow: 8px 8px 40px rgba(33,43,54,0.08);
}
.list-downloads-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto 15px auto;
}

.btn-sms span {
  display: inline-block;
  padding-left: 23px;
  background: url('../images/system/icon-pen.png') 0 50% no-repeat;
}
.sms-item {
  margin-top: 50px;
  box-shadow: 8px 8px 40px rgba(33,43,54,0.08);
  padding: 25px 20px;
  background-color: #fff;
  border-radius: 10px;
}

.sms-item-footer {
  padding-top: 30px;
  border-top: 1px solid #dfe2e5;
}
.sms-item-footer .btn {
  margin-top: 20px;
}
.sms-item-title {
  font-size: 20px;
  color: #212b36;
  margin-bottom: 20px;

}
.sms-item-user,
.sms-item-manager {
  margin-bottom: 25px;
}

.sms-item-user .sms-item-text {
  border: 1px solid #dfe2e5;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 22px;
  color: #4a5961;
  position: relative;
  z-index: 2;
}
.sms-item-user .sms-item-text:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: -6px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-left: 1px solid #dfe2e5;
  border-top: 1px solid #dfe2e5;
  transform: rotate(-45deg);
}

.sms-item-manager .sms-item-text {
  border: 1px solid #efefef;
  border-radius: 10px;
  background-color: #efefef;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 22px;
  color: #4a5961;
  position: relative;
  z-index: 2;
}
.sms-item-manager .sms-item-text:after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: -6px;
  width: 10px;
  height: 10px;
  background-color: #efefef;
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
  transform: rotate(-45deg);
}

.sms-item-date {
  font-size: 12px;
  color: #748085;
  margin-bottom: 5px;
}

.list-news {
  margin-top: 50px;
}
.list-news-item {
  margin-bottom: 50px;
}
.list-news p {
  color: #495960;
  line-height: 22px;
  margin: 0 0 25px 0;
}
.list-news-title {
  display: block;
  font-size: 24px;
  line-height: 28px;

  color: #212b36;
  margin-bottom: 10px;
}

.list-news-img {
  position: relative;
}
.list-news-img a {
  display: block;
  max-width: 260px;
  margin-right: 30px;
  position: relative;
  margin-bottom: 20px;
}
.list-news-img img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.list-news-date {
  position: absolute;
  right: -31px;
  top: 24px;
  width: 62px;
  height: 62px;
  background-color: #ee1f23;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;

  text-align: center;
  line-height: 1;
  z-index: 4;
}
.list-news-date span {
  display: block;
  font-size: 24px;
  margin-top: 9px;
}

.btn-more {
  display: block;
  width: 32px;
  height: 32px;
  background: url('../images/system/str-more.png') 50% 50% no-repeat;
}

.box-profile {
  margin-bottom: 35px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 8px 8px 40px rgba(33,43,54,0.08);
}
.box-profile-item {
  margin-bottom: 20px;
}
.box-profile-title {
  font-size: 19px;
  color: #4a5961;
  margin-bottom: 20px;

}

.box-profile-line {
  margin-bottom: 35px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 8px 8px 40px rgba(33,43,54,0.08);
}
.box-profile-line-item {
  padding: 20px;
  border-top: 1px solid #eaeef0;
  font-size: 14px;
  color: #48585f;
  font-family: 'ProximaNovaRegular';
}
.box-profile-line-item:first-child {
  border: none;
}
.box-profile-line-item:last-child {
  padding-bottom: 30px;
  padding-top: 25px;
}
.box-profile-line-title {
  font-size: 19px;
  color: #4a5961;

}

.box-profile-line-item .flex-justify-space-between {}
.box-profile-line-box-name {
  width: 100%;
  margin-bottom: 10px;
}
.box-profile-line-box-edit {
  width: 50%;
}
.box-profile-line-box-delete {
  width: 50%;
  text-align: right;
}
.box-profile-line-boxbtns {
  margin: 0 -10px;
}
.box-profile-line-boxbtns > div {
  margin: 0 10px;
}

.box-profile-line-box-checkbox {
  width: 100%;
  margin-bottom: 10px;
}
.box-profile-line-boxmailsms {
  width: 50%;
}
.box-profile-line-editlink {
  width: 50%;
  text-align: right;
}

.box-profile-line-m-name {
  width: 100%;
  margin-bottom: 10px;
}
.box-profile-line-m-des {
  width: 100%;
}

.box-profile-line-m-saledes {
  width: 100%;
}
.box-profile-line-m-salename {
  width: 100%;
  margin-bottom: 10px;
}

.box-profile-line-m-salename .flex {
  margin: 0 -8px;
}
.box-profile-line-m-salename .flex > div {
  margin: 0 8px;
}

.box-login {
  padding: 25px 20px 0 20px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 8px 8px 40px rgba(33,43,54,0.08);
  margin-bottom: 40px;
  margin-top: 30px;
}
.box-login-title {
  font-size: 24px;
  color: #212b36;

  margin-bottom: 15px;
}
.box-login-item {
  margin-bottom: 25px;
}
.box-login .btn {
  width: 140px;
}

.btn-primary.btn-dark {
  background: #212b36;
  box-shadow: 8px 8px 30px rgba(22,41,61,0.3);
}
.btn-primary.btn-dark:hover,
.btn-primary.btn-dark:focus {
  background: #111f2e;
}

.filter-complaints {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 8px 8px 40px rgba(33,43,54,0.08);
  margin-bottom: 40px;
  margin-top: 30px;
  padding: 20px 20px 5px 20px;
}
.filter-complaints-item {
  margin-bottom: 20px;
}

.text-left .table-basket-price {
  text-align: left;
}

.box-bonus {
  margin: 30px 0 50px 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 8px 8px 40px rgba(33,43,54,0.08);
  font-size: 15px;
  color: #212b36;
  font-family: 'ProximaNovaRegular';
}

.list-point {
  list-style: none;
  margin: 20px 0 20px 0;
  padding: 0;
  font-size: 14px;
  color: #495960;
}
.list-point > li {
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
}
.list-point > li:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 6px;
  width: 6px;
  height: 6px;
  background: -webkit-linear-gradient(to right, #ed1c24, #fb4213);
  background: -moz-linear-gradient(to right, #ed1c24, #fb4213);
  background: linear-gradient(to right, #ed1c24, #fb4213);
  border-radius: 100%;
}
.list-point > li:first-child {
  margin-top: 0px;
}

.selectok {
  width: 180px;
}
.selectok > div {
  overflow: hidden;
}
.selectok button {
  float: right;
  width: 32px;
  height: 32px;
  color: #fff;
  background: -webkit-linear-gradient(to right, #ed1c24, #fb4213);
  background: -moz-linear-gradient(to right, #ed1c24, #fb4213);
  background: linear-gradient(to right, #ed1c24, #fb4213);
  box-shadow: 5px 5px 30px rgba(237,29,36,0.4);
  border: none;
  font-size: 13px;
  border-radius: 0 5px 5px 0;
}
.selectok .ui-button {
  border-radius: 5px 0 0 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-right: none;
}
.selectok .ui-selectmenu-text {
  font-size: 13px;
}

.td-order-list-table {
  padding: 0 !important;
  background-color: #eaeef0;
  display: none;
}
.order-list-title {
  font-size: 20px;
  color: #212b36;
  margin-bottom: 10px;
  padding: 20px 20px 0 20px;

}
.order-list-img {
  display: block;
  width: 50px;
}
.order-list-img img {
  display: block;
  width: 100%;
}
.order-list-table tr:first-child td {
  border: none;
}
.order-list-table td {
  border-top: 1px solid #d9e0e3;
}

.link-dashed {
  font-size: 14px;
  color: #212b36;
  display: inline-block;
  border-bottom: 1px dashed #212b36;
  line-height: 1;
}
.link-dashed:hover,
.link-dashed:focus {
  text-decoration: none;
  border-bottom-color: transparent;
}

.table-basket .collapse.in {
  display: table-cell;
}

.modal-title {
  font-size: 24px;
  line-height: 28px;
  color: #212b36;

}
.modal .btn-primary {
  min-width: 165px;
}
.modal sup {
  color: #ff0000;
  top: 0;
  font-size: 15px;
}

#imagepreview {
  display: block; width: 100%;
}

.link-back {
  display: inline-block;
  padding-left: 27px;
  font-size: 14px;
  color: #ee1f23;
  background: url('../images/system/str-more-left.png') 0 50% no-repeat;
  line-height: 14px;
}
.link-back:hover,
.link-back:focus {
  color: #ee1f23;
}

.article-title {
  color: #212b36;
  margin-bottom: 30px;
}
.article-title p {
  overflow: hidden;
  margin: 0;
  padding: 0;

  font-size: 22px;
  line-height: 28px;
}
.article-date {
  width: 67px;
  height: 67px;
  background-color: #ee1f23;
  color: #fff;
  font-size: 18px;

  margin: 0 0 20px 0;
  line-height: 1;
  text-align: center;
  border-radius: 6px;
}
.article-date span {
  display: block;
  font-size: 24px;
  padding: 13px 0 0px 0;
}
.article b {

}
.article p {
  margin: 0 0 25px 0;
}
.text-bg {
  background-color: #e5e6ea;
  color: #212b36;
  font-size: 14px;
  padding: 20px 25px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
.article img.pull-right {
  margin: 0 0 30px 30px;
  overflow: hidden;
  border-radius: 10px;
  max-width: 40%;
}
.article img.pull-left {
  margin: 0 30px 30px 0;
  overflow: hidden;
  border-radius: 10px;
  max-width: 40%;
}


.login-page {
  background: url('../images/system/bg-page-login.jpg') 50% 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.login-page-body {
  margin: 35px auto;
  max-width: 475px;
  padding: 0 15px;
}
.login-page-body-logo {
  margin-bottom: 30px;
}
.login-page-body-logo a {
  display: block;
}
.login-page-body-logo img {
  display: block;
  margin: 0 auto;
}
.login-page-bgwhite {
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 15px;
}
.login-page-bgwhite h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
}
.login-page-bgwhite p {
  font-size: 13px;
  line-height: 22px;
  color: #495960;
}
.login-page-bggrey {
  background-color: #f0f0f0;
  margin: 40px -15px 20px -15px;
  padding: 25px 15px;
}
.login-page .btn {
  min-width: 149px;
  margin-right: 15px;
}


/*08.11.2016*/
.html-wholesale-clients {
  height: 100%;
}
.wholesale-clients {
  padding-top: 25px;
  padding-bottom: 25px;
  height: 100%;
}
.wholesale-clients .container {
  padding-left: 15px !important;
}
.wholesale-clients .link-back {
  color: #fff;
  background-image: url('../images/system/str-more-left-white.png');
}
.wholesale-clients-body {
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
}

.wholesale-clients-invite {
  background: url('../images/system/bg-wholesale-clients-invite.jpg') 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.wholesale-clients-invite > div {
  padding: 25px 15px;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}
.wholesale-clients-invite h3 {
  font-size: 22px;

  margin: 0 0 20px 0;
  color: #fff;
}
.wholesale-clients-invite p {
  margin-bottom: 20px;
}

.wholesale-clients-form {
  background-color: #fff;
}

.wholesale-clients-logo {
  display: block;
  margin-bottom: 45px;
}
.wholesale-clients-form h3 {
  font-size: 22px;
  color: #60594A;
  margin: 0 0 20px 0;
}
.wholesale-clients-form > div {
  padding: 25px 15px;
}
.wholesale-clients-form p {
  margin-bottom: 20px;
}
.wholesale-clients-form .list-checkbox {
  margin-top: 25px;
  margin-bottom: 25px;
}
.wholesale-clients-form form .flex {
  margin: 0 -8px;
}
.wholesale-clients-form form .flex > div {
  margin: 0 8px;
}

.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000 url(/assets/images/system/spinner.gif) center no-repeat;
    background-size: 100px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.color-red {
    color: #ff0000;
    padding-right: 20px;
}

.color-green {
    color: #00A000;
    padding-right: 20px;
}

.modal-footer {
    padding: 15px !important;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-body {
    position: relative;
    padding: 15px !important;
}

.modal-header {
    padding: 15px !important;
    border-bottom: 1px solid #e5e5e5;
}

.we-custom-form .form-group {
    position: relative;
}

.we-custom-form .form-group span.error {
    font-size: 12px;
    color: #a94442;
    position: absolute;
}
