@font-face {
  font-family: 'uni_sans';
  src: url('fonts/uni_sans_regular-webfont.eot');
  src: url('fonts/uni_sans_regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/uni_sans_regular-webfont.woff2') format('woff2'),
  url('fonts/uni_sans_regular-webfont.woff') format('woff'),
  url('fonts/uni_sans_regular-webfont.ttf') format('truetype'),
  url('fonts/uni_sans_regular-webfont.svg#uni_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'uni_sans';
  src: url('fonts/uni_sans_italic-webfont.eot');
  src: url('fonts/uni_sans_italic-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/uni_sans_italic-webfont.woff2') format('woff2'),
  url('fonts/uni_sans_italic-webfont.woff') format('woff'),
  url('fonts/uni_sans_italic-webfont.ttf') format('truetype'),
  url('fonts/uni_sans_italic-webfont.svg#uni_sansitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'uni_sans';
  src: url('fonts/uni_sans_semibold-webfont.eot');
  src: url('fonts/uni_sans_semibold-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/uni_sans_semibold-webfont.woff2') format('woff2'),
  url('fonts/uni_sans_semibold-webfont.woff') format('woff'),
  url('fonts/uni_sans_semibold-webfont.ttf') format('truetype'),
  url('fonts/uni_sans_semibold-webfont.svg#uni_sanssemibold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'uni_sans';
  src: url('fonts/uni_sans_semibold_italic-webfont.eot');
  src: url('fonts/uni_sans_semibold_italic-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/uni_sans_semibold_italic-webfont.woff2') format('woff2'),
  url('fonts/uni_sans_semibold_italic-webfont.woff') format('woff'),
  url('fonts/uni_sans_semibold_italic-webfont.ttf') format('truetype'),
  url('fonts/uni_sans_semibold_italic-webfont.svg#uni_sanssemibold_italic') format('svg');
  font-weight: bold;
  font-style: italic;
}

body {
  color: #3b3b3b;
  font-family: "uni_sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
}

.wrapper{}

a{
  color: #1571b8;
  text-decoration: underline;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

a:active,
a:hover,
a:focus{
  color: #1571b8;
  text-decoration: none;
}

a, a:active, a:hover, a:focus, input, input:hover, input:focus, button, button:hover, button:focus, option, option:hover, option:focus{
  outline: none !important;
}

*:active, *:hover, *:focus{
  outline: none !important;
}

.alike{
  color: #1571b8;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  /*border-bottom: 1px solid;*/
  /*border-bottom: 1px solid #bfdfff;*/
  border-bottom: 1px solid rgba(26,161,255,0.4);
  max-width: 100%;
  white-space: nowrap;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
}

.alike:hover,
.alike:focus,
.active > .alike,
.active > a > .alike{
  color: #1571b8;
  text-decoration: none;
  border-bottom-color: transparent;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  margin-top: 1.5em;
  margin-bottom: 0.7em;
  color: #3b3b3b;
  line-height: 1.2em;
  font-weight: 700;
}

.h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .modal-title{
  margin-top: 0;
}
.h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .modal-title{
  margin-bottom: 0;
}

.h1, h1{
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0.6em;
  font-weight: 400;
}

.front-wrapper h1,
.front-wrapper .h1 {
  margin-bottom: 0.6em;
}


.h2, h2{
  font-size: 1.5em;
}

.h3, h3{
  font-size: 1.4em;
}

.h4, h4{
  font-size: 1.3em;
}

.h5, h5{
  font-size: 1.2em;
}

.h6, h6{
  font-size: 1.1em;
}

p{
  margin-bottom: 1em;
}

.entry ol,
.entry ul {
  padding-left: 30px;
  margin-bottom: 2em;
}

.entry ol > li,
.entry ul > li {
  margin-bottom: 0.8em;
}

.nav > li {
  margin: 0;
}

img{
  max-width: 100%;
  height: auto;
  font-size: 10px;
}

.entry img,
aside img{
  height: auto !important;
}

input[type="file"]{
  display: block;
  width: 100%;
  font-size: 0.875em;
}

form.form1{
  max-width: 400px;
}

.form-group {
  position: relative;
}

.form-group-btn {
  margin-bottom: 0;
}

.form-control {
  height: 34px;
  font-size: 16px;
  line-height: 20px;
  padding: 6px 15px;
  border-radius: 2px;
  border-color: #1571b8;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #3b3b3b;
}

.form-control:focus{
}

/*.form-control::-moz-placeholder {*/
/*color: #888888;*/
/*opacity: 1;*/
/*}*/
/*.form-control:-ms-input-placeholder {*/
/*color: #888888;*/
/*}*/
/*.form-control::-webkit-input-placeholder {*/
/*color: #888888;*/
/*}*/

textarea.form-control{
  resize: vertical;
}

.form-control.hasDatepicker{
  cursor:pointer;
}

.form-group-btn {
  margin-bottom: 0;
}

.btn {
  padding: 6px 15px;
  line-height: 20px;
  border-radius: 2px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-decoration: none;
  position: relative;
}

.btn-danger{
  background-color: #ff4148;
  border-color: #ff4148;
  color: #fff;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #ff0009;
  border-color: #ff0009;
}

.btn-danger:active,
.btn-danger:active:hover,
.btn-danger.active:focus {
  background-color: #dd0000;
  border-color: #dd0000;
}

.btn-blue{
  background-color: #1cbddd;
  border-color: #1cbddd;
  color: #fff;
}

.btn-blue:hover,
.btn-blue:focus {
  background-color: #00aed0;
  border-color: #00aed0;
  color: #fff;
}

.btn-blue:active,
.btn-blue:active:hover,
.btn-blue.active:focus {
  background-color: #00bbe0;
  border-color: #00bbe0;
  color: #fff;
}

.btn-primary{
  background-color: #1571b8;
  border-color: #1571b8;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #006abb;
  border-color: #006abb;
}

.btn-primary:active,
.btn-primary:active:hover,
.btn-primary.active:focus {
  background-color: #005aa0;
  border-color: #005aa0;
}

.btn-primary img{
  vertical-align: top;
  margin-top: 2px;
  margin-right: 4px;
}

.btn-primary .fa{
  min-width: 14px;
  text-align: center;
}

.btn-primary-border{
  padding: 7px 20px 9px;
  font-weight: 700;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #1571b8;
  color: #1571b8;
}

.button--nina {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.button--nina::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--nina > span {
  display: inline-block;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--nina:hover::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.button--nina:hover > span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.button--nina:hover > span:nth-child(1) {
  -webkit-transition-delay: 0.02s;
  transition-delay: 0.02s;
}

.button--nina:hover > span:nth-child(2) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.button--nina:hover > span:nth-child(3) {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.button--nina:hover > span:nth-child(4) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.button--nina:hover > span:nth-child(5) {
  -webkit-transition-delay: 0.10s;
  transition-delay: 0.10s;
}

.button--nina:hover > span:nth-child(6) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.button--nina:hover > span:nth-child(7) {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.button--nina:hover > span:nth-child(8) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.button--nina:hover > span:nth-child(9) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.button--nina:hover > span:nth-child(10) {
  -webkit-transition-delay: 0.20s;
  transition-delay: 0.20s;
}

.button--nina:hover > span:nth-child(11) {
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
}

.button--nina:hover > span:nth-child(12) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.button--nina:hover > span:nth-child(13) {
  -webkit-transition-delay: 0.26s;
  transition-delay: 0.26s;
}

.button--nina:hover > span:nth-child(14) {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.button--rayen {
  overflow: hidden;
  padding: 0;
  border: none;
}

.button--rayen span.title {
  display: block;
}

.button--rayen::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff0009;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.button--rayen::before,
.button--rayen span.title {
  padding: 6px 15px 8px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--rayen:hover,
.button--rayen:focus {
  background-color: #ff2e36;
}

.button--rayen.clicked{
  background-color: #ff4148;
}

.button--rayen.clicked::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.button--rayen.clicked span.title {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

span.caret{
  height: 10px;
  width: 10px;
  border: 1px solid;
  border-top: none;
  border-left: none;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

span.caret.caret-right{
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.btn .caret {
  margin-left: 10px;
}

.morenav_btn{
  text-transform: uppercase;
  padding: 8px 40px 10px;
  font-weight: 700;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
}

.morenav_btn span.caret{
  position: absolute;
  right: 15px;
  top: 50%;
  width: 12px;
  height: 12px;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1-5{width:20%}
.col-xs-2-5{width:40%}
.col-xs-3-5{width:60%}
.col-xs-4-5{width:80%}
.text-xs-left{text-align:left}
.text-xs-right{text-align:right}
.text-xs-center{text-align:center}

.modal {}

.modal-title{
  text-transform: none;
  text-align: center;
}

.modal .close {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  right: -60px;
  top: 4px;
  background: none;
  opacity: .8;
}

.modal .close span{
  display: none;
}

.modal .close:hover::before,
.modal .close:hover::after {
  background-color: #fff;
}

.modal .close::before {
  content: '';
  display: block;
  width: 35px;
  height: 4px;
  background-color: #cccccc;
  position: absolute;
  transform: rotate(-45deg);
  transition: background .3s ease-out;
}

.modal .close::after {
  content: '';
  display: block;
  width: 35px;
  height: 4px;
  background-color: #cccccc;
  position: absolute;
  transform: rotate(45deg);
  transition: background .3s ease-out;
}

.dropdown-menu {
  border-radius: 0;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop-item {
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 20px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: relative;
  border-radius: 4px;
}

.shop-item .alert {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
}

.shop-item .alert > div {
  align-items: center;
  text-align: center;
  width: 100%;
}


.shop-item .alert, .shop-item .alert a {
  color: #fff;
}


.shop-item .alert-success {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
}

.shop-item .alert-success a {
  font-weight: bold;
  color: inherit;
}

.shop-item .shop-item__image {
  position: relative;
}

.shop-item .markers {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  line-height: 1;
}

.shop-item .markers img{
  display: block;
  margin-bottom: 3px;
}

.shop-item:hover {
  border-color: #3b3b3b;
  z-index: 10;
}

.shop-item .shop-item__action {
  justify-content: center;
  margin-top: 15px;
}

form.addtocart_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

form.addtocart_list .input-group {
  width: 80px;
  margin-right: 5px;
}

form.addtocart_list .input-group .btn{
  background-color: #fff;
  border-color: #e2e2e2;
  color: #7c7c7c;
  font-size: 10px;
  line-height: 20px;
  padding: 2px 5px;
}

form.addtocart_list .input-group-btn:first-child>.btn{
  padding-left: 12px;
  border-right-color: transparent;
}

form.addtocart_list .input-group-btn:last-child>.btn{
  padding-right: 12px;
  border-left-color: transparent;
}

form.addtocart_list .input-group .form-control{
  background-color: #fff;
  border-color: #e2e2e2;
  border-right-color: transparent;
  border-left-color: transparent;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  height: 26px;
  padding: 2px 0;
  text-align: center;
}

.shop-item .shop-item-link {
  display: block;
  text-decoration: underline;
  text-decoration: underline solid rgba(21,113,184,0.5);
  margin-bottom: 5px;
}

.shop-item .chars_list{
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.9375em;
  line-height: 1.1;
}

.shop-item .chars_list li{
  margin-bottom: 0;
}

.shop-item .chars_list li::after{
  content: " ";
  display: table;
  clear: both;
}

.shop-item .chars_list li > span{
  float: left;
}

.shop-item .chars_list li > span.quest{
  border-bottom: 1px dotted;
  width: 60%;
}

.shop-item .chars_list li > span.quest span{
  display: inline-block;
  background-color: #fff;
  top: 2px;
  position: relative;
}

.shop-item .chars_list li span.answer{
  width: 40%;
  top: 2px;
  position: relative;
}

.shop-item .chars_list li span.answer a{
  color: inherit;
  text-decoration: none;
}

.shop-item .chars_list li span.answer a:hover,
.shop-item .chars_list li span.answer a:focus{
  color: #1571b8;
  text-decoration: none;
}

.shop-item .shop-item__price {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}

.shop-item .shop-item__price span{
  white-space: nowrap;
}

.shop-item .shop-item__price span.price-agree{
  font-size: 16px;
  white-space: normal;
}

.shop-item .shop-item__price .old-price {
  font-size: 0.54em;
  font-weight: 400;
  color: #a1a1a1;
  text-decoration: line-through;
  display: inline-block;
  margin-bottom: 5px;
}

.shop-item .shop-item__price .sale {
  font-size: 0.54em;
  display: inline;
  margin-right: 5px;
}

.shop-item .shop-item__price span + span {
  margin-left: 10px;
}

.shop-item .shop-item__price .btn {
  margin-top: 5px;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 7px;
}

.shop-item .shop-item__caption {
}

.shop-item .shop-item-link:hover,
.shop-item .shop-item-link:focus {
  text-decoration: none;
}

.shop_items_list_line .shop-item{
}

.shop_items_list_line .shop-item > .row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.shop_items_list_line .shop-item .shop-item-link {
}

.shop_items_list_line .shop-item .shop-item__image {
}

.shop_items_list_line .shop-item .shop-item__image .img_wrap {
  max-width: 120px;
  margin: 0 auto;
}

.shop_items_list_line .shop-item .shop-item__price span + span {
  display: block;
  margin-left: 0;
}

.shop_items_list_line .shop-item .shop-item__action {
  margin-top: 0;
  justify-content: flex-end;
}

.shop_items_list_line form.addtocart_list {
  justify-content: flex-end;
}

.shop_items_list_line form.addtocart_list .input-group {
  margin-right: 10px;
}

.morenav_wrapper {
}

.morenav_wrapper .morenav_btn{
}

table {
  width: 100%;
  margin-bottom: 30px;
}

table thead th {
  text-align: center;
  font-size: 13px;
  background-color: #f7f7f7;
  padding: 12px 16px;
  border: 1px solid #e9e9e9;
}

table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  font-size: 16px;
  line-height: 1.2;
}

table td:last-child {
  border-right: transparent;
}

.form-group .checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  background: linear-gradient(to top, #ebebeb, #f5f5f5);
  position: relative;
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}

.form-group .checkbox::before {
  content: normal;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/icons/icon-checkbox--white.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.shop-item-page__content .alert-success {
  margin: 0;
  margin-top: -10px;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}

.shop-item-page__content .alert-success a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}

.shop-item-page__content .alert-success a:hover {
  text-decoration: none;
}

.search-form {
  position: relative;
}

.search-form .btn{
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}

.search-form .smartresult {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}

.search-form .smartresult_inner {
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 5px;
}

.search-form .smartresult_inner a, .search-form .smartresult_inner div {
  padding: 3px 10px;
  display: block;
}

.search-form .smartresult_inner a:hover {
  background: #ebebeb;
  text-decoration: none;
}

.search-form .smartresult_inner a span {
  color: #646464;
  font-size: 13px;
}

.hidden-svg {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden;
}

label{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.relative {
  position: relative;
}

header {
  background-color: #fff;
}

header > .container{
  padding-top: 40px;
  padding-bottom: 36px;
}

header p,
footer p{
  margin-bottom: 0;
}

.logo {}

.logo .module{
  max-width: 346px;
  padding-right: 30px;
  border-right: 2px solid #d7dbdc;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
}

.logo .module a{
  display: block;
  text-decoration: none;
  color: inherit;
}

.slogan {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.23;
  text-transform: uppercase;
  margin-top: -2px;
}

.slogan .module{}

.header_menu {
  background-color: #1571b8;
}

.front-wrapper .header_menu {
  background-color: #f1f1ed;
}

.navbar-default {
  background: none;
  border: none;
  margin-bottom: 0;
}

.navbar-default .navbar-collapse {
  max-height: calc(100vh - 100px);
}

.navbar-default .navbar-nav li > a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.navbar-default .navbar-nav li > a > span.caret {
  margin-top: -4px;
}

.navbar-default .navbar-nav li > a > span.title {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid transparent;
  max-width: 100%;
  white-space: nowrap;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
}

.navbar-default .navbar-nav.catalog{
  border-top: 2px solid #fff;
  padding-top: 7px;
  /*background-color: rgba(255,255,255,0.1);*/
}

.navbar-default .navbar-nav.catalog li > a {
  color: #fff;
}

.navbar-default .navbar-nav li > a:hover,
.navbar-default .navbar-nav li > a:focus,
.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav .active > a:hover,
.navbar-default .navbar-nav .active > a:focus,
.navbar-default .navbar-nav .open > a,
.navbar-default .navbar-nav .open > a:hover,
.navbar-default .navbar-nav .open > a:focus{
  color: #fff;
  background: rgba(255,255,255,0.1);
}

/*.navbar-default .navbar-nav li > a:hover > span.title,*/
/*.navbar-default .navbar-nav li > a:focus > span.title,*/
/*.navbar-default .navbar-nav .active > a > span.title,*/
/*.navbar-default .navbar-nav .active > a:hover > span.title,*/
/*.navbar-default .navbar-nav .active > a:focus > span.title,*/
/*.navbar-default .navbar-nav .open > a > span.title,*/
/*.navbar-default .navbar-nav .open > a:hover > span.title,*/
/*.navbar-default .navbar-nav .open > a:focus > span.title{*/
/*border-bottom-color: transparent;*/
/*}*/

/*.navbar-default .navbar-nav.catalog li > a:hover,*/
/*.navbar-default .navbar-nav.catalog li > a:focus,*/
/*.navbar-default .navbar-nav.catalog .active > a,*/
/*.navbar-default .navbar-nav.catalog .active > a:hover,*/
/*.navbar-default .navbar-nav.catalog .active > a:focus,*/
/*.navbar-default .navbar-nav.catalog .open > a,*/
/*.navbar-default .navbar-nav.catalog .open > a:hover,*/
/*.navbar-default .navbar-nav.catalog .open > a:focus{*/
  /*color: #168a02;*/
  /*background: rgba(22,138,2,0.1);*/
/*}*/

.navbar-default .open .dropdown-menu {
  /*background-color: rgba(26,161,255,0.05);*/
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #1571b8;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
  color: #1571b8;
  /*background: rgba(26,161,255,0.15);*/
}

.search-form .form-control {
  border-color: #fff;
}

.search_icon{
  width: 18px;
  height: 19px;
  display: inline-block;
  vertical-align: bottom;
  background: url("images/search_icon.svg") 0 0 no-repeat;
}

.search {
}

.search-form .smart-result {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 20;
}

.search .smart-result__inner {
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 5px;
  display: none;
}

.search .input-group {
  width: 100%;
  position: relative;
}

.navbar-header .search .form-control {
}

.search .form-control:focus {
}

.navbar-header .search .input-group-btn .btn {
  padding: 6px 10px;
  background-color: #fff;
  border-color: #fff;
  color: #3b3b3b;
  border-left: none;
}

.maintext .search .input-group {
  border: 1px solid #1571b8;
}

.phones {
}

.phone {
  font-size: 15px;
}

.phone .module{
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  padding-left: 50px;
  position: relative;
}

.phone .module::before{
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: #f1f1ed url("images/phone_icon.svg") center center no-repeat;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;

  animation-name: tada;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.phone .module:hover::before {
  animation-name: initial;
}

.phone a{
  text-decoration: none;
  color: inherit;
}

.phone strong{
  font-size: 1.625em;
}

.callback {
}

.cart_header {
  margin-top: 15px;
}

.cart_header .cart_link{
  padding-left: 37px;
  position: relative;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1.3;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
}

.cart_header .cart_link .inner{
  border-bottom: 1px solid transparent;
  display: inline-block;
  max-width: 100%;
  line-height: 1;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.cart_header a.cart_link:hover .inner,
.cart_header a.cart_link:focus .inner{
  border-bottom: 1px solid;
}

.cart_header .cart_link::before{
  content: '';
  display: block;
  background: url("images/cart_icon.png") 0 0 no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cart_header .cart_title{
}

.cart_header .cart__total{
  font-weight: 700;
}

.modal .form-group {
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.modal .form-group .password-recovery-link {
  margin-bottom: 10px;
  display: block;
  float: left;
}

.modal .form-group .registration-link {
  display: block;
  float: right;
}

.required {
  color: #dd0000;
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 12px;
  display: block;
}

label ~ .required {
  top: 36px;
}

.modal form {
}

.modal .customer-email .required {
  right: 4px;
  bottom: 4px;
}

.modal .customer-password .required {
  bottom: 36px;
  right: 4px;
}

#content{
  margin-top: 40px;
}

.content_read_col {
  margin-bottom: 30px;
}

.map {
  margin-top: 30px;
}

footer {
  margin-top: 50px;
  color: #fff;

}

.footer-top {
  padding: 42px 0 20px;
  background-color: #3b3b39;
}

.footer-bottom {
  background-color: #3b3b39;
  padding: 0 0 50px;
}

.footer-bottom a{
  color: #1dbedd;
}

footer .logo .module {
  background-color: #fff;
  padding: 13px 10px 15px;
  border-radius: 3px;
  border-right: none;
  color: #3b3b3b;
  text-align: center;
}

.footer_menu {
  margin-top: 10px;
}

.footer_menu .nav > li + li::before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  border-left: 1px solid rgba(255,255,255,0.7);
  border-right: 1px solid #fff;
  border-radius: 2px;
}

footer .nav > li > a {
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
  font-size: 14px;
}

footer .nav > li:first-child > a {
  padding-left: 0;
}

footer .nav > li:last-child > a {
  padding-right: 0;
}

/*footer .nav li > a > span.title {*/
  /*display: inline-block;*/
  /*line-height: 1;*/
  /*border-bottom: 1px solid rgba(255,255,255,0.5);*/
  /*max-width: 100%;*/
  /*white-space: nowrap;*/
  /*-webkit-transition: all 0.1s ease-out;*/
  /*transition: all 0.1s ease-out;*/
  /*cursor: pointer;*/
/*}*/

footer .nav > li > a:hover,
footer .nav > li > a:focus,
footer .nav > li.active > a {
  color: #1dbedd;
  text-decoration: none;
  background: none;
}

/*footer .nav > li > a:hover > span.title,*/
/*footer .nav > li > a:focus > span.title,*/
/*footer .nav > li.active > a > span.title {*/
  /*border-bottom-color: transparent;*/
/*}*/

footer .phone {
  margin-top: 8px;
}

footer .phone .module {
  display: block;
  max-width: none;
  padding-left: 0;
}

footer .phone .module::before {
  display: none;
}

footer .callback{
  margin-left: 0;
}

/*.subscription {*/
  /*background-color: #f8f8f8;*/
  /*position: relative;*/
  /*padding: 22px 18px;*/
/*}*/

/*.subscription::before {*/
  /*content: '';*/
  /*display: block;*/
  /*width: 100%;*/
  /*height: 5px;*/
  /*background-image: url(../img/border-subscribe.jpg);*/
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
/*}*/

/*.subscription input[type="email"] {*/
  /*border-radius: 35px;*/
  /*padding-left: 40px;*/
  /*width: 100%;*/
/*}*/

/*.subscription .costumer-email {*/
  /*position: relative;*/
  /*padding: 10px 0;*/
/*}*/

/*.subscription .costumer-email::before {*/
  /*content: '';*/
  /*display: block;*/
  /*width: 40px;*/
  /*height: 40px;*/
  /*background-image: url(../img/icons/icon-email.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: center center;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 2px;*/
  /*transform: translateY(-52%);*/
/*}*/

/*.subscription .form-btn .btn {*/
  /*width: 100%;*/
  /*background-color: transparent;*/
  /*color: #ff138c;*/
  /*transition: all .3s ease-out;*/
/*}*/

/*.subscription .form-btn .btn:hover, .subscription .form-btn .btn:active {*/
  /*background-color: #ff138c;*/
  /*color: #ffffff;*/
/*}*/

/*.subscription .form-btn .btn:hover span, .subscription .form-btn .btn:active span {*/
  /*background-image: url(../img/icons/icon-check--white.png);*/
/*}*/

/*.subscription .form-btn span {*/
  /*position: relative;*/
  /*padding-left: 25px;*/
  /*padding-top: 1px;*/
  /*padding-bottom: 1px;*/
  /*background-image: url(../img/icons/icon-subscribe.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: center left;*/
  /*transition: background .3s ease-out;*/
/*}*/

/*.subscription p {*/

  /*font-weight: bold;*/
  /*font-style: normal;*/
  /*font-size: 14px;*/
  /*line-height: 1.5;*/
  /*text-transform: uppercase;*/
  /*text-align: center;*/
  /*margin-bottom: 10px;*/
/*}*/

.pointer {
  font-size: 14px;
}

.pointer a {
  color: #1dbedd;
  text-decoration: none;
}

.pointer a span{
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.pointer a img{
  margin-left: 15px;
  margin-top: -4px;
}

.pointer a:hover span,
.pointer a:focus span {
  text-decoration: underline;
}

.preloader {
  display: none;
}

.js .preloader {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #eee;
  position: fixed;
  top: 0;
  z-index: 1200;
  transition: all 1s ease;
}

.js .preloader .loader {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #1571b8;
  border-bottom-color: #1571b8;
  animation: spin .8s linear infinite;
  /*margin-left: 15px;*/
}

.js .preloader .preloader-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.js .loaded.preloader {
  opacity: 0;
  visibility: hidden;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.brands {
  padding-bottom: 20px;
}

.brands .brands-list{}

.brands .brands-list .brands-item{
  margin-bottom: 50px;
}

.brands .brands-list .brands-item a {
}

.brands .brands-list .brands-item .image {
}

.brands .brands-list .brands-item .image img {
  border: 1px solid #d7d8d2;
}

.brands .brands-list .brands-item .title {}

.brands .brands-list .brands-item .title a{
  color: inherit;
  text-decoration: none;
}

.brands .brands-list .brands-item .descr {}

.brands .brands-list .brands-item .more .btn {
  text-transform: uppercase;
  padding: 9px 50px;
  font-weight: 700;
  border-radius: 4px;
}

.brands .brands-list .brands-item .more .btn .caret{
  position: absolute;
  right: 15px;
  top: 50%;
  width: 12px;
  height: 12px;
}

.inshop_tree {
  padding: 30px 0;
}

.inshop_tree > .nav{}

.inshop_tree > .nav > li {
  position: static;
}

.inshop_tree > .nav > li > a {
  color: #3b3b3b;
  font-size: 18px;
  line-height: 1.55555;
  text-decoration: none;
  padding: 10px 45px;
  background: none;
  border: none;
  position: relative;
}

.inshop_tree > .nav > li.dropdown > a::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -10px 0 0 10px;
  display: none;
  width: 0;
  height: 0;
  border-right: 10px solid #f1f2f6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.inshop_tree > .nav > li > a:hover,
.inshop_tree > .nav > li > a:focus,
.inshop_tree > .nav > li.active > a,
.inshop_tree > .nav > .open>a,
.inshop_tree > .nav > .open>a:hover,
.inshop_tree > .nav > .open>a:focus {
  color: #fff;
  background-color: #1571b8;
  text-decoration: none;
}

.inshop_tree > .nav > li.open > a::after {
  display: block;
}

.inshop_tree > .nav > li .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 850px;
  background-color: #f1f2f6;
  border-radius: 0;
  border: none;
  margin: 0 0 0 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 40px 50px 0 50px;
}

.inshop_tree .catalog-submenu {
  list-style: none;
  padding: 0;
}

.inshop_tree .catalog-title {
  margin-bottom: 15px;
}

.inshop_tree .catalog-title a {
  color: #3b3b3b;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.33333;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.inshop_tree .catalog-title .image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border: 5px solid transparent;
  border-radius: 40px;
  margin-right: 20px;
  overflow: hidden;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.inshop_tree .catalog-title span {}

.inshop_tree .catalog-title a:hover,
.inshop_tree .catalog-title a:focus,
.inshop_tree li.active > .catalog-title a {
  color: #168a02;
}

.inshop_tree .catalog-submenu li.lvl_2{
  margin-bottom: 40px;
}

.inshop_tree .catalog-submenu li > .nav{}

.inshop_tree .catalog-submenu li > .nav > li {}

.inshop_tree .catalog-submenu li > .nav > li > a {
  color: #3b3b3b;
  text-decoration: underline;
  text-decoration: underline solid rgba(52,52,52,0.2); /* пока еще плохая кроссбраузерность http://caniuse.com/#feat=text-decoration */
  padding: 10px 0;
  background: none;
  border: none;
  font-weight: 500;
}

.inshop_tree .catalog-submenu li > .nav > li > a:hover,
.inshop_tree .catalog-submenu li > .nav > li > a:focus,
.inshop_tree .catalog-submenu li > .nav > li.active > a {
  color: #3b3b3b;
  text-decoration: none;
  text-decoration: underline solid transparent; /* пока еще плохая кроссбраузерность http://caniuse.com/#feat=text-decoration */
}

aside {}

aside .module {
  margin-bottom: 40px;
}

aside .search_module {
  background-color: #f1f2f6;
  margin-bottom: 0;
  padding: 20px;
}

.search_module form{}

.search_module .btn{
  color: #1571b8;
  border-color: #e2e2e2;
  background-color: #fff;
  border-right: none;
  padding-right: 5px;
  margin-right: -2px !important;
}

.search_module .form-control{
  padding-left: 6px;
  position: static;
}

.search_module .form-control:focus{
  position: relative;
}

.catalog_module {
  border-top: 3px solid #1571b8;
  background-color: #f1f2f6;
}

.triggers {
  font-size: 17px;
}

.front-wrapper .triggers {
  margin-top: -15px;
}

.front-wrapper .triggers > .container > .inner {
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #f1f1ed;
  -moz-box-shadow: 0 0 0 2px #f1f1ed;
  box-shadow: 0 0 0 2px #f1f1ed;
  background-color: #fff;
}

.front-wrapper .triggers .module {
  width: 33.33333%;
  float: left;
  background: #f8f8f8;
  background: -moz-linear-gradient(left, #f8f8f8 0%, #fff 100%);
  background: -webkit-linear-gradient(left, #f8f8f8 0%,#fff 100%);
  background: linear-gradient(to right, #f8f8f8 0%,#fff 100%);
  margin-bottom: 0;
  text-align: center;
  padding: 15px 0;
}

.front-wrapper .triggers .modulebody{
  display: inline-flex;
}

.front-wrapper .triggers > .container > .inner::after {
  content: ' ';
  display: table;
  clear: both;
}

.triggers .module {
  margin-bottom: 22px;
}

.triggers .modulebody {
  display: flex;
  align-items: center;
  text-align: left;
}

.triggers p {
  margin-bottom: 0;
}

.triggers p:first-child {
  flex-shrink: 0;
  margin-right: 20px;
  border-radius: 3px;
  border: 2px solid #1cbddd;
  padding: 8px;
}

.triggers strong {
  font-size: 1.41em;
}

.front-wrapper .maintext {

}

.front-wrapper .maintext h1 {
  display: flex;
  white-space: nowrap;
  align-items: center;
}

.front-wrapper .maintext h1::after {
  content: "";
  border-top: 1px solid #b1b1b0;
  width: 100%;
  margin-left: 12px;
}

.breadcrumb {
  font-size: 0.9375em;
  color: #3b3b3b;
  background: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 15px;
}

.breadcrumb li + li::before {
  content: ">";
  color: #1571b8;
}

.breadcrumb a {
  color: #1571b8;
  text-decoration: none;
  border-bottom: 1px solid #6d9bcb;
  display: inline-block;
  line-height: 1;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  border-bottom-color: transparent;
}

.breadcrumb > .active {
  color: #3b3b3b;
}

.promo {
  padding: 20px 0;
  overflow: hidden;
}

.sidebar-menu {
  padding-top: 21px;
}

.sidebar-menu .moduletitle {
  
  font-weight: bold;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  text-transform: none;
  text-align: left;
}

.sidebar-menu .nav > li > a {
  
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  padding: 2px;
  padding-left: 0;
  color: #3a3a3a;
}

.sidebar-menu .nav > li > a::before {
  content: '\2022';
  margin-left: 4px;
  margin-right: 20px;
  color: #e0e0e0;
}

.sidebar-menu .nav > li > a:hover,
.sidebar-menu .nav > li > a:focus,
.sidebar-menu .nav > li.active > a {
  background-color: transparent;
}

.sidebar-menu .nav > li > a:hover::before,
.sidebar-menu .nav > li > a:focus::before,
.sidebar-menu .nav > li.active > a::before {
  color: #ff138c;
}

.sidebar-menu .module {
  margin-bottom: 25px;
  padding: 25px;
  padding-right: 0;
}

.about-us h1, .about-us .brands-carousel .moduletitle, .brands-carousel .about-us .moduletitle {
  margin-bottom: 30px;
}

.about-us h2 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
}

.about-us p {
  line-height: 1.7;
  margin-bottom: 10px;
}

.about-us img {
  margin: 12px 0;
}

.sidebar-menu .articles-nav {
  background-color: #f8f8f8;
  padding-left: 0;
}

.sidebar-menu .articles-nav .moduletitle {
  margin-bottom: 15px;
  padding-left: 25px;
}

.sidebar-menu .articles-nav .nav > li > a {
  padding-left: 25px;
}

.sidebar-menu .articles-nav .nav > li > a strong {
  margin-right: 5px;
}

.sidebar-menu .articles-nav .nav > li > a::before {
  content: normal;
}

.con_description{
  margin-bottom: 20px;
}

.con_pubdate {
  font-size: 0.875em;
  font-weight: 700;
  margin-bottom: 20px;
}

.articles-list {}

.articles-list .article {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.articles-list .article:nth-child(2n) {
  background-color: #f6f6f4;
}

.articles-list .article .article-date{
  font-size: 0.875em;
  margin-bottom: 5px;
  font-weight: 700;
}

.articles-list .article .article-content h2{
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.articles-list .article .article-content h2 a{
  text-decoration-color: #5b91c6;
}

.articles-list .article .article-content .descr{
  font-size: 0.9375em;
}

.articles-list .article .article-content p:last-child{
  margin-bottom: 0;
}

.docs-list{}

.docs-list .doc{}

.docs-list .doc-image-wrap{}

.docs-list .doc-image{
  position: relative;
  padding-bottom: 100%;
}

.docs-list .doc-image a{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-nav {
  text-align: center;
  position: relative;
  padding: 8px;
  background-color: #f6f6f4;
  font-size: 0.875em;
  margin-top: 40px;
  border-radius: 4px;
}

.page-nav .pagination {
  padding: 0;
  margin: 0;
}

.page-nav .pagination > li {
  display: inline-block;
  margin: 0;
}

.page-nav .pagination > li > a {
  border: none;
  border-radius: 4px;
  color: #3b3b3b;
  background-color: transparent;
  float: none;
  display: block;
  white-space: nowrap;
  min-width: 25px;
  padding: 2px 6px;
}

.page-nav .pagination > li > a > span {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  border-bottom: 1px solid;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.page-nav .pagination > li.prev {
  margin-right: 5px;
}

.page-nav .pagination > li.next {
  margin-left: 5px;
}

.page-nav .pagination > li.prev > a,
.page-nav .pagination > li.next > a{
  color: #1571b8;
  text-transform: uppercase;
}

.page-nav .pagination > li > a:hover,
.page-nav .pagination > li > a:focus,
.page-nav .pagination > li.active > a {
  background-color: #1571b8;
  color: #fff;
}

.page-nav .pagination > li > a:hover > span,
.page-nav .pagination > li > a:focus > span,
.page-nav .pagination > li.active > a > span {
  border-bottom-color: transparent;
}

.page-nav .pagination > li.disabled > a {}

.page-nav .pagination > li.disabled > a:hover,
.page-nav .pagination > li.disabled > a:focus {
}

.brand {
  margin-bottom: 40px;
}

.brand > .row{
  /*display: flex;*/
  /*align-items: center;*/
}

.brand .brand-image {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brands-carousel {
  margin-bottom: -170px;
}

.brands-carousel .moduletitle {}

.brands-carousel .brands-list {
  position: relative;
  border-radius: 4px;
  background-color: #f1f1ed;
  padding: 40px 70px;
}

.brands-carousel .brands-list .row {
  overflow: hidden;
}

.brands-carousel .brands-item {
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  padding: 5px;
}

.brands-carousel .brands-item + .brands-item {
  margin-top: 22px;
}

.brands-carousel .brands-item-text {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.15;

  border-radius: 0;
  background-color: transparent;
}

.brands-carousel .brands-item-text .inline-block {
  position: relative;
  max-width: 100%;
  height: auto;
}

.brands-carousel .brands-item-text .inline-block img {
  visibility: hidden;
}

.brands-carousel .brands-item-text .inline-block span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
}

.brands-carousel .brands-item a {
  display: block;
}

.brands-carousel .brands-item .image {}

.brands-carousel .brands-item .image img,
.brands-carousel .brands-item-text .inline-block img{
  max-height: 110px;
  width: auto;
}

.brands-carousel .slider-controller {
  padding: 15px;
  opacity: 0.5;
  background: none;
  -webkit-transform: translateY(-50%) scaleX(0.7);
  -moz-transform: translateY(-50%) scaleX(0.7);
  -ms-transform: translateY(-50%) scaleX(0.7);
  -o-transform: translateY(-50%) scaleX(0.7);
  transform: translateY(-50%) scaleX(0.7);
}

.brands-carousel .slider-controller.slide-prev {
  left: 0;
}

.brands-carousel .slider-controller.slide-next {
  right: 0;
}

.brands-carousel .slider-controller::before {
  width: 36px;
  height: 36px;
  border-width: 2px;
}

.brands-carousel .slider-controller:hover {
  opacity: 1;
}


.brands-carousel + footer {
  margin-top: 0;
  padding-top: 170px;
  background-color: #3b3b39;
}

.index-tabs .show-more {
  padding-top: 0;
}

.index-tabs .shop-item {
  margin-bottom: 40px;
}

.index-tabs .nav-tabs {
  text-align: center;
}

.index-tabs .nav-tabs > li {
  float: none;
  display: inline-block;
}

.index-tabs .nav-tabs > li > a {
  
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  color: #858585;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}

.index-tabs .nav-tabs > li > a:hover, .index-tabs .nav-tabs > li > a:active, .index-tabs .nav-tabs > li > a:focus {
  color: #ff138c;
}

.index-tabs .nav-tabs > .active > a {
  color: #ff138c;
}

.index-tabs .tab-content {
  padding-top: 40px;
}

.slider-controller {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .1s ease-out;
  padding: 30px 20px;
  background-color: rgba(255,255,255,0.5);
  cursor: pointer;
}

.slider-controller::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  border: 3px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.slider-controller.slide-prev {
  left: 10px;
}

.slider-controller.slide-next {
  right: 10px;
}

.slider-controller.slide-prev::before {
  -webkit-transform: translateX(25%) rotate(-45deg);
  transform: translateX(25%) rotate(-45deg);
  border-bottom: none;
  border-right: none;
}

.slider-controller.slide-next::before {
  -webkit-transform: translateX(-25%) rotate(-45deg);
  transform: translateX(-25%) rotate(-45deg);
  border-top: none;
  border-left: none;
}

.main-slider {
  position: relative;
  overflow: hidden;
}

.main-slider .slide {
  display: inline-block;
  width: 100%;
}

.main-slider .slider-controller {
  opacity: 0;
}

.main-slider:hover .slider-controller {
  opacity: 0.5;
}

.main-slider:hover .slider-controller:hover {
  opacity: 1;
}

.slick-dots {
  position: absolute;
  bottom: 16px;
  right: 10px;
  font-size: 0;
}

.slick-dots li {
  float: left;
  margin-left: 1px;
  border-radius: 50%;
  padding: 8px;
  cursor: pointer;
  position: relative;
}

.slick-dots li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.slick-dots button {
  border: none;
  background: #fff;
  outline: none;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}

.slick-dots li.slick-active {}

.slick-dots li.slick-active::before {
  border-color: #fff;
}

.vacancy-list {
  
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 2;
}

.vacancy-list ul {
  margin-left: 1em;
  list-style: none;
}

.vacancy-list ul li {
  padding-left: 1em;
}

.vacancy-list ul li::before {
  content: '\2015';
  margin-right: 10px;
}

.vacancy-list h1, .vacancy-list .brands-carousel .moduletitle, .brands-carousel .vacancy-list .moduletitle {
  margin-bottom: 30px;
}

.sign-up {
  padding: 20px 0;
  padding-bottom: 60px;
}

.sign-up h1, .sign-up .brands-carousel .moduletitle, .brands-carousel .sign-up .moduletitle {
  margin-bottom: 50px;
}

.registration-form {
  padding-right: 15px;
}

.registration-form .form-group {
  position: relative;
}

.registration-form .form-group .required {
  right: 4px;
  bottom: 4px;
}

.registration-form form {
  padding: 60px 70px;
  border: 4px solid #e0e0e0;
}

.registration-form form label {
  display: block;
  font-weight: normal;
  color: #3a3a3a;
}

.registration-form form input {
  width: 100%;
  border-radius: 2px;
  padding: 8px 16px;
}

.registration-form form .btn {
  margin-top: 30px;
  width: 100%;
}

.registration-form form .btn:hover span,
.registration-form form .btn:focus span,
.registration-form form .btn:active span {
  background-image: url(../img/icons/icon-subscribe.png);
}

.registration-form form .btn span {
  position: relative;
  padding-left: 25px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-image: url(../img/icons/icon-check--white.png);
  background-repeat: no-repeat;
  background-position: center left;
}

.registration-benefits p {
  margin-bottom: 15px;
}

.registration-benefits strong {
  font-size: 16px;
  font-weight: bold;
  color: #ff138c;
}

.news_module {
  padding-left: 80px;
}

.news_module .moduletitle{
  display: flex;
  white-space: nowrap;
  align-items: center;
}

.news_module .moduletitle::after {
  content: "";
  border-top: 1px solid #b1b1b0;
  width: 100%;
  margin-left: 12px;
}

.mod_latest {

}

.mod_latest_item {
  margin-bottom: 30px;
}

.mod_latest_item:nth-child(2n+1) {
  padding-right: 40px;
  clear: left;
}

.mod_latest_item:nth-child(2n) {
  padding-left: 40px;
}

.mod_latest_item .image {
  text-align: center;
  margin-bottom: 18px;
}

.mod_latest_item .title {
  font-weight: 700;
  line-height: 1.125;
  text-decoration-color: rgba(59,59,59,0.4);
  display: block;
  color: inherit;
}

.mod_latest_item .date {
  font-size: 10px;
  color: #a5a5a5;
  margin-bottom: 5px;
}

.mod_latest_item .descr {
  margin-top: 8px;
  font-size: 0.875em;
  line-height: 1.1;
  max-height: 4.4em;
  overflow: hidden;
  position: relative;
}

.mod_latest_item .descr::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1.1em;
  width: 60px;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
}

.mod_latest_all {
  margin-top: 18px;
  padding-right: 25%;
}

.shops-list {
  padding-bottom: 30px;
}

.shops-list h1, .shops-list .brands-carousel .moduletitle, .brands-carousel .shops-list .moduletitle {
  margin-bottom: 30px;
}

.shops-list .shops .shop {
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 2px;
  margin-bottom: 20px;
  transition: all .3s ease-out;
  text-align: center;
}

.shops-list .shops .shop:hover {
  border-color: #ff138c;
}

.shops-list .shops a {
  text-decoration: none;
  display: block;
}

.shops-list .shops .caption {
  color: #3a3a3a;
  display: block;
  padding: 12px;
  text-align: center;
}

.shops-list .city {
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.shops-list .city span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  background-color: #efefef;
  padding: 6px 20px;
  margin-right: 30px;
}

.shops-list .city a {
  padding-left: 20px;
  background-image: url(../img/icons/icon-shops-pin.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: #ff138c;
  display: inline-block;
}

#map_stores{
  margin-bottom: 40px;
}

.catalog-list,
.featured-items {
  margin-bottom: 30px;
}

.catalog-list .catalog-item,
.featured-items .catalog-item{
  margin-bottom: 30px;
}

.catalog-list .catalog-item a,
.featured-items .catalog-item a {
  text-decoration: underline;
  text-decoration-color: rgba(52,52,52,0.2);
  display: block;
  color: inherit;
  text-align: center;
}

.catalog-list .catalog-item .image-wrap {
}

.catalog-list .catalog-item .image {
}

.catalog-list .catalog-item .caption,
.featured-items .catalog-item .caption {
  font-weight: bold;
  display: block;
  padding-top: 10px;
}

.catalog-list .catalog-item a:hover,
.catalog-list .catalog-item a:focus,
.featured-items .catalog-item a:hover,
.featured-items .catalog-item a:focus {
  color: #1571b8;
  text-decoration: none;
}

.requisites {
  margin-bottom: 30px;
  padding-top: 10px;
}

.requisites h2 {
  margin-bottom: 30px;
}

.requisites p {
  padding-left: 35px;
  background-image: url(../img/icons/icon-reqs.png);
  background-repeat: no-repeat;
  background-position: left 15%;
}

.social .modulebody {
  font-size: 0;
  margin-bottom: 20px;
}

.social .moduletitle {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

.social .modulebody a {
  display: inline-block;
  background-color: #bebebe;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  position: relative;
  transition: all .3s ease-out;
  margin-right: 16px;
}

.social .modulebody a:last-child {
  margin-right: 0;
}

.social .modulebody a:hover, .social .modulebody a:focus, .social .modulebody a:active {
  background-color: #33bdfd;
}

.social .modulebody a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-us-block {
}


.shop-page h1, .shop-page .brands-carousel .moduletitle, .brands-carousel .shop-page .moduletitle {
  margin-bottom: 50px;
}

.gallery {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}

.gallery .gallery-item {
  border: 1px solid transparent;
  padding: 4px;
}

.gallery .gallery-item:hover, .gallery .gallery-item:focus, .gallery .gallery-item:active {
  border-color: #ff138c;
  cursor: pointer;
}

.shop-3d {
  position: relative;
  margin-bottom: 20px;
}

.shop-3d::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.45);
}

.shop-3d .shop-3d__content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.shop-3d .shop-3d__content p {
  
  font-weight: bold;
  font-style: normal;
  font-size: 28px;
  line-height: 1.2;
  color: #ffffff;
}

.shop-3d .shop-3d__content p::after {
  content: '';
  display: block;
  width: 65px;
  height: 50px;
  background-image: url(../img/icons/icon-3d.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 100px;
}

.shop-3d .shop-3d__content .btn span {
  padding-left: 30px;
  background-image: url(../img/icons/icon-eye.png);
  background-repeat: no-repeat;
  background-position: left center;
  transition: all .3s ease-out;
}

.shop-3d .shop-3d__content .btn:hover {
  color: #ff138c;
  border-color: #ff138c;
}

.shop-3d .shop-3d__content .btn:hover span {
  background-image: url(../img/icons/icon-eye--rose.png);
}

.cart-page {
  padding-bottom: 30px;
}

.cart-page .make-order .btn {
  float: right;
}

.cart-page h1, .cart-page .brands-carousel .moduletitle, .brands-carousel .cart-page .moduletitle {
  margin-bottom: 50px;
}

.cart-block {
  border: 1px solid #afafaf;
  margin-bottom: 30px;
}

.cart-block .info{
  padding-top: 5px;
  font-size: 0.8em;
}

.cart-block th {
  font-weight: normal;
}

.cart-block th:first-child {
  white-space: nowrap;
}

.cart-block .price {
  white-space: nowrap;
}

.cart-block .old-price {
  font-size: 14px;
  color: #a3a3a3;
  text-decoration: line-through;
  line-height: 1.2;
  white-space: nowrap;
}

.cart-block .sale {
  white-space: nowrap;
  color: #a3a3a3;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 6px;
}

.cart-block .sale strong {
  color: #1571b8;
}

.cart-block .quantity {
  width: 80px;
}

.cart-block .quantity .form-control {
  background-color: #fff;
  border-color: #e2e2e2;
  border-right-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  height: 26px;
  padding: 2px 0;
  text-align: center;
}

.cart-block .quantity .btn {
  background-color: #fff;
  border-color: #e2e2e2;
  color: #7c7c7c;
  font-size: 10px;
  line-height: 20px;
  padding: 2px 5px;
}

.cart-block .quantity .input-group-btn:first-child>.btn {
  padding-left: 12px;
  border-right-color: rgba(0, 0, 0, 0);
}

.cart-block .quantity .input-group-btn:last-child>.btn {
  padding-right: 12px;
  border-left-color: rgba(0, 0, 0, 0);
}

.cart-block .total {
  white-space: nowrap;
}

.cart-block .delete {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
}

.cart-block .delete::before, .cart-block .delete::after {
  content: '';
  display: block;
  margin-top: -4px;
  width: 2px;
  left: 50%;
  top: 50%;
  height: 10px;
  position: absolute;
  background-color: #3a3a3a;
}

.cart-block .delete::before {
  transform: rotate(45deg);
}

.cart-block .delete::after {
  transform: rotate(-45deg);
}

.cart-block > p {
  font-size: 16px;
  border-bottom: 1px solid #e9e9e9;
  padding: 26px 30px;
}

.cart-block > p strong {
  color: #ff138c;
}

.cart-block tr.discounts_info > td{
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 1em;
}

.present {
  border: 1px solid #e9e9e9;
}

.present .present-head {
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  padding: 12px 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e9e9e9;
}

.present .present-body {
  padding: 0 20px;
}

.present .present-body > p {
  text-align: center;
  font-size: 16px;
  padding: 14px 10px;
  margin-bottom: 20px;
}

.present .present-body .form-group {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 22px;
}

.present .present-body .form-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.present .present-body .form-group img {
  max-width: 100px;
  margin-left: 10px;
  margin-right: 5px;
}

.present .present-body .form-group .radio-btn {
  flex-grow: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  position: relative;
}

.present .present-body .form-group .radio-btn::before {
  content: '';
  width: 8px;
  height: 8px;
  /*background-color: #e6e6e6;*/
  border: 1px solid #b5b5b5;
  box-shadow: 0 0 0 5px inset #b5b5b5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.present .present-body .form-group input {
  display: none;
}

.present .present-body .form-group input:checked ~ .radio-btn::before {
  background-color: #ff138c;
  border-color: #ff138c;
}

.calculation .form-group {
  padding: 20px 30px;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.calculation .form-group label {
  width: 20%;
}

.calculation .form-group label strong {
  color: #ff138c;
}

.calculation .form-group input {
  margin-right: 20px;
}

.calculation .form-group .btn-input-number > span {
  padding-left: 25px;
  background-image: url(../img/icons/icon-check.png);
  background-repeat: no-repeat;
  background-position: left center;
  transition: background .3s ease-out;
}

.calculation .form-group .btn-input-number.btn-activated > span {
  background-image: url(../img/icons/icon-check--white.png);
}

.calculation .form-group .btn-input-text > span {
  padding-left: 25px;
  background-image: url(../img/icons/icon-calculate.png);
  background-repeat: no-repeat;
  background-position: left center;
  transition: background .3s ease-out;
}

.calculation .form-group .btn-input-text.btn-activated > span {
  background-image: url(../img/icons/icon-calculate--white.png);
}

.calculation .form-group .btn.btn-grey {
  min-width: 30%;
}

.calculation .form-group .alert {
  width: 100%;
  margin: 10px 0 0;
}

.calculation .personal-discount{
  padding: 20px 30px;
}

/*.calculation .personal-discount p {*/
  /*padding: 24px 30px;*/
  /*border-bottom: 1px solid #e9e9e9;*/
  /*font-size: 16px;*/
/*}*/

/*.calculation .personal-discount p strong {*/
  /*color: #ff138c;*/
/*}*/

.calculation .total-price {
  text-align: right;
  padding: 24px 30px;
  font-size: 16px;
}

.cart-page .recent {
  margin-top: 30px;
}

.cart-page h2 {
  text-align: center;
  margin-bottom: 40px;
}

.recent-items {
  overflow: hidden;
}

.order_page .form-group .required{
  top: 14px;
  right: 22px;
  line-height: 1;
}

.order_page .form-group .hint{
    font-size: 0.875em;
    color: #337ab7;
}

.order_page .promo-item{
  margin-bottom: 20px;
}

.sidebar-filters {
  position: relative;
}

.sidebar-filters .moduletitle {
  font-size: 1.25em;
  color: #fff;
  margin-bottom: 0;
  background-color: #1571b8;
  border-radius: 4px 4px 0 0;
  padding: 18px 30px;
}

.sidebar-filters .modulebody {
  background-color: #f6f6f4;
  border-radius: 0 0 4px 4px;
  border: 1px solid #d7d8d2;
  border-top: none;
}

.sidebar-filters .filter-block{
  padding: 15px 30px;
  border-bottom: 1px solid #d7d8d2;
}

.sidebar-filters .filter-title {
  font-size: 1.125em;
  font-weight: 700;
  cursor:pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*padding-left: 20px;*/
  position: relative;
}

.sidebar-filters .filter-title .title {
}

.sidebar-filters .filter-title .caret {
  width: 9px;
  height: 9px;
  border-width: 2px;
  margin-left: 0;
  margin-right: 10px;
  margin-top: -4px;
}

.filter-block.is-collapse .filter-title .caret {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  margin-top: 2px;
  margin-left: -4px;
  margin-right: 14px;
}

.sidebar-filters .filter-body {
  font-size: 0.9375em;
  margin-top: 10px;
}

.sidebar-filters .filter-range .filter-body {
  padding-bottom: 10px;
}

.filter-block.is-collapse .filter-body{}

.filters-wrapper .form-control {
  height: 28px;
  font-size: 14px;
  line-height: 20px;
  padding: 3px 10px;
  border-color: #d7d8d2;
}

.filters-wrapper select.form-control {
  height: auto;
}

.filters-wrapper .form-control:hover,
.filters-wrapper .form-control:focus {
  border-color: #1571b8;
}

.filters-wrapper .filter-range .input-group .input-group-addon {
  height: 28px;
  font-size: inherit;
  line-height: 20px;
  padding: 4px 2px;
  border: none;
  background: none;
  color: inherit;
}

.filter-range .slider-range {
  margin-top: 20px;
  background-color: #7dd6ff;
  border: none;
  height: 3px;
  border-radius: 2px;
}

.filter-range .slider-range .ui-slider-range {
  background-color: #1571b8;
}

.filter-range .slider-range .ui-slider-handle {
  height: 11px;
  width: 11px;
  background-color: #1571b8;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  outline: none;
}

.filter-range .slider-range .ui-slider-handle::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border: 2px solid #1571b8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -5px;
  margin-top: -5px;
}

.filters-wrapper .radio,
.filters-wrapper .checkbox {
  margin: 0;
}

.filters-wrapper .radio + .radio,
.filters-wrapper .checkbox + .checkbox {
  margin-top: 5px;
}

.filters-wrapper .radio-inline,
.filters-wrapper .checkbox-inline {
  margin: 0 10px 5px 0;
  padding-left: 0;
  display: inline-block;
}

.filters-wrapper .radio-inline + .radio-inline,
.filters-wrapper .checkbox-inline + .checkbox-inline {
  margin-top: 0;
}

.filters-wrapper label {
}

.filters-wrapper .radio label,
.filters-wrapper .checkbox label {
  min-height: 0;
  padding-left: 0;
}

.filters-wrapper .checkbox input[type=checkbox],
.filters-wrapper .radio input[type=radio] {
  display: none;
}

.filters-wrapper .css_checkbox,
.filters-wrapper .css_radio{
  width: 19px;
  height: 19px;
  border: 1px solid #d7d8d2;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-bottom;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.filters-wrapper .css_radio {
  border-radius: 50%;
}

.filters-wrapper .css_checkbox::before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("images/checkbox_active.svg") center no-repeat;
}

.filters-wrapper .css_radio::before {
  display: none;
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: #1571b8;
  border-radius: 50%;
}

.filters-wrapper .filter-color .css_checkbox::before {
  /*background-image: url(../img/icons/icon-checkbox--bw.png);*/
}

.filters-wrapper label:hover .css_checkbox,
.filters-wrapper label:hover .css_radio{
  border-color: #1571b8;
}

.filters-wrapper .checkbox input:checked ~ label .css_checkbox {}

.filters-wrapper .checkbox input:checked ~ label .css_checkbox::before,
.filters-wrapper .radio input:checked ~ label .css_radio::before {
  display: block;
}

.sidebar-filters .buttons-wrapper{
  padding: 20px 30px;
}

.sidebar-filters .float-submit {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 100;
  margin-left: 10px;
}

.sidebar-filters .float-submit .btn {}

.sidebar-filters .float-submit .btn:hover {}

.sidebar-filters .filter-submit {
  margin-bottom: 18px;
}

.sidebar-filters .btn.btn-filter {
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar-filters .btn.btn-filter span {}

.sidebar-filters .filter-reset {
}

.sidebar-filters .filter-reset .btn {
}

.front_filter_wrapper {
  position: relative;
  margin-top: -10px;
}

.front_filter_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 55%;
  background-color: #f1f1ed;
}

.front_filter_wrapper > .container > .inner{
  background: url("images/front_filter_bg.jpg") right top no-repeat;
  height: 400px;
  padding-top: 20px;
}

.front_filter {}

.front_filter .module {
  margin: 20px 20px 0 -20px;
  border: 5px solid #fff;
  padding: 15px 25px;
}

.front_filter .filter-block {
  margin-bottom: 20px;
}

.front_filter .filter-range {
  margin-bottom: 30px;
}

.front_filter .filter-brand .btn {
  text-align: left;
  background-color: #fff;
  border-color: #fff;
}

.front_filter .filter-brand .btn span.caret {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2px;
  width: 12px;
  height: 12px;
}

.front_filter .filter-brand.open .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.front_filter .filter-brand .dropdown-menu {
  border-color: #fff;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.2);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.front_filter .filter-brand .dropdown-menu label{
  display: block;
}

.front_filter .module .h1{
  font-size: 1.25em;
  margin-bottom: 7px;
  color: #fff;
  font-weight: 700;
}

.front_filter .filter-title {
  color: #fff;
  font-size: 1.0625em;
  line-height: 1;
  font-weight: 700;
  float: left;
  max-width: 100px;
  padding-right: 10px;
}

.front_filter .filter-range .slider-range .ui-slider-range{
  background-color: #fff;
}
.front_filter .filter-range .slider-range .ui-slider-handle {
  background-color: #fff;
}
.front_filter .filter-range .slider-range .ui-slider-handle::before {
  border-color: #fff;
}

.front_filter .filters-wrapper .form-control {
  height: 34px;
  font-size: 16px;
  line-height: 20px;
  padding: 6px 10px;
  border-color: #fff;
}

.front_filter .filters-wrapper .filter-range .input-group .input-group-addon{
  color: #fff;
  font-weight: 700;
  height: 34px;
  padding: 6px;
}

.sidebar-banner {
  text-align: center;
  padding: 20px 0;
}

.sort {
  margin-bottom: 20px;
  font-size: 0.9375em;
}

.sort .sort-item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

.sort .sort-item > span {
  display: inline-block;
  vertical-align: middle;
}

.sort .dropdown{
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.sort .dropdown .dropdown-menu{
  font-size: 14px;
  min-width: 100%;
}

.sort .dropdown .dropdown-menu > li > a{
  color: inherit;
  text-decoration: none;
  padding-left: 12px;
  padding-right: 12px;
}

.sort .dropdown .dropdown-menu > li > a:hover,
.sort .dropdown .dropdown-menu > li > a:focus,
.sort .dropdown .dropdown-menu > li.active > a{
  text-decoration: none;
  color: #fff;
  background-color: #1571b8;
}

.sort .dropdown .dropdown-toggle{
  color: #3b3b3b;
  font-size: 14px;
  line-height: 20px;
  height: 26px;
  padding: 2px 10px 2px 12px;
  border-color: #d7d8d2;
  background-color: #fff;
  font-weight: 500;
  max-width: 100%;
}

.sort .dropdown .dropdown-toggle.active{
  border-color: #1571b8;
}

.sort .dropdown .dropdown-toggle span.title{
}

.sort .dropdown .dropdown-toggle span.caret{}

.list-view {
  margin-right: -5px;
}

.list-view ul{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.list-view ul li{
  margin: 0;
}

.list-view ul li a{
  display: block;
  width: 25px;
  height: 25px;
  padding: 5px;
  color: #7c7c7c;
  position: relative;
}

.list-view ul li a.line {
  width: 26px;
}

.list-view ul li a span {
  display: block;
  width: 100%;
}

.list-view ul li a span + span{
  margin-top: 3px;
}

.list-view ul li a.line span{
  border-top: 3px solid;
}

.list-view ul li a.cards span{
  height: 6px;
  border-left: 6px solid;
  border-right: 6px solid;
}

.list-view ul li a:hover,
.list-view ul li a:focus,
.list-view ul li.active > a {
  color: #1571b8;
}

.category-page {
}

.category-page .catdescr {
  margin-top: 40px;
}

.category-page h1,
.category-page .brands-carousel .moduletitle,
.brands-carousel .category-page .moduletitle {
  margin-bottom: 30px;
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  z-index: 1100;
  transition: all .5s ease;
}

.overlay .loader {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 4px solid rgba(0, 0, 0, 0);
  border-top-color: #1571b8;
  border-bottom-color: #1571b8;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
  animation: spin .8s linear infinite;
}

.shop-item-page {
}

.shop-item-page > article{
    margin-bottom: 40px;
}

.shop-item-page .h2 {
  margin-bottom: 30px;
}

.shop-item-page .shop-item-page__price {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}

.shop-item-page .shop-item-page__price .price {
  white-space: nowrap;
  display: block;
}

.shop-item-page .shop-item-page__price .old-price {
  white-space: nowrap;
  font-size: 0.5625em;
  font-weight: 400;
  color: #a1a1a1;
  text-decoration: line-through;
}

.shop-item-page .shop-item-page__price .sale {
  font-size: 0.5625em;
  font-weight: 400;
  margin-right: 10px;
}

.shop-item-page .sizes {
  display: flex;
  align-items: center;
}

.shop-item-page .sizes .form-group {
  margin-right: 10px;
}

.shop-item-page .sizes label {
  margin-bottom: 0;
}

.shop-item-page .sizes label:hover {
  cursor: pointer;
}

.shop-item-page .sizes label .radio {
  margin-right: 4px;
}

.shop-item-page .radio {
  width: 18px;
  height: 18px;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  background: linear-gradient(to top, #ebebeb, #f5f5f5);
  position: relative;
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  border-radius: 50%;
}

.shop-item-page .radio::before {
  content: normal;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/icons/icon-checkbox--white.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.shop-item-page .colors {
  display: flex;
  align-items: center;
}

.shop-item-page .colors .input-group {
  display: inline-block;
}

.shop-item-page .colors .input-group label {
  position: relative;
  margin-right: 10px;
  margin-bottom: 0;
  cursor: pointer;
}

.shop-item-page .colors .input-group label:hover span:not(.radio) {
  display: block;
}

.shop-item-page .colors .input-group label .radio {
  margin-right: 0;
}

.shop-item-page .colors .input-group span:not(.radio) {
  display: none;
  -webkit-user-select: transparent;
  -moz-user-select: transparent;
  -ms-user-select: transparent;
  user-select: transparent;
  position: absolute;
  font-size: 9px;
  color: #4e4e4e;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s ease-out;
}

.shop-item-page .colors .input-group label[for=color-green] .radio {
  background: #4fd682;
  border-color: #4fd682;
}

.shop-item-page .colors .input-group label[for=color-black] .radio {
  background: #464646;
  border-color: #464646;
}

.shop-item-page .colors .input-group label[for=color-red] .radio {
  background: #ff2727;
  border-color: #ff2727;
}

.shop-item-page .colors .input-group label[for=color-grey] .radio {
  background: #d5d5d5;
  border-color: #d5d5d5;
}

.shop-item-page .colors .input-group label[for=color-blue] .radio {
  background: #488dff;
  border-color: #488dff;
}

.shop-item-page .colors .input-group label[for=color-yellow] .radio {
  background: #ffc71d;
  border-color: #ffc71d;
}

.shop-item-page .colors .input-group label[for=color-white] .radio {
  background: #fff;
}

.shop-item-page .shop-item-page__filter {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.shop-item-page .shop-item-page__filter > span {
  margin-right: 10px;
  font-size: 16px;
}

.shop-item-page__filter.filter-color input,
.shop-item-page__filter.filter-size input {
  display: none;
}

.shop-item-page__filter.filter-color input:checked ~ label .radio,
.shop-item-page__filter.filter-size input:checked ~ label .radio {
  background: #ff138c;
  border-color: #ff138c;
}

.shop-item-page__filter.filter-color input:checked ~ label .radio::before,
.shop-item-page__filter.filter-size input:checked ~ label .radio::before {
  content: '';
}

.shop-item-page__filter.filter-color input:checked ~ label[for=color-white] .radio,
.shop-item-page__filter.filter-size input:checked ~ label[for=color-white] .radio {
  border-color: #c3c3c3;
}

.shop-item-page__filter.filter-color input:checked ~ label[for=color-white] .radio::before,
.shop-item-page__filter.filter-size input:checked ~ label[for=color-white] .radio::before {
  background-image: url(../img/icons/icon-checkbox--default.png);
}

.shop-item-page__filter.filter-color input + label,
.shop-item-page__filter.filter-size input + label {
  display: flex;
  align-items: center;
}

.submit-block {
    margin-bottom: 30px;
}

.submit-block .js_qty_wrapper{
    padding-top: 7px;
  margin-bottom: 10px;
}

.shop-item-page__quantity {
    display: flex;
    align-items: center;
}

.shop-item-page__quantity span{
    font-weight: 700;
}

.shop-item-page__quantity .input-group {
    width: 80px;
    margin-left: 10px;
}

.shop-item-page__quantity .input-group .btn{
    background-color: #fff;
    border-color: #e2e2e2;
    color: #7c7c7c;
    font-size: 10px;
    line-height: 20px;
    padding: 2px 5px;
}

.shop-item-page__quantity .input-group-btn:first-child>.btn{
    padding-left: 12px;
    border-right-color: transparent;
}

.shop-item-page__quantity .input-group-btn:last-child>.btn{
    padding-right: 12px;
    border-left-color: transparent;
}

.shop-item-page__quantity .input-group .form-control{
    background-color: #fff;
    border-color: #e2e2e2;
    border-right-color: transparent;
    border-left-color: transparent;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    height: 26px;
    padding: 2px 0;
    text-align: center;
}

.shop-item-page__btns {
}

.shop-item-page__btns a {
    margin-top: 15px;
}

.shop-item-page__content {
  margin-left: 30px;
  margin-bottom: 40px;
  margin-right: -20px;
  background-color: #f1f2ed;
  border-radius: 4px;
}

.shop-item-page__content .content_inner{
  padding: 15px 40px;
}

.shop-item-page__content .params {
  font-size: 0.9375em;
}

.shop-item-page__content .params .param {}

.shop-item-page__content .params .param .answer{
  font-weight: 700;
}

.shop-item-page__content .params .param .answer a{
  font-weight: 400;
}

.shop-item-page__content form{
  border-radius: 0 0 4px 4px;
  background-color: #1571b8;
  padding: 20px 40px;
  color: #fff;
}

.shop-item-page__content form a{
  color: inherit;
}

.shop-item-page__content .form_descr{
  font-size: 0.875em;
  line-height: 1.28571em;
  margin-bottom: 15px;
}

.shop-item-page__content form .form-control{
  border-color: #fff;
}

.shop-item-page__content form .btn{
  font-weight: 700;
  text-transform: uppercase;
}

.shop-item-page__content form .btn .caret{
  position: absolute;
  right: 15px;
  top: 50%;
  width: 12px;
  height: 12px;
}

.shop-item-page .triggers {
  padding-left: 70px;
}

.shop-item-page__total {
  font-size: 16px;
}

.shop-item-page__total span {
  display: inline-block;
  padding: 4px 10px;
  margin-left: 8px;
  background-color: #f2f2f2;
  border-radius: 4px;
}

.shop-item-page .chars_list{
  padding: 0;
  list-style: none;
  line-height: 1.1;
  margin: 0 0 30px;
}

.shop-item-page .chars_list li{
  margin-bottom: 5px;
}

.shop-item-page .chars_list li::after{
  content: " ";
  display: table;
  clear: both;
}

.shop-item-page .chars_list li > span{
  float: left;
}

.shop-item-page .chars_list li > span.quest{
  border-bottom: 1px dotted;
  width: 50%;
}

.shop-item-page .chars_list li > span.quest span{
  display: inline-block;
  background-color: #fff;
  top: 2px;
  position: relative;
}

.shop-item-page .chars_list li span.answer{
  width: 50%;
  top: 2px;
  position: relative;
}

.shop-item-page .chars_list li span.answer a{
  color: inherit;
  text-decoration: none;
}

.shop-item-page .chars_list li span.answer a:hover,
.shop-item-page .chars_list li span.answer a:focus{
  color: #1571b8;
  text-decoration: none;
}

.shop-item-page__banner {
  overflow: hidden;
}

.shop-item-page__banner img{
  border: 1px solid #e2e2e2;
  height: auto !important;
  width: auto !important;

}

.shop-item-page__action {
  margin-bottom: 30px;
}

.shop-item-page__action .shop-item-page__add-to-wishlist,
.shop-item-page__action .shop-item-page__add-to-compare {
  display: inline-block;
}

.shop-item-page__action .action-add {
  display: inline-block;
  padding: 6px 0;
  color: #3a3a3a;
  text-decoration: none;
  margin-right: 20px;
}

.shop-item-page__action .action-add:hover,
.shop-item-page__action .action-add:focus,
.shop-item-page__action .action-add:active,
.shop-item-page__action .action-add.active {
  color: #ff138c;
}

.shop-item-page__action .shop-item-page__add-to-compare .active span {
}

.shop-item-page__action .shop-item-page__add-to-wishlist .active span {
}

.shop-item-page__action .shop-item-page__add-to-compare span {
  padding: 6px 0;
  padding-left: 40px;
  transition: all .3s ease-out;
}

.shop-item-page__action .shop-item-page__add-to-compare:hover span,
.shop-item-page__action .shop-item-page__add-to-compare:focus span,
.shop-item-page__action .shop-item-page__add-to-compare:active span {
}

.shop-item-page__action .shop-item-page__add-to-wishlist span {
  padding: 6px 0;
  padding-left: 40px;
  transition: all .3s ease-out;
}

.shop-item-page__action .shop-item-page__add-to-wishlist:hover span,
.shop-item-page__action .shop-item-page__add-to-wishlist:focus span,
.shop-item-page__action .shop-item-page__add-to-wishlist:active span {
}

.shop-item-page__tabs {
  padding: 20px 0;
}

.shop-item-page__tabs .nav-tabs {
  border: none;
}

.shop-item-page__tabs .nav > li {
  margin: 0;
}

.shop-item-page__tabs .nav > li + li{
}

.shop-item-page__tabs .nav > li > a {
  background: none;
  border: none;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.125em;
}

.shop-item-page__tabs .nav > li > a img{
  width: 19px;
  margin-right: 10px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.shop-item-page__tabs .nav > li > a .alike{
  vertical-align: bottom;
}

.shop-item-page__tabs .nav > li > a:hover,
.shop-item-page__tabs .nav > li > a:focus,
.shop-item-page__tabs .nav > li.active > a {
  color: inherit;
  background: none;
  border: none;
}

.shop-item-page__tabs .nav > li > a:hover img,
.shop-item-page__tabs .nav > li > a:focus img,
.shop-item-page__tabs .nav > li.active > a img {
  filter: grayscale(100%) brightness(33%);
}

.shop-item-page__tabs .nav > li > a:hover .alike,
.shop-item-page__tabs .nav > li > a:focus .alike,
.shop-item-page__tabs .nav > li.active > a .alike {
  color: inherit;
}

.shop-item-page__tabs .tab-content {
}

.shop-item-page__description h2.h1{
  display: flex;
  white-space: nowrap;
  align-items: center;
}

.shop-item-page__description h2.h1::after {
  content: "";
  border-top: 1px solid #b1b1b0;
  width: 100%;
  margin-left: 12px;
}

.shop-item-page__tabs .tab-content .contact-us-form .h5{
  text-transform: none;
}

.shop-item-page__feedbacks .date {
  font-size: 13px;
  line-height: 2;
  color: #b5b5b5;
  margin-right: 20px;
}

.shop-item-page__feedbacks .feedback-author {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}

.shop-item-page__feedbacks .feedback-content {
  padding: 12px 0;
  font-size: 16px;
}

.shop-item-page__feedbacks .feedback-content::before {
  content: '\2014';
}

.shop-item-page__feedbacks .feedback {
  margin-bottom: 25px;
}

.leave-feedback .form-group,
.leave-feedback input,
.leave-feedback textarea {
  width: 100%;
}

.feedback-form {
  background-color: #f6f7fa;
  padding: 20px;
}

.feedback-form h3 {
  
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 10px;
}

.feedback-form .form-group {
  margin-bottom: 20px;
}

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

.feedback-form .btn span {
  padding-left: 25px;
  background-image: url(../img/icons/icon-subscribe.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.feedback-rating {
  background-color: #f8f8f8;
  padding: 6px 15px;
  font-size: 12px;
  color: #808080;
  display: inline-block;
}

.feedback-rating p {
  display: inline-block;
  margin-right: 10px;
}

.feedback-rating .rating-up {
  margin-right: 10px;
}

.feedback-rating .rating-up span {
  color: #95c088;
  position: relative;
  padding-left: 20px;
}

.feedback-rating .rating-up span::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 3px;
  background-image: url(../img/icons/icon-thumb-up.png);
  background-repeat: no-repeat;
  background-position: left 10%;
}

.feedback-rating .rating-down span {
  color: #db6d71;
  position: relative;
  padding-left: 20px;
}

.feedback-rating .rating-down span::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 2px;
  padding-left: 15px;
  background-image: url(../img/icons/icon-thumb-down.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.shop-item-page__vendor {}

.shop-item-page__vendor > .inner {
  background-color: #f1f2ed;
  padding: 20px 40px;
  border-radius: 4px;
}

.shop-item-page__vendor > .row{
}

.shop-item-page__vendor .title{}

.shop-item-page__vendor .image > .inner{
  background-color: #fff;
}

.shop-item-page__vendor .descr{
  margin-top: 20px;
  font-size: 0.9375em;
}

.recent {
  position: relative;
}

.recent-items {
  position: relative;
}

.similar-items {
  overflow: hidden;
  position: relative;
}

.recent .slider-controller {
  opacity: 0;
}

.recent:hover .slider-controller {
  opacity: 0.5;
}

.recent:hover .slider-controller:hover {
  opacity: 1;
}

.shop-item-page__image_wrap {
  position: relative;
}

.shop-item-page__image_wrap .markers {
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 5px;
  display: block;
  line-height: 1;
}

.shop-item-page__image_wrap .markers img{
  display: block;
  margin-bottom: 3px;
}

.shop-item-page__image {
  border: 1px solid #e2e2e2;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.shop-item-page__image a.image {
    display: inline-block;
    padding: 20px;
}

.shop-item-page__image a.image img {
  max-height: 260px;
  width: auto;
}

.shop-item-page__image:hover {
    border-color: #1571b8;
}

.shop-item-page__images{
  margin-top: 18px;
  position: relative;
  margin-bottom: 40px;
}

.slick-initialized + .shop-item-page__images{
  padding: 0 20px;
}

.shop-item-page__images .slider-controller{
  position: absolute;
  padding: 15px 0;
  opacity: 0.3;
  background: none;
  display: none;
}

.shop-item-page__images .slider-controller::before{
  width: 14px;
  height: 14px;
  border-width: 3px;
}

.shop-item-page__images .slider-controller.slide-prev{
    left: 0;
}

.shop-item-page__images .slider-controller.slide-next{
    right: 0;
}

.shop-item-page__images .slider-controller:hover{
  opacity: 1;
}

.shop-item-page__images .row {
    overflow-x: hidden;
    margin-left: -5px;
    margin-right: -5px;
}

.shop-item-page__images .slick-track {
  transform: none;
}

.shop-item-page__images .image {
    outline: none;
}

.shop-item-page__images .image span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80px;
  border: 1px solid #e2e2e2;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.shop-item-page__images.slick-slider .image {
    display: inline-block;
}

.shop-item-page__images .image:hover span {
  border-color: #1571b8;
}

.shop-item-page__images .slick-current span {
  border-color: #1571b8;
}

.promo {
  overflow: hidden;
}

.promo-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.promo-item a img {
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1, 1, 1);
}

.promo-item a .hover-anim {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.promo-item a .hover-anim::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  transition: transform 0.6s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
}

.promo-item a:hover img {
  transform: scale3d(0.95, 0.95, 1);
}

.promo-item a:hover .hover-anim::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}

.shop-item:hover .markers > span,
.shop-item-page__image:hover .markers > span {
  animation: spinAround 2s linear 1;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.sidebar-menu .nav span {
  position: relative;
}

.sidebar-menu .nav span::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ff138c;
  content: '';
  opacity: 0;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  transform: translateY(-10px);
}

.sidebar-menu .nav a:hover span::after,
.sidebar-menu .nav a:focus span::after {
  height: 2px;
  opacity: 1;
  transform: translateY(0px);
}

.cart-block .btn-grey {
  position: relative;
}

.cart-block .btn-grey::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  transform: scale3d(0.8, 0.44, 1);
}

.cart-block .btn-grey.btn-activated {
  border-color: transparent;
  transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
  color: #ECEFF1;
  background-color: #ff138c;
  animation: anim-moema-1 0.3s forwards;
}

.cart-block .btn-grey.btn-activated::before {
  animation: anim-moema-2 0.3s 0.3s forwards;
}

@keyframes anim-moema-1 {
  60% {
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes anim-moema-2 {
  to {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
}

.make-order .btn {
  position: relative;
  overflow: hidden;
}

.ripple-obj {
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  fill: #ff138c;
}

.ripple-obj use {
  opacity: 0;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

#scroll-top{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 500;
    padding: 30px;
    background-color: rgba(255,255,255,0.7);
    /*-webkit-box-shadow: 0 1px 2px rgba(70,70,70,0.2);*/
    /*box-shadow: 0 1px 2px rgba(70,70,70,0.2);*/
    border: 2px solid rgba(21,113,184,0.8);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#scroll-top span{
    width: 20px;
    height: 20px;
    display: block;
    border: 3px solid rgba(21,113,184,1);
    border-bottom: none;
    border-right: none;
    position: absolute;
    transform: translate(-50%, -25%) rotate(45deg);
}

#scroll-top:hover{
    border: 2px solid rgba(21,113,184,1);
}

.form_success_sended .alert {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .col-sm-1-5{width:20%}
  .col-sm-2-5{width:40%}
  .col-sm-3-5{width:60%}
  .col-sm-4-5{width:80%}
  .text-sm-left{text-align:left}
  .text-sm-right{text-align:right}
  .text-sm-center{text-align:center}

  .navbar-default{
    min-height: 0;
    border-radius: 0;
  }

  .navbar-default .navbar-collapse{
    background: none;
    padding: 0;
  }

  .navbar-default .navbar-nav > li > a{
    font-size: 14px;
    line-height: 20px;
    padding: 13px 8px;
  }

  .front-wrapper .navbar-default .navbar-nav > li > a{
    color: #3b3b3b;
  }

  .navbar-default .navbar-nav > li:first-child > a{
    padding-left: 0;
  }

  .navbar-default .navbar-nav > li:last-child > a{
    padding-right: 0;
  }

  .navbar-default .navbar-nav li > a:hover,
  .navbar-default .navbar-nav li > a:focus,
  .navbar-default .navbar-nav .active > a,
  .navbar-default .navbar-nav .active > a:hover,
  .navbar-default .navbar-nav .active > a:focus,
  .navbar-default .navbar-nav .open > a,
  .navbar-default .navbar-nav .open > a:hover,
  .navbar-default .navbar-nav .open > a:focus {
    background: none;
  }

  .front-wrapper .navbar-default .navbar-nav li > a:hover,
  .front-wrapper .navbar-default .navbar-nav li > a:focus,
  .front-wrapper .navbar-default .navbar-nav .active > a,
  .front-wrapper .navbar-default .navbar-nav .active > a:hover,
  .front-wrapper .navbar-default .navbar-nav .active > a:focus,
  .front-wrapper .navbar-default .navbar-nav .open > a,
  .front-wrapper .navbar-default .navbar-nav .open > a:hover,
  .front-wrapper .navbar-default .navbar-nav .open > a:focus {
    color: #1571b8;
  }

  .navbar-default .navbar-nav li > a:hover > span.title,
  .navbar-default .navbar-nav li > a:focus > span.title,
  .navbar-default .navbar-nav .active > a > span.title,
  .navbar-default .navbar-nav .active > a:hover > span.title,
  .navbar-default .navbar-nav .active > a:focus > span.title,
  .navbar-default .navbar-nav .open > a > span.title,
  .navbar-default .navbar-nav .open > a:hover > span.title,
  .navbar-default .navbar-nav .open > a:focus > span.title{
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }

  .front-wrapper .navbar-default .navbar-nav li > a > span.title{
    border-bottom: none;
  }

  .navbar-default .open .dropdown-menu{
    background-color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #3b3b3b;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{
    background: none;
  }

  .navbar-default .search-form .input-group{
    max-width: 180px;
  }

  .navbar-default .search-form .form-control {
    padding-left: 10px;
    padding-right: 5px;
    font-size: 14px;
  }

  .navbar-default .search-form .input-group-btn{
    width: 1%;
  }

  .brand .brand-image {
    text-align: center;
    margin-right: 10px;
  }

  .brand .brand-description {
    float: none;
    width: auto;
  }

  .sidebar-filters .modulebody {
    display: block !important;
    height: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-nav > li.first + li > a {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1-5{width:20%}
  .col-md-2-5{width:40%}
  .col-md-3-5{width:60%}
  .col-md-4-5{width:80%}
  .text-md-left{text-align:left}
  .text-md-right{text-align:right}
  .text-md-center{text-align:center}

  .navbar-default {
  }

  .navbar-default .navbar-nav > li + li::before {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    border-left:  1px solid rgba(255,255,255,0.7);
    border-right: 1px solid rgba(255,255,255,1);
  }

  .front-wrapper .navbar-default .navbar-nav > li + li::before {
    border-left:  1px solid rgba(59,59,59,0.5);
    border-right: 1px solid rgba(59,59,59,0.7);
  }

  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding: 13px 10px;
  }

  .navbar-default .search-form .input-group {
    max-width: none;
    width: 220px;
  }

  .front-wrapper .header_menu {
    padding-top: 10px;
    padding-bottom: 30px;
  }

}

@media (min-width: 1200px) {
  .col-lg-1-5{width:20%}
  .col-lg-2-5{width:40%}
  .col-lg-3-5{width:60%}
  .col-lg-4-5{width:80%}
  .text-lg-left{text-align:left}
  .text-lg-right{text-align:right}
  .text-lg-center{text-align:center}

  .navbar-default .navbar-nav > li > a {
    padding: 20px 13px;
  }

  .navbar-default .search-form{
    margin-top: 9px;
  }

  .navbar-default .search-form .input-group{
    width: 350px;
  }

  .navbar-default .search-form .form-control {
    padding: 10px 15px;
    height: 42px;
    font-size: 16px;
  }

  .navbar-default .search-form .btn {
    padding: 10px 12px;
  }
}

@media (max-width: 1360px) {
  .brands-carousel .brands-list .arrow.arrow-left {
    left: 0;
  }
  .brands-carousel .brands-list .arrow.arrow-right {
    right: 0;
  }
}

@media (max-width: 1199px) {

  header > .container{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo .module {
    max-width: none;
    padding-right: 20px;
  }

  .slogan {}

  .phones {}

  .articles-list .article {
    padding: 14px;
  }

  .sort {
  }

  .shop-item{}

  .shop_items_list_line .shop-item {
    padding: 10px;
  }

  .shop-item .markers {
  }

  .shop-item .shop-item__price span + span {
  }

  .shop-item-page .chars_list li {
    padding: 5px;
  }

  .shop-item-page__tabs {
    padding: 15px 0;
  }

  .shop-item-page__tabs .nav > li > a {
    padding: 5px 10px;
  }

  .shop-item-page__tabs .tab-content {
  }

  form.addtocart_list{
    justify-content: center;
  }

  form.addtocart_list .input-group {
    width: 60px;
  }

  form.addtocart_list .input-group-btn:first-child>.btn{
    padding-left: 8px;
  }

  form.addtocart_list .input-group-btn:last-child>.btn{
    padding-right: 8px;
  }

  form.addtocart_list .btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  form.addtocart_list .btn img {}

  .inshop_tree{
    padding: 10px 0 20px;
  }

  .inshop_tree > .nav > li > a {
    padding: 10px 20px;
  }

  .inshop_tree > .nav > li .dropdown-menu{
    width: 700px;
    padding: 20px 30px 0 30px;
  }

  .inshop_tree .catalog-title{
    margin-bottom: 10px;
  }

  .inshop_tree .catalog-title a {
    font-weight: 700;
  }

  .inshop_tree .catalog-title .image {
    margin-right: 15px;
  }

  .inshop_tree .catalog-submenu li > .nav > li > a {
    font-size: 14px;
  }

  .cart-block td {
    padding: 5px;
  }
  .cart-block th {
    padding: 5px;
  }
  .shop-item-page__content {
    margin-left: 0;
    margin-right: 0;
  }

  .shop-item-page__content .content_inner {
    padding: 10px 20px 15px;
  }

  .shop-item-page__content form {
    padding: 15px 20px;
  }

  .shop-item-page__vendor > .inner {
    padding: 15px 20px;
  }

  aside .search_module {
    padding: 10px;
  }

  .sidebar-filters .moduletitle {
    padding: 10px 15px;
  }

  .sidebar-filters .filter-block{
    padding: 10px 15px;
  }

  .sidebar-filters .slider-range {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sidebar-filters .filter-title {
    font-size: 1em;
  }

  .sidebar-filters .buttons-wrapper {
    padding: 10px 15px;
  }

  .front_filter .module {
    margin-left: -10px;
  }

  .triggers {}

  .shop-item-page .triggers {
    padding-left: 0;
  }

  .news_module {
    padding-left: 0;
  }

  .footer-top {
    padding: 30px 0 20px;
  }

  .footer_menu {
    margin-top: -5px;
  }

  .footer_menu .nav > li + li::before {
    display: none;
  }

  footer .nav > li > a,
  footer .nav > li:first-child > a{
    padding: 5px 15px;
  }

  .footer-bottom {
    padding: 0 0 20px;
  }

  footer .phone {
    margin-top: 22px;
  }

  footer .logo .module {
    text-transform: none;
  }

}

@media (max-width: 991px) {

  body{
    font-size: 14px;
  }

  .h1, h1{
    font-size: 1.6em;
  }

  .logo .module {
    padding-right: 0;
    border-right: 0;
  }

  .slogan {
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
  }

  .slogan br{
    display: none;
  }

  .phones > div{
    display: block;
  }

  .callback {
  }

  .cart_header{
    margin-top: 10px;
  }

  .articles-list .article {
    padding: 10px;
  }

  .sort {
  }

  form.addtocart_list {}

  form.addtocart_list .input-group {
    width: 80px;
  }

  aside .search_module {
    padding: 5px;
  }

  .search_module .btn {
    padding-left: 10px;
    padding-right: 0;
  }

  .inshop_tree {
    padding-bottom: 10px;
  }

  .inshop_tree > .nav > li > a {
    font-size: 16px;
    padding: 10px;
  }

  .inshop_tree > .nav > li .dropdown-menu {
    width: 535px;
    padding: 10px 15px 0 15px;
  }

  .inshop_tree .catalog-title {
    margin-bottom: 5px;
  }

  .inshop_tree .catalog-title a {
    font-size: 16px;
  }

  .inshop_tree .catalog-title .image {
    margin-right: 15px;
    width: 70px;
    height: 70px;
  }

  .sidebar-filters .moduletitle {
  }

  .sidebar-filters .filter-block{
    padding: 10px;
  }

  .sidebar-filters .form-control {
    font-size: 12px;
  }

  .sidebar-filters .slider-range {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sidebar-filters .filter-title {
    font-size: 12px;
    padding-left: 4px;
  }

  .sidebar-filters .buttons-wrapper {
    padding: 10px 10px;
  }

  .sidebar-filters .filter-submit{
    margin-bottom: 10px;
  }

  .sidebar-filters .filter-reset .btn {
    padding-left: 5px;
    padding-right: 5px;
  }

  .front_filter .module {
    margin-left: -38px;
  }

  .triggers {
    font-size: 14px;
  }

  .front-wrapper .triggers {
    margin-top: 0;
  }

  .triggers .modulebody,
  .front-wrapper .triggers .modulebody{
    display: block;
    text-align: center;
  }

  .triggers p:first-child {
    margin-right: 0;
    display: inline-block;
    padding: 4px;
  }

  .news_module {}

  .mod_latest_item:nth-child(2n+1) {
    padding-right: 10px;
  }

  .mod_latest_item:nth-child(2n) {
    padding-left: 10px;
  }

  .registration-form form {
    padding: 20px 30px;
  }
  .cart-page .make-order .btn {
  }
  .cart-block td {
    font-size: 12px;
  }
  .cart-block .quantity input {
    min-width: 25px;
    font-size: 12px;
    padding: 4px 5px;
  }
  .cart-block .quantity .qty:first-child {
    padding: 2px 6px;
  }
  .cart-block .quantity .qty:last-child {
    padding: 2px 5px;
  }
  .present .present-body .form-group img {
    max-width: 80px;
  }
  .calculation .form-group input {
    width: 30%;
  }
  .sidebar-filters .filter-block.filter-availability label {
    flex-direction: column;
  }
  .submit-block .quantity {
    margin-left: 0;
    margin-top: 4px;
  }
  .submit-block .quantity input {
    min-width: 25px;
    font-size: 12px;
    padding: 4px 5px;
  }
  .submit-block .quantity .qty:first-child {
    padding: 2px 6px;
  }
  .submit-block .quantity .qty:last-child {
    padding: 2px 5px;
  }

  .shop-item-page__content {
    margin-bottom: 30px;
  }

  .shop-item-page__content .content_inner {
    padding: 10px 10px 15px;
  }

  .shop-item-page__content form {
    padding: 10px 10px 15px;
  }

  .shop-item-page__action .action-add {
    margin-bottom: 10px;
  }

  .shop-item-page__tabs {
    padding: 10px 0;
  }

  .shop-item-page__tabs .nav > li > a {
    padding: 5px;
  }

  .shop-item-page__vendor > .inner {
    padding: 10px;
  }

  .sidebar-menu .moduletitle {
    font-size: 22px;
  }

  .shop-item {
    padding: 19px;
  }

  /*.shop-item .shop-item__price {*/
    /*font-size: 16px;*/
  /*}*/

  /*.shop-item .shop-item__price .old-price {*/
    /*font-size: 12px;*/
  /*}*/

  .shop_items_list_line .shop-item{
    padding: 7px;
  }

  .shop_items_list_line .shop-item .shop-item-link {
  }

  .shop_items_list_line .shop-item .shop-item__image {
    padding-right: 0;
  }

  .shop-item .shop-item__price {
    font-size: 22px;
  }

  .shop_items_list_line .shop-item .shop-item__caption{
  }

  .shop_items_list_line form.addtocart_list .btn img {
    margin-right: 0;
  }

  .catalog .navbar .nav li a {
    padding: 8px;
    font-size: 12px;
  }
  .catalog .navbar .nav > li > a img {
    display: none;
  }
  /*.subscription p {*/
    /*font-size: 10px;*/
  /*}*/
  .sidebar-menu .nav > li > a::before {
    margin-right: 4px;
  }

  .page-nav .pagination > li.prev,
  .page-nav .pagination > li.next {
    position: static;
  }

  .brands-carousel {
    margin-bottom: -132px;
  }

  .brands-carousel .brands-list {
    padding: 20px 50px;
  }

  .brands-carousel .slider-controller {
    padding: 10px;
  }

  .brands-carousel .brands-item-text {
    font-size: 1.2em;
  }

  .brands-carousel + footer {
    padding-top: 132px;
  }

  footer {
    margin-top: 40px;
  }

  .footer-top {
  }

  .footer-bottom {
  }

  .footer_menu {
    margin-top: -8px;
  }

  footer .nav > li > a {}

  footer .phone {
    margin-top: 19px;
  }

  footer .logo .module {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.6em;
  }

}

@media (max-width: 767px) {

  .row{
    margin-left: -5px;
    margin-right: -5px;
  }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
  .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
  .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
  .col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
  .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
  .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
  .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  header > .container {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .logo {}

  .logo .module {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .slogan {
    text-align: center;
    font-size: 14px;
  }

  .phones {
    margin-top: 16px;
  }

  .phone {
    font-size: 20px;
  }

  .phone .module::before {
    top: auto;
    bottom: 0;
  }

  .articles-list .article .article-image {
    margin-bottom: 15px;
  }

  .sidebar-filters .moduletitle {
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
  }

  .sidebar-filters .moduletitle::before {
    content: "";
    display: inline-block;
    /*vertical-align: middle;*/
    margin-right: 15px;
    height: 14px;
    width: 14px;
    border: 2px solid;
    border-top: none;
    border-left: none;
    -webkit-transform: translateY(2px) rotate(-45deg);
    -moz-transform: translateY(2px) rotate(-45deg);
    -ms-transform: translateY(2px) rotate(-45deg);
    -o-transform: translateY(2px) rotate(-45deg);
    transform: translateY(2px) rotate(-45deg);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  .sidebar-filters .modulebody {
    display: none;
  }

  .sidebar-filters.open .moduletitle {
    border-radius: 4px 4px 0 0;
  }

  .sidebar-filters.open .moduletitle::before {
    -webkit-transform: translateY(-2px) rotate(45deg);
    -moz-transform: translateY(-2px) rotate(45deg);
    -ms-transform: translateY(-2px) rotate(45deg);
    -o-transform: translateY(-2px) rotate(45deg);
    transform: translateY(-2px) rotate(45deg);
  }

  .sidebar-filters.open .modulebody {
    display: block;
  }

  .triggers {}

  .shop-item-page .triggers .module {
    float: left;
    width: 33.333333%;
    font-size: 12px;
    padding: 0 5px;
  }

  .front-wrapper .triggers .module{
    font-size: 12px;
    padding: 20px 5px 15px;
  }

  .triggers p:first-child {
    margin-bottom: 5px;
  }

  .triggers strong {
    font-size: 1.1em;
  }

  .news_module {}

  .mod_latest_item {
    overflow: hidden;
  }

  .mod_latest_item:nth-child(2n),
  .mod_latest_item:nth-child(2n+1) {
    padding: 0 5px;
  }

  .mod_latest_item .image {
    margin: 0 10px 10px 0;
    max-width: 120px;
    float: left;
  }

  .mod_latest_item .descr {
    max-height: none;
    overflow: visible;
  }

  .mod_latest_item .descr::after {
    content: normal;
  }

  .brands .brands-list .brands-item .image{
    margin-bottom: 10px;
  }

  .brands .brands-list .brands-item .title a {
    /*font-size: 12px;*/
    /*font-weight: 400;*/
    /*word-break: break-all;*/
  }

  .page-nav .pagination > li > a{
    min-width: 0;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px;
  }

  .page-nav .pagination > li.prev {
    display: block;
    margin-bottom: 5px;
  }

  .page-nav .pagination > li.next {
    margin-top: 5px;
    display: block;
  }

  footer {
  }

  .footer-top {
    padding: 20px 0;
  }

  .footer-bottom {
    padding: 10px 0;
  }

  footer .logo .module{
    padding: 10px 10px 12px;
  }

  footer .phone {
    margin-top: 10px;
  }

  footer .pointer{
    margin-top: 15px;
  }

  .seo {
    padding: 0;
  }
  .seo h1, .seo .brands-carousel .moduletitle, .brands-carousel .seo .moduletitle {
    margin-bottom: 10px;
  }
  .seo .text-rose {
    margin-bottom: 10px;
  }



  .promo {
    padding: 0;
  }
  .brand-items h2 {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .brand {
    margin-bottom: 10px;
  }

  .brands-carousel {  }

  .brands-carousel .brands-list {
    padding: 10px;
  }

  .brands-carousel .moduletitle {}

  .vacancy-list {
    margin-bottom: 20px;
  }
  .sign-up {
    padding-bottom: 0px;
  }
  .sign-up h1, .sign-up .brands-carousel .moduletitle, .brands-carousel .sign-up .moduletitle {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .registration-form {
    margin-bottom: 20px;
  }
  .shops-list h1, .shops-list .brands-carousel .moduletitle, .brands-carousel .shops-list .moduletitle {
    margin-bottom: 10px;
  }
  .shops-list .shops {
    text-align: center;
  }
  .shops-list .shops .shop {
    display: inline-block;
  }
  .shops-list .city {
    justify-content: center;
  }
  .catalog-list .catalog-item,
  .featured-items .catalog-item {
    text-align: center;
    margin-bottom: 20px;
  }
  .catalog-list .catalog-item img,
  .featured-items .catalog-item img{
    max-width: 100%;
    width: auto;
  }

  .catalog-list .catalog-item .caption,
  .featured-items .catalog-item .caption {
    font-size: 12px;
    font-weight: 500;
  }

  .contacts h1, .contacts .brands-carousel .moduletitle, .brands-carousel .contacts .moduletitle {
    margin-bottom: 20px;
  }
  .requisites h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .social .modulebody {
    text-align: center;
  }
  .social .moduletitle {
    text-align: center;
  }
  .cart-page {
    padding-bottom: 10px;
  }
  .cart-page .make-order .btn {
  }
  .cart-page h1, .cart-page .brands-carousel .moduletitle, .brands-carousel .cart-page .moduletitle {
    margin-bottom: 20px;
  }
  .cart-block {
    margin-bottom: 20px;
  }
  .cart-block > p {
    padding: 10px;
    padding-bottom: 20px;
  }
  .calculation .form-group {
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .calculation .form-group label {
    width: 100%;
  }
  .calculation .form-group input {
    width: 100%;
    margin-bottom: 10px;
  }
  .calculation .form-group .btn.btn-grey {
    min-width: 0;
  }
  /*.calculation .personal-discount p {*/
    /*padding: 10px;*/
    /*font-size: 14px;*/
  /*}*/
  .calculation .total-price {
    padding: 10px;
    font-size: 14px;
  }

  .sort {
  }

  .category-page {
    padding-left: 0;
  }
  .submit-block {
  }
  .submit-block .quantity {
    margin-left: 20px;
  }
  .shop-item-page__quantity {
    flex-direction: row;
    align-items: center;
  }

  .shop-item-page__tabs .nav > li {
  }

  .shop-item-page__tabs .nav > li > a {
  }

  .shop-item-page__tabs .nav > li > a img {
    margin-right: 5px;
  }

  .shop-item-page__vendor {
    margin-top: 20px;
  }

  .shop-item-page__image {
  }
  .shop-item-page__image .image {
  }
  .shop-item-page__image a.image img {
    max-height: 200px;
  }

  .index-tabs .nav-tabs {
    padding-bottom: 20px;
  }
  .index-tabs .nav-tabs > li {
    display: block;
  }
  .index-tabs .nav-tabs > li.active > a {
    border: 1px solid transparent;
    border-radius: 0px;
    background-color: #EEEEEE;
  }

  .shop-item {
    padding: 10px 19px 19px;
  }

  .shop-item .shop-item__image {
    padding-bottom: 0;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .shop-item .shop-item__price{
    margin-top: 10px;
    text-align: center;
    font-size: 26px;
  }

  .shop-item .shop-item__price span + span {
  }

  .shop_items_list_line .shop-item .shop-item__price span + span {
     display: inline;
     margin-left: 10px;
  }

  .shop_items_list_line .shop-item .shop-item-link{
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
  }

  .shop_items_list_line .shop-item .shop-item__image{
    padding-right: 5px;
    margin-bottom: 5px;
  }

  .shop_items_list_line .shop-item .shop-item__caption{
  }

  .shop_items_list_line form.addtocart_list .input-group{
    width: 60px;
  }

  .brand .brand-image {
    padding-top: 10px;
  }

  header {
    padding-top: 50px;
  }

  .navbar.navbar-default {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*border-bottom: 1px solid #bebebe;*/
    background-color: #1571b8;
    z-index: 1030;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }

  .navbar-header .search {
    width: 100%;
    margin-right: -55px;
    /*margin-left: -50px;*/
    margin-top: 8px;
  }

  .navbar-header .search form {
    margin-right: 65px;
    /*margin-left: 50px;*/
    margin-left: 8px;
  }

  .navbar-header .search_icon{

  }

  .navbar-brand {
    padding: 0;
  }

  .navbar-brand .cart_link{
    display: block;
    position: relative;
    padding: 10px;
    width: 50px;
    height: 50px;
    background: url("images/cart_icon.png") center no-repeat;
  }

  .navbar-brand .cart_count{
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    font-size: 12px;
    line-height: 16px;
    min-width: 16px;
    border-radius: 50%;
    text-align: center;
    background-color: #168a02;
    color: #fff;
  }

  .navbar-default .navbar-toggle{
    border-color: #fff;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    border-radius: 2px;
  }

  .navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus{
    background-color: rgba(255,255,255,0.1);
  }

  .front_filter_wrapper {
    margin-top: 20px;
    background-color: #126aad;
    padding: 10px 0;
  }

  .front_filter_wrapper > .container > .inner {
    padding: 0;
    height: auto;
    background: none;
  }

  .front_filter .module {
    margin: 0;
    padding: 10px 15px;
  }

  .front_filter .module .h1 {
    text-align: center;
    font-size: 1.3em;
  }

  .front_filter .filter-title {
    float: none;
    max-width: none;
    margin-bottom: 5px;
    padding-right: 0;
    font-size: 1.25em;
  }

  .promo-item {
    margin-bottom: 20px;
  }
  .logo {
  }
  .promo {
    text-align: center;
  }

    #scroll-top{
        top: 60px;
        bottom: auto;
        padding: 20px;
    }

    #scroll-top span{
        width: 14px;
        height: 14px;
    }

    .order_page .panel-collapse{
        padding: 10px;
    }

    .order_page .panel-heading {
        padding: 5px 10px;
    }

    .order_page .panel-heading h3 {
        font-size: 18px;
    }

    .delivery_types_table label > h4{
        font-size: 14px;
    }

    .delivery_types_table label > div{
        font-size: 12px;
    }

    .delivery_types_table > tbody > tr > td {
        padding: 5px;
    }

    .delivery_types_table .more_form .more_form_title {
        font-size: 14px;
    }

    .delivery_types_table .more_form label {
        font-size: 12px;
    }

    .order_page .form-group {
        margin-bottom: 10px;
    }

    .order_page .form-group label {
        font-size: 13px;
        line-height: 1;
    }

    .modal-dialog {
        width: auto;
    }

    .modal .close {
        right: 0;
    }

    .modal-header h4{
        font-size: 18px;
        padding-right: 20px;
    }
}

.fast_order_descr {
  padding-bottom:10px;
  border-bottom: 1px solid #ccc;
  margin-bottom:10px;
}

.noavail{
  display: inline-block;
  border-bottom: 3px solid #ff138c;
}

.search_page.category-page{
  padding-left:0;
}

.search_page .search{
  padding-bottom: 20px;
}

.form_agreement{
  font-size: 0.75em;
  line-height: 1.1em;
  padding-bottom: 15px;
}

.promo .row > div:nth-child(2){
  text-align: center;
}

.promo .row > div:nth-child(3){
  text-align: right;
}

.animated {
  animation-fill-mode: none;
}