



.basketModal .modal-dialog {
  width: 960px;
  max-width: 960px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 7px 0 0 #e3e3e5;
  box-shadow: 0 7px 0 0 #e3e3e5;
}

.basketModal .modal-content {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 15px 50px 20px;
}

.basketModal .modal-header {
  padding: 0 0 30px;
  position: relative;
  border: 0;
  display: block;
}

.basketModal .modal-header .modal-title {
  font-size: 18px;
  color: #4e5258;
  padding-right: 20px;
  font-weight: 600;
}

.basketModal .modal-header .close {
  margin-top: -1px;
  opacity: 1;
  margin: 0;
  padding: 0;
}

.basketModal .modal-header .close:hover path {
  fill: #af112b;
}

.basketModal .modal-body {
  padding: 0;
}

.basketModal .modal-body .cart-item {
  border: none;
  padding: 5px 0;
}

.basketModal .modal-body .cart-item .cart-img {
  height: auto;
}

.basketModal .modal-body .cart-item.header-item {
	padding: 10px 0;
}

.basketModal .modal-body .cart-item {
  /*border-top: 1px solid #af112b;*/
  border-bottom: 1px solid #aaa;
}

.basketModal .right-block .price-item {
	margin-top: 10px;
	font-size: 16px;
	text-align: right;
}

.basketModal .modal-body .cart-item:not(.header-item)>* {
  position: relative;
  z-index: 1;
}

.basketModal .modal-body .cart-item:not(.header-item) .cart-img {
  height: 63px;
  width: 63px;
}

.basketModal .modal-body .cart-item .cart-footer {
  margin-top: 20px;
}

.basketModal .modal-body .cart-item .cart-item-price {
  min-width: 155px;
}

.basketModal .modal-body .cart-item .cart-item-price .new-price {
  font-size: 14px;
}

.basketModal .modal-body .cart-item .cart-item-price .old-price {
  font-size: 12px;
  margin-bottom: -5px;
}

.basketModal .modal-body .cart-item .cart-quantity {
  min-width: 125px;
}

.basketModal .modal-body .cart-item .cart-name-block>a {
  font-size: 14px;
}

.basketModal .modal-body .cart-footer .left-block .continue {
  margin-bottom: 0;
}

.basketModal .modal-body .cart-footer .right-block button {
  margin: 0;
}

.basketModal .modal-footer {
  padding: 0;
  border: none;
  text-align: left;
}

.basketModal .modal-footer .sliderTitle {
  font-size: 15px;
  color: #000;
  margin: 0;
}

.basketModal .modal-footer .product-item {
  padding-bottom: 15px;
}

.basketModal .modal-footer .titleBlock {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  height: 65px;
  position: relative;
}

.basketModal .modal-footer .titleBlock:before {
  content: "";
  top: 0;
  height: 1px;
  left: -50px;
  right: -50px;
  background: #eaeaeb;
  position: absolute;
}

.basketModal .modal-footer .titleBlock:after {
  content: "";
  bottom: 0;
  height: 1px;
  left: -50px;
  right: -50px;
  background: #eaeaeb;
  position: absolute;
}

.basketModal .modal-footer .titleBlock button {
  padding: 0;
  width: 28px;
  height: 28px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: inline-block;
}

.basketModal .modal-footer .titleBlock button path {
  fill: #555555;
}

.basketModal .modal-footer .titleBlock button.slick-next {
  margin-left: 5px;
}

.basketModal .modal-footer .titleBlock button:hover {
  border-color: #af112b;
}

.basketModal .modal-footer .titleBlock button:hover path {
  fill: #af112b;
}

.basketModal .modal-footer .product-item:hover .buttons-block>div {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}

.forgotModal .modal-dialog {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 7px 0 0 #e3e3e5;
  box-shadow: 0 7px 0 0 #e3e3e5;
}

.forgotModal .modal-content {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 25px 50px 10px;
}

.forgotModal .modal-header {
  padding: 0 0 20px;
  position: relative;
  border: none;
}

.forgotModal .modal-header .close {
  margin-top: -1px;
  opacity: 1;
}

.forgotModal .modal-header .close:hover path {
  fill: #af112b;
}

.forgotModal .modal-body {
  max-width: 290px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  padding-bottom: 50px;
}

.forgotModal .modal-body h4 {
  font-size: 20px;
  font-weight: 600;
  color: #57585a;
  margin-top: 20px;
  margin-bottom: 20px;
}

.forgotModal .modal-body p {
  line-height: 19px;
  color: #353637;
}

.forgotModal .modal-body input {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 400;
}

.forgotModal .modal-body .tip {
  bottom: 0;
  top: auto;
  right: 0;
  text-align: center;
}

