

/* Start:/bitrix/templates/clevershop_v4/bootstrap-theme.css?155852369438082*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 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 {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.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 {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 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;
  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;
}

.form-inline {
  width: 100%;
}
.form-inline input[type*='text'] {
  width: 100%;
}

.btn-primary {
  color: #fff;
  background-color: #ff5822;
  border-color: #ff5822;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #ff5822;
  border-color: #ff5822;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ff5822;
  border-color: #ff5822;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ff5822;
  border-color: #ff5822;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #ff5822;
  border-color: #ff5822;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 {
  background-color: #ff5822;
  border-color: #ff5822;
}
.btn-primary .badge {
  color: #ff5822;
  background-color: #fff;
}



.btn-primary {
  background-image: -webkit-linear-gradient(left, #ff5822 0%, #ff7e22 100%);
  background-image:      -o-linear-gradient(left, #ff5822 0%, #ff7e22 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5822), to(#ff7e22));
  background-image:         linear-gradient(to right, #ff5822 0%, #ff7e22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5822', endColorstr='#ff7e22', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #ff5822;
  background-color: #ff5822;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #ff5822;
  border-color: #ff5822;
  /*background-position: 0 -15px;*/
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #ff5822;
    border-color: #ff5822;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #ff5822;
  border-color: #ff5822;
}

.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: #ff5822;
  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, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.navbar-nav {
  min-height: 0;
  margin-top: 21px;
  border-bottom: 3px solid #999999;
  margin-left: -15px;
  margin-right: -15px;
}

.navbar-default .navbar-nav > li {
  margin: 0 6px 0 0;
}