.forgotModal .modal-body button {
  margin-top: 10px;
  border: 2px solid #af112b;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #af112b;
  padding: 0 25px;
  line-height: 36px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.forgotModal .modal-body button:hover {
  background-color: transparent;
  color: #af112b;
}

.textModal .modal-dialog {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 7px 0 0 #e3e3e5;
  box-shadow: 0 7px 0 0 #e3e3e5;
}

.textModal .modal-content {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 25px 50px 10px;
}

.textModal .modal-header {
  padding: 0 0 20px;
  position: relative;
  border: none;
}

.textModal .modal-header .close {
  margin-top: -1px;
  opacity: 1;
}

.textModal .modal-header .close:hover path {
  fill: #af112b;
}

.textModal .modal-body {
  max-width: 450px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  padding-bottom: 50px;
}

.textModal .modal-body h4 {
  font-size: 20px;
  font-weight: 600;
  color: #57585a;
  margin-top: 50px;
  margin-bottom: 20px;
}

.textModal .modal-body p {
  line-height: 19px;
  color: #353637;
}

.textModal .modal-body input {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 400;
}

.textModal .modal-body .tip {
  bottom: 0;
  top: auto;
  right: 0;
  text-align: center;
}

.textModal .modal-body button {
  margin-top: 10px;
  border: 2px solid #af112b;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #af112b;
  padding: 0 25px;
  line-height: 36px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.textModal .modal-body button:hover {
  background-color: transparent;
  color: #af112b;
}

.product-block {
  display: inline-block;
  width: 100%;
}

.product-block .product-images {
  width: 425px;
  float: left;
}

.product-block .product-images .product-main-slider .slider-item {
  height: 350px;
  outline: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  max-width: 100%;
  max-height: 100%;
}

.product-block .product-images .product-slider-wrap {
  position: relative;
}

.product-block .product-images .product-slider-wrap .badge {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #af112b;
  color: #fff;
  font-size: 14px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-block .product-images .product-slider-wrap .zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  height: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #3f4147;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-block .product-images .product-slider-wrap:hover .zoom {
  opacity: 1;
}

.product-block .product-images .product-nav-slider {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-block .product-images .product-nav-slider .slick-arrow {
  height: 30px;
  width: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  background: #fff;
  border: 1px solid #eaeaeb;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-block .product-images .product-nav-slider .slick-arrow.slick-prev {
  margin-right: 12px;
}

.product-block .product-images .product-nav-slider .slick-arrow.slick-next {
  margin-left: 12px;
}

.product-block .product-images .product-nav-slider .slick-arrow:hover {
  border-color: #af112b;
}

.product-block .product-images .product-nav-slider .slick-arrow:hover path {
  fill: #af112b;
}

.product-block .product-images .product-nav-slider .slider-item {
  height: 66px;
  border: 1px solid #e6e6e6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
  margin: 0 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-block .product-images .product-nav-slider .slider-item.slick-current {
  border-color: #af112b;
}

.product-block .product-images .product-nav-slider .slider-item:hover {
  border-color: rgba(240, 82, 19, 0.5);
}

.product-block .product-images .product-nav-slider .slider-item img {
  max-width: 100%;
  max-height: 100%;
}

.product-block .product-characteristics {
  width: 390px;
  float: left;
  margin-left: 40px;
  margin-right: 35px;
  position: relative;
}

.product-block .product-characteristics:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
  border-right: 1px dotted #9c9c9c;
}

.product-block .product-characteristics .brand-link a {
  font-size: 11px;
  text-transform: uppercase;
  color: #7b7d7f;
  text-decoration: underline;
}

.product-block .product-characteristics .brand-link a:hover {
  color: #af112b;
}

.product-block .product-characteristics .product-name {
  color: #333438;
  font-size: 24px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product-block .product-characteristics .product-articul {
  color: #363a3d;
  margin-bottom: 15px;
}

.product-block .product-characteristics .product-articul span {
  color: #af112b;
}

.product-block .product-characteristics .rating-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  margin-bottom: 15px;
}

.product-block .product-characteristics .feedbacks {
  margin-left: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #7a7c80;
}

.product-block .product-characteristics .feedbacks .feedback-count {
  margin-right: 16px;
  position: relative;
}

.product-block .product-characteristics .feedbacks .feedback-count:before {
  content: "";
  top: 0;
  bottom: 0;
  right: -8px;
  background: #7a7c80;
  width: 1px;
  position: absolute;
}

.product-block .product-characteristics .stock-block {
  color: #6b6e74;
  border-bottom: 1px dotted #9c9c9c;
}

.product-block .product-characteristics .stock-block div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.product-block .product-characteristics .stock-block div img {
  margin-right: 5px;
}

.product-block .product-characteristics .price-block-wrapper {
  border-bottom: 1px dotted #9c9c9c;
}

.product-block .product-characteristics .price-block-wrapper .price-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 30px;
}

.product-block .product-characteristics .price-block-wrapper .price-block span {
  font-weight: 600;
}

.product-block .product-characteristics .price-block-wrapper .price-block .old-price {
  font-size: 18px;
  color: #a8aaab;
  text-decoration: line-through;
}

.product-block .product-characteristics .price-block-wrapper .price-block .new-price {
  color: #af112b;
  font-size: 22px;
  margin-left: 10px;
}

.product-block .product-characteristics .price-block-wrapper .buttons-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-block .product-characteristics .price-block-wrapper .buttons-block .cart-quantity {
  padding: 0;
  position: relative;
}

.product-block .product-characteristics .price-block-wrapper .buttons-block .cart-quantity div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a8aaab;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 22px;
}

.product-block .product-characteristics .price-block-wrapper .buttons-block .cart-quantity div:hover {
  color: #af112b;
}

.product-block .product-characteristics .price-block-wrapper .buttons-block .cart-quantity div.minus {
  left: 10px;
}

.product-block .product-characteristics .price-block-wrapper .buttons-block .cart-quantity div.plus {
  right: 10px;
}

.product-block .product-characteristics .price-block-wrapper .buttons-block .cart-quantity input {
  text-align: center;
  font-weight: 600;
  color: #1c1f23;
  border: 1px solid #eaeaeb;
  line-height: 48px;
  width: 100px;
}

.product-block .product-characteristics .price-block-wrapper .buttons-block .to-cart {
  padding: 0 25px;
  line-height: 46px;
  border: 2px solid #af112b;
  background: #af112b;
  color: #fff;
  font-size: 15px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-block .product-characteristics .price-block-wrapper .buttons-block .to-cart:hover {
  color: #af112b;
  background: #fff;
}

.product-block .product-characteristics .price-block-wrapper .buttons-block .favorite,
.product-block .product-characteristics .price-block-wrapper .buttons-block .compare {
  position: relative;
  height: 25px;
}

.product-block .product-characteristics .price-block-wrapper .buttons-block .favorite .tip,
.product-block .product-characteristics .price-block-wrapper .buttons-block .compare .tip {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateY(-100%) translateX(-50%);
  -ms-transform: translateY(-100%) translateX(-50%);
  transform: translateY(-100%) translateX(-50%);
  color: #fff;
  background: #af112b;
  line-height: 20px;
  font-size: 12px;
  padding: 0 10px;
  width: 115px;
  height: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center;
}

.product-block .product-characteristics .price-block-wrapper .buttons-block .favorite .tip:before,
.product-block .product-characteristics .price-block-wrapper .buttons-block .compare .tip:before {
  content: '';
  width: 7px;
  height: 7px;
  background: #af112b;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(50%) rotate(45deg);
  transform: translateX(-50%) translateY(50%) rotate(45deg);
}

.product-block .product-characteristics .price-block-wrapper .buttons-block .favorite button,
.product-block .product-characteristics .price-block-wrapper .buttons-block .compare button {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  border: none;
}

.product-block .product-characteristics .price-block-wrapper .buttons-block .favorite:hover .tip,
.product-block .product-characteristics .price-block-wrapper .buttons-block .compare:hover .tip {
  opacity: 1;
}

.product-block .product-characteristics .price-block-wrapper .buttons-block .favorite.active path,
.product-block .product-characteristics .price-block-wrapper .buttons-block .compare.active path {
  fill: #af112b;
}

.product-block .product-characteristics .price-block-wrapper .order-in-click {
  width: 305px;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.product-block .product-characteristics .price-block-wrapper .order-in-click .button-in-click {
  color: #707579;
  font-size: 13px;
  border-bottom: 1px dashed #707579;
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
}

.product-block .product-characteristics .price-block-wrapper .order-in-click .body-in-click {
  text-align: left;
  position: absolute;
  left: 50%;
  top: -webkit-calc(100% + 15px);
  top: calc(100% + 15px);
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #eeeff1;
  padding: 25px 25px 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: none;
  z-index: 1;
}

.product-block .product-characteristics .price-block-wrapper .order-in-click .body-in-click:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #eeeff1;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.product-block .product-characteristics .price-block-wrapper .order-in-click .body-in-click .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 1;
  font-size: 20px;
}

.product-block .product-characteristics .price-block-wrapper .order-in-click .body-in-click .close:hover path {
  fill: #af112b;
}

.product-block .product-characteristics .price-block-wrapper .order-in-click .body-in-click p {
  color: #6c727a;
  font-size: 12px;
  line-height: 15px;
}

.product-block .product-characteristics .price-block-wrapper .order-in-click .body-in-click input {
  line-height: 27px;
  padding: 0 10px;
  border: 1px solid #e6e9ed;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  color: #6c727a;
  font-size: 12px;
}

.product-block .product-characteristics .price-block-wrapper .order-in-click .body-in-click span {
  font-size: 12px;
  line-height: 16px;
  color: #8e96a2;
  margin-top: 5px;
  display: block;
}

.product-block .product-characteristics .price-block-wrapper .order-in-click .body-in-click button {
  display: inline-block;
  border: 2px solid #af112b;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #af112b;
  line-height: 23px;
  padding: 0 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
  margin-top: 10px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-block .product-characteristics .price-block-wrapper .order-in-click .body-in-click button:hover {
  background-color: transparent;
  color: #af112b;
}

.product-block .product-characteristics .share-proudct h5 {
  font-weight: 600;
  color: #1e1f21;
  margin-top: 25px;
}

.product-block .product-characteristics .share-proudct p {
  color: #63656c;
}

.product-block .product-characteristics .share-proudct p a {
  text-decoration: none;
  margin: 0 7px;
  vertical-align: middle;
}

.product-block .product-characteristics .share-proudct p a:hover path {
  fill: #af112b;
}

.product-block .product-brands {
  float: left;
  width: 250px;
}

.product-block .product-brands .more {
  text-align: center;
  margin-top: 65px;
}

.product-block .product-brands .more a {
  font-size: 13px;
  color: #606267;
  text-decoration: underline;
  text-align: center;
}

.product-block .product-brands .more a:hover {
  color: #af112b;
}

.product-block .product-brands h5 {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #7b7d7f;
  text-align: center;
}

.product-block .product-brands .product-image {
  height: 180px;
  padding: 15px;
}

.product-block .product-brands .product-image .sale {
  height: 40px;
  width: 40px;
  left: 15px;
  top: 15px;
}

.product-block .product-brands .product-name {
  padding: 0 15px;
  margin-bottom: 10px;
}

.product-block .product-brands .product-item {
  padding: 0;
}

.product-block .product-brands .slick-arrow {
  height: 28px;
  width: 28px;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #eaeaeb;
  position: absolute;
  top: -webkit-calc(100% + 10px);
  top: calc(100% + 10px);
}

.product-block .product-brands .slick-arrow:hover {
  border-color: #af112b;
}

.product-block .product-brands .slick-arrow:hover path {
  fill: #af112b;
}

.product-block .product-brands .slick-arrow.slick-prev {
  left: -webkit-calc(50% - 28px);
  left: calc(50% - 28px);
}

.product-block .product-brands .slick-arrow.slick-next {
  right: -webkit-calc(50% - 28px);
  right: calc(50% - 28px);
}

.to-leave-feedback {
  cursor: pointer;
}

.product-nav {
  margin-top: 80px;
  border-top: 1px solid #eaeaeb;
  border-bottom: 1px solid #eaeaeb;
  text-align: center;
}

.product-nav li {
  float: none;
  display: inline-block;
  margin: 0;
  position: relative;
}

.product-nav li:before {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-nav li a {
  line-height: 80px;
  font-size: 13px;
  color: #7b7d7f;
  text-transform: uppercase;
  font-weight: 600;
  border: none !important;
}

.product-nav li a:hover,
.product-nav li a:focus {
  background: none;
  color: #af112b;
}

.product-nav li.active a {
  color: #1c1f23 !important;
}

.product-nav li.active:before {
  background: #af112b;
  width: 50px;
}

.product-tab-content h5 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  color: #1e1f21;
}

.product-tab-content table {
  width: 100%;
}

.product-tab-content table tr {
  /* border-bottom: 1px dotted #a6a6a6; */
}

.product-tab-content table tr td {
  line-height: 45px;
  width: 50%;
}

.product-tab-content table tr:first-child {
  border-top: 1px dotted #a6a6a6;
}

.product-tab-content h6 {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 30px;
  margin-bottom: 25px;
}

.product-tab-content h6:first-child {
  margin-top: 40px;
}

.product-tab-content p {
  color: #525253;
  margin-bottom: 20px;
}

.product-tab-content p a {
  color: inherit;
  text-decoration: none;
}

.product-tab-content p a:hover {
  color: #af112b;
}

.product-tab-content p:last-child {
  margin-bottom: 0;
}

.product-tab-content .leave-feedback {
  padding: 0 65px;
  margin-top: 40px;
  border: 1px solid #d5d5d5;
}

.product-tab-content .leave-feedback .feedback-head {
  height: 65px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: #545557;
  position: relative;
  cursor: pointer;
}

.product-tab-content .leave-feedback .feedback-head img {
  margin-right: 15px;
}

.product-tab-content .leave-feedback .feedback-head img {
  position: absolute;
  right: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-tab-content .leave-feedback .feedback-head.active img {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.product-tab-content .leave-feedback .feedback-body {
  border-top: 1px solid #d3dde8;
  padding-top: 30px;
  display: none;
}

.product-tab-content .leave-feedback .feedback-body form {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-tab-content .leave-feedback .feedback-body.active form {
  opacity: 1;
}

.product-tab-content .leave-feedback .feedback-body .feedbacks-top-input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.product-tab-content .leave-feedback .feedback-body .feedbacks-top-input .feedback-input-item {
  width: -webkit-calc(33% - 14px);
  width: calc(33% - 14px);
}

.product-tab-content .leave-feedback .feedback-body .feedbacks-top-input .feedback-input-item:not(:first-child) {
  margin-left: 21px;
}

.product-tab-content .leave-feedback .feedback-body .feedback-input-item:not(.user-rating) label {
  color: #888888;
  font-weight: 400;
  cursor: pointer;
}

.product-tab-content .leave-feedback .feedback-body .feedback-input-item:not(.user-rating) input {
  width: 100%;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.product-tab-content .leave-feedback .feedback-body .feedback-input-item:not(.user-rating) textarea {
  width: 100% !important;
  padding: 10px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  resize: none;
  height: 160px !important;
}

.product-tab-content .leave-feedback .feedback-body .user-rating {
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-tab-content .leave-feedback .feedback-body .user-rating span {
  color: #888888;
  line-height: 20px;
  margin-right: 10px;
}

.product-tab-content .leave-feedback .feedback-body .user-rating .rating {
  border: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

.product-tab-content .leave-feedback .feedback-body .user-rating .rating>input {
  display: none;
}

.product-tab-content .leave-feedback .feedback-body .user-rating .rating>label:before {
  margin: 0 2px;
  font-size: 21px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
  font-weight: normal;
}

.product-tab-content .leave-feedback .feedback-body .user-rating .rating>.half:before {
  content: "\f089";
  position: absolute;
}

.product-tab-content .leave-feedback .feedback-body .user-rating .rating>label {
  color: #b8bcbf;
  float: right;
  margin: 0;
  cursor: pointer;
}

.product-tab-content .leave-feedback .feedback-body .user-rating .rating>input:checked~label,
.product-tab-content .leave-feedback .feedback-body .user-rating .rating:not(:checked)>label:hover,
.product-tab-content .leave-feedback .feedback-body .user-rating .rating:not(:checked)>label:hover~label {
  color: #ffae00;
}

.product-tab-content .leave-feedback .feedback-body .user-rating .rating>input:checked+label:hover,
.product-tab-content .leave-feedback .feedback-body .user-rating .rating>input:checked~label:hover,
.product-tab-content .leave-feedback .feedback-body .user-rating .rating>label:hover~input:checked~label,
.product-tab-content .leave-feedback .feedback-body .user-rating .rating>input:checked~label:hover~label {
  color: #ffae00;
}

.product-tab-content .leave-feedback .feedback-body .feedback-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.product-tab-content .leave-feedback .feedback-body .feedback-photos .input-photo {
  display: none;
}

.product-tab-content .leave-feedback .feedback-body .feedback-photos .upload-photo {
  display: inline-block;
  height: 40px;
  width: 40px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}

.product-tab-content .leave-feedback .feedback-body .feedback-photos label,
.product-tab-content .leave-feedback .feedback-body .feedback-photos .add-photo {
  font-size: 13px;
  cursor: pointer;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-tab-content .leave-feedback .feedback-body .feedback-photos label img,
.product-tab-content .leave-feedback .feedback-body .feedback-photos .add-photo img {
  margin-right: 10px;
}

.product-tab-content .leave-feedback .feedback-body .feedback-photos label span,
.product-tab-content .leave-feedback .feedback-body .feedback-photos .add-photo span {
  text-decoration: underline;
  color: #6a6e78;
}

.product-tab-content .leave-feedback .feedback-body .feedback-photos .hover-block-hint {
  font-size: 12px;
  padding: 15px;
  color: #fff;
  background: #af112b;
  position: absolute;
  top: -webkit-calc(100% + 15px);
  top: calc(100% + 15px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 250px;
  display: none;
}

.product-tab-content .leave-feedback .feedback-body .feedback-photos .hover-block-hint:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #af112b;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -6px;
  left: -webkit-calc(50% - 6px);
  left: calc(50% - 6px);
}

.product-tab-content .leave-feedback .feedback-body .feedback-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}

.product-tab-content .leave-feedback .feedback-body .feedback-buttons button {
  border: 2px solid #af112b;
  background: #af112b;
  color: #fff;
  line-height: 45px;
  padding: 0 35px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 15px;
}

.product-tab-content .leave-feedback .feedback-body .feedback-buttons button:hover {
  background: #fff;
  color: #af112b;
}

.product-tab-content .current-feedbacks {
  padding-top: 60px;
}

.product-tab-content .current-feedbacks .no-feedbacks {
  text-align: center;
  font-size: 16px;
  color: #3a3c40;
}

.product-tab-content .current-feedbacks .feedbacks-title {
  font-size: 16px;
  color: #3a3c40;
  margin-bottom: 20px;
}

.product-tab-content .current-feedbacks .feedback-item {
  padding-top: 25px;
  border-top: 1px solid #ebebeb;
}

.product-tab-content .current-feedbacks .feedback-item .feedback-name {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-tab-content .current-feedbacks .feedback-item .feedback-name span {
  font-size: 18px;
  color: #1a1a1a;
}

.product-tab-content .current-feedbacks .feedback-item .feedback-name .raiting {
  color: #ffae00;
}

.product-tab-content .current-feedbacks .feedback-item .feedback-date {
  color: #808080;
  margin-top: 10px;
  margin-bottom: 25px;
}

.product-tab-content .current-feedbacks .feedback-item .feedback-text {
  color: #808080;
  line-height: 21px;
  margin-bottom: 40px;
}

.product-tab-content .current-feedbacks .feedback-item .feedback-photo a {
  display: inline-block;
  height: 40px;
  width: 40px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-right: 13px;
}

.product-tab-content .current-feedbacks .feedback-item .reply {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 13px;
  color: #af112b;
  cursor: pointer;
}

.product-tab-content .current-feedbacks .feedback-item .reply span {
  text-decoration: underline;
  margin-left: 5px;
}

.product-tab-content .current-feedbacks .feedback-item .reply-form {
  display: none;
}

.product-tab-content .current-feedbacks .feedback-item .reply-form .feedbacks-top-input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.product-tab-content .current-feedbacks .feedback-item .reply-form .feedbacks-top-input .feedback-input-item {
  width: -webkit-calc(33% - 14px);
  width: calc(33% - 14px);
}

.product-tab-content .current-feedbacks .feedback-item .reply-form .feedbacks-top-input .feedback-input-item:not(:first-child) {
  margin-left: 21px;
}

.product-tab-content .current-feedbacks .feedback-item .reply-form .feedback-buttons {
  padding-top: 25px;
  padding-bottom: 25px;
}

.product-tab-content .current-feedbacks .feedback-item .reply-form .feedback-buttons button {
  margin: 0;
}

.product-tab-content .current-feedbacks .feedback-item .reply-items {
  border-top: 1px solid #d3dde8;
  padding-left: 100px;
}

.product-tab-content .current-feedbacks .feedback-item .reply-items .reply-item:not(:last-child) {
  border-bottom: 1px solid #d3dde8;
}

.product-tab-content .current-feedbacks .feedback-item .reply-items .reply-name {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 20px;
}

.product-tab-content .current-feedbacks .feedback-item .reply-items .reply-date {
  color: #808080;
  margin-top: 10px;
  margin-bottom: 25px;
}

.product-tab-content .current-feedbacks .feedback-item .reply-items .reply-text {
  color: #808080;
  line-height: 21px;
  margin-bottom: 20px;
}

.product-tab-content .current-feedbacks .feedback-item .reply-items .all-reply {
  height: 85px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-tab-content .current-feedbacks .feedback-item .reply-items .all-reply a {
  color: #af112b;
  text-decoration: underline;
}

.product-tab-content .login-form-block {
  text-align: center;
}

.product-tab-content .login-form-block h5 {
  margin-top: 50px;
  font-size: 18px;
  color: #676767;
}

.product-tab-content .login-form-block form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
}

.product-tab-content .login-form-block form>a {
  border: 2px solid #af112b;
  background: #af112b;
  color: #fff;
  line-height: 36px;
  padding: 0 35px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 15px;
  text-decoration: none;
}

.product-tab-content .login-form-block form>a:hover {
  background: #fff;
  color: #af112b;
}

.product-tab-content .login-form-block form .social-buttons {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #e6e6e6;
}

.product-tab-content .login-form-block form .social-buttons a {
  text-decoration: none;
  margin-right: 5px;
}

.recently-block .recently-view {
  border-top: 1px solid #eaeaeb;
  border-bottom: 1px solid #eaeaeb;
  margin-top: 55px;
}

.recently-block .recently-view h5 {
  font-size: 20px;
  color: #1e1f21;
  line-height: 80px;
}

.recently-block .product-slider {
  margin-top: 20px;
  margin-bottom: 20px;
}

.recently-block .recently-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recently-block .recently-title .recently-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recently-block .recently-title .recently-buttons button {
  padding: 0;
  width: 28px;
  height: 28px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.recently-block .recently-title .recently-buttons button path {
  fill: #555555;
}

.recently-block .recently-title .recently-buttons button.slick-next {
  margin-left: 5px;
}

.recently-block .recently-title .recently-buttons button:hover {
  border-color: #af112b;
}

.recently-block .recently-title .recently-buttons button:hover path {
  fill: #af112b;
}

.reply-form {
  display: none;
}

.reply-form .feedbacks-top-input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.reply-form .feedbacks-top-input .feedback-input-item {
  width: -webkit-calc(33% - 14px);
  width: calc(33% - 14px);
}

.reply-form .feedbacks-top-input .feedback-input-item:not(:first-child) {
  margin-left: 21px;
}

.reply-form .feedback-buttons {
  padding-top: 25px;
  padding-bottom: 25px;
}

.reply-form .feedback-buttons button {
  margin: 0;
}

.reply-form .feedback-input-item {
  position: relative;
}

.reply-form .feedback-input-item label {
  color: #888888;
  font-weight: 400;
  cursor: pointer;
}

.reply-form .feedback-input-item input {
  width: 100%;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.reply-form .feedback-input-item textarea {
  width: 100% !important;
  padding: 10px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  resize: none;
  height: 160px !important;
}

.reply-form .feedback-input-item .tip {
  display: none;
  color: red;
  position: absolute;
  top: 100%;
  left: 0;
}

.reply-form button {
  display: inline-block;
  border: 2px solid #af112b;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #af112b;
  line-height: 35px;
  padding: 0 25px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.reply-form button:hover {
  background-color: transparent;
  color: #af112b;
}

.catalog-page .reload-list:not(#lang),
.search-page .reload-list:not(#lang) {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.catalog-page .reload-list:not(#lang) button,
.search-page .reload-list:not(#lang) button {
  width: 225px;
  padding-left: 15px;
  padding-right: 45px;
  border: 1px solid #e3e6e9;
  background: #fff;
  color: #848993;
  font-size: 13px;
  line-height: 36px;
  text-align: left;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.catalog-page .reload-list:not(#lang) button span,
.search-page .reload-list:not(#lang) button span {
  font-weight: 600;
  color: #474b53;
}

.catalog-page .reload-list:not(#lang) button i,
.search-page .reload-list:not(#lang) button i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 1px solid #e3e6e9;
  width: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.catalog-page .reload-list:not(#lang) button:hover,
.search-page .reload-list:not(#lang) button:hover {
  border-color: #af112b;
}

.catalog-page .reload-list:not(#lang) button:hover i,
.search-page .reload-list:not(#lang) button:hover i {
  border-color: #af112b;
}

.catalog-page .reload-list:not(#lang) button:hover path,
.search-page .reload-list:not(#lang) button:hover path {
  fill: #af112b;
}

.catalog-page .reload-list:not(#lang) ul,
.search-page .reload-list:not(#lang) ul {
  position: absolute;
  top: -webkit-calc(100% + 1px);
  top: calc(100% + 1px);
  border: 1px solid #e3e6e9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  right: 0;
  left: 0;
  background: #fff;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 2;
}

.catalog-page .reload-list:not(#lang) ul li,
.search-page .reload-list:not(#lang) ul li {
  list-style-type: none;
}

.catalog-page .reload-list:not(#lang) ul li a,
.search-page .reload-list:not(#lang) ul li a {
  padding: 0 15px;
  display: block;
  color: #474b53;
  font-weight: 600;
  text-decoration: none;
  line-height: 25px;
}

.catalog-page .reload-list:not(#lang) ul li a:hover,
.search-page .reload-list:not(#lang) ul li a:hover {
  background: #e3e6e9;
}

.search-page .search-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
}

.search-page .search-block .search-query {
  font-size: 16px;
  color: #5a5d61;
  font-weight: 600;
}

.search-page .search-block .search-query span {
  color: #1a1a1a;
}

.search-page .search-block .search-count {
  color: #5a5c62;
}

.search-page .search-block .search-count span {
  color: #292424;
}

.search-page .catalog-header {
  border-bottom: none;
}

.search-page .products-block {
  margin-bottom: 100px;
}

.search-page .products-block .product-item {
  width: 25%;
}

.search-page .search {
  position: relative;
  margin-top: 20px;
  width: 315px;
  margin: 0 auto;
}

.search-page .search input {
  width: 100%;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding-left: 25px;
  padding-right: 35px;
  line-height: 38px;
  font-size: 13px;
  color: #6e7279;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 1px solid #dadada;
}

.search-page .search input:focus {
  border-color: #af112b;
  background: #fff;
}

.search-page .search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 33px;
  width: 33px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  right: 4px;
  border: none;
  background: #af112b;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.search-page .search button:hover {
  background: #c54411;
}

.search-page .empty-search {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 110px;
}

.search-page .empty-search span {
  font-size: 18px;
  color: #696c75;
}

.search-page .empty-search h5 {
  font-size: 36px;
  color: #3c3e45;
  font-weight: 600;
}

.search-page .empty-search p {
  font-size: 18px;
  color: #696c75;
  margin-bottom: 40px;
}

.catalog-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e5e8ea;
}

.catalog-header .view-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-header .view-buttons div {
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 12px;
  cursor: pointer;
}

.catalog-header .view-buttons div:hover path {
  fill: #474b53;
}

.catalog-header .view-buttons div.active path {
  fill: #af112b;
}

.fixed-phone {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background: #af112b;
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.fixed-phone:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  background-color: #af112b;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  z-index: 5;
  animation: 3s bounceInOut ease-in-out infinite;
}

.fixed-phone img {
  max-width: 50%;
  position: relative;
  z-index: 6;
}

.telModal.authorizationModal .close {
  top: 22px;
}

.telModal.authorizationModal .modal-title {
  margin: 0 0 15px;
  padding: 15px;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 400;
  line-height: 41px;
  text-transform: uppercase;
  border: 0;
}

.telModal.authorizationModal .modal-dialog {
  width: 300px;
  margin: 0 auto;
}

.ulTelmodal {
  margin-top: 25px;
  position: relative;
  padding-left: 70px;
  margin-bottom: 17px;
}

.ulTelmodal:before {
  content: '';
  position: absolute;
  background-image: url('../img/phone-call_2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  fill: #ccc;
  width: 55px;
  height: 68px;
  left: 15px;
  top: 0;
}

.ulTelmodal li {
  padding-left: 15px;
  list-style-type: none;
}

.ulTelmodal li a {
  color: #232323;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
}

.ulTelmodal li a span {
  font-size: 26px;
}

.formTelModal {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.formTelModal label {
  padding-left: 15px;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}

.formTelModal input {
  margin: 17px 15px;
  background-color: white;
  border: 1px solid #e6e6e7;
  border-radius: 3px;
  width: calc(100% - 30px);
  color: #333;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 15px;
}

.formTelModal button {
  width: 100%;
  border: 0;
  background-color: #af112b;
  padding: 17px 0;
  color: white;
  font-size: 14px;
  font-weight: 400;
}

.fixed-phone {
  border: 0;
}

.filters-block {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.filters-block .filter-item {
  float: left;
  padding-left: 10px;
  padding-right: 20px;
  line-height: 28px;
  border: 1px solid #d0d2d6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #4e5056;
  font-size: 13px;
  position: relative;
  margin-right: 10px;
}

.filters-block .filter-item span {
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 10px;
  cursor: pointer;
}

.filters-block .filter-item span:hover path {
  fill: #af112b;
}

.filters-block .remove-filter {
  line-height: 28px;
  background: #af112b;
  border: 1px solid #af112b;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  padding: 0 10px;
  float: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.filters-block .remove-filter:hover {
  background: #fff;
  color: #af112b;
}

.products-block {
  display: inline-block;
  width: 100%;
}

.products-block .product-item {
  width: 33.33%;
  float: left;
  padding-bottom: 0;
}

.products-block .product-item .product-brand {
  display: none;
  font-size: 13px;
  color: #af112b;
  font-weight: 600;
}

.products-block .product-item .product-name {
  margin-bottom: 0;
}

.products-block .product-item .buttons-block>div {
  opacity: 0;
  z-index: 2;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: none;
}

.products-block .product-item:before {
  content: "";
  position: absolute;
  top: -webkit-calc(100% - 1px);
  top: calc(100% - 1px);
  left: -2px;
  right: -2px;
  background: #fff;
  border-left: 2px solid #af112b;
  border-right: 2px solid #af112b;
  border-bottom: 2px solid #af112b;
  height: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1;
  opacity: 0;
}



.products-block .product-item:hover .buttons-block>div {
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  opacity: 1;
  pointer-events: all;
}

.products-block.list .product-item {
  width: 100%;
  padding: 30px 15px;
  border: 1px solid transparent;
  border-bottom: 1px solid #e6e6e6;
}

.products-block.list .product-item .product-image {
  width: 180px;
  height: 180px;
  float: left;
  padding: 10px;
}

.products-block.list .product-item .product-image .sale,
.products-block.list .product-item .product-image .new {
  top: 0;
  left: 0;
}

.products-block.list .product-item .decription-wrap {
  float: left;
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  vertical-align: top;
  text-align: left;
  padding-left: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.products-block.list .product-item .decription-wrap .price,
.products-block.list .product-item .decription-wrap .product-name {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
}

.products-block.list .product-item .decription-wrap .product-name {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  height: auto;
}

.products-block.list .product-item .decription-wrap .rating {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 10px;
}

.products-block.list .product-item .decription-wrap .price {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  margin-top: 10px;
  margin-bottom: 35px;
}

.products-block.list .product-item .decription-wrap .price .old-price {
  font-size: 13px;
}

.products-block.list .product-item .decription-wrap .product-brand {
  display: block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.products-block.list .product-item .decription-wrap .buttons-block {
  position: static;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.products-block.list .product-item .decription-wrap .buttons-block>div {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.products-block.list .product-item .decription-wrap .buttons-block .favorite {
  width: 65px;
}

.products-block.list .product-item .decription-wrap .buttons-block .favorite button {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.products-block.list .product-item .decription-wrap .buttons-block .compare {
  width: 95px;
}

.products-block.list .product-item .decription-wrap .buttons-block .cart {
  width: 65px;
}

.products-block.list .product-item .decription-wrap .buttons-block .cart button {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.products-block.list .product-item:hover {
  border: 1px solid #af112b;
}

.products-block.list .product-item:hover:before {
  display: none;
}

.catalog-bottom {
  margin-top: 45px;
  height: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e5e8ea;
  border-bottom: 1px solid #e5e8ea;
}

.catalog-bottom .pagination {
  margin: 0;
}

.filter-block {
  border-bottom: 1px solid #d3d6da;
}

.filter-block:not(:first-child) .filter-head {
  padding-top: 15px;
}

.filter-block .filter-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  cursor: pointer;
}

.filter-block .filter-head span {
  text-transform: uppercase;
  font-weight: 600;
  color: #2c3e50;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.filter-block .filter-head div {
  height: 15px;
  width: 15px;
  border: 1px solid #b1bec7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter-block .filter-head div img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.filter-block .filter-head.active span {
  color: #af112b;
}

.filter-block .filter-head.active img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-block .filter-body .filter-body-item:not(:last-child) .filter-item-head {
  border-bottom: 1px solid #eff2f3;
}

.filter-block .filter-item-head {
  font-size: 15px;
  color: #21262b;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 9px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.filter-block .filter-item-head .plus {
  position: relative;
  width: 14px;
  height: 14px;
}

.filter-block .filter-item-head .plus:before,
.filter-block .filter-item-head .plus:after {
  content: "";
  position: absolute;
  background-color: #a1b1bc;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.filter-block .filter-item-head .plus:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.filter-block .filter-item-head .plus:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.filter-block .filter-item-head.active {
  font-weight: 600;
}

.filter-block .filter-item-head.active .plus:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filter-block .filter-item-head.active .plus:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-block .filter-item-body {
  display: none;
}

.filter-block .filter-item-body ul {
  padding: 0;
  margin: 0;
}

.filter-block .filter-item-body li {
  margin: 7px 0;
  list-style-type: none;
}

.filter-block .filter-item-body a {
  color: #252a2e;
  font-size: 13px;
  text-decoration: none;
}

.filter-block .filter-item-body a:hover,
.filter-block .filter-item-body a.active {
  color: #af112b;
}

.filter-block .range-slider {
  position: relative;
  margin-top: 10px;
}

.filter-block .irs-from,
.filter-block .irs-to,
.filter-block .irs-single {
  background: #af112b;
}

.filter-block .irs-bar {
  background: #af112b;
  border-color: transparent;
}

.filter-block .irs-line {
  background: #fff;
  border-color: #e5e5e5;
  height: 7px;
}

.filter-block .irs-bar {
  height: 7px;
}

.filter-block .irs-slider {
  height: 14px;
  width: 14px;
  top: 50%;
  background: #af112b;
  border: none;
}

.filter-block .extra-controls {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 40px;
}

.filter-block .extra-controls span {
  font-size: 13px;
  color: #848993;
}

.filter-block .extra-controls input {
  width: 75px;
  height: 39px;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dadfe0;
  font-size: 13px;
  color: #474b53;
  font-weight: 600;
}

.filter-block .extra-controls button {
  height: 39px;
  width: 39px;
  background: #b0b5be;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.filter-block .extra-controls button:hover {
  background: #af112b;
}

.filter-block .filter-checkboxes {
  margin-top: 10px;
  margin-bottom: 30px;
}

.filter-block .filter-checkboxes input {
  display: none;
}

.filter-block .filter-checkboxes label {
  font-weight: 400;
  color: #444444;
  margin-top: 15px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-block .filter-checkboxes label span {
  width: 14px;
  height: 14px;
  border: 1px solid #cccccc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 13px;
}

.filter-block .filter-checkboxes label span img {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.filter-block .filter-checkboxes label i {
  font-style: normal;
}

.filter-block .filter-checkboxes input:checked+label span img {
  opacity: 1;
}

.scroll-block {
  /*height: 200px;*/
  position: relative;
}

.scroll-block .vertical .simplebar-scrollbar:before {
  width: 4px;
  background: #b0b5be;
}

.scroll-block .vertical .simplebar-scrollbar.visible:before {
  opacity: 1;
}

.show-product {
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: none;
}

.show-product a {
  background: #af112b;
  color: #fdfdfd;
  line-height: 20px;
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}

.show-product a:before {
  content: "";
  height: 5px;
  width: 5px;
  background: #af112b;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cart-page {
  background: #f9f9f9;
}

.cart-page .cart-title {
  margin-top: 35px;
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  text-align: center;
}

.cart-page .cart-block {
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  padding: 25px;
  margin-top: 50px;
  background: #fff;
}

.cart-page .cart-block .index-title {
  margin-top: 0;
  margin-bottom: 35px;
  margin-left: 10px;
}

.cart-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 125px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cbcbcb;
  padding: 5px 0;
}

.cart-item>div {
  padding: 0 15px;
}

.cart-item .cart-img {
  height: 75px;
  min-width: 75px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cart-item .cart-img .sale {
  height: 50px;
  width: 50px;
  background: #af112b;
  color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  display: inline-block;
}

.cart-item .cart-name-block {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cart-item .cart-name-block>a {
  color: #333438;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.cart-item .cart-name-block>a:hover {
  color: #af112b;
}

.cart-item .cart-name-block .brand-link a {
  color: #7b7d7f;
  font-size: 10px;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}

.cart-item .cart-name-block .brand-link a:hover {
  color: #af112b;
}

.cart-item .cart-name-block .articul {
  color: #363a3d;
}

.cart-item .cart-name-block .articul span {
  color: #af112b;
}

.cart-item .cart-name-block .rating {
  margin-top: 5px;
}

.cart-item .cart-name-block .stock {
  color: #6b6e74;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-item .cart-name-block .stock img {
  margin-right: 5px;
}

.cart-item .cart-item-price {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  min-width: 200px;
}

.cart-item .cart-item-price .new-price {
  font-size: 22px;
  color: #333438;
}

.cart-item .cart-item-price .new-price span {
  font-size: 15px;
  font-weight: 400;
}

.cart-item .cart-item-price .old-price {
  font-size: 18px;
  color: #a8aaab;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  margin-bottom: 10px;
}

.cart-item .cart-item-price .old-price span {
  font-size: 13px;
}

.cart-item .cart-item-price .old-price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #a8aaab;
}

.cart-item .cart-quantity {
  padding: 0;
  margin: 0 15px;
  min-width: 200px;
  position: relative;
}

.cart-item .cart-quantity .cart-quantity-block {
  position: relative;
  display: inline-block;
}

.cart-item .cart-quantity .minus,
.cart-item .cart-quantity .plus {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a8aaab;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 22px;
}

.cart-item .cart-quantity .minus:hover,
.cart-item .cart-quantity .plus:hover {
  color: #af112b;
}

.cart-item .cart-quantity .minus.minus,
.cart-item .cart-quantity .plus.minus {
  left: 10px;
}

.cart-item .cart-quantity .minus.plus,
.cart-item .cart-quantity .plus.plus {
  right: 10px;
}

.cart-item .cart-quantity input {
  text-align: center;
  font-weight: 600;
  color: #1c1f23;
  border: 1px solid #eaeaeb;
  line-height: 48px;
  width: 100px;
}

.cart-item .cart-item-remove {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.cart-item .cart-item-remove .remove {
	border: 1px solid #555;
}

.cart-item .cart-item-remove:hover path {
  fill: #af112b;
}

.cart-item.header-item {
  min-height: auto;
}

.cart-item.header-item a {
  height: auto;
  pointer-events: none;
}

.cart-item.header-item div {
  font-size: 12px;
  color: #777777;
  font-weight: 600;
  text-transform: uppercase;
  height: auto;
}

.cart-item.header-item .cart-item-remove {
  opacity: 0;
  pointer-events: none;
}

.cart-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}

.cart-footer .left-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart-footer .left-block .continue {
  display: inline-block;
  border: 2px solid #e2e2e2;
  text-align: center;
  font-size: 15px;
  color: #242626;
  padding: 0 25px;
  line-height: 42px;
  transition: .3s;
  border-radius: 3px;
  text-decoration: none;
  margin-bottom: 30px;
  cursor: pointer;
}

.cart-footer .left-block .continue svg{
	margin-right: 8px;
	width: 10px;
}

.cart-footer .left-block .continue img {
  margin-right: 10px;
}

.cart-footer .left-block .continue:hover {
  border-color: #af112b;
  color: #af112b;
}

.cart-footer .left-block .continue:hover path {
  fill: #af112b;
}

.cart-footer .left-block a:not(.continue) {
  color: #242626;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.cart-footer .left-block a:not(.continue) img {
  margin-right: 5px;
  vertical-align: -2px;
}

.cart-footer .left-block a:not(.continue):hover {
  color: #af112b;
}

.cart-footer .left-block a:not(.continue):hover path {
  fill: #af112b;
}

.cart-footer .left-block .remove-all {
  margin-top: 5px;
}

.cart-footer .left-block .remove-all img {
  vertical-align: -1px;
}

.cart-footer .right-block .price-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
}

.cart-footer .right-block .price-item:last-of-type {
  font-size: 18px;
}

.cart-footer .right-block .price-item b {
  color: #242626;
  font-weight: 600;
}

.cart-footer .right-block .price-item span {
  font-weight: 600;
  color: #4f5151;
  font-size: 16px;
}

.cart-footer .right-block .price-item span i {
  font-style: normal;
  font-size: 22px;
}

.cart-footer .right-block .price-item:not(:first-child) {
  margin-top: 25px;
}



.cart-footer .right-block button,
.cart-footer .right-block input[type="submit"] {
  display: inline-block;
  border: 2px solid #af112b;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #af112b;
  width: 300px;
  line-height: 42px;
  transition: .3s;
  border-radius: 3px;
  margin-top: 25px;
  margin-bottom: 45px;
  cursor: pointer;
}

.cart-footer .right-block button:hover {
  background-color: transparent;
  color: #af112b;
}

.empty-cart {
  text-align: center;
  margin-top: 115px;
  margin-bottom: 115px;
}

.empty-cart h6 {
  font-size: 35px;
  color: #383a3e;
  font-weight: 600;
}

.empty-cart p {
  font-size: 16px;
  color: #676b72;
  margin-top: 20px;
  margin-bottom: 25px;
}

.empty-cart a {
  display: inline-block;
  border: 2px solid #af112b;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #af112b;
  padding: 0 25px;
  line-height: 44px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-decoration: none;
}

.empty-cart a:hover {
  background-color: transparent;
  color: #af112b;
}

.favorite-page .page-title {
  border-bottom: 1px solid #dbdbdb;
}

.favorite-page .empty-favorite {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 90px;
}

.favorite-page .empty-favorite h5 {
  font-size: 24px;
  line-height: 32px;
  color: #383a3e;
  font-weight: 600;
  margin-bottom: 25px;
}

.favorite-page .empty-favorite p {
  color: #676b72;
  margin-bottom: 25px;
}

.favorite-page .empty-favorite a {
  display: inline-block;
  color: #fff;
  background: #af112b;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  line-height: 41px;
  border: 2px solid #af112b;
  padding: 0 20px;
  font-weight: 600;
  text-decoration: none;
}

.favorite-page .empty-favorite a:hover {
  background: #fff;
  color: #af112b;
}

.favorite-page .cart-block {
  min-height: 40vh;
}

.favorite-page .cart-item {
  padding-top: 30px;
  padding-bottom: 40px;
}

.favorite-page .cart-item:last-child {
  margin-bottom: 50px;
}

.favorite-page .cart-item .cart-img {
  min-width: 125px;
  height: 125px;
}

.favorite-page .cart-item .cart-name-block {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 300px;
  padding-left: 30px;
}

.favorite-page .cart-item .cart-item-price {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.favorite-page .cart-item .new-price {
  font-size: 22px;
  color: #af112b;
  display: inline-block;
}

.favorite-page .cart-item .new-price span {
  font-size: 15px;
  font-weight: 400;
}

.favorite-page .cart-item .old-price {
  font-size: 18px;
  color: #505558;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}

.favorite-page .cart-item .old-price span {
  font-size: 13px;
}

.favorite-page .cart-item .old-price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #505558;
}

.favorite-page .cart-item .cart-quantity {
  min-width: auto;
}

.favorite-page .cart-item .to-cart {
  min-width: 250px;
  text-align: center;
}

.favorite-page .cart-item .to-cart button {
  display: inline-block;
  border: 2px solid #af112b;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #af112b;
  padding: 0 25px;
  line-height: 44px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.favorite-page .cart-item .to-cart button:hover {
  background-color: transparent;
  color: #af112b;
}

.order-step-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 20px;
}

.order-step-block:before {
  content: "";
  height: 6px;
  background: #eeeff1;
  position: absolute;
  top: 9px;
  left: -100vw;
  right: -100vw;
}

.order-step-block .step-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-step-block .step-wrap .order-step {
  position: relative;
  padding-top: 35px;
  font-size: 16px;
  font-weight: 600;
  color: #333438;
}

.order-step-block .step-wrap .order-step:after {
  content: "";
  height: 24px;
  width: 24px;
  background: #d0d2d6;
  border: 4px solid #f7f7f7;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.order-step-block .step-wrap .order-step.active {
  color: #af112b;
}

.order-step-block .step-wrap .order-step.active:after {
  background: #af112b;
  z-index: 2;
}

.order-step-block .step-wrap .order-step.active:before {
  content: "";
  height: 6px;
  background: #af112b;
  position: absolute;
  top: 9px;
  left: -100vw;
  right: 50%;
}

.order-step-block.active:before {
  background: #af112b;
}

.delivery-block {
  padding-top: 40px;
  padding-bottom: 50px;
  border: 1px solid #dadada;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.delivery-block .left-block {
  width: 50%;
  padding: 0 85px;
  border-right: 1px solid #ebebeb;
}

.delivery-block .left-block .product-nav {
  margin-top: 0;
  border: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.delivery-block .left-block .product-nav:before,
.delivery-block .left-block .product-nav:after {
  display: none;
}

.delivery-block .left-block .product-nav li a {
  line-height: 47px;
  border: 1px solid #dadada !important;
  width: 190px;
  padding: 0;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 15px;
  color: #6d737b;
  font-weight: 400;
  text-transform: none;
}

.delivery-block .left-block .product-nav li.active a {
  background: #af112b;
  color: #fff !important;
  font-weight: 600;
}

.delivery-block .left-block .product-nav li.active:before {
  display: none;
}

.delivery-block .left-block .login-wrap {
  width: 100%;
  padding: 0;
}

.delivery-block .left-block .login-wrap h3 {
  margin-bottom: 30px;
}

.delivery-block .left-block .tab-pane {
  margin-top: 30px;
}

.delivery-block .left-block .tab-pane p {
  font-size: 13px;
  line-height: 19px;
  color: #3c3d41;
}

.delivery-block .left-block .tab-pane p img {
  margin-right: 5px;
  vertical-align: -1px;
}

.delivery-block .left-block .tab-pane .input {
  margin-top: 10px;
}

.delivery-block .left-block .tab-pane .input input {
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  padding: 0 20px;
  font-weight: 400;
}

.delivery-block .left-block .tab-pane .input label {
  color: #3c3d41;
  font-weight: 400;
}

.delivery-block .left-block .tab-pane .input .tip {
  top: 5px;
  right: 0;
  bottom: auto;
  left: auto;
}

.delivery-block .left-block .tab-pane .input span {
  font-size: 12px;
  color: #9a9c9e;
}

.delivery-block .left-block .tab-pane .input textarea {
  resize: none;
  width: 100%;
  height: 140px;
  border: 1px solid #d0d2d6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
}

.delivery-block .right-block {
  width: 50%;
  padding-left: 80px;
  padding-right: 110px;
}

.delivery-block .right-block h3 {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 25px;
}

.delivery-block .right-block label {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  color: #adadad;
  font-size: 13px;
  cursor: pointer;
}

.delivery-block .right-block label i {
  font-style: normal;
  position: relative;
  padding-left: 20px;
}

.delivery-block .right-block label i:before {
  content: "";
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ebebeb;
  border: 4px solid #ebebeb;
}

.delivery-block .right-block input:checked+label {
  color: #434040;
}

.delivery-block .right-block input:checked+label i:before {
  border-color: #af112b;
  background: #fff;
}

.delivery-block .right-block .delivery-item .delivery-body {
  display: none;
}

.delivery-block .right-block .delivery-item img {
  margin-top: 40px;
}

.delivery-block .right-block .delivery-item .input {
  margin-bottom: 10px;
}

.delivery-block .right-block .delivery-item .input input {
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  padding: 0 20px;
  font-weight: 400;
}

.delivery-block .right-block .delivery-item .input label {
  color: #3c3d41;
  font-weight: 400;
}

.delivery-block .right-block .delivery-item .input .tip {
  top: 5px;
  right: 0;
  bottom: auto;
  left: auto;
}

.delivery-block .right-block .delivery-item .input span {
  font-size: 12px;
  color: #9a9c9e;
}

.delivery-block .right-block .delivery-item .input textarea {
  resize: none;
  width: 100%;
  height: 140px;
  border: 1px solid #d0d2d6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
}

.delivery-block .right-block .delivery-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.delivery-block .right-block .delivery-row .input {
  width: 24%;
}

.delivery-block .right-block .delivery-row .input label {
  margin: 0;
}

.delivery-block .right-block .delivery-row .input:first-child {
  width: 48%;
}

.delivery-block .right-block .delivery-row .input input {
  padding: 0 10px;
}

.delivery-block .right-block .reload-list {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 100%;
}

.delivery-block .right-block .reload-list span {
  color: #3c3d41;
  font-size: 13px;
}

.delivery-block .right-block .reload-list button {
  width: 100%;
  padding-left: 15px;
  padding-right: 45px;
  border: 1px solid #e3e6e9;
  background: #fff;
  color: #848993;
  font-size: 13px;
  line-height: 36px;
  text-align: left;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.delivery-block .right-block .reload-list button span {
  font-weight: 600;
  color: #474b53;
}

.delivery-block .right-block .reload-list button i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 1px solid #e3e6e9;
  width: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.delivery-block .right-block .reload-list button:hover {
  border-color: #af112b;
}

.delivery-block .right-block .reload-list button:hover i {
  border-color: #af112b;
}

.delivery-block .right-block .reload-list button:hover path {
  fill: #af112b;
}

.delivery-block .right-block .reload-list ul {
  position: absolute;
  top: -webkit-calc(100% + 1px);
  top: calc(100% + 1px);
  border: 1px solid #e3e6e9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  right: 0;
  left: 0;
  background: #fff;
  padding: 0;
  margin: 0;
  opacity: 0;
  z-index: 2;
}

.delivery-block .right-block .reload-list ul li {
  list-style-type: none;
}

.delivery-block .right-block .reload-list ul li a {
  padding: 0 15px;
  display: block;
  color: #474b53;
  font-weight: 600;
  text-decoration: none;
  line-height: 25px;
}

.delivery-block .right-block .reload-list ul li a:hover {
  background: #e3e6e9;
}

.finish-delivery-block {
  border: 1px solid #dadada;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 40px;
  margin-bottom: 65px;
  padding-right: 30%;
  padding-left: 30%;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
}

.finish-delivery-block h5 {
  font-size: 20px;
  color: #46474b;
  font-weight: 600;
  margin-bottom: 30px;
}

.finish-delivery-block p {
  font-size: 14px;
  line-height: 21px;
  color: #272727;
}

.finish-delivery-block p span {
  font-weight: 600;
  color: #af112b;
}

.finish-delivery-block p a {
  color: #af112b;
  text-decoration: underline;
}

.payment-block {
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.payment-block .payment-header {
  padding: 0 90px;
  height: 90px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333438;
  font-size: 19px;
  font-weight: 600;
}

.payment-block .payment-item {
  border-top: 1px solid #ededed;
}

.payment-block .payment-item label {
  height: 125px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  color: #8d8f93;
  position: relative;
  padding: 0 90px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.payment-block .payment-item label img {
  margin-left: 40px;
  margin-right: 30px;
}

.payment-block .payment-item label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 90px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #ebebeb;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.payment-block .payment-item input:checked+label {
  color: #333333;
  background: #f5f7f8;
}

.payment-block .payment-item input:checked+label:before {
  background: #af112b;
}

@media (max-width: 991px) {
  .cart-item .cart-quantity {
    margin: 0 15px;
  }

  .cart-item>div {
    padding: 0 5px;
  }

  .cart-item .cart-item-price {
    width: 150px;
    min-width: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .cart-item .cart-item-remove {
    padding-left: 0;
    padding-right: 5px;
  }

  .cart-item .cart-img {
    min-width: 75px;
  }

  .cart-footer b {
    margin-right: 30px;
  }

  .cart-footer a {
    margin-left: 0;
  }

  .cart-footer .button {
    padding: 0 15px;
    line-height: 45px;
  }

  .empty-cart {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .cart-footer a {
    font-size: 14px;
  }

  .cart-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-footer .button {
    margin-top: 30px;
  }

  .cart-footer b {
    margin: 0;
  }

  .cart-item .cart-quantity {
    min-width: 120px;
  }

  .catalog-page .reload-list:not(#lang) button,
  .search-page .reload-list:not(#lang) button {
    width: 200px;
  }

  .catalog-page .products-block:not(.list) .product-item {
    width: 50%;
  }
}



@media (max-width: 767px) {
  .toggle-f-btn {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: inline-flexbox !important;
  }

  .filter-wrap {
    display: none;
  }

  .login-wrap-block .right-block h4,
  .login-wrap-block .right-block p {
    display: none;
  }

  .fixed-phone {
    left: 30px;
    bottom: 66px;
    right: auto;
    width: 40px;
    height: 40px;
  }

  .fixed-phone:before {
    height: 50px;
    width: 50px;
  }

  .login-wrap-block .right-block {
    padding-top: 0 !important;
  }

  .login-wrap-block .login-wrap {
    padding-bottom: 15px !important;
  }

  .login-wrap-block .right-block a {
    margin-top: 10px;
    font-size: 16px;
  }

  .cart-item:before {
    content: "";
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .cart-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cart-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-footer .button {
    margin: 15px auto 0;
  }

  .cart-item .cart-img {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .cart-item .cart-name-block,
  .cart-item .cart-item-remove {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .cart-item .cart-item-price,
  .cart-item .cart-quantity {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .cart-item .cart-item-remove {
    padding-left: 5px;
    padding-right: 0;
  }

  .cart-page .cart-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 25px;
  }

  .cart-item .cart-name-block {
    width: 70%;
  }

  .cart-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cart-footer .right-block {
    margin-top: 15px;
  }

  .cart-footer b {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cart-item.header-item {
    display: none;
  }

  .catalog-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0;
  }

  .catalog-header {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .catalog-page .reload-list:not(#lang),
  .search-page .reload-list:not(#lang) {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

@media (max-width: 479px) {
  .cart-item .cart-img {
    min-width: 150px;
  }

  .cart-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .cart-item .cart-name-block {
    text-align: center;
  }

  .cart-item .cart-item-remove {
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .cart-item .cart-item-price {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }

  .cart-footer b {
    text-align: center;
    margin: 0;
    margin-top: 15px;
  }

  .cart-footer a {
    font-size: 12px;
  }
}

.login-wrap-block {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 810px;
  margin: 60px auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login-wrap-block .right-block {
  width: 50%;
  border-left: 1px solid #e6e6e6;
  padding: 110px 75px 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.login-wrap-block .right-block h4 {
  color: #2c3e50;
  margin-top: 0;
  margin-bottom: 20px;
}

.login-wrap-block .right-block p {
  font-size: 13px;
  line-height: 18px;
  color: #aab2bd;
  margin-bottom: 25px;
}

.login-wrap-block .right-block .social-buttons a {
  text-decoration: none;
  margin-right: 7px;
}

.login-wrap-block .right-block a {
  color: #af112b;
  text-decoration: underline;
}

.login-wrap-block .right-block a:hover {
  text-decoration: none;
}

.login-wrap {
  width: 50%;
  padding: 50px 60px;
}

.login-wrap h3 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  color: #2c3e50;
  text-transform: uppercase;
}

.login-wrap .input {
  margin-top: 20px;
}

.login-wrap .input input {
  border: 2px solid #e7e7e7;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 100%;
  outline: 0;
}

.login-wrap button {
  margin-top: 30px;
  display: inline-block;
  border: 2px solid #af112b;
  text-align: center;
  font-size: 15px;
  outline: 0;
  color: #fff;
  background-color: #af112b;
  padding: 0 25px;
  line-height: 36px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.login-wrap button:hover {
  background-color: transparent;
  color: #af112b;
}

.login-wrap .remember {
  display: inline-block;
  margin-left: 10px;
}

.login-wrap .remember label {
  font-weight: 400;
  color: #444444;
  margin-top: 15px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-wrap .remember label span {
  width: 14px;
  height: 14px;
  border: 2px solid #cccccc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

.login-wrap .remember label span img {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.login-wrap .remember label i {
  font-style: normal;
}

.login-wrap .remember input:checked+label span img {
  opacity: 1;
}

.login-wrap a {
  margin-top: 25px;
  color: #39393f;
  text-decoration: underline;
  display: inline-block;
}

.login-wrap a:hover {
  color: #af112b;
}

.registartion-page .login-wrap-block .right-block {
  padding-right: 60px;
}

.registartion-page .login-wrap-block .right-block h4 {
  font-size: 14px;
  font-weight: 600;
}

.registartion-page .login-wrap button {
  margin-top: 20px;
}

.registartion-page .checkbox-block {
  margin-top: 25px;
}

.registartion-page .checkbox-block label {
  margin-top: 10px;
}

.registartion-page .input {
  margin-top: 15px;
}

.registartion-page label {
  font-weight: 400;
  color: #444444;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.registartion-page label span {
  width: 13px;
  height: 13px;
  border: 1px solid #cccccc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

.registartion-page label span img {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.registartion-page label i {
  font-style: normal;
  font-weight: 400;
  color: #606069;
  font-size: 13px;
}

.registartion-page label i a {
  margin-top: 0;
}

.registartion-page input:checked+label span img {
  opacity: 1;
}

.office-page .page-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
  border-color: transparent!important;
  outline: 0;
}

.office-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d9dbdf;
  padding-top: 30px;
  align-items: flex-start;
}

.office-block .nav-tabs {
  width: 165px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.office-block .nav-tabs li {
  width: 100%;
  float: none;
}

.office-block .nav-tabs li a {
  padding: 0;
  border: none;
  color: #5a5e63;
  font-size: 15px;
  line-height: 35px;
  display: inline-block;
}

.office-block .nav-tabs li a span {
  color: #363330;
  font-weight: 600;
  font-size: 12px;
  background: #eaeaea;
  margin-left: 20px;
  padding: 0 4px;
  line-height: 17px;
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: none;
}

.office-block .nav-tabs li a:hover {
  background: none;
  color: #af112b;
}

.office-block .nav-tabs li.active a {
  border: none;
  color: #af112b;
  background: none;
  font-weight: 600;
}

.office-block .tab-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 100px;
  margin-top: 10px;
  min-height: -webkit-calc(100vh - 550px);
  min-height: calc(100vh - 550px);
}

.office-block .tab-content .tab-title {
  color: #363330;
  font-size: 17px;
  margin-bottom: 15px;
}

.office-block .tab-content #password .input input {
  padding-right: 35px;
}

.office-block .tab-content .input-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.office-block .tab-content .input-block .input {
  position: relative;
}

.office-block .tab-content .input-block .input input {
  line-height: 33px;
  font-weight: 400;
}

.office-block .tab-content .input-block .input:not(:first-child) {
  margin-left: 25px;
}

.office-block .tab-content .input-block .input:not(:first-child) input {
  width: 275px;
}

.office-block .tab-content .input-block .input span {
  font-size: 12px;
  color: #9a9c9e;
}

.office-block .tab-content .input-block .input .show-password {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 35px;
  width: 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.office-block .tab-content .input-block .input .show-password.active path {
  fill: #af112b;
}

.office-block .tab-content .input-block label {
  color: #4a4c50;
  font-weight: 400;
}

.office-block .tab-content .pidpiska {
  display: block;
}

.office-block .tab-content .pidpiska label {
  font-weight: 400;
  color: #444444;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 15px;
}

.office-block .tab-content .pidpiska label span {
  width: 14px;
  height: 14px;
  border: 2px solid #cccccc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

.office-block .tab-content .pidpiska label span img {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-top: -5px;
  margin-right: -5px;
}

.office-block .tab-content .pidpiska label i {
  font-style: normal;
}

.office-block .tab-content .pidpiska input:checked+label span img {
  opacity: 1;
}

.office-block .tab-content button {
  margin-top: 25px;
  border: 2px solid #af112b;
  background: #af112b;
  color: #fff;
  line-height: 34px;
  padding: 0 35px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 15px;
  margin-bottom: 25px;
}

.office-block .tab-content button:hover {
  background: #fff;
  color: #af112b;
}

.office-block #discount {
  margin-bottom: 40px;
}

.office-block #discount .cart-number {
  color: #414348;
  margin-bottom: 25px;
}

.office-block #discount .cart-number b {
  font-size: 20px;
  color: #af112b;
  font-weight: 400;
}

.office-block #discount .cart-number span {
  color: #333438;
  font-weight: 600;
  display: inline-block;
  line-height: 36px;
  padding: 0 25px;
  background: #eeeff1;
  border: 1px solid #dadada;
  margin: 0 15px;
}

.office-block #discount .curent-discount {
  font-size: 13px;
  color: #53565b;
}

.office-block #discount .curent-discount b {
  font-weight: 600;
  color: #af112b;
  font-size: 15px;
}

.office-block #discount .curent-discount span {
  font-size: 15px;
  color: #313438;
  font-weight: 600;
}

.office-block #discount .discount-table {
  margin-left: 150px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.office-block #discount .discount-table th {
  line-height: 34px;
  color: #414348;
  background: #f7f8f9;
  border: 1px solid #e6e6e6;
  font-weight: 400;
  width: 200px;
  text-align: center;
}

.office-block #discount .discount-table td {
  line-height: 30px;
  color: #414348;
  border: 1px solid #e6e6e6;
  width: 200px;
  text-align: center;
}

.office-block #discount h5 {
  font-weight: 600;
  color: #2e2f31;
  margin-bottom: 20px;
}

.office-block #discount ul {
  padding: 0;
  margin: 0;
  max-width: 675px;
  margin-bottom: 20px;
}

.office-block #discount ul li {
  list-style-type: none;
  font-size: 13px;
  color: #53565b;
}

.office-block #discount ul li img {
  vertical-align: -1px;
  margin-right: 7px;
}

.office-block #discount ul p {
  font-size: 13px;
  color: #53565b;
}

.office-block .order-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  color: #363330;
}

.office-block .order-title span {
  font-size: 12px;
  line-height: 18px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #eaeaea;
  padding: 0 5px;
  display: inline-block;
}

.office-block .order-title div:last-child {
  font-size: 13px;
  color: #717477;
}

.office-block .order-title div:last-child b {
  font-weight: 400;
  color: #363330;
}

.office-block .order-block {
  margin-top: 25px;
  margin-bottom: 50px;
}

.office-block .order-block .order-item {
  border: 1px dashed #cdcdcd;
  margin-bottom: 30px;
}

.office-block .order-block .order-item .order-item-top {
  padding: 0 35px;
  border-bottom: 1px solid #cecfd7;
  height: 53px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.office-block .order-block .order-item .order-item-top .order-number {
  color: #af112b;
}

.office-block .order-block .order-item .order-item-top .order-date {
  color: #222121;
  font-size: 13px;
}

.office-block .order-block .order-item .order-item-top .order-quantity,
.office-block .order-block .order-item .order-item-top .order-price {
  color: #6c6b69;
}

.office-block .order-block .order-item .order-item-top .order-quantity span,
.office-block .order-block .order-item .order-item-top .order-price span {
  color: #1d1c1b;
}

.office-block .order-block .order-item .order-item-top .order-status {
  width: 105px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  line-height: 31px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.office-block .order-block .order-item .order-item-top .order-status.done {
  background: #6fba65;
}

.office-block .order-block .order-item .order-item-top .order-status.solt {
  background: #f3842b;
}

.office-block .order-block .order-item .order-item-top .order-status.send {
  background: #4980c5;
}

.office-block .order-block .order-item .order-item-top .order-status.cansel {
  background: #d74553;
}

.office-block .order-block .order-item .order-item-top .order-status.pending {
  background: #52c6ca;
}

.office-block .order-block .order-item .cart-item .cart-item-price {
  padding: 0;
  min-width: 150px;
}

.office-block .order-block .order-item .cart-item .cart-item-price:last-child {
  text-align: right;
}

.office-block .order-block .order-item .cart-item .cart-item-price .new-price {
  font-size: 16px;
}

.office-block .order-block .order-item .cart-item .cart-item-price .new-price span {
  font-size: 14px;
}

.office-block .order-block .order-item-body {
  padding: 0 35px;
}

.office-block .order-block .order-item-body .cart-footer {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e1e6;
  display: none;
}

.office-block .order-block .order-item-body .cart-footer .left-block div {
  font-size: 13px;
  color: #64676c;
  margin-bottom: 10px;
}

.office-block .order-block .order-item-body .cart-footer .left-block div span {
  color: #000000;
}

.office-block .order-block .order-item-body .cart-footer .right-block {
  width: 260px;
}

.office-block .order-block .order-item-body .cart-footer .right-block b {
  font-size: 13px;
  color: #242626;
}

.office-block .order-block .order-item-body .cart-footer .right-block span {
  font-size: 15px;
  color: #4f5151;
}

.office-block .order-block .order-item-body .cart-footer .right-block span i {
  font-size: 19px;
}

.office-block .order-block .order-item-footer {
  padding: 0 35px;
  height: 85px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.office-block .order-block .order-item-footer a {
  color: #4a4e53;
  font-size: 13px;
  text-decoration: underline;
}

.office-block .order-block .order-item-footer a:hover {
  color: #af112b;
}

.office-block .order-block .order-item-footer .order-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.office-block .order-block .order-item-footer .order-buttons .order-more {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.office-block .order-block .order-item-footer .order-buttons .order-more img {
  margin-left: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.office-block .order-block .order-item-footer .order-buttons .order-more.active img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.office-block .order-block .order-item-footer .order-buttons .order-more:hover {
  color: #af112b;
}

.office-block .order-block .order-item-footer .order-buttons .order-more:hover path {
  fill: #af112b;
}

.office-block .order-block .order-item-footer .order-buttons a {
  margin-left: 30px;
  position: relative;
}

.office-block .order-block .order-item-footer .order-buttons a:hover path {
  fill: #af112b;
}

.office-block .order-block .order-item-footer .order-buttons a:before {
  content: '';
  position: absolute;
  left: -15px;
  top: -3px;
  bottom: 3px;
  width: 1px;
  background: #dadada;
}

body {
  font-size: 14px;
  line-height: 22px;
  font-family: "Proxima Nova Rg";
  font-weight: 400;
}

.top-slider .slider-item {
  height: 450px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.top-slider .slider-item .container {
  height: 100%;
}

.top-slider .slider-item .text-block {
  width: 423px;
  height: 233px;
  background: rgba(238, 239, 241, 0.83);
  padding: 40px 50px 35px;
  position: absolute;
  top: 50%;
  left: 29px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-slider .slider-item .text-block .text-title {
  font-weight: 600;
  color: #54585e;
  font-size: 36px;
  line-height: 40px;
}

.top-slider .slider-item .text-block .text-description {
  font-size: 15px;
  line-height: 22px;
  color: #3f3f3f;
  margin-top: 15px;
  margin-bottom: 25px;
}

.top-slider .slider-item .text-block a {
  line-height: 40px;
  background: #d0d2d6;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #5c5e5e;
  text-decoration: none;
  display: inline-block;
  padding: 0 30px;
}

.top-slider .slider-item .text-block a:hover {
  background: #af112b;
  color: #fff;
}

.top-slider .slider-item .text-block:before {
  content: "";
  border: 2px solid rgba(238, 239, 241, 0.53);
  position: absolute;
  top: -10px;
  left: -14px;
  bottom: 11px;
  right: 13px;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.top-slider .slider-item .text-block:hover:before {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.top-slider .slick-arrow {
  padding: 0;
  border: none;
  background: none;
  width: 30px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.top-slider .slick-arrow:hover path {
  fill: #af112b;
}

.top-slider .slick-arrow.slick-prev {
  left: 50px;
}

.top-slider .slick-arrow.slick-next {
  right: 50px;
}

.top-slider-wrap .container {
  position: relative;
}

.top-slider-wrap .slider-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  bottom: 35px;
  left: 15зч;
}

.top-slider-wrap .slider-numbers .current-number {
  font-size: 42px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
}

.top-slider-wrap .slider-numbers .all-numbers {
  font-size: 21px;
  line-height: 19px;
  color: #fff;
  font-weight: 500;
}

.top-slider-wrap .slider-numbers .all-numbers:before {
  content: "/";
  margin-left: 7px;
  margin-right: 3px;
  font-weight: 600;
}

.index-title {
  font-weight: 600;
  color: #3f4147;
  font-size: 30px;
  text-align: center;
}

.index-title:before {
  font-size: 145px;
  font-weight: 900;
  color: rgba(83, 86, 92, 0.15);
  position: absolute;
  font-family: "Proxima Nova Bl";
}

.top-block .index-title {
  margin-top: 125px;
  margin-bottom: 80px;
  position: relative;
}

.top-block .index-title:before {
  content: "Top";
  -webkit-transform: translateY(-11px) translateX(-90%);
  -ms-transform: translateY(-11px) translateX(-90%);
  transform: translateY(-11px) translateX(-90%);
}

.product-slider .slick-arrow,
.blog-slider .slick-arrow,
.brands-slider .slick-arrow {
  padding: 0;
  border: none;
  background: none;
  width: 30px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.product-slider .slick-arrow:hover path,
.blog-slider .slick-arrow:hover path,
.brands-slider .slick-arrow:hover path {
  fill: #af112b;
}

.product-slider .slick-arrow.slick-prev,
.blog-slider .slick-arrow.slick-prev,
.brands-slider .slick-arrow.slick-prev {
  left: -70px;
}

.product-slider .slick-arrow.slick-next,
.blog-slider .slick-arrow.slick-next,
.brands-slider .slick-arrow.slick-next {
  right: -70px;
}

.product-item {
  border: 2px solid transparent;
  position: relative;
}

.product-item .product-image {
  height: 300px;
  padding: 30px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.product-item .product-image a {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
}

.product-item .product-image a img {
  max-width: 100%;
  max-height: 100%;
}

.product-item .product-image .sale {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #af112b;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 30px;
  top: 30px;
}

.product-item .product-image .new {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #333438;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  text-transform: uppercase;
  left: 30px;
  top: 30px;
}

.product-item .product-image .zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  height: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #3f4147;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-item .price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #262b30;
  font-size: 17px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 20px;
}

.product-item .price .old-price {
  margin-right: 15px;
  opacity: 0.5;
  text-decoration: line-through;
}



.product-item .product-name a:hover {
  color: #af112b;
}

.product-item .buttons-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.product-item .buttons-block div {
  width: 33%;
  height: 30px;
  position: relative;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-item .buttons-block div.compare {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.product-item .buttons-block div.cart {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.product-item .buttons-block div .tip {
  position: absolute;
  top: -7px;
  left: 50%;
  -webkit-transform: translateY(-100%) translateX(-50%);
  -ms-transform: translateY(-100%) translateX(-50%);
  transform: translateY(-100%) translateX(-50%);
  color: #fff;
  background: #af112b;
  line-height: 20px;
  font-size: 12px;
  padding: 0 10px;
  width: 115px;
  height: auto;
  opacity: 0;
  pointer-events: none;
}

.product-item .buttons-block div .tip:before {
  content: '';
  width: 7px;
  height: 7px;
  background: #af112b;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(50%) rotate(45deg);
  transform: translateX(-50%) translateY(50%) rotate(45deg);
}

.product-item .buttons-block div button {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  border: none;
}

.product-item .buttons-block div:not(:first-child) {
  border-left: 1px solid rgba(30, 25, 29, 0.3);
}

.product-item .buttons-block div:hover .tip {
  opacity: 1;
}

.product-item .buttons-block div.active path {
  fill: #af112b;
}



.product-item .rating img {
  display: inline-block;
}

.star {
  cursor: default;
}

.star polygon {
  stroke: #9ca2ae;
  fill: transparent;
}

.star rect {
  fill: #af112b;
  opacity: 0;
}

.star.active rect {
  opacity: 1;
  fill: #af112b;
}

.star.active polygon {
  stroke: #af112b;
}

.shares-block {
  height: 420px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 30px;
}

.shares-block .shares-item {
  background: #eaeaea;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}

.shares-block .shares-item span {
  display: inline-block;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  padding: 0 12px;
  background: #af112b;
}

.shares-block .shares-item:before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  right: 9px;
  left: 9px;
  border: 1px solid #fff;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.shares-block .shares-item:hover:before {
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  border-color: #af112b;
}

.shares-block .sales-item {
  width: 60%;
}

.shares-block .sales-item .text-block {
  position: absolute;
  left: 55px;
  bottom: 45px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.shares-block .sales-item .text-block p {
  font-weight: 700;
  font-size: 32px;
  color: #54585e;
  line-height: 49px;
}

.shares-block .sales-item .text-block p b {
  font-size: 53px;
}

.shares-block .sales-item:hover .text-block {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.shares-block .news-item .text-block {
  position: absolute;
  top: 50%;
  right: 55px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.shares-block .news-item .text-block p {
  font-weight: 700;
  font-size: 24px;
  color: #54585e;
  line-height: 30px;
}

.shares-block .news-item:hover .text-block {
  top: 45px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.shares-block .tops-item .text-block {
  position: absolute;
  top: 35px;
  left: 45px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.shares-block .tops-item .text-block p {
  font-weight: 700;
  font-size: 24px;
  color: #54585e;
  line-height: 30px;
}

.shares-block .tops-item:hover .text-block {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shares-block .shares-right-block {
  width: -webkit-calc(40% - 30px);
  width: calc(40% - 30px);
  margin-left: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shares-block .shares-right-block a {
  height: -webkit-calc(50% - 15px);
  height: calc(50% - 15px);
}

.block-blog {
  margin-top: 100px;
  margin-bottom: 70px;
  position: relative;
}

.block-blog:before {
  content: "";
  height: 4px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: url(../img/border.png);
  background-repeat: repeat-x;
}

.block-blog .index-title {
  padding-top: 80px;
  margin-bottom: 80px;
  position: relative;
}

.block-blog .index-title:before {
  content: "News";
  -webkit-transform: translateY(-11px) translateX(-94%);
  -ms-transform: translateY(-11px) translateX(-94%);
  transform: translateY(-11px) translateX(-94%);
}

.block-blog .more {
  text-align: center;
  margin-top: 75px;
}

.block-blog .more a {
  background: #af112b;
  padding: 0 30px;
  line-height: 36px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border: 2px solid transparent;
}

.block-blog .more a:hover {
  border-color: #af112b;
  color: #af112b;
  background: transparent;
}

.blog-item {
  height: 280px;
  padding: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 2px solid transparent;
}

.blog-item .blog-text {
  width: 45%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 30px;
  padding-left: 10px;
}

.blog-item .blog-text .blog-date {
  font-size: 12px;
  color: #666666;
}

.blog-item .blog-text .blog-name {
  font-size: 16px;
  line-height: 22px;
  color: #414141;
  font-weight: 600;
  text-decoration: none;
}

.blog-item .blog-text .blog-name a {
  text-decoration: none;
}

.blog-item .blog-text .blog-description {
  color: #666666;
}

.blog-item .blog-text .blog-description p {
  margin: 0;
}

.blog-item .blog-text span {
  color: #4b4d52;
  text-decoration: underline;
}

.blog-item .blog-text span:hover {
  color: #af112b;
}

.blog-item .blog-image {
  width: 55%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
}

.blog-item:hover {
  border: 2px solid #af112b;
  text-decoration: none;
}

.brands-block {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}

.brands-block:before {
  content: "";
  height: 4px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: url(../img/border.png);
  background-repeat: repeat-x;
}

.brands-block:after {
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(../img/border.png);
  background-repeat: repeat-x;
}

.brands-block .index-title {
  position: relative;
}

.brands-block .index-title:before {
  font-size: 123px;
  content: "Brands";
  -webkit-transform: translateY(2px) translateX(5%);
  -ms-transform: translateY(2px) translateX(5%);
  transform: translateY(2px) translateX(5%);
}

.brands-block .brands-slider {
  margin-top: 70px;
}

.brands-block .brands-slider a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 100px;
  outline: none;
}

.brands-block .brands-slider a img {
  max-width: 100%;
  max-height: 100%;
}

.brands-block .brands-slider a:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.description-block {
  padding-top: 70px;
  padding-bottom: 50px;
  color: #414246;
}

.description-block h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.description-block p {
  line-height: 22px;
  margin-bottom: 25px;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 35px;
}

.breadcrumbs li {
  display: inline-block;
  margin-right: 10px;
  color: #282a2e;
  font-size: 14px;
  font-weight: 400;
}

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

.breadcrumbs li a:hover {
  color: #af112b;
}

.breadcrumbs li:last-child {
  margin-right: 0;
  cursor: not-allowed;
}

.breadcrumbs li:last-child a {
  color: #777c86;
  pointer-events: none;
}

.breadcrumbs li:not(:first-child):before {
  content: "»";
  margin-right: 15px;
  font-size: 18px;
  cursor: default;
}

.page-title {
  font-size: 24px;
  color: #2c3e50;
  font-weight: 600;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shares-page .share-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.shares-page .share-item:hover {
  text-decoration: none;
}

.shares-page .share-item .share-image {
  width: 780px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 40px;
}

.shares-page .share-item .share-image img {
  width: 100%;
}

.shares-page .share-item .share-text .shares-date {
  margin-top: 20px;
  font-size: 12px;
  color: #666666;
}

.shares-page .share-item .share-text .shares-title {
  color: #414141;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.shares-page .share-item .share-text p {
  color: #666666;
  line-height: 21px;
}

.shares-page .share-item:last-child {
  margin-bottom: 85px;
}

.blog-page .blog-item {
  padding: 0;
  margin-bottom: 60px;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.pagination span {
  width: 30px;
  height: 30px;
  color: #3e4347;
  border: 1px solid #dae0e2;
  text-align: center;
  line-height: 30px;
  padding: 0;
  margin: 0 2px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.pagination a {
  width: 30px;
  height: 30px;
  color: #3e4347;
  text-decoration: none;
  border: 1px solid #dae0e2;
  text-align: center;
  line-height: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 0;
  margin: 0 2px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.pagination a:hover,
.pagination a.active {
  border-color: #af112b;
  background: #af112b;
  color: #fff;
}

.pagination a:hover path,
.pagination a.active path {
  fill: #fff;
}

.pagination a.arrow {
  margin: 0 9px;
}

.blog-inner-page .blog-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-inner-page .main-block {
  width: 820px;
  margin-right: 55px;
}

.blog-inner-page .main-block img {
  width: 100%;
}

.blog-inner-page .main-block .blog-title {
  color: #2c3e50;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-top: 50px;
}

.blog-inner-page .main-block .blog-date {
  font-size: 13px;
  color: #666666;
  margin-top: 25px;
  margin-bottom: 25px;
}

.blog-inner-page .main-block p {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  margin-bottom: 20px;
}

.blog-inner-page .main-block .blog-inner-slider {
  margin-bottom: 30px;
}

.blog-inner-page .main-block .blog-inner-slider .slider-item {
  height: 500px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.blog-inner-page .main-block .blog-inner-slider .slick-arrow {
  width: 50px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(28, 31, 35, 0.2);
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.blog-inner-page .main-block .blog-inner-slider .slick-arrow.slick-prev {
  left: 0;
}

.blog-inner-page .main-block .blog-inner-slider .slick-arrow.slick-next {
  right: 0;
}

.blog-inner-page .main-block .blog-inner-slider .slick-arrow:hover {
  background: rgba(240, 82, 19, 0.5);
}

.blog-inner-page .main-block .blog-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 50px;
}

.blog-inner-page .main-block .blog-bottom span {
  font-size: 12px;
  font-weight: 600;
  color: #1c1f23;
  text-transform: uppercase;
  margin-right: 25px;
}

.blog-inner-page .main-block .blog-bottom .tags {
  margin-right: 35px;
}

.blog-inner-page .main-block .blog-bottom .tags a {
  background: #af112b;
  color: #fff;
  border: 1px solid #af112b;
  line-height: 18px;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  margin-right: 5px;
  display: inline-block;
}

.blog-inner-page .main-block .blog-bottom .tags a:hover {
  background: #fff;
  color: #af112b;
}

.blog-inner-page .main-block .blog-bottom .repost {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-inner-page .main-block .blog-bottom .repost a {
  display: inline-block;
  margin-right: 20px;
}

.blog-inner-page .main-block .blog-bottom .repost a:hover path {
  fill: #af112b;
}

.blog-inner-page .sidebar {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.blog-inner-page .sidebar>h5 {
  font-size: 13px;
  text-transform: uppercase;
  color: #1c1f23;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
}

.blog-inner-page .sidebar .popular-item {
  margin-top: 23px;
}

.blog-inner-page .sidebar .popular-item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.blog-inner-page .sidebar .popular-item a:hover h5 {
  color: #af112b;
}

.blog-inner-page .sidebar .popular-item .image-block {
  width: 50px;
  height: 50px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.blog-inner-page .sidebar .popular-item .text-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-inner-page .sidebar .popular-item .text-block h5 {
  margin: 0;
  font-size: 13px;
  line-height: 15px;
  color: #1c1f23;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.blog-inner-page .sidebar .popular-item .text-block span {
  color: #666666;
  font-size: 12px;
  line-height: 10px;
}

.brands-page .brands-list a {
  display: block;
  line-height: 17px;
  padding: 10px 0;
  font-size: 15px;
  color: #21262b;
  text-decoration: none;
  border-bottom: 1px solid #f0f3f4;
}

.brands-page .brands-list a:first-child {
  border-top: 1px solid #f0f3f4;
}

.brands-page .brands-list a:hover {
  color: #af112b;
}

.brands-page .brand-wrap {
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  width: 100%;
  display: inline-block;
}

.brands-page .brand-item {
  width: 25%;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  float: left;
}

.brands-page .brand-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  right: -1px;
  left: -1px;
  border: 1px solid transparent;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.brands-page .brand-item .brand-logo {
  width: 100%;
  height: 77px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  padding: 15px;
}

.brands-page .brand-item .brand-logo img {
  max-width: 100%;
  max-height: 100%;
}

.brands-page .brand-item .brand-description {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  padding: 0 15px;
  display: none;
  z-index: 1;
  background: #fff;
  border-bottom: 1px solid #af112b;
  border-left: 1px solid #af112b;
  border-right: 1px solid #af112b;
}

.brands-page .brand-item .brand-description .brands-name {
  text-align: center;
  font-weight: 600;
  color: #af112b;
}

.brands-page .brand-item .brand-description .brands-count {
  font-size: 13px;
  color: #4b5158;
  text-align: center;
}

.brands-page .brand-item .brand-description ul {
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

.brands-page .brand-item .brand-description ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.brands-page .brand-item .brand-description ul li a {
  font-size: 13px;
  line-height: 22px;
  color: #4b5158;
  text-decoration: none;
}

.brands-page .brand-item .brand-description ul li a:hover {
  color: #af112b;
}

.brands-page .brand-item.active:before {
  border-color: #af112b;
}

.brands-page .brand-item.active .brand-logo {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.brands-page .bottom-text {
  margin-top: 35px;
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}

.brands-page .bottom-text h6 {
  font-size: 24px;
  font-weight: 600;
  color: #414246;
  margin-bottom: 20px;
}

.brands-page .bottom-text p {
  font-size: 14px;
  line-height: 22px;
  color: #414246;
}

.brands-page .bottom-text p:not(:last-child) {
  margin-bottom: 25px;
}

.brands-page .read-more-text {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.brands-page .read-more-text:before {
  content: '';
  display: block;
  height: 50px;
  width: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 236, 236, 0.04)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(236, 236, 236, 0.04) 0%, #fff 100%);
  background: -o-linear-gradient(top, rgba(236, 236, 236, 0.04) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(236, 236, 236, 0.04) 0%, #fff 100%);
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

.brands-page .read-more-text.full {
  height: auto;
  overflow: visible;
}

.brands-page .read-more-text.full:before {
  display: none;
}

.brands-page .read-more-button {
  float: right;
  cursor: pointer;
  position: relative;
  padding-left: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-top: 30px;
}

.brands-page .read-more-button:before {
  content: "";
  height: 8px;
  width: 8px;
  border-left: 4px solid #000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.brands-page .read-more-button:hover {
  color: #af112b;
}

.brands-page .read-more-button:hover:before {
  border-left-color: #af112b;
}

.bottom-text {
  margin-top: 35px;
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}

.bottom-text h6 {
  font-size: 24px;
  font-weight: 600;
  color: #414246;
  margin-bottom: 20px;
}

.bottom-text p {
  font-size: 14px;
  line-height: 22px;
  color: #414246;
}

.bottom-text p:not(:last-child) {
  margin-bottom: 25px;
}

.bottom-text .read-more-text {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.bottom-text .read-more-text:before {
  content: '';
  display: block;
  height: 50px;
  width: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 236, 236, 0.04)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(236, 236, 236, 0.04) 0%, #fff 100%);
  background: -o-linear-gradient(top, rgba(236, 236, 236, 0.04) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(236, 236, 236, 0.04) 0%, #fff 100%);
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

.bottom-text .read-more-text.full {
  height: auto;
  overflow: visible;
}

.bottom-text .read-more-text.full:before {
  display: none;
}

.bottom-text .read-more-button {
  float: right;
  cursor: pointer;
  position: relative;
  padding-left: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-top: 30px;
}

.bottom-text .read-more-button:before {
  content: "";
  height: 8px;
  width: 8px;
  border-left: 4px solid #000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.bottom-text .read-more-button:hover {
  color: #af112b;
}

.bottom-text .read-more-button:hover:before {
  border-left-color: #af112b;
}

.contacts-page #map {
  height: 400px;
}

.contacts-page #map .map-tex-block {
  padding-top: 5px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.contacts-page #map .map-adress {
  color: #696b71;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
}

.contacts-page #map .map-phone a {
  color: #af112b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.contacts-page .gm-style .gm-style-iw {
  width: 285px !important;
}

.contacts-page .gm-style .gm-style-iw div {
  overflow: visible !important;
}

.contacts-page .gm-style .gm-style-iw>div {
  width: 285px !important;
  max-width: 285px !important;
}

.contacts-page .contact-form {
  margin-top: 60px;
  margin-bottom: 60px;
}

.contacts-page .contact-form .page-title {
  margin-bottom: 35px;
}

.contacts-page .contact-form h5 {
  font-weight: 600;
  text-transform: uppercase;
  color: #34495e;
  margin-bottom: 15px;
  margin-top: 15px;
}

.contacts-page .contact-form p {
  font-weight: 400;
  color: #4c525c;
  margin-bottom: 0;
}

.contacts-page .contact-form p a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.contacts-page .contact-form p a:not(:first-child) {
  margin-left: 20px;
}

.contacts-page .contact-form p a:hover {
  color: #af112b;
}

.contacts-page .contact-form form {
  padding-left: 60px;
}

.contacts-page .contact-form form .header-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-page .contact-form form .form-text label {
  cursor: pointer;
  font-weight: 600;
  color: #353c43;
  margin-top: 20px;
}

.contacts-page .contact-form form .form-text textarea {
  width: 100%;
  resize: none;
  height: 140px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d6dde2;
  padding: 5px 10px;
  font-weight: 600;
  color: #353c43;
}

.contacts-page .contact-form form button {
  margin-top: 30px;
  border: 2px solid #af112b;
  background: #af112b;
  color: #fff;
  line-height: 45px;
  padding: 0 35px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 15px;
}

.contacts-page .contact-form form button:hover {
  background: #fff;
  color: #af112b;
}

input,
textarea {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

input:focus,
textarea:focus {
  border-color: #af112b !important;
}

.input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.input label {
  cursor: pointer;
  font-weight: 600;
  color: #353c43;
}

.input input {
  width: 225px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d6dde2;
  line-height: 37px;
  padding: 0 15px;
  font-weight: 600;
  color: #353c43;
}

.input .tip {
  color: red;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}

.compare-page .table-responsive {
  position: relative;
  margin-bottom: 70px;
}

.drag {
  width: 30px;
  display: none;
}

.compare-page table {
  border-left: none;
  border-right: none;
  margin-bottom: 0;
}

.compare-page table thead {
  border-top: 1px solid #e6e6e6;
}

.compare-page table thead tr td {
  border-bottom: 1px solid #af112b;
  font-weight: 500;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  font-size: 14px;
}

.compare-page table thead tr td a {
  color: #333438;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.compare-page table thead tr td a:hover {
  color: #af112b;
}

.compare-page table thead tr td .close {
  position: absolute;
  top: 10px;
  right: 12px;
  opacity: 1;
}

.compare-page table thead tr td .close:hover path {
  fill: #af112b;
}

.compare-page table tr td {
  border-color: #e6e6e6;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  color: #444444;
  border-left: none;
  border-right: none;
  border-right: 1px solid #e6e6e6;
}

.compare-page table tr td:first-child {
  font-weight: 600;
  color: #222222;
  text-align: left;
  font-size: 14px;
  width: 200px;
  border-left: 1px solid #e6e6e6;
}

.compare-page table tr td:not(:first-child) {
  text-align: center;
  width: -webkit-calc(100% / 3 - 200px / 3);
  width: calc(100% / 3 - 200px / 3);
  vertical-align: top;
}

.compare-page table tr td .new-price {
  font-size: 22px;
  color: #af112b;
  display: inline-block;
}

.compare-page table tr td .new-price span {
  font-size: 15px;
  font-weight: 400;
}

.compare-page table tr td .old-price {
  font-size: 18px;
  color: #505558;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}

.compare-page table tr td .old-price span {
  font-size: 13px;
}

.compare-page table tr td .old-price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #505558;
}

.compare-page table tr button {
  display: inline-block;
  border: 2px solid #af112b;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #af112b;
  padding: 0 25px;
  line-height: 44px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.compare-page table tr button:hover {
  background-color: transparent;
  color: #af112b;
}

.compare-page table tbody:last-child td {
  /*padding-top: 30px;*/
  /*padding-bottom: 30px;*/
  border-bottom: 1px solid #e6e6e6;
}

.compare-page table .compare-img {
  width: 120px;
  height: 120px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.compare-page table .compare-img:hover {
  border-color: #af112b;
}

.compare-page table .compare-img div {
  height: 100%;
  width: 100%;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.compare-page table .cut-table div {
  max-height: 100px;
}

.compare-page table .cut-row div {
  max-height: 30px;
}

.compare-page table .stock {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.compare-page table .stock img {
  margin-right: 5px;
}

.compare-page table .cut-table,
.compare-page table .cut-row {
  position: relative;
  cursor: pointer;
}

.compare-page table .cut-table table td,
.compare-page table .cut-row table td {
  font-weight: 400;
  padding: 0;
  border: none;
  vertical-align: top;
  padding: 0 3px;
}

.compare-page table .cut-table table td:last-child,
.compare-page table .cut-row table td:last-child {
  text-align: left;
}

.compare-page table .cut-table img,
.compare-page table .cut-row img {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.compare-page table .cut-table div,
.compare-page table .cut-row div {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}

.compare-page table .cut-table div:before,
.compare-page table .cut-row div:before {
  content: '';
  display: block;
  height: 30px;
  width: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.04)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, #fff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 0%, #fff 100%);
  position: absolute;
  bottom: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.compare-page table .cut-table.full img,
.compare-page table .cut-row.full img {
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}

.compare-page table .cut-table.full div:before,
.compare-page table .cut-row.full div:before {
  opacity: 0;
}

.compare-page .empty-compare {
  text-align: center;
  padding: 150px 0;
  color: #383433;
  background-color: #fff;
  -webkit-box-shadow: 0 11px 21px rgba(75, 149, 175, 0.11);
  box-shadow: 0 11px 21px rgba(75, 149, 175, 0.11);
  display: none;
}

.compare-page .empty-compare .title {
  font-size: 31px;
  margin: 0 0 20px;
}

.compare-page .empty-compare .descrp {
  font-size: 18px;
  margin-bottom: 30px;
}

.compare-page .empty-compare .hrefTo {
  background-color: #af112b;
  border: 1px solid #af112b;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  text-decoration: none;
}

.compare-page .empty-compare .hrefTo:hover {
  background-color: transparent;
  color: #af112b;
}

.about-page p {
  margin-bottom: 25px;
}

.about-page .about-head-block {
  width: 50%;
}

.about-page .about-head-block h4 {
  font-size: 28px;
  line-height: 35px;
  color: #414246;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-page .about-head-block p {
  color: #414246;
}

.about-page .about-head-block p:last-child {
  margin-bottom: 50px;
}

.about-page .about-count {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.about-page .about-count .about-item {
  width: 33%;
  text-align: center;
}

.about-page .about-count .about-item:not(:first-child) {
  border-left: 1px dotted #cacaca;
}

.about-page .about-count .about-item span {
  font-size: 70px;
  color: #af112b;
  font-weight: 600;
  margin-bottom: 30px;
  display: inline-block;
  line-height: 70px;
}

.about-page .about-count .about-item p {
  font-size: 18px;
  font-weight: 600;
  color: #1c1f23;
  margin-bottom: 10px;
}

.about-page .about-list {
  background: #f0f1f3;
  padding: 35px 65px;
  margin-bottom: 35px;
}

.about-page .about-list ul {
  padding: 0;
  margin: 0;
}

.about-page .about-list ul li {
  list-style-type: none;
  font-size: 18px;
  line-height: 33px;
  color: #414246;
}

.about-page .about-list ul li img {
  vertical-align: -3px;
  margin-right: 5px;
}

.about-page .about-list p {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.about-page .store-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 75px;
}

.about-page .store-block img {
  margin-right: 15px;
}

.about-page .store-block p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
  color: #242528;
}

.about-page .about-slider {
  position: relative;
}

.about-page .about-slider:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #3f4147;
}

.about-page .about-slider .slider-item {
  height: 268px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  opacity: 0.84;
}

.about-page .about-slider .slider-item:before {
  content: "";
  position: absolute;
  top: 100%;
  bottom: 100%;
  right: 100%;
  left: 100%;
  background: #af112b;
  opacity: 0.8;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.about-page .about-slider .slider-item:hover:before {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.about-page .about-slider .slick-arrow {
  padding: 0;
  border: none;
  background: none;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.about-page .about-slider .slick-arrow:hover {
  border-color: #af112b;
}

.about-page .about-slider .slick-arrow:hover path {
  fill: #af112b;
}

.about-page .about-slider .slick-arrow.slick-prev {
  left: 70px;
}

.about-page .about-slider .slick-arrow.slick-next {
  right: 70px;
}

.img-block {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.img-block a {
  outline: none;
}

.block-404 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.block-404 h5 {
  color: #4e4f55;
  font-size: 24px;
  font-weight: 700;
  margin-top: -70px;
  margin-bottom: 60px;
}

.block-404 .redirection {
  width: 320px;
  margin: 0 auto;
}

.block-404 .redirection p {
  color: #70757e;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.block-404 .redirection p a {
  color: #af112b;
  text-decoration: underline;
}

.block-404 .redirection p a:hover {
  text-decoration: none;
}

.block-404 .redirection .search {
  position: relative;
  margin-top: 20px;
}

.block-404 .redirection .search input {
  width: 100%;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding-left: 25px;
  padding-right: 35px;
  line-height: 38px;
  font-size: 13px;
  color: #6e7279;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 1px solid #dadada;
}

.block-404 .redirection .search input:focus {
  border-color: #af112b;
}

.block-404 .redirection .search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 33px;
  width: 33px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  right: 4px;
  border: none;
  background: #af112b;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.block-404 .redirection .search button:hover {
  background: #c54411;
}

.customer-page .nav {
  border-top: 1px solid #e6e6e6;
  padding-top: 35px;
  border-bottom: none;
}

.customer-page .nav li {
  margin-bottom: 0;
}

.customer-page .nav li a {
  border: none;
  font-size: 16px;
  color: #8e919b;
  padding: 0;
}

.customer-page .nav li a:hover {
  background: none;
  color: #af112b;
}

.customer-page .nav li.active a {
  border: none;
  color: #3f4147;
  font-weight: 600;
}

.customer-page .nav li:not(:first-child) {
  margin-left: 30px;
}

.customer-page .tab-content {
  margin-bottom: 65px;
}

.customer-page .tab-content .page-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.customer-page .tab-content h5 {
  font-size: 16px;
  color: #2e2e2e;
  margin-top: 20px;
  margin-bottom: 30px;
}

.customer-page .tab-content p {
  color: #5b5b5b;
  margin-bottom: 25px;
}

.category-page .category-item .category-image {
  height: 175px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 25px;
}

.category-page .category-item .category-title {
  font-size: 16px;
  line-height: 25px;
  color: #303030;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

.category-page .category-item .category-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e1e1e1;
}

.category-page .category-item .category-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 66px;
  height: 1px;
  background: #af112b;
}

.category-page .category-item ul {
  padding: 0;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}

.category-page .category-item ul li {
  list-style-type: none;
  margin-bottom: 5px;
}

.category-page .category-item ul li a {
  font-size: 15px;
  color: #4f5051;
  text-decoration: none;
}

.category-page .category-item ul li a:hover {
  color: #af112b;
}

.cloned-svg {
  position: absolute;
  z-index: 999;
}

.cloned-svg path {
  fill: #af112b;
}

.disable-button {
  pointer-events: none;
  background: #d0d2d6 !important;
  border-color: #d0d2d6 !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 82, 19, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(240, 82, 19, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 82, 19, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(240, 82, 19, 0.4);
    box-shadow: 0 0 0 rgba(240, 82, 19, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(240, 82, 19, 0);
    box-shadow: 0 0 0 10px rgba(240, 82, 19, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 82, 19, 0);
    box-shadow: 0 0 0 0 rgba(240, 82, 19, 0);
  }
}

@media (max-width: 1300px) {

  .product-slider .slick-arrow.slick-prev,
  .blog-slider .slick-arrow.slick-prev,
  .brands-slider .slick-arrow.slick-prev {
    left: -25px;
  }

  .product-slider .slick-arrow.slick-next,
  .blog-slider .slick-arrow.slick-next,
  .brands-slider .slick-arrow.slick-next {
    right: -25px;
  }
}

@media (max-width: 1199px) {
  .top-slider .slick-arrow.slick-prev {
    left: 15px;
  }

  .top-slider .slick-arrow.slick-next {
    right: 15px;
  }

  .blog-item .blog-text {
    padding-left: 0;
    padding-right: 10px;
  }

  .blog-inner-page .main-block {
    width: 700px;
    margin-right: 30px;
  }

  .contact-form .input input {
    width: auto;
  }

  .delivery-block .left-block {
    padding: 0 30px;
  }

  .office-block .tab-content {
    padding-left: 15px;
  }

  .office-block .tab-content .input input {
    width: auto;
  }

  .office-block .tab-content .input-block .input:not(:first-child) input {
    width: auto;
  }

  .product-block .product-images {
    width: 350px;
  }

  .product-block .product-characteristics {
    width: 333px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .product-block .product-brands {
    width: 220px;
  }

  .product-block .product-images .product-nav-slider .slider-item {
    margin: 0 5px;
  }

  .product-block .product-characteristics:before {
    display: none;
  }

  .shares-page .share-item .share-image {
    width: 600px;
  }
}

@media (max-width: 991px) {
 
  .top-block .index-title {
    margin-top: 65px;
    margin-bottom: 40px;
  }

  .shares-block {
    height: 300px;
  }

  .block-blog {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .index-title:before {
    font-size: 100px;
  }

  .blog-item .blog-text .blog-name {
    font-size: 14px;
    line-height: 18px;
  }

  .blog-item .blog-text .blog-description p {
    line-height: 16px;
  }

  .block-blog .more {
    margin-top: 50px;
  }

  footer .footer-top .footer-item .footer-image {
    display: none;
  }

  footer .footer-top .footer-item {
    padding: 0 10px;
  }

  footer .footer-top .footer-item br {
    display: none;
  }

  .about-page .about-slider .slider-item {
    height: 200px;
  }

  .blog-inner-page .main-block {
    width: 500px;
    margin-right: 15px;
  }

  .breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-inner-page .main-block .blog-inner-slider .slider-item {
    height: 300px;
  }

  .blog-inner-page .main-block .blog-bottom span {
    margin-right: 10px;
  }

  .compare-page table tr td:first-child {
    width: 100px;
  }

  .compare-page table tr td {
    padding-left: 10px;
    padding-right: 10px;
  }

  .compare-page table tbody:last-child td {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cut-table table tbody:last-child td {
    padding: 0;
  }

  .contacts-page .contact-form form .header-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contacts-page .contact-form form .header-form input {
    width: 100%;
    margin-bottom: 10px;
  }

  .contacts-page .contact-form form {
    padding-left: 0px;
  }

  .delivery-block .left-block .product-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .delivery-block .left-block .product-nav li {
    margin-bottom: 10px;
  }

  .delivery-block .right-block {
    padding: 0 15px;
  }

  .cart-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .favorite-page .cart-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .favorite-page .cart-item:before {
    display: none;
  }

  .favorite-page .cart-item .cart-img {
    min-width: 40%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 15px;
  }

  .favorite-page .cart-item .cart-name-block {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 15px;
    width: 55%;
  }

  .favorite-page .cart-item .cart-item-remove {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .favorite-page .cart-item .cart-item-price {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .favorite-page .cart-item .cart-quantity {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .favorite-page .cart-item .to-cart {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .login-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .login-wrap-block {
    width: 100%;
  }

  .office-block #discount .discount-table {
    margin-left: 0;
  }

  .office-block .tab-content .input-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .office-block .tab-content .input-block .input {
    margin-left: 0 !important;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .office-block .order-block .order-item .cart-item .cart-item-price {
    min-width: 100px;
    width: 100px;
    text-align: center;
  }

  .office-block .order-block .order-item-body,
  .office-block .order-block .order-item-footer,
  .office-block .order-block .order-item .order-item-top {
    padding: 0 15px;
  }

  .office-block .order-block .order-item-body .cart-footer .right-block {
    width: 200px;
  }

  .product-block .product-brands {
    display: none;
  }

  .product-block .product-images {
    width: 45%;
  }

  .product-block .product-characteristics {
    width: 55%;
    margin: 0;
    padding-left: 15px;
  }

  .shares-page .share-item .share-image {
    width: 60%;
    margin-right: 15px;
  }

  .shares-page .share-item .share-text .shares-title,
  .shares-page .share-item .share-text .shares-date {
    margin: 0;
  }

  .basketModal .modal-dialog {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .product-item .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .basketModal .modal-footer .product-item {
    overflow: hidden;
  }

  .product-tab-content .leave-feedback .feedback-body .feedbacks-top-input .feedback-input-item {
    width: auto;
  }

  .product-tab-content .leave-feedback .feedback-body .feedbacks-top-input .feedback-input-item:not(.user-rating) {
    width: 45%;
  }

  .product-tab-content .leave-feedback .feedback-body .feedbacks-top-input .feedback-input-item.user-rating {
    margin: 0;
    margin-top: 10px;
  }

  .product-tab-content .leave-feedback .feedback-body .feedbacks-top-input {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search-page .products-block .product-item {
    width: 33%;
  }

  .search-page .product-item .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .drag {
    display: block;
    margin-bottom: 10px;
  }

  .category-page .category-item ul li a {
    font-size: 14px;
  }

  .category-page .category-item ul {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .category-page .category-item ul li {
    margin-bottom: 3px;
  }

  .search-page .products-block .product-item {
    width: 50%;
  }

  .product-tab-content .leave-feedback .feedback-body .feedback-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-tab-content .leave-feedback .feedback-body .feedback-buttons button {
    margin-top: 15px;
  }

  .catalog-page .product-item .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .products-block.list .product-item .decription-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .index-title:before {
    display: none;
  }

  .product-slider .slick-arrow.slick-next,
  .blog-slider .slick-arrow.slick-next,
  .brands-slider .slick-arrow.slick-next {
    right: -15px;
  }

  .product-slider .slick-arrow.slick-prev,
  .blog-slider .slick-arrow.slick-prev,
  .brands-slider .slick-arrow.slick-prev {
    left: -15px;
  }

  .top-slider .slick-arrow.slick-next {
    right: 0;
  }

  .top-slider .slick-arrow.slick-prev {
    left: 0;
  }

  .top-slider .slider-item .text-block {
    width: 320px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-60%);
    -ms-transform: translateX(-50%) translateY(-60%);
    transform: translateX(-50%) translateY(-60%);
    top: 50%;
    height: auto;
    padding: 30px;
  }

  .top-slider .slider-item .text-block .text-title {
    font-size: 30px;
    line-height: 35px;
  }

  .shares-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shares-block .sales-item {
    width: 100%;
    height: 200px;
  }

  .shares-block .shares-right-block {
    width: 100%;
    height: 200px;
    margin-left: 0;
    margin-top: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .shares-block .shares-right-block a {
    height: 100%;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }

  .shares-block .sales-item .text-block {
    bottom: 20px;
  }

  .shares-block .sales-item .text-block p {
    font-size: 25px;
    line-height: 35px;
  }

  .shares-block .sales-item .text-block p b {
    font-size: 40px;
  }

  .shares-block .news-item .text-block {
    right: 20px;
  }

  .shares-block .tops-item .text-block {
    left: 20px;
  }

  .block-blog .index-title {
    padding-top: 30px;
    margin-bottom: 30px;
  }

  .brands-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brands-block .brands-slider {
    margin-top: 30px;
  }

  .shares-block {
    margin-top: 0;
  }

  .description-block {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  
  

@media (max-width: 767px) {
  

  .about-page .about-head-block {
    width: 100%;
  }

  .about-page .about-count {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-page .about-count .about-item {
    width: 100%;
  }

  .about-page .about-count .about-item:not(:first-child) {
    border: none;
    margin-top: 20px;
  }

  .about-page .about-count .about-item span {
    margin-bottom: 10px;
  }

  .about-page .about-list {
    padding: 15px 30px;
  }

  .page-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .page-title span {
    margin-bottom: 20px;
  }

  .about-page .about-slider .slick-arrow.slick-prev {
    left: 30px;
  }

  .about-page .about-slider .slick-arrow.slick-next {
    right: 30px;
  }

  .about-page .about-list ul li {
    line-height: 25px;
  }

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

  .blog-inner-page .sidebar {
    display: none;
  }

  .blog-inner-page .main-block {
    width: 100%;
  }

  .blog-inner-page .main-block .blog-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blog-inner-page .main-block .blog-bottom .tags {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .contacts-page .contact-form .page-title {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .contacts-page .contact-form {
    margin-top: 0;
  }

  .delivery-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .delivery-block .left-block {
    width: 100%;
    border: none;
  }

  .delivery-block .right-block {
    width: 100%;
    margin-top: 15px;
  }

  .delivery-block .left-block .product-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .delivery-page .cart-footer .right-block {
    margin-left: 30px;
  }

  .favorite-page .cart-item .to-cart {
    width: 100%;
  }

  .finish-delivery-block {
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .order-step-block {
    margin-bottom: 30px;
  }

  .login-wrap-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .login-wrap-block .login-wrap {
    width: 100%;
  }

  .login-wrap-block .right-block {
    border: none;
    width: 100%;
    padding: 30px;
  }

  .forgotModal .modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .office-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }

  .office-block .nav-tabs {
    width: 100%;
    text-align: center;
  }

  .office-block .nav-tabs li a span {
    margin-left: 5px;
  }

  .office-block .order-item-top {
    display: none !important;
  }

  .office-block .cart-item:before {
    display: none;
  }

  .office-block .cart-item .cart-name-block {
    width: 35%;
  }

  .office-block .cart-footer .left-block {
    width: 100%;
  }

  .office-block .tab-content {
    padding-left: 0;
  }

  .office-block .order-block .order-item .cart-item .cart-item-price {
    width: 86px;
    min-width: 86px;
  }

  .office-block .order-block .order-item-body .cart-footer .right-block {
    width: 100%;
  }

  .payment-block .payment-item label,
  .payment-block .payment-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .payment-block .payment-item label:before {
    left: 20px;
  }

  .product-block .product-images,
  .product-block .product-characteristics {
    width: 100%;
  }

  .product-block .product-characteristics {
    margin-top: 15px;
  }

  .product-nav li a {
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-tab-content table tr td:last-child {
    text-align: right;
  }

  .product-tab-content .leave-feedback {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-nav {
    margin-top: 15px;
  }

  .shares-page .share-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .shares-page .share-item .share-image {
    width: 100%;
  }

  .basketModal .modal-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .basketModal .modal-body .cart-item .cart-item-price {
    min-width: 115px;
    width: 115px;
  }

  .customer-page .nav li {
    float: none;
    text-align: center;
    margin: 0 !important;
  }

  .contacts-page .input .tip {
    top: 0;
    right: 0;
    left: auto;
  }

  .product-tab-content .current-feedbacks .feedback-item .reply-form .feedbacks-top-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-tab-content .current-feedbacks .feedback-item .reply-form .feedbacks-top-input .feedback-input-item {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .favorite-page .cart-item .to-cart {
    margin-top: 15px;
  }

  .search-page .products-block .product-item {
    width: 100%;
  }

  .basketModal .modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .basketModal .cart-item .cart-item-remove {
    position: absolute !important;
    top: 15px;
    right: 0;
  }

  .basketModal .modal-body .cart-item .cart-quantity {
    min-width: 100%;
    text-align: center;
  }

  .basketModal .cart-footer .right-block button {
    width: 200px;
  }

  .office-block .tab-content button {
    margin-top: 0;
  }

  .office-block .cart-item .cart-name-block {
    width: 100%;
    margin-top: 10px;
  }

  .office-block .order-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .office-block .tab-content .input {
    width: 100%;
  }

  .office-block .tab-content .input input {
    width: 100%;
  }

  .office-block .tab-content .input-block .input:not(:first-child) input {
    width: 100%;
  }

  .favorite-page .cart-item .cart-img {
    min-width: 100%;
  }

  .favorite-page .cart-item .cart-name-block {
    width: 100%;
    padding: 0;
  }

  .cart-item .cart-name-block .stock {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .delivery-block .left-block .product-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .delivery-page .cart-footer .right-block {
    margin-left: 0;
    width: 100%;
  }

  .top-slider .slider-item .text-block {
    width: 300px;
  }

  .top-slider .slider-item .text-block:before {
    display: none;
  }

  .top-block .index-title {
    margin-top: 30px;
  }

  .shares-block .shares-right-block {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shares-block .sales-item {
    height: 150px;
  }

  .shares-block .shares-right-block a {
    height: 150px;
    width: 100%;
    margin-top: 15px;
  }

  .shares-block .shares-right-block {
    margin-top: 0;
  }

  .shares-block {
    height: auto;
  }

  .blog-item .blog-text {
    width: 100%;
  }

  .blog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 300px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .blog-item .blog-image {
    width: 100%;
    height: 150px;
  }

 
  .blog-inner-page .main-block .blog-inner-slider .slider-item {
    height: 150px;
  }

  .brands-page .brand-item {
    width: 50%;
  }

  .filters-block .filter-item {
    margin-bottom: 5px;
  }

  .catalog-page .products-block:not(.list) .product-item {
    width: 100%;
  }

  .products-block.list .product-item .product-image,
  .products-block.list .product-item .decription-wrap {
    width: 100%;
  }

  .product-block .product-characteristics .price-block-wrapper .price-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-tab-content .leave-feedback .feedback-head {
    padding-right: 15px;
  }

  .product-tab-content .current-feedbacks .feedback-item .reply-items {
    padding-left: 50px;
  }

  .product-block .product-characteristics .price-block-wrapper .order-in-click {
    width: 100%;
  }

  .product-block .product-characteristics .price-block-wrapper .buttons-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .product-block .product-characteristics .price-block-wrapper .buttons-block>* {
    margin: 5px 0;
  }

  .search-page .search-block .search-count {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .search-page .search {
    width: 100%;
  }

  .copyright .copyright-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .modal {
    text-align: center;
    padding: 0 !important
  }

  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
  }

  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
  }
}

.category-page .category-item .category-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.category-page .category-item .category-title a {
  color: inherit;
}

@media(max-width: 767px) {
  .category-page .col-xs-4 {
    margin-bottom: 15px;
  }

  .category-page .category-item ul {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .category-page .category-item .category-image {
    margin-bottom: 10px;
  }

  .category-page .category-item .category-title {
    font-size: 12px;
    padding-bottom: 0;
    line-height: 1.5;
  }
}

@media(max-width: 600px) {
  .category-page .col-xs-4 {
    width: 50%;
  }

  .category-page .category-item ul {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .category-page .category-item .category-image {
    margin-bottom: 5px;
  }

  .category-page .category-item ul li a {
    font-size: 12.5px;
  }
}

@media(max-width: 480px) {
  .category-page .category-item .category-image {
    height: 130px;
  }
}

/*header .catalog-list {
  display: block!important;
}*/


.catalog-list-right .catalog-list-block {
  width: 785px;
  /*display: flex;*/
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.catalog-list-right .catalog-list-block .catalog-list-item {
  width: 100%;
  margin-bottom: 25px;
  display: inline-block;
}


@media(max-width: 1199px) {
  .catalog-list-right .catalog-list-block {
    width: 450px;
    padding-left: 10px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .catalog-list-right .catalog-list-block .catalog-list-item {
    padding: 0 5px;
  }
}

.view-buttons .list-button {
  display: none !important;
}

.product-nav-slider .slider-item {
  width: 66px !important;
}

.product-nav-slider .slick-track {
  width: 100% !important;
}

.compare-nav li a {

  font-weight: 600;
  color: #222222;
  font-size: 14px;
}

.compare-nav>li.active>a,
.compare-nav>li.active>a:focus,
.compare-nav>li.active>a:hover {
  color: #af112b;
}

.catalog-menu-flex {
  display: flex !important;
}

.toggle-f-btn {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  cursor: pointer;
}

.toggle-f-btn span {
  text-transform: uppercase;
  font-weight: 600;
  color: #2c3e50;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.toggle-f-btn div {
  height: 15px;
  width: 15px;
  border: 1px solid #b1bec7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.toggle-f-btn div img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.toggle-f-btn.active img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.toggle-f-btn.active span {
  color: #af112b;
}

.product-page .product-main-slider img {
  max-width: 100%;
  max-height: 100%;
}

.basket .cart-block {
	margin-top: 40px;
}

.delivery-block .delivery-item .hidden {
	display: none!important;
}