.navbar-default .navbar-nav > li:last-child {
  margin-right: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
  /*   background-color: rgba(153, 153, 153, 0.3); */
    background-image: -webkit-linear-gradient(top, rgba(168, 168, 168, 0.5) 0%, rgba(153, 153, 153, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(168, 168, 168, 0.5) 0%, rgba(153, 153, 153, 0.7) 100%);
    background-image: linear-gradient(to top, rgba(168, 168, 168, 0.5) 0%, rgba(153, 153, 153, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(168, 168, 168, 0.5)', endColorstr='rgba(153, 153, 153, 0.7)', GradientType=0);
    background-repeat: repeat-y;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 11px;
    text-shadow: 1px 1px 1px black;
    font-size: 17px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: rgba(255, 88, 34, 0.7);
    background-image: -webkit-linear-gradient(top, rgba(255, 126, 34, 1) 0%, rgba(255, 88, 34, 1) 100%);
    background-image: -o-linear-gradient(rgba(255, 126, 34, 1) 0%, rgba(255, 88, 34, 1) 100%);
    background-image: linear-gradient(rgba(255, 126, 34, 1) 0%, rgba(255, 88, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 126, 34, 1)', endColorstr='rgba(255, 88, 34, 1)', GradientType=0);
    background-repeat: repeat-y;
}

.dropdown-menu > li > a:hover {
/*   background-color: #e8e8e8;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x; */
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(left, #ff5822 0%, #ff7e22 100%);
  background-image:      -o-linear-gradient(left, #ff5822 0%, #ff7e22 100%);
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));*/
  background-image:         linear-gradient(to right, #ff5822 0%, #ff7e22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5822', endColorstr='#ff7e22', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background: none;
  background-repeat: no-repeat;
  border-radius: 0px;
  border: 0;
}
.navbar-default {

    /*background-color: #ffffff;
    border-color: #ffffff;*/

}
.dropdown:hover > .dropdown-menu { 
    display: block; 
} 
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent;
  outline: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
    color: #fff;
/*     background-color: #ff5822;
    background-image: -webkit-linear-gradient(#ff7e22 0%, #ff5822 100%);
    background-image: -o-linear-gradient(#ff7e22 0%, #ff5822 100%);
    background-image: linear-gradient(#ff7e22 0%, #ff5822 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e22', endColorstr='#ff5822', GradientType=0);
    background-repeat: repeat-y; */
  outline: none;
}

.navbar-default .navbar-nav > li.dropdown > a {
    color: #fff;
 /*    border: 1px solid #ffffff;
    top: 1px;
    z-index: 10000; */
	
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #ffffff;
  z-index: 10000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -3px 10px 0px;
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(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, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x; */
  }

  .navbar-nav {
    min-height: 0;
    margin-top: 30px;
    border-bottom: 3px solid #999999;
  }

  .navbar-default .navbar-nav > li {
    margin: 0;
  }

  .navbar-default .navbar-nav > li > a {
      color: #fff;
      background: transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      padding: 8px 10px;
      text-shadow: 1px 1px 1px black;
      font-size: 14px;
  }

  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #fff;
      background-color: #ff5822;
      background-image: none;
      background-repeat: repeat-y;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    background-color: #e8e8e8;
    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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    background-color: #2e6da4;
    background-image: -webkit-linear-gradient(left, #ff5822 0%, #ff7e22 100%);
    background-image:      -o-linear-gradient(left, #ff5822 0%, #ff7e22 100%);
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));*/
    background-image:         linear-gradient(to right, #ff5822 0%, #ff7e22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5822', endColorstr='#ff7e22', GradientType=0);
    background-repeat: repeat-x;
  }
  .navbar-default {
    background: none;
    background-repeat: no-repeat;
    border-radius: 0px;
    border: 0;
  }
  .navbar-default {

      /*background-color: #ffffff;
      border-color: #ffffff;*/

  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
    outline: none;
  }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .active > a {
    color: #fff;
    background-color: transparent;
    outline: none;
  }

  .navbar-default .navbar-nav > li.dropdown > a {
      color: #fff;
   /*    border: 1px solid #ffffff;
      top: 1px;
      z-index: 10000; */
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #ffffff;
    z-index: 10000;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -3px 10px 0px;
  }

}

/* Top Slide Menu */
.top-slide-bg {
	background-color: rgb(159, 159, 159, 0.9);
	height: 40px;
	position: sticky;
	display: none;
	top: 0; 
	z-index: 9999; 
	width: 100%;
}
.top-slide {
	height: 45px;
	/* position: sticky; */
	/* top: 0; */
	/* z-index: 9999; */
	/* min-height: 6em; */
}

.top-slide .dropdown-menu {
	top: 39px;
	left: -16px;
	padding: 10px;
	width: 124%;
	position: absolute;
    margin: 0px 0px 10px 0px;
}

.top-slide .navbar-nav {
  min-height: 0;
  margin-top: 0;
  border-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.top-slide .navbar-default .navbar-nav > li {
  margin: 0 6px 0 0;
}

.top-slide .navbar-default .navbar-nav > li:last-child {
  margin-right: 0px;
}

.top-slide .navbar-default .navbar-nav > li > a {
    color: #fff;
  /*   background-color: rgba(153, 153, 153, 0.3); */
    background-image: -webkit-linear-gradient(top, rgba(168, 168, 168, 0.7) 0%, rgba(153, 153, 153, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(119, 119, 119, 0.7) 0%, rgba(153, 153, 153, 0.7) 100%);
    background-image: linear-gradient(to top, rgba(119, 119, 119, 0.7) 0%, rgba(153, 153, 153, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(168, 168, 168, 0.7)', endColorstr='rgba(153, 153, 153, 0.7)', GradientType=0);
    background-repeat: repeat-y;
    /* border-bottom-left-radius: 5px; */
    /* border-bottom-right-radius: 5px; */
    border-radius: 0;
    padding: 10px 8px;
    text-shadow: 1px 1px 1px black;
    font-size: 14px;
}

.top-slide .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: rgba(255, 88, 34, 0.7);
    background-image: -webkit-linear-gradient(top, rgba(255, 126, 34, 1) 0%, rgba(255, 88, 34, 1) 100%);
    background-image: -o-linear-gradient(rgba(255, 126, 34, 1) 0%, rgba(255, 88, 34, 1) 100%);
    background-image: linear-gradient(rgba(255, 126, 34, 1) 0%, rgba(255, 88, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 126, 34, 1)', endColorstr='rgba(255, 88, 34, 1)', GradientType=0);
    background-repeat: repeat-y;
}

.top-slide .dropdown-menu > li > a:hover {
/*   background-color: #e8e8e8;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x; */
}

.top-slide .dropdown-menu > .active > a,
.top-slide .dropdown-menu > .active > a:hover,
.top-slide .dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(left, #ff5822 0%, #ff7e22 100%);
  background-image:      -o-linear-gradient(left, #ff5822 0%, #ff7e22 100%);
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));*/
  background-image:         linear-gradient(to right, #ff5822 0%, #ff7e22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5822', endColorstr='#ff7e22', GradientType=0);
  background-repeat: repeat-x;
}
.top-slide .navbar-default {
  background: none;
  background-repeat: no-repeat;
  border-radius: 0px;
  border: 0;
}
.top-slide .navbar-default {

    /*background-color: #ffffff;
    border-color: #ffffff;*/

}
.top-slide .dropdown:hover > .dropdown-menu { 
    display: block; 
} 
.top-slide .navbar-default .navbar-nav > .active > a,
.top-slide .navbar-default .navbar-nav > .active > a:focus,
.top-slide .navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent;
  outline: none;
}

.top-slide .navbar-default .navbar-nav > .open > a,
.top-slide .navbar-default .navbar-nav > .active > a {
    color: #fff;
/*     background-color: #ff5822;
    background-image: -webkit-linear-gradient(#ff7e22 0%, #ff5822 100%);
    background-image: -o-linear-gradient(#ff7e22 0%, #ff5822 100%);
    background-image: linear-gradient(#ff7e22 0%, #ff5822 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e22', endColorstr='#ff5822', GradientType=0);
    background-repeat: repeat-y; */
  outline: none;
}

.top-slide .navbar-default .navbar-nav > li.dropdown > a {
    color: #fff;
 /*    border: 1px solid #ffffff;
    top: 1px;
    z-index: 10000; */
	
}
.top-slide .navbar-default .navbar-nav > .open > a,
.top-slide .navbar-default .navbar-nav > .open > a:focus,
.top-slide .navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #ffffff;
  z-index: 10000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -3px 10px 0px;
}

.top-slide .navbar-brand,
.top-slide .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}

.top-slide .navbar-static-top,
.top-slide .navbar-fixed-top,
.top-slide .navbar-fixed-bottom {
  border-radius: 0;
}

.top-slide ul.top-menu-right li a.link {
    font-family: 'Myriad Pro', sans-serif;
    display: inline-block;
    color: #ffffff;
    padding: 11px 10px;
    background: #ff5822;
    background: -moz-linear-gradient(left, #ff5822 0%, #ff7e22 100%);
    background: -webkit-linear-gradient(left, #ff5822 0%,#ff7e22 100%);
    background: linear-gradient(to right, #ff5822 0%,#ff7e22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5822', endColorstr='#ff7e22', GradientType=1 );
    font-size: 14px;
    font-style: italic;
    margin: 0;
    list-style: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.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, .05);
          box-shadow: 0 1px 2px rgba(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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */

/* End */


/* Start:/bitrix/templates/clevershop_v4/template_styles.css?156776009256464*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic');*/

@font-face {
    font-family: 'PF Agora Slab Pro';
    src: url('/bitrix/templates/clevershop_v4/fonts/PFAgoraSlabPro-Bold.eot');
    src: url('/bitrix/templates/clevershop_v4/fonts/PFAgoraSlabPro-Bold.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/clevershop_v4/fonts/PFAgoraSlabPro-Bold.woff2') format('woff2'), url('/bitrix/templates/clevershop_v4/fonts/PFAgoraSlabPro-Bold.woff') format('woff'), url('/bitrix/templates/clevershop_v4/fonts/PFAgoraSlabPro-Bold.ttf') format('truetype'), url('/bitrix/templates/clevershop_v4/fonts/PFAgoraSlabPro-Bold.svg#PFAgoraSlabPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PF Agora Slab Pro';
    src: url('/bitrix/templates/clevershop_v4/fonts/PFAgoraSlabPro-Medium.eot');
    src: url('/bitrix/templates/clevershop_v4/fonts/PFAgoraSlabPro-Medium.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/clevershop_v4/fonts/PFAgoraSlabPro-Medium.woff2') format('woff2'), url('/bitrix/templates/clevershop_v4/fonts/PFAgoraSlabPro-Medium.woff') format('woff'), url('/bitrix/templates/clevershop_v4/fonts/PFAgoraSlabPro-Medium.ttf') format('truetype'), url('/bitrix/templates/clevershop_v4/fonts/PFAgoraSlabPro-Medium.svg#PFAgoraSlabPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('/bitrix/templates/clevershop_v4/fonts/MyriadPro-SemiboldIt.eot');
    src: url('/bitrix/templates/clevershop_v4/fonts/MyriadPro-SemiboldIt.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/clevershop_v4/fonts/MyriadPro-SemiboldIt.woff2') format('woff2'), url('/bitrix/templates/clevershop_v4/fonts/MyriadPro-SemiboldIt.woff') format('woff'), url('/bitrix/templates/clevershop_v4/fonts/MyriadPro-SemiboldIt.ttf') format('truetype'), url('/bitrix/templates/clevershop_v4/fonts/MyriadPro-SemiboldIt.svg#MyriadPro-SemiboldIt') format('svg');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('/bitrix/templates/clevershop_v4/fonts/hinted-MyriadPro-Bold.eot');
    src: url('/bitrix/templates/clevershop_v4/fonts/hinted-MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/clevershop_v4/fonts/hinted-MyriadPro-Bold.woff2') format('woff2'), url('/bitrix/templates/clevershop_v4/fonts/hinted-MyriadPro-Bold.woff') format('woff'), url('/bitrix/templates/clevershop_v4/fonts/hinted-MyriadPro-Bold.ttf') format('truetype'), url('/bitrix/templates/clevershop_v4/fonts/hinted-MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('/bitrix/templates/clevershop_v4/fonts/MyriadPro-SemiExt.eot');
    src: url('/bitrix/templates/clevershop_v4/fonts/MyriadPro-SemiExt.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/clevershop_v4/fonts/MyriadPro-SemiExt.woff2') format('woff2'), url('/bitrix/templates/clevershop_v4/fonts/MyriadPro-SemiExt.woff') format('woff'), url('/bitrix/templates/clevershop_v4/fonts/MyriadPro-SemiExt.ttf') format('truetype'), url('/bitrix/templates/clevershop_v4/fonts/MyriadPro-SemiExt.svg#MyriadPro-SemiExt') format('svg');
    font-weight: normal;
    font-style: normal;
}

.p {
    margin: 0 !important;
}

body {
    margin: 0;
    padding: 0;
    color: #212121;
    font-family: "Myriad Pro", sans-serif;
    height: 100%;
}

.main {
    background: url('/bitrix/templates/clevershop_v4/images/topBG2.jpg') 0 0 no-repeat;
    background-size: 100% 184px;
}

.inner {
    background: url('/bitrix/templates/clevershop_v4/images/top_innerBG.jpg') 0 0 no-repeat;
    /* background-size: 100% 215px; */
    background-size: 100% 184px;
}

.basket-page {
    background: url('/bitrix/templates/clevershop_v4/images/topBG.jpg') 0 0 no-repeat;
    background-size: 100% 300px;
}

@media all and (max-width: 768px) {
    .main {
        background: url('/bitrix/templates/clevershop_v4/images/topBG2.jpg') 0 0 no-repeat;
        background-size: 100% 207px;
    }
    .inner {
        background: url('/bitrix/templates/clevershop_v4/images/top_innerBG.jpg') 0 0 no-repeat;
        background-size: 100% 180px;
        /* background: #fff; */
        /* background-size: 100% 415px; */
    }
    .basket-page {
        background: #fff;
    }
}

.rules {
    text-align: justify;
}


/* Top */

header {
    background: rgba(20, 0, 0, 0.1);
    background: -moz-linear-gradient(top, rgba(240, 240, 240, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to top, rgba(240, 240, 240, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=' rgba(240, 240, 240, 0.2)', endColorstr='rgba(0, 0, 0, 0.1)', GradientType=0);
}

header .top {
    /* background: #e0e3ec; */
    padding-top: 15px;
}

.nav li {
    position: static;
}

.dropdown-menu {
    top: 60px;
    left: -16px;
    padding: 10px;
    /* width: 270px !important; */
    width: 102.8%;
    position: absolute;
    margin: 0px 0px 10px 0px;
}

.dropdown-menu li {
    width: 30%;
    margin: 0px 0px 10px 0px;
    float: left;
}

.dropdown-menu li a,
.dropdown-menu li a:focus,
.dropdown-menu li a:hover {
    font-weight: 600;
    background: none;
    font-size: 16px;
    text-decoration: underline;
}

.submenu li {
    width: 100%;
    margin: 0px;
    float: unset;
    list-style: none;
}

.submenu li a,
.submenu li a:focus,
.submenu li a:hover {
    font-weight: normal;
    color: #ff5722;
    text-decoration: none;
}

.top-menu-right .dropdown-menu {
    top: 30px;
    left: -240px;
    padding: 10px;
    width: 270px !important;
    position: absolute;
    margin: 0px;
}


/*
header .dropdown-menu::after {
    content: '';
    position: absolute;
    right: 80px; top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #dddddd;
}
header .dropdown-menu span.triangle {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: -30px; left: 30px;
    border-bottom: 30px solid #fff;
    border-bottom: 30px solid transparent;
}
header .dropdown-menu span.triangle::before {
    content: '';
    width: 40px;
    display: block;
    position: absolute;
    top: 15px; left: -35px;
    border-top: 1px solid #aaa;
}
header .dropdown-menu span.triangle::after {
    content: '';
    width: 30px;
    display: block;
    position: absolute;
    top: -30px; left: 30px;
    border-top: 1px solid #aaa;
}
*/

header .dropdown-menu .Close,
header .dropdown-menu .Close:hover,
header .dropdown-menu .Close:focus {
    font-family: 'Myriad Pro', sans-serif;
    color: #212121;
    font-size: 13px;
    padding: 0;
    margin: 0 0 10px 0;
}

header .dropdown-menu .Close span {
    font-family: 'Roboto Light', sans-serif;
    color: #212121;
    font-size: 20px;
}

header .dropdown-menu .fpass a,
header .dropdown-menu .fpass a:hover,
header .dropdown-menu .fpass a:focus {
    font-family: 'Myriad Pro';
    font-weight: normal;
    font-style: normal;
    color: #ff5722;
    font-size: 14px;
    padding: 0;
    margin-bottom: 10px;
}

ul.top-menu {
    font-size: 14px;
    margin: 0;
    margin-top: -10px;
    padding: 0;
    list-style: none;
    text-shadow: 1px 3px 1px black;
}

ul.top-menu li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.top-menu li a {
    font-family: 'Myriad Pro';
    font-weight: 500;
    font-style: normal;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 1px 1px 3px black;
    padding: 0px 15px 0 0;
}

ul.top-menu li a:hover,
ul.top-menu li a.active {
    color: #ffffff;
    text-decoration: underline;
    text-shadow: 1px 1px 3px black;
}

ul.top-menu-right {
    margin: 0;
    padding: 0 0 5px 0;
    list-style: none;
}

ul.top-menu-right li {
    display: inline-block;
    padding: 0;
    margin: 0;
    /* margin-right: 10px; */
}

ul.top-menu-right li:last-child {
    margin-right: 0px;
}

ul.top-menu-right li a.link {
    font-family: 'Myriad Pro', sans-serif;
    display: inline-block;
    color: #ffffff;
    padding: 5px 10px;
    background: #ff5822;
    background: -moz-linear-gradient(left, #ff5822 0%, #ff7e22 100%);
    background: -webkit-linear-gradient(left, #ff5822 0%, #ff7e22 100%);
    background: linear-gradient(to right, #ff5822 0%, #ff7e22 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5822', endColorstr='#ff7e22', GradientType=1);
    font-size: 14px;
    font-style: italic;
    margin: 0;
    list-style: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.top-menu-right li:last-child a {
    border-right: 0;
}

ul.top-menu-right li a .fa {
    font-size: 16px;
    margin-right: 5px;
}

.emarket-basket-small {
    text-align: left;
}

.emarket-basket-small a.link {
    padding: 2px 10px !important;
}

.emarket-basket-small a {
    color: #212121;
}

ul.top-menu-right li a:hover,
ul.top-menu-right li a.active {
    color: #ffffff;
    text-decoration: none;
}


/* Logo */

header .logo {
    padding: 0;
    float: left;
}


/* header .logo img {
	width: 61px;
} */


/* Slider */

header .slogan {
    font-family: 'Myriad Pro Black';
    font-weight: bold;
    font-style: normal;
    margin-top: 12px;
    color: #ffffff;
    font-size: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 224%;
    font-weight: bold;
    text-shadow: 1px 1px 13px rgba(0, 0, 0, 0.3);
    padding: 0;
}

header .slogan span {
    font-family: 'Myriad Pro';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    font-size: 29.3px;
    white-space: nowrap;
    line-height: 0;
    letter-spacing: 1px;
    text-shadow: 1px 1px 13px rgba(0, 0, 0, 0.3);
}

.slogan a {
    font-size: 18px;
    color: #212121;
    text-decoration: none;
}

.slogan .tel {
    display: inline-block;
    width: 18px;
    height: 19px;
    background: url('/bitrix/templates/clevershop_v4/images/icn_call.png') 50% 0 no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}

section.two {
    padding-top: 0px;
}

.help {
    background: #e0e3ec;
    background: #ff5822;
    background: -moz-linear-gradient(bottom, #ff5822 0%, #ff7e22 100%);
    background: -webkit-linear-gradient(bottom, #ff5822 0%, #ff7e22 100%);
    background: linear-gradient(to bottom, #ff5822 0%, #ff7e22 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5822', endColorstr='#ff7e22', GradientType=0);
    padding: 0px 15px;
    margin-top: 0;
    margin-left: 15px;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: auto;
    color: #ffffff;
    font-size: 21px;
    font-style: italic;
}

.request_order {
    display: inline-block;
    margin: 0 0 10px 0;
    width: 100%;
    padding-top: 5px;
    /*
display: none;
position: absolute;
top: -10px;
left: 360px;
z-index: 100;
*/
}

.request_order a {
    font-size: 17px;
    padding: 5px 13px;
    width: 100%;
}

.phone-block {
    float: left;
    background: url('/bitrix/templates/clevershop_v4/images/phone-icon.png') 0 5px no-repeat;
    background-size: 24px auto;
    padding-left: 32px;
    text-align: left;
    margin-top: -10px;
    margin-right: 15px;
}

.phone-block a {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.phone-block .call {
    margin: 5px 0 0 10px;
    display: block;
    float: right;
}

.phone-block .call a,
.phone-block .call a:hover {
    text-decoration: none;
}

.phone-block .call span {
    font-size: 16px;
    color: #ff5722;
    border-bottom: 1px dashed #ff5722;
    cursor: pointer;
}

.search-block {
    margin-top: 15px;
}

.search {
    border: 1px solid #ff5822;
    border-radius: 4px;
    border-top-left-radius: 0px;
    width: 98%;
    /* width: 39.5%; */
    padding: 0;
    margin: 0;
    margin-left: 15px;
    padding-left: 15px;
    background-color: #ffffff;
}

.search input {
    width: 90%;
    padding: 8px 0;
    border: 0;
    font-family: 'Myriad Pro';
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    outline: none;
    background-color: #ffffff;
}

.search input.submit {
    width: 18px;
    height: 18px;
    border: 0;
    float: right;
    background: url('/bitrix/templates/clevershop_v4/images/icn_search.png') no-repeat;
    margin: 8px 20px 7px 0;
}

.btn-call,
.btn-call:focus,
.btn-call:hover {
    background: #1e5799;
    background: -moz-linear-gradient(left, #ff5822 0%, #ff7e22 100%);
    background: -webkit-linear-gradient(left, #ff5822 0%, #ff7e22 100%);
    background: linear-gradient(to right, #ff5822 0%, #ff7e22 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5822', endColorstr='#ff7e22', GradientType=1);
    border: 0;
    border-bottom: 1px solid #a03919;
    margin: 50px 0 0 0;
    width: 100%;
}

.navbar-default .navbar-nav>li>a.other {
    color: #ff5822;
    font-size: 40px;
    padding: 10px 35px 10px 30px;
    position: relative;
    cplay: inline-block;
}

.navbar-default .navbar-nav>li>a.other:hover {
    color: #fff;
    font-size: 40px;
    padding: 10px 35px 10px 30px;
    position: relative;
    display: inline-block;
}

.navbar-default .navbar-nav>li>a.other span {
    font-size: 40px;
    position: relative;
    top: -12px;
}

.slider {
    margin-top: 210px;
}


/* Carousel */

.slider_bg {
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    /* 	background: #e1e3ec;
background: -moz-linear-gradient(bottom, #f5f7f8 0%, #e1e3ec 100%);
background: -webkit-linear-gradient(bottom, #f5f7f8 0%,#e1e3ec 100%);
background: linear-gradient(to bottom, #f5f7f8 0%,#e1e3ec 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7f8', endColorstr='#e1e3ec',GradientType=0 );
padding: 0 30px;
margin-top: 20px;
border-radius: 20px; */
}

ul.slider-category {
    margin: 0;
    padding: 0;
    list-style: none;
    /* background-color: #ffffff; */
    /* border: 1px solid #cccccc; */
    /* border-right: 0; */
    border-right: 1px solid #ccc !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rules {
    margin: 15px 0;
    text-align: left;
}

@media all and (max-width: 991px) {
    ul.slider-category {
        margin: 0;
        margin-bottom: 15px;
        padding: 0 30px;
        list-style: none;
        background-color: #ffffff;
        border: 0;
    }
    .carousel-inner,
    .right,
    .border {
        border-radius: 10px;
        border: 0;
    }
    .navbar-default .navbar-header {
        background: none;
        /*#e8ebf0 !important;*/
    }
    .navbar-toggle {
        position: relative;
        float: left;
        padding: 12px 10px;
        margin-top: 4px;
        margin-left: 10px;
        margin-bottom: 8px;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #999999;
        border-radius: 4px;
        display: inline-block;
    }
    .navbar-toggle:focus,
    .navbar-toggle:hover {
        position: relative;
        float: left;
        padding: 12px 10px;
        margin-top: 4px;
        margin-left: 10px;
        margin-bottom: 8px;
        background-color: #ff5722;
        background-image: none;
        border: 1px solid #999999;
        border-radius: 4px;
        display: inline-block;
    }
    .navbar-header .logo {
        padding: 0;
        margin: 4px 0;
        float: left;
    }
    .navbar-header .logo img {
        width: 40px;
        display: inline-block;
        border-radius: 4px;
    }
    .navbar-header .top-menu-right {
        /* margin-top: 4px; */
        margin-right: 10px;
    }
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        color: #ff5722;
        background-color: #ffffff;
        border: 0;
        top: 0;
        z-index: 10000;
        border: 0;
        box-shadow: none;
    }
    .navbar-default .navbar-nav>li.dropdown>a {
        color: #777;
        border: 0;
        top: 0;
        z-index: 10000;
    }
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7 !important;
    background: #ffffff;
    padding-bottom: 15px;
}

.collapse.in {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 200;
}

ul.catalog-menu-mobile {
    list-style: none;
    margin: 10px;
    padding: 0;
    background: #fff;
    border-bottom: 3px solid #ff5722;
}

ul.catalog-menu-mobile li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

ul.catalog-menu-mobile li:focus,
ul.catalog-menu-mobile li:hover,
ul.catalog-menu-mobile li.active {
    list-style: none;
    margin: 0;
}

ul.catalog-menu-mobile li ul li a {
    border-left: 5px solid #fff;
    color: #000000;
    padding: 12px 10px 12px 30px;
    display: block;
    margin-left: 30px;
}

ul.catalog-menu-mobile li a {
    border-left: 5px solid #fff;
    color: #000000;
    padding: 8px 10px 8px 30px;
    display: block;
}

ul.catalog-menu-mobile li a.active {
    border-left: 5px solid #fff;
    color: #000000;
    padding: 8px 10px 8px 30px;
    display: block;
    border-left: 5px solid #ff5722;
}

ul.catalog-menu-mobile li ul {
    list-style: none;
    padding: 0;
    /* padding-left: 30px; */
    display: none;
}

.mobile .catalog-menu h2 {
    display: inline-block;
    font-family: 'PF Agora Slab Pro';
    font-weight: bold;
    font-style: normal;
    font-size: 22px !important;
    text-align: center;
    margin: 15px auto !important;
    border-bottom: 1px dashed #363636;
    cursor: pointer;
}

@media all and (max-width: 800px) {
    body {
        background: none;
    }
    .header {
        background: rgba(20, 0, 0, 0.1);
        background: -moz-linear-gradient(top, rgba(240, 240, 240, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to top, rgba(240, 240, 240, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=' rgba(240, 240, 240, 0.2)', endColorstr='rgba(0, 0, 0, 0.8)', GradientType=0);
    }
    .mob_search {
        /*
		position: absolute;
		top: 2px;
		left: 0;
		z-index: 10000;
		width: 100%;
		*/
        margin: 0 10px;
    }
    .navbar {
        margin-bottom: 0 !important;
    }
    .mob_search form {
        margin: 0;
        padding: 0;
    }
    .preview-picture {
        display: block;
        width: 180px;
        height: 180px;
        margin: 0px auto 5px auto;
    }
    .goods-block .title {
        color: #333333;
        font-size: 15px;
        font-family: 'Myriad pro', sans-serif;
        display: block;
        margin: 0 15px;
        line-height: 100%;
        height: 30px;
        overflow: hidden;
    }
    .goods-block .prices {
        margin: 10px;
    }
    .goods-block .old-price {
        float: left;
        color: #999999;
        font-size: 15px;
        font-family: 'Myriad pro', sans-serif;
        margin-right: 15px;
        text-decoration: line-through;
    }
    .item_old_price {
        float: right;
        color: #999999;
        font-size: 15px;
        font-family: 'Myriad pro', sans-serif;
        margin-left: 15px;
        text-decoration: line-through;
    }
    .goods-block .new-price {
        color: #df713b;
        font-size: 21px;
        font-family: 'Myriad pro', sans-serif;
    }
    .bx_stick_disc {
        font-size: 15px;
    }
    .info .volume,
    .info .volume {
        color: #999999;
        font-size: 14px;
        font-family: 'Myriad pro', sans-serif;
        margin-bottom: 20px;
    }
    .info .volume a,
    .info .volume a {
        color: #212121;
        font-size: 14px;
        font-family: 'Myriad pro', sans-serif;
        padding: 5px 10px;
        background-color: #cccccc;
        border-radius: 4px;
    }
    .info .volume a:hover,
    .info .volume a.active,
    .shop-box .volume a:hover,
    .shop-box .volume a.active {
        color: #ffffff;
        background-color: #ff5722;
    }
    .goods-block .counter {
        width: 35%;
    }
    .title-count {
        position: absolute;
        top: -5px;
        left: 37px;
        z-index: 100;
    }
    .goods-block .counter input,
    .shop-box .counter input {
        width: 100%;
        text-align: center;
    }
    .goods-block .more-link {
        color: #999999;
        font-size: 14px;
        font-family: 'Myriad pro', sans-serif;
    }
    .goods-block .item .info {
        display: none;
        opacity: 0;
    }
    .goods-block .item:hover .title {
        height: auto;
        overflow: hidden;
        height: 30px;
        margin: 0 15px;
    }
    .goods-block .item:hover .new-price {
        bottom: 25px;
        z-index: 305;
    }
    .goods-block .item .article {
        height: 20px;
        overflow: hidden;
    }
    .text-title {
        font-size: 18px;
        margin: 15px 0;
        text-align: left;
    }
    .slider_bg {
        border: 0 !important;
    }
}

@media all and (max-width: 330px) {
    body {
        background: none;
    }
    .header {
        background: rgba(20, 0, 0, 0.4);
        background: -moz-linear-gradient(top, rgba(240, 240, 240, 0.4) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0.4) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to top, rgba(240, 240, 240, 0.4) 0%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=' rgba(240, 240, 240, 0.4)', endColorstr='rgba(0, 0, 0, 1)', GradientType=0);
    }
    .mob_search {
        /*
		position: absolute;
		top: 2px;
		left: 0;
		z-index: 10000;
		width: 100%;
		*/
    }
    .mob_search form input {
        width: 400px;
    }
    .mob_search form {
        margin: 0;
        padding: 0;
    }
    ul.top-menu-right li a {
        font-family: 'Roboto Light', sans-serif;
        display: inline-block;
        color: #ffffff;
        padding: 5px 10px;
        border-right: 1px solid #c0461f;
    }
    header .slogan {
        margin-top: 0;
    }
}


/*--480--*/


/*--/480--*/

.mobile .logo {
    text-align: center;
    padding: 0 30px 10px 30px;
}

ul.slider-category li {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
}

ul.slider-category li.catname {
    padding: 16px 10px;
    font-weight: 600;
    font-family: 'PF Agora Slab Pro';
    font-style: normal;
    font-size: 21px;
    color: #212121;
    text-align: center;
}

ul.slider-category li a {
    display: block;
    margin: 0;
    padding: 15px 10px;
    border-top: 1px solid #e5e5e5;
    color: #434850;
    font-size: 17px;
    font-family: 'PF Agora Slab Pro';
    font-weight: normal;
    font-style: normal;
    position: relative;
    text-decoration: none;
    outline: none;
}

ul.slider-category li a i {
    position: absolute;
    left: 93%;
    top: 50%;
    margin-top: -8px;
    z-index: 300;
}

ul.slider-category li ul.drop {
    background: #fff;
    width: 777px;
    height: 416px;
    -moz-box-sizing: padding-box;
    /* Для Firefox */
    box-sizing: padding-box;
    /* Ширина блока с полями */
    position: absolute;
    left: 100.3%;
    top: 1px;
    z-index: 300;
    opacity: 0;
    list-style: none;
    margin: 0;
    padding: 15px;
    display: none;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

ul.slider-category li:hover ul.drop {
    opacity: 1;
    display: block;
}

ul.slider-category li:hover ul.drop li {
    padding: 0;
    margin: 0 0 20px 0;
}

ul.slider-category li:hover ul.drop li a {
    border: 0;
}

ul.slider-category li:hover ul.drop li .article {
    font-weight: normal;
}

ul.slider-category li:hover a,
ul.slider-category li.active a {
    color: #ff5722;
}

.carousel {
    border: 0;
}

.border {
    border: 1px solid #cccccc;
}

.br10 {
    border-radius: 10px;
}

.carousel-inner,
.right,
.border {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0;
}


/* Slider */

.owl-carousel {
    margin: 40px 0 40px 0;
    padding: 0 35px;
}

.owl-prev i,
.owl-next i {
    background: none;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0%;
    color: #212121;
}

.owl-prev {
    left: 0px;
}

.owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
    color: #212121;
    text-decoration: none;
}


/* Content */

h2 {
    font-family: 'PF Agora Slab Pro';
    font-weight: bold;
    font-style: normal;
    font-size: 36px;
    color: #363636;
    text-align: center;
    margin: 45px 0;
    padding: 0;
}

.title_h2 {
    /* чтобы линии не выходили за ширину блока заголовка */
    overflow: hidden;
}

.title_h2::before,
.title_h2::after {
    content: '';
    /* делаем линию строчно-блочной */
    display: inline-block;
    /* выравниваем вертикально по середине */
    vertical-align: middle;
    /* не позволяем ширине превысить 100% (будет добавлен бордюр) */
    box-sizing: border-box;
    /* установка ширины в 100% делает линию равной ширине тега заголовка
  ** благодаря этому линия заполнит все свободное пространство
  ** слева и справа от текста
  */
    width: 100%;
    height: 1px;
    background: #e1e3ec;
    /* добавляем к линии левый и правый бордюр цветом основного фона заголовка
  ** благодаря этому создается нужный отступ между линиями и текстом
  */
    border: solid #FFF;
    border-width: 0 30px;
}

.title_h2::before {
    /* смещаем левую линию влево отрицательным отступом, равным 100% ширины
  ** благодаря этому линия встает слева от текста
  */
    margin-left: -100%;
}

.title_h2::after {
    /* смещаем правую линию вправо отрицательным отступом, равным 100% ширины
  ** благодаря этому линия встает справа от текста
  */
    margin-right: -100%;
}

.content-block {
    padding: 0 10px 30px 10px;
    min-height: 600px;
}


/* .description {
    margin-bottom: 30px;
} */


/* GOODS */

.goods-block {
    margin-left: 0px !important;
}

#hitblock {
    border-left: 1px solid #d3d4d6;
    border-top: 1px solid #d3d4d6;
}

.goods-block .item {
    border-right: 1px solid #d3d4d6;
    border-bottom: 1px solid #d3d4d6;
    text-align: center;
    position: relative;
    border-collapse: collapse;
    height: 325px;
    padding-top: 10px;
}

.preview-picture {
    display: block;
    width: 180px;
    height: 180px;
    margin: 0px auto 5px auto;
}

.goods-block .title {
    color: #333333;
    font-size: 15px;
    font-family: 'Myriad pro', sans-serif;
    display: block;
    margin: 0 15px;
    line-height: 100%;
    height: 30px;
    overflow: hidden;
}

.goods-block .prices {
    margin: 10px;
}

.goods-block .old-price {
    float: left;
    color: #999999;
    font-size: 15px;
    font-family: 'Myriad pro', sans-serif;
    margin-right: 15px;
    text-decoration: line-through;
}

.item_old_price {
    float: right;
    color: #999999;
    font-size: 15px;
    font-family: 'Myriad pro', sans-serif;
    margin-left: 15px;
    text-decoration: line-through;
}

.goods-block .new-price {
    color: #df713b;
    font-size: 21px;
    font-family: 'Myriad pro', sans-serif;
    z-index: 105;
    position: absolute;
    right: 20px;
}

.bx_stick_disc {
    font-size: 15px;
}

.info .volume,
.info .volume {
    color: #999999;
    font-size: 14px;
    font-family: 'Myriad pro', sans-serif;
    margin-bottom: 20px;
}

.info .volume a,
.info .volume a {
    color: #212121;
    font-size: 14px;
    font-family: 'Myriad pro', sans-serif;
    padding: 5px 10px;
    background-color: #cccccc;
    border-radius: 4px;
}

.info .volume a:hover,
.info .volume a.active,
.shop-box .volume a:hover,
.shop-box .volume a.active {
    color: #ffffff;
    background-color: #ff5722;
}

.goods-block .counter {
    width: 35%;
}

.title-count {
    position: absolute;
    top: -5px;
    left: 37px;
    z-index: 100;
}

.goods-block .counter input,
.shop-box .counter input {
    width: 100%;
    text-align: center;
}

.goods-block .more-link {
    color: #999999;
    font-size: 14px;
    font-family: 'Myriad pro', sans-serif;
}

.goods-block .item .info {
    display: none;
    opacity: 0;
}

.goods-block .item:hover {
    border: 1px solid #ff5722;
    padding: 10px 0 0 0;
    z-index: 245;
}

.goods-block .item:hover .title {
    height: auto;
    overflow: hidden;
}

.goods-block .item:hover .new-price {
    bottom: 25px;
    z-index: 305;
}

.goods-block .item .article {
    height: 20px;
    overflow: hidden;
}

.text-title {
    font-size: 18px;
    margin: 15px 0;
    text-align: left;
}

.title-search-result {
    z-index: 400;
}


/*
.goods-block .item .article {
	position: absolute;
	left: 20px;
	bottom: 17px;
	z-index: 105;
}
.goods-block .item:hover .article {
	position: absolute;
	right: 20px !important;
	bottom: 17px;
	z-index: 105;
}
*/

.goods-block .item:hover .info {
    display: block;
    width: auto;
    min-height: 100px;
    background: #ffffff;
    border: 1px solid #ff5722;
    border-top: 0;
    padding: 15px 15px 15px 15px;
    margin: 0 -1px 0 -1px;
    position: absolute;
    top: 286px;
    left: 0;
    background: #ffffff;
    z-index: 100;
    opacity: 1;
}


/* /GOODS */


/* 480 */

@media (max-width: 480px) {
    body {
        background: none;
        padding: 0;
        margin: 0;
    }
    .header {
        background: rgba(20, 0, 0, 0.4);
        background: -moz-linear-gradient(top, rgba(240, 240, 240, 0.4) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0.4) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to top, rgba(240, 240, 240, 0.4) 0%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=' rgba(240, 240, 240, 0.4)', endColorstr='rgba(0, 0, 0, 1)', GradientType=0);
    }
    .content-block {
        padding: 0 10px;
    }
    h1 {
        font-size: 26px !important;
        margin: 15px 0 !important;
        padding: 0 !important;
    }
    .subscribe {
        text-align: center !important;
    }
    .mob_search .form-inline .form-control {
        display: block !important;
        border: 1px solid #ff5822 !important;
        width: auto;
        vertical-align: middle;
        text-align: left;
        margin: auto !important;
    }
    .mob_search .form-control {
        display: block !important;
        border: 1px solid #ff5822 !important;
        width: 100%;
        vertical-align: middle;
        text-align: left;
        margin: auto !important;
    }
    .mob_search .input-group-addon {
        cursor: pointer;
        padding: 6px 6px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #ff5822 !important;
        text-align: center;
        background-color: #eee;
        border: 1px solid #ff5822 !important;
        border-left: 0 !important;
        /* border-radius: 4px; */
        /* border-top-left-radius: 4px; */
        /* border-bottom-left-radius: 4px; */
    }
    .fa .fa-search {
        color: #ff5822 !important;
    }
    ul.payments li {
        display: inline-block !important;
    }
    ul.payments li:first-child {
        display: block !important;
    }
    .form-inline label {
        margin-right: 0px !important;
        margin-top: 15px;
        font-size: 16px;
    }
    ul.payments li img {
        margin-left: 0px !important;
        margin: 0 5px 15px 5px;
    }
    .slider {
        margin-top: -30px;
    }
    .row {
        margin: 0;
    }
    .about h2 {
        margin: 0 0 15px 0 !important;
    }
    .text h2 {
        font-size: 22px !important;
    }
    .container .row {
        margin: 0 -15px;
    }
    .footer-logo {
        width: 61px;
        float: left;
        margin-bottom: 30px;
        margin-right: 10px;
    }
    footer .slogan {
        margin-top: -5px !important;
    }
    footer .email {
        margin-top: 0px !important;
    }
    ul.top-menu-right li a.link {
        font-family: 'Roboto Light', sans-serif;
        display: inline-block;
        color: #ffffff;
        padding: 5px 10px;
        background: #ff5822;
        background: -moz-linear-gradient(left, #ff5822 0%, #ff7e22 100%);
        background: -webkit-linear-gradient(left, #ff5822 0%, #ff7e22 100%);
        background: linear-gradient(to right, #ff5822 0%, #ff7e22 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5822', endColorstr='#ff7e22', GradientType=1);
        font-size: 13px;
        font-style: italic;
        margin: 0;
        list-style: none;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    ul.top-menu-right li:last-child a {
        border-right: 0;
    }
    ul.top-menu-right li a .fa {
        font-size: 13px;
        margin-right: 0px;
    }
    .mob_search form {
        margin: 0;
        padding: 0;
    }
    .goods-block .item {
        height: auto;
        padding: 10px 15px;
        overflow: hidden;
    }
    .goods-block .item:hover {
        border: 1px solid #ff5722;
        padding: 10px 15px;
        z-index: 304;
    }
    .goods-block .item:hover .title {
        height: 30px;
        margin: 0 15px;
        overflow: hidden;
    }
    .goods-block .item .info,
    .goods-block .item:hover .info {
        display: block;
        opacity: 1;
        width: auto;
        min-height: 50px;
        background: #ffffff;
        /* border: 1px solid #ff5722; */
        border: 0;
        padding: 5px 15px 10px 15px;
        margin: 0 -1px 0 -1px;
        position: static;
        background: #ffffff;
    }
    .goods-block .old-price {
        clear: both;
        color: #999999;
        font-size: 15px;
        font-family: 'Myriad pro', sans-serif;
        margin-right: 15px;
        margin-bottom: 15px;
        text-decoration: line-through;
        width: 100%;
    }
    .item_old_price {
        float: right;
        color: #999999;
        font-size: 15px;
        font-family: 'Myriad pro', sans-serif;
        margin-left: 15px;
        text-decoration: line-through;
    }
    .goods-block .new-price {
        color: #df713b;
        font-size: 21px;
        font-family: 'Myriad pro', sans-serif;
        position: static;
    }
    .bx_stick_disc {
        font-size: 15px;
    }
    .info .volume,
    .info .volume {
        color: #999999;
        font-size: 14px;
        font-family: 'Myriad pro', sans-serif;
        margin-bottom: 20px;
    }
    .info .volume a,
    .info .volume a {
        color: #212121;
        font-size: 14px;
        font-family: 'Myriad pro', sans-serif;
        padding: 5px 10px;
        background-color: #cccccc;
        border-radius: 4px;
    }
    .info .volume a:hover,
    .info .volume a.active,
    .shop-box .volume a:hover,
    .shop-box .volume a.active {
        color: #ffffff;
        background-color: #ff5722;
    }
    .goods-block .counter {
        width: 35%;
        /* margin-top: -20px; */
    }
    .title-count {
        position: static;
    }
    .big-img {
        margin-top: 0 !important;
    }
}


/* /480 */

.about {
    padding-top: 20px;
    color: #333333;
    /* font-family: 'PF Agora Slab Pro'; */
    font-size: 17px;
}

.about p {
    color: #333333;
    /* font-family: 'PF Agora Slab Pro'; */
    font-size: 17px;
    padding-right: 50px;
}

.about h2 {
    font-family: 'PF Agora Slab Pro';
    font-weight: bold;
    font-style: normal;
    font-size: 36px;
    color: #363636;
    text-align: left;
    margin: 65px 0 40px 0;
    padding: 0;
}


/* Subscribe */

.subscribe {
    border-top: 1px solid #e7e9ef;
    padding: 30px 0;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    text-align: left;
}

.form-inline label {
    margin-right: 30px;
}

.input-group-addon {
    cursor: pointer;
    padding: 6px 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #212121;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

ul.payments {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

ul.payments li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

ul.payments li.ptitle {
    font-family: 'PF Agora Slab Pro Medium';
    font-size: 15px;
}

ul.payments li img {
    margin-left: 20px;
}

.catalog-menu {
    text-align: center;
}

.catalog-menu h2 {
    display: inline-block;
    font-family: 'PF Agora Slab Pro';
    font-weight: bold;
    font-style: normal;
    font-size: 26px;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-top: 20px;
    border-bottom: 1px dashed #363636;
    cursor: pointer;
}

.catalog-menu h2:hover,
.catalog-menu h2.active {
    color: #c74433;
    border-bottom: 1px dashed #c74433;
}

.redborder {
    border: 1px solid #f00;
}

.big-img {
    border: 1px solid #d4d1d1;
    /*margin-top: 88px;*/
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.sticker {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 150;
    background-color: #f00;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.preview img {
    float: left;
    margin-right: 16px;
    border: 1px solid #d4d1d1;
    cursor: pointer;
}

.preview img:last-child {
    margin-right: 0;
}

.property {
    color: #515151;
    font-family: 'PF Agora Slab Pro';
    font-size: 18px;
    font-weight: normal;
    width: 100%;
    margin-bottom: 15px;
}

.property div {
    padding: 3px 5px;
}

.property .property-name {
    font-size: 15px;
}

.property div:nth-child(2n) {
    background: #e5e5e5;
}

.property div span:nth-child(2n) {
    float: right;
    font-size: 15px;
    margin-top: 3px;
}

.shop-box {
    background-color: #f5f5f5;
    border: 1px solid #dbdbdb;
    border-top: 5px solid #ff5722;
    padding: 10px;
    color: #515151;
    font-family: 'PF Agora Slab Pro';
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 15px;
}

.shop-box .label {
    font-family: 'PF Agora Slab Pro';
    color: #515151;
    float: left;
    font-size: 15px;
    font-weight: normal;
}

.shop-box .counter {
    float: right;
    width: 55%;
}

.shop-box .counter .input-group {
    top: -5px;
}

.shop-box .counter input {
    width: 100%;
}

.shop-box .price,
.shop-box .counter {
    text-align: right;
}

.shop-box .volume {
    font-family: 'PF Agora Slab Pro';
    color: #515151;
    font-size: 15px;
    font-weight: normal;
    width: 45%;
}

.shop-box .price {
    color: #ff5722;
    font-size: 34px;
    line-height: 100%;
    padding: 0 0 20px 0;
}

.adv {
    margin: 30px auto;
    height: 61px;
    display: table;
}

.adv span {
    display: flex;
    line-height: 100%;
    margin-top: 10px;
    vertical-align: middle;
}

.adv img {
    width: 61px;
    height: 61px;
    /* float: left; */
    vertical-align: middle;
    margin-bottom: 5px;
}

.adv-block {
    height: 61px;
    line-height: 61px;
    overflow: hidden;
}

.text {}

.text h2 {
    font-family: 'PF Agora Slab Pro';
    font-weight: normal;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0;
}

.goto {
    width: 345px;
    margin: auto;
    background: url('/bitrix/templates/clevershop_v4/images/dots.png') 50% 79% no-repeat;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #505050;
    height: 100px;
}

.goto .active {
    color: #ff5722;
}

.goto .basket,
.goto .order {
    text-align: center;
    width: 100px;
    float: left;
}

.goto .order {
    text-align: center;
    width: 100px;
    float: right;
}

.goto .ball {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    color: #fff;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 32px;
    font-weight: normal;
    padding-top: 8px;
    background-color: #a9a9a9;
    border: 3px solid #fff;
    text-align: center;
    margin: 15px auto;
}

.goto .active .ball {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    color: #fff;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 32px;
    font-weight: normal;
    padding-top: 8px;
    background-color: #ff5722;
    border: 3px solid #fff;
    text-align: center;
    margin: 15px auto;
}

.basket-block {
    border: 1px solid #eff3f6;
    border-radius: 10px;
    padding: 0 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: url('/bitrix/templates/clevershop_v4/images/basketBG.png') 0 100% repeat-x;
}

.basket-table {
    width: 100%;
}

.basket-table .promocode input {
    border: 1px solid #e0e4ed;
    border-radius: 6px;
    padding: 10px;
    width: 70%;
    margin-top: 5px;
}

.basket-table input.filter {
    border: 1px solid #e0e4ed;
    border-radius: 6px;
    padding: 10px;
}

.basket-table .nds {
    font-size: 18px;
    color: #999999;
}

.basket-table .oldprice {
    font-size: 21px;
    color: #999999;
    text-decoration: line-through;
}

.basket-table .dop {
    font-size: 17px;
    color: #999999;
}

.basket-table .last {
    margin-top: 10px;
}

.basket-table .dop .price {
    font-size: 17px;
}

.basket-table tr {
    border-top: 1px solid #e0e4ed;
}

.basket-table tr:first-child {
    border-top: 0;
}

.basket-table .count {
    color: #999999;
    padding-top: 15px;
}

.basket-table td {
    width: 18%;
    vertical-align: top;
    text-align: left;
    padding: 20px 10px;
}

.basket-table td:first-child {
    width: 10%;
    vertical-align: top;
    padding-left: 0;
}

.basket-table td:last-child {
    width: 10%;
    vertical-align: middle;
    padding-right: 0;
}

.basket-table img {
    width: 70px;
    margin: auto;
}

.basket-table .name {
    width: 32%;
}

.basket-table .name a {
    color: #303030;
    font-size: 16px;
}

.basket-table .info,
.basket-table .summ {
    margin-top: 30px;
}

.basket-table .name .info {
    margin-top: 5px;
}

.basket-table .price,
.basket-table .summ {
    color: #ff5722;
    font-size: 24px;
}

.basket-table .counter {
    width: 50%;
}

.basket-table .delete {
    padding-top: 35px;
}

.basket-table .delete img {
    width: 33px;
}

.basket-table tr:last-child td {
    border-top: 0;
    padding: 0 0 10px 0;
}

.order-button {
    margin-bottom: 80px;
}

.content {
    padding-bottom: 80px;
    padding-right: 50px;
    /*font-family: 'PF Agora Slab Pro';*/
    font-family: "Myriad Pro", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    color: #515151;
}

.content-bg {
    background: url('/bitrix/templates/clevershop_v4/images/contentBG.jpg') 100% 100% no-repeat;
}

.content h2 {
    text-align: left;
    font-size: 24px;
    padding: 0;
    margin: 0 0 20px 0;
}

.bx-basket {
    margin-bottom: 30px;
}


/* Footer */

footer {
    background-color: #e8eaef;
    background: url('/bitrix/templates/clevershop_v4/images/footerBG.jpg') no-repeat;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 30px;
    /* box-shadow: inset 1px 1px 10px black; */
}

.footer-logo {
    float: left;
    width: 61px;
    margin-right: 10px;
}

ul.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.footer-menu li {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}

footer h3 {
    /* font-family: 'PF Agora Slab Pro'; */
    font-style: normal;
    font-size: 17px;
    margin: 0 0 15px 0;
    padding: 0;
}

ul.footer-menu li a {
    /* font-family: 'PF Agora Slab Pro'; */
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #ff5722;
}

ul.footer-menu li:hover a,
ul.footer-menu li.active a {
    /* font-family: 'PF Agora Slab Pro'; */
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #ff5722;
    text-decoration: underline;
}

.call a {
    /* font-family: 'PF Agora Slab Pro'; */
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #ff5722;
}

.email a {
    /* font-family: 'PF Agora Slab Pro'; */
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    color: #4f4b4b;
    padding-left: 30px;
    background: url('/bitrix/templates/clevershop_v4/images/email.png') 0 50% no-repeat;
}


/* footer .slogan,
footer .email {
	margin-top: 15px;
} */

.advantage {
    background: url('/bitrix/templates/clevershop_v4/images/advantageBG.jpg') 0 0 no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    margin: 60px 0 20px 0;
    font-family: 'PF Agora Slab Pro';
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
}

.advantage h2 {
    font-family: 'PF Agora Slab Pro';
    font-weight: bold;
    font-style: normal;
}

.advantage img {
    margin-top: 20px;
    margin-bottom: 10px;
}

.breadcrumb {
    padding: 0;
    margin: 200px 0 20px 0;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 11pt;
    color: #3a3a3a;
    list-style: none;
    background: none;
}

@media (max-width: 700px) {
    .breadcrumb {
        display: none;
    }
}

.breadcrumb li {
    display: inline-block;
    list-style: none;
}

.breadcrumb a {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 11pt;
    color: #3a3a3a;
}

.catalog-menu {
    padding: 0;
    margin: 0 0 30px 0;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 17px;
    color: #8d8d8d;
    list-style: none;
    background: none;
}

.catalog-menu li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.catalog-menu>li>a {
    color: #fff;
    /*   background-color: rgba(153, 153, 153, 0.3); */
    background-image: -webkit-linear-gradient(top, rgba(168, 168, 168, 0.5) 0%, rgba(153, 153, 153, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(168, 168, 168, 0.5) 0%, rgba(153, 153, 153, 0.7) 100%);
    background-image: linear-gradient(to top, rgba(168, 168, 168, 0.5) 0%, rgba(153, 153, 153, 0.7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(168, 168, 168, 0.5)', endColorstr='rgba(153, 153, 153, 0.7)', GradientType=0);
    background-repeat: repeat-y;
    border-radius: 7px;
    border-radius: 7px;
    padding: 8px 10px;
    text-shadow: 1px 1px 1px black;
    font-size: 14px;
    text-decoration: none;
}

.catalog-menu>li>a:hover,
.catalog-menu>li>a.active,
.catalog-menu>li>a:focus {
    color: #fff;
    background-color: rgba(255, 88, 34, 0.7);
    background-image: -webkit-linear-gradient(top, rgba(255, 126, 34, 0.5) 0%, rgba(255, 88, 34, 0.7) 100%);
    background-image: -o-linear-gradient(rgba(255, 126, 34, 0.5) 0%, rgba(255, 88, 34, 0.7) 100%);
    background-image: linear-gradient(rgba(255, 126, 34, 0.5) 0%, rgba(255, 88, 34, 0.7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 126, 34, 0.5)', endColorstr='rgba(255, 88, 34, 0.7)', GradientType=0);
    background-repeat: repeat-y;
    text-decoration: none;
}

h1 {
    font-family: 'PF Agora Slab Pro', sans-serif;
    font-weight: bold;
    font-size: 30px;
}

select#sort {
    background-color: rgba(255, 88, 34, 1);
    color: #fff;
    border: 0;
    border-radius: 4px;
    display: block;
    width: auto;
    padding: 3px;
    margin: 0 30px 0 10px;
    float: left;
}

select .fa {
    color: #fff;
}

.control {
    float: right;
    padding-top: 7px;
}

.control span {
    font-family: 'PF Agora Slab Pro', sans-serif;
    font-size: 18px;
    color: #727272;
    display: block;
    float: left;
}

.control a {
    color: #727272;
    font-size: 26px;
    display: inline-block;
    margin: -3px 0 0px 10px;
}

.control a.active {
    color: #ff5722;
    font-size: 26px;
}

a#more {
    margin-top: 30px;
}

a.more {
    background-color: #ce7939;
    padding: 5px 10px;
    border-radius: 7px;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
}

a.more span {
    margin-top: -5px;
    display: inline-block;
}

.more .fa {
    font-size: 22px;
    margin-right: 5px;
}

.inner .subscribe {
    margin-top: 100px;
}

.eMarket-no-scroll {
    overflow: hidden;
}

.eMarket-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: none;
    z-index: 995;
}

.eMarket-popup-window {
    display: none;
    top: 48px;
    right: 10px;
    position: absolute;
    width: 280px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 996;
    border: 1px solid #ccc;
    color: #000;
}

.eMarket-popup-window:before,
.eMarket-popup-window:after {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 150px;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.eMarket-popup-window:before {
    border-color: rgba(148, 191, 220, 0) rgba(148, 191, 220, 0) #ccc;
    border-width: 23px;
    margin-left: -23px;
}

.eMarket-popup-window:after {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
    border-width: 21px;
    margin-left: -21px;
}

div.title-search-result {
    border: 1px solid #ccc;
    box-shadow: 0 3px 10px 0 rgba(140, 140, 140, 0.6);
    -moz-box-shadow: 0 3px 10px 0 rgba(140, 140, 140, 0.6);
    -webkit-box-shadow: 0 3px 10px 0 rgba(140, 140, 140, 0.6);
    display: none;
    margin-left: 5px;
    width
}

table.title-search-result th {
    background-color: #eee;
    color: #666;
}

table.title-search-result tr.title-search-selected td,
table.title-search-result tr.title-search-selected a,
table.title-search-result tr.title-search-selected td.title-search-more a {
    background-color: #eee;
}

table.title-search-result {
    border-collapse: collapse;
    border: none;
}

table.title-search-result th {
    font-weight: normal;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 12px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    width: 1%;
}

table.title-search-result td {
    background-color: white;
    color: black;
}

table.title-search-result td.title-search-item {
    padding-left: 8px;
    padding-right: 15px;
}

table.title-search-result td.title-search-item a {
    padding-left: 4px;
    padding-right: 15px;
    text-decoration: none;
    vertical-align: top;
    display: block;
}

table.title-search-result td.title-search-item img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

table.title-search-result td.title-search-item b {
    font-weight: normal;
}

table.title-search-result td.title-search-more {
    font-size: 12px;
    font-weight: normal;
    padding-right: 15px;
    padding-left: 10px;
    padding-top: 4px;
}

table.title-search-result td.title-search-more a {
    padding-left: 12px;
    padding-right: 15px;
    text-decoration: none;
}

table.title-search-result td.title-search-all {
    padding-left: 17px;
    padding-right: 15px;
}

table.title-search-result td.title-search-all a {
    color: #0055aa;
}

table.title-search-result td.title-search-separator,
table.title-search-result th.title-search-separator {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 4px;
}

div.title-search-fader {
    position: absolute;
}

.dropdown-menu2 {
    display: block;
}

.dropdown-menu2 li {
    display: block;
    width: 250px;
}

.dropdown-menu2 a {
    color: #000;
    font-weight: normal !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

.dropdown-menu2 a:hover {
    color: #ff5722 !important;
    font-weight: normal !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

.fancybox-content {
    padding: 15px !important;
}

ul.catalog-sub {
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    margin-left: 0px;
    padding-left: 0px
}

ul.catalog-sub li {
    float: left;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    font-size: 12pt;
    margin: 5px;
    background-color: #f8f8f8;
    border-radius: 5px;
    vertical-align: middle;
}

ul.catalog-sub li a {
    color: #ff5722;
}


/*filter*/

.catalog-section-filter {
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.catalog-section-filter .option {
    height: 16px;
    padding: 4px 14px;
    margin: 8px 0 20px 0;
    float: left;
}

@media all and (max-width: 700px) {
    .catalog-section-filter {
        height: 100px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
}

.catalog-section-filter .option.firts {
    border-left: none;
}

.catalog-section-filter .option:nth-child(3) {
    padding-right: 0px;
}

.catalog-section-filter .option span {
    display: block;
    float: left;
    margin-top: 2px;
    margin-right: 7px;
    font-size: 12pt;
}

.catalog-section-filter .option a.ico {
    display: block;
    font-size: 12pt;
    float: left;
    height: 14px;
    min-width: 14px;
    padding: 2px 4px 4px;
    background-position: 0px -100px;
    background-repeat: no-repeat;
    margin-left: 7px;
    margin-bottom: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #ff5722;
}

.catalog-section-filter .option a.active {
    margin-top: -1px;
    color: #3a3a3a;
    font-weight: bold;
}

.catalog-section-filter .option a.ico:not(.active):hover {
    text-decoration: underline;
}

.catalog-section-filter .option a.ico-1 {
    background-position: 1px -358px!important;
    padding: 1px 3px 3px;
}

.catalog-section-filter .option a.ico-1.active {
    background-position: 1px -358px;
    padding: 1px 2px 3px;
}

.catalog-section-filter .option a.ico-2 {
    background-position: -20px -358px!important;
    padding: 1px 3px 3px;
}

.catalog-section-filter .option a.ico-2.active {
    background-position: -20px -358px!important;
    padding: 1px 2px 3px;
}

.catalog-section-filter .option a.active i.ico-arrow {
    display: inline-block;
    height: 12px;
    width: 7px;
    margin: 0 0 -2px 2px;
    background-position: -102px 0px;
    background-repeat: no-repeat;
}

.catalog-section-filter .option a.active i.ico-arrow.down {
    background-position: -113px 0px;
}


/* End */

div.modern-page-navigation {
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.modern-page-navigation a {
    font-size: 14pt;
    padding: 0 4px;
    text-decoration: none;
    color: #ff5722;
    text-decoration: underline;
}

.modern-page-navigation a:hover {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}

.modern-page-current {
    font-size: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 4px;
}

@media all and (min-width: 1600px) {
    .sticky {
        position: sticky;
        top: 0;
        min-height: 2em;
        z-index: 350;
    }
}

.col {
    padding: 0 20px;
}

.bx-soa-pp-company .bx-soa-pp-company-graf-container {
    padding-top: 30% !important;
    width: 70% !important;
}

.bx-soa-pp-company-logo .bx-soa-pp-company-graf-container {
    width: auto !important;
    padding-top: 50% !important;
}

.bx-soa-pp-company {
    padding-left: 15px !important;
}

.bx-soa-cart-total {
    margin-top: 20px !important;
}

.advantages {
    margin: 50px 0;
    font-weight: 600;
}

.advantages img {
    margin-bottom: 15px;
}

.catalog h1 {
    margin-top: 0 !important;
}

.free_delivery {
    /*
clear: both;
padding: 0px 90px 0;
margin: 0;
*/
    font-size: 16px;
    color: #3a3a3a;
}

.catalog {
    margin-right: -15px;
}

.discount {
    margin: -5px 0 10px 0;
    padding-top: 0px;
    /*
position: absolute;
top: 0;
left: 60px;
width: 50%;
*/
}

.wave {
    height: 10px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
}

.wave:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: repeat;
    height: 10px;
    background-size: 20px 20px;
    background-image: radial-gradient(circle at 10px -5px, transparent 12px, #fff 13px);
}

.wave:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    background-repeat: repeat;
    height: 10px;
    background-size: 20px 20px;
    background-image: radial-gradient(circle at 10px -5px, transparent 12px, #fff 13px);
}

.bx-hdr-profile a:hover {
    text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/clevershop_v4/js/fm.revealator.jquery.min.css?15585236938319*/
.revealator-fade,.revealator-slideup,.revealator-slideleft,.revealator-slideright,.revealator-slidedown,.revealator-zoomin,.revealator-zoomout,.revealator-rotateleft,.revealator-rotateright{transition:all 600ms}.revealator-fade{opacity:0}.revealator-fade.revealator-within,.revealator-fade.revealator-partially-above,.revealator-fade.revealator-above{opacity:1}.revealator-slideup{transform:translate(0,100px);opacity:0}.revealator-slideup.revealator-within,.revealator-slideup.revealator-partially-above,.revealator-slideup.revealator-above{transform:translate(0,0);opacity:1}.revealator-slideleft{transform:translate(100px,0);opacity:0}.revealator-slideleft.revealator-within,.revealator-slideleft.revealator-partially-above,.revealator-slideleft.revealator-above{transform:translate(0,0);opacity:1}.revealator-slideright{transform:translate(-100px,0);opacity:0}.revealator-slideright.revealator-within,.revealator-slideright.revealator-partially-above,.revealator-slideright.revealator-above{transform:translate(0,0);opacity:1}.revealator-slidedown{transform:translate(0,-100px);opacity:0}.revealator-slidedown.revealator-within,.revealator-slidedown.revealator-partially-above,.revealator-slidedown.revealator-above{transform:translate(0,0);opacity:1}.revealator-zoomin{transform:scale(0.75);opacity:0}.revealator-zoomin.revealator-within,.revealator-zoomin.revealator-partially-above,.revealator-zoomin.revealator-above{transform:scale(1);opacity:1}.revealator-zoomout{transform:scale(1.5);opacity:0}.revealator-zoomout.revealator-within,.revealator-zoomout.revealator-partially-above,.revealator-zoomout.revealator-above{transform:scale(1);opacity:1}.revealator-rotateleft{transform:rotate(20deg);opacity:0}.revealator-rotateleft.revealator-within,.revealator-rotateleft.revealator-partially-above,.revealator-rotateleft.revealator-above{transform:rotate(0);opacity:1}.revealator-rotateright{transform:rotate(-20deg);opacity:0}.revealator-rotateright.revealator-within,.revealator-rotateright.revealator-partially-above,.revealator-rotateright.revealator-above{transform:rotate(0);opacity:1}.revealator-delay1{transition-delay:100ms !important}.revealator-delay1.revealator-below,.revealator-delay1.revealator-partially-below{transition-delay:0 !important}.revealator-delay2{transition-delay:200ms !important}.revealator-delay2.revealator-below,.revealator-delay2.revealator-partially-below{transition-delay:0 !important}.revealator-delay3{transition-delay:300ms !important}.revealator-delay3.revealator-below,.revealator-delay3.revealator-partially-below{transition-delay:0 !important}.revealator-delay4{transition-delay:400ms !important}.revealator-delay4.revealator-below,.revealator-delay4.revealator-partially-below{transition-delay:0 !important}.revealator-delay5{transition-delay:500ms !important}.revealator-delay5.revealator-below,.revealator-delay5.revealator-partially-below{transition-delay:0 !important}.revealator-delay6{transition-delay:600ms !important}.revealator-delay6.revealator-below,.revealator-delay6.revealator-partially-below{transition-delay:0 !important}.revealator-delay7{transition-delay:700ms !important}.revealator-delay7.revealator-below,.revealator-delay7.revealator-partially-below{transition-delay:0 !important}.revealator-delay8{transition-delay:800ms !important}.revealator-delay8.revealator-below,.revealator-delay8.revealator-partially-below{transition-delay:0 !important}.revealator-delay9{transition-delay:900ms !important}.revealator-delay9.revealator-below,.revealator-delay9.revealator-partially-below{transition-delay:0 !important}.revealator-delay10{transition-delay:1000ms !important}.revealator-delay10.revealator-below,.revealator-delay10.revealator-partially-below{transition-delay:0 !important}.revealator-delay11{transition-delay:1100ms !important}.revealator-delay11.revealator-below,.revealator-delay11.revealator-partially-below{transition-delay:0 !important}.revealator-delay12{transition-delay:1200ms !important}.revealator-delay12.revealator-below,.revealator-delay12.revealator-partially-below{transition-delay:0 !important}.revealator-delay13{transition-delay:1300ms !important}.revealator-delay13.revealator-below,.revealator-delay13.revealator-partially-below{transition-delay:0 !important}.revealator-delay14{transition-delay:1400ms !important}.revealator-delay14.revealator-below,.revealator-delay14.revealator-partially-below{transition-delay:0 !important}.revealator-delay15{transition-delay:1500ms !important}.revealator-delay15.revealator-below,.revealator-delay15.revealator-partially-below{transition-delay:0 !important}.revealator-delay16{transition-delay:1600ms !important}.revealator-delay16.revealator-below,.revealator-delay16.revealator-partially-below{transition-delay:0 !important}.revealator-delay17{transition-delay:1700ms !important}.revealator-delay17.revealator-below,.revealator-delay17.revealator-partially-below{transition-delay:0 !important}.revealator-delay18{transition-delay:1800ms !important}.revealator-delay18.revealator-below,.revealator-delay18.revealator-partially-below{transition-delay:0 !important}.revealator-delay19{transition-delay:1900ms !important}.revealator-delay19.revealator-below,.revealator-delay19.revealator-partially-below{transition-delay:0 !important}.revealator-delay20{transition-delay:2000ms !important}.revealator-delay20.revealator-below,.revealator-delay20.revealator-partially-below{transition-delay:0 !important}.revealator-delay21{transition-delay:2100ms !important}.revealator-delay21.revealator-below,.revealator-delay21.revealator-partially-below{transition-delay:0 !important}.revealator-delay22{transition-delay:2200ms !important}.revealator-delay22.revealator-below,.revealator-delay22.revealator-partially-below{transition-delay:0 !important}.revealator-delay23{transition-delay:2300ms !important}.revealator-delay23.revealator-below,.revealator-delay23.revealator-partially-below{transition-delay:0 !important}.revealator-delay24{transition-delay:2400ms !important}.revealator-delay24.revealator-below,.revealator-delay24.revealator-partially-below{transition-delay:0 !important}.revealator-delay25{transition-delay:2500ms !important}.revealator-delay25.revealator-below,.revealator-delay25.revealator-partially-below{transition-delay:0 !important}.revealator-delay26{transition-delay:2600ms !important}.revealator-delay26.revealator-below,.revealator-delay26.revealator-partially-below{transition-delay:0 !important}.revealator-delay27{transition-delay:2700ms !important}.revealator-delay27.revealator-below,.revealator-delay27.revealator-partially-below{transition-delay:0 !important}.revealator-delay28{transition-delay:2800ms !important}.revealator-delay28.revealator-below,.revealator-delay28.revealator-partially-below{transition-delay:0 !important}.revealator-delay29{transition-delay:2900ms !important}.revealator-delay29.revealator-below,.revealator-delay29.revealator-partially-below{transition-delay:0 !important}.revealator-delay30{transition-delay:3000ms !important}.revealator-delay30.revealator-below,.revealator-delay30.revealator-partially-below{transition-delay:0 !important}.revealator-speed1,.revealator-duration1{transition-duration:100ms !important}.revealator-speed2,.revealator-duration2{transition-duration:200ms !important}.revealator-speed3,.revealator-duration3{transition-duration:300ms !important}.revealator-speed4,.revealator-duration4{transition-duration:400ms !important}.revealator-speed5,.revealator-duration5{transition-duration:500ms !important}.revealator-speed6,.revealator-duration6{transition-duration:600ms !important}.revealator-speed7,.revealator-duration7{transition-duration:700ms !important}.revealator-speed8,.revealator-duration8{transition-duration:800ms !important}.revealator-speed9,.revealator-duration9{transition-duration:900ms !important}.revealator-speed10,.revealator-duration10{transition-duration:1000ms !important}.revealator-speed11,.revealator-duration11{transition-duration:1100ms !important}.revealator-speed12,.revealator-duration12{transition-duration:1200ms !important}.revealator-speed13,.revealator-duration13{transition-duration:1300ms !important}.revealator-speed14,.revealator-duration14{transition-duration:1400ms !important}.revealator-speed15,.revealator-duration15{transition-duration:1500ms !important}
/* End */


/* Start:/bitrix/templates/clevershop_v4/js/formstyler/jquery.formstyler.css?155852369310223*/
.jq-checkbox {
	top: -1px;
	width: 13px;
	height: 13px;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) repeat-x;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	vertical-align: middle;
	cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 9px;
	height: 9px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-radio {
	width: 12px;
	height: 12px;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) 0 -1px repeat-x;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	vertical-align: middle;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 6px;
	height: 6px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #666;
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-file {
	width: 270px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 4px;
}
.jq-file input {
	cursor: pointer;
	height: auto;
	line-height: 1em;
}
.jq-file__name {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	padding: 0 80px 0 10px;
	color: #333;
	font: 14px/30px Arial, sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1;
	background: #FFF;
}
.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px/30px Arial, sans-serif;
}
.jq-file:hover .jq-file__browse {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.disabled .jq-file__name {
	color: #888;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	min-width:175px;
	height: 27px;
	padding: 0 45px 0 10px;
	border: 1px solid #ccc;
	background:#fff;
	border-radius: 3px;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {}
.jq-selectbox__select:active {}

.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 27px;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 27px;
	height: 100%;
	border-left: 1px solid #ccc;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #ccc),
		color-stop(1, #999)
	);
	background-image: -o-linear-gradient(bottom, #ccc 0%, #999 100%);
	background-image: -moz-linear-gradient(bottom, #ccc 0%, #999 100%);
	background-image: -webkit-linear-gradient(bottom, #ccc 0%, #999 100%);
	background-image: -ms-linear-gradient(bottom, #ccc 0%, #999 100%);
	background-image: linear-gradient(to bottom, #ccc 0%, #999 100%);
	
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 11px;
	right: 6px;
	width: 14px;
	height: 8px;
	background-image: url(/bitrix/templates/clevershop_v4/js/formstyler/../../blue/images/sprite.png);
	background-position: 0px -193px;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.jq-selectbox__dropdown {
	top: 33px;
	width: 100% !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	outline: none;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	background: #FFF;
	color: #333;
	font: 14px/18px Arial, sans-serif;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
	padding: 7px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	font: 14px Arial, sans-serif;
}
input[type="search"].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	outline: none;
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
	overflow: visible;
	padding: 7px 11px;
	outline: none;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px Arial, sans-serif;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:after {
	content: '';
}
button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/bitrix/templates/clevershop_v4/js/jscrollpane/jquery.jscrollpane.css?15585236931604*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
 
.basket-scroll:focus,
.jspContainer:focus,
.jspPane:focus{outline:0;}

.jspContainer{overflow: hidden;position: relative;}
.jspPane{position: absolute;}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	z-index: 912;
	/*background: red;*/
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap { display: none; }
.jspHorizontalBar .jspCap { float: left; }
.jspTrack { background-color: none; position: relative; }
.jspDrag {
    background-color: #ccc;
	position: relative;
	width: 6px;
	margin: 0;
	top: 0;
	left: 0;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity:0
}

.jspContainer:hover .jspDrag {opacity:1;}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {float: left;height: 100%;}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {height: 16px;}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {outline: none;}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {margin: 0 -3px 0 0;}
/* End */


/* Start:/bitrix/templates/clevershop_v4/components/bitrix/sale.basket.basket.line/.default/style.min.css?15585236943712*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/bitrix/templates/clevershop_v4/components/bitrix/menu/horizontal_multilevel/style.min.css?15585236943715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/bitrix/templates/clevershop_v4/components/bitrix/menu/horizontal_multilevel/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/bitrix/templates/clevershop_v4/components/bitrix/menu/horizontal_multilevel/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/bitrix/templates/clevershop_v4/components/bitrix/menu/horizontal_multilevel/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */
/* /bitrix/templates/clevershop_v4/bootstrap-theme.css?155852369438082 */
/* /bitrix/templates/clevershop_v4/template_styles.css?156776009256464 */
/* /bitrix/templates/clevershop_v4/js/fm.revealator.jquery.min.css?15585236938319 */
/* /bitrix/templates/clevershop_v4/js/formstyler/jquery.formstyler.css?155852369310223 */
/* /bitrix/templates/clevershop_v4/js/jscrollpane/jquery.jscrollpane.css?15585236931604 */
/* /bitrix/templates/clevershop_v4/components/bitrix/sale.basket.basket.line/.default/style.min.css?15585236943712 */
/* /bitrix/templates/clevershop_v4/components/bitrix/menu/horizontal_multilevel/style.min.css?15585236943715 */
