@font-face {
  font-family: anabelle;
  src: url('../fonts/Annabelle.eot');
  src: local('☺'), url('../fonts/Annabelle.woff') format('woff'), url('../fonts/Annabelle.ttf') format('truetype'), url('../fonts/Annabelle.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: book;
  src: url('../fonts/book-antiqua_[allfont.ru].eot');
  src: local('☺'), url('../fonts/book-antiqua_[allfont.ru].woff') format('woff'), url('../fonts/book-antiqua_[allfont.ru].ttf') format('truetype'), url('../fonts/book-antiqua_[allfont.ru].svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: serveroff;
  src: url("../fonts/Web Serveroff.eot");
  src: local("☺"), url("../fonts/Web Serveroff.woff") format("woff"), url("../fonts/Web Serveroff.ttf") format("truetype"), url("../fonts/Web Serveroff.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: blackoak;
  src: url(../fonts/fontscore.com_b_blackoak-std.eot);
  src: local("☺"), url(../fonts/fontscore.com_b_blackoak-std.woff) format("woff"), url(../fonts/fontscore.com_b_blackoak-std.ttf) format("truetype"), url(../fonts/fontscore.com_b_blackoak-std.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
	font-family: 'corbel';
	src: url('../fonts/Corbel.eot');
	src: local('☺'), url('../fonts/Corbel.woff') format('woff'), url('../fonts/Corbel.ttf') format('truetype'), url('../fonts/Corbel.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.wrapper.gray_bg {
  background: #ededed;
}
.wrapper.fixa {
  position: relative;
}
.wrapper.fixa header {
  position: fixed;
  width: 100%;
  z-index: 100;
}
.wrapper.fixa .main_content {
  padding-top: 150px;
}
.wrapper {
  min-width: 1000px;
  overflow: hidden;
}
.wrapper header:hover {
  opacity: 1;
}
.wrapper header {
  box-shadow: #ccc 0 0 7px;
  background: #fff;
  opacity: 0.8;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.wrapper header .inner {
  height: 100px;
  width: 960px;
  margin: 0px auto;
  position: relative;
}
.wrapper header .inner .logo {
  position: absolute;
  top: 10px;
  left: 60px;
 /* left: 0px;*/
}
.wrapper header .inner .menu {
  position: absolute;
  top: 0px;
  left: 160px;
  margin-top: 0px;
}
.wrapper header .inner .menu .drop_menu {
  display: none;
}
.wrapper header .inner .menu .block .item {
  float: left;
  position: relative;
}
.wrapper header .inner .menu .block .item a.main {
  font: 400 24px/100px serveroff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.3);
  color: #000;
  display: block;
  padding: 0px 30px;
  opacity: 0.85;
  text-transform: lowercase;
}
.wrapper header .inner .menu .block .item a.main:hover {
  opacity: 1;
  text-decoration: none;
}

  .wrapper header .inner .menu .block .item a.main.menu-auth-link {
      display:none;
  }


.wrapper header .inner .menu .block .item .drop {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 80px;
  box-shadow: 0 0 7px #ccc;
  z-index: 100;
  background: #fff;
  padding: 10px 20px;
  width: 150px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.wrapper header .inner .menu .block .item .drop a {
  display: block;
  font: 16px/19px serveroff;
  text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.3);
  margin-top: 8px;
  color: #000;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.wrapper header .inner .menu .block .item .drop a:hover {
  text-decoration: none;
  padding-left: 5px;
}
.wrapper header .inner .menu .block .item .drop a:nth-child(1) {
  margin-top: 0px;
}
.wrapper header .inner .menu .block .item:hover .drop {
  opacity: 0.8;
  visibility: visible;
}
.wrapper header .inner .lk {
  position: absolute;
  top: 0px;
  right: 80px;
}
.wrapper header .inner .lk a {
  font: 18px/105px serveroff;
  display: block;
  position: relative;
  color: #c60015;
  padding: 0px 30px;
  text-shadow: 0 0 0.5px rgba(198, 0, 21, 0.3);
}
.wrapper header .inner .lk a span {
  display: block;
  width: 0;
  border-top: 5px solid #c60015;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  right: 13px;
  top: 52px;
  position: absolute;
}
.wrapper header .inner .lk a:hover {
  text-decoration: underline;
}
.wrapper header .inner .lk span.user {
  position: absolute;
  bottom: 12px;
  width: 100%;
  text-align: center;
  font: 15px/17px serveroff;
  text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.3);
}
.wrapper header .inner .cart:hover a {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.wrapper header .inner .cart {
  position: absolute;
  top: 30px;
  right: 0px;
}
.wrapper header .inner .cart a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: url(../img/basket_small.png) no-repeat 9px 7px #c60015;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -webkit-box-shadow: #c60015 0 0 2px;
  -moz-box-shadow: #c60015 0 0 2px;
  box-shadow: #c60015 0 0 2px;
}
.wrapper header .inner .cart span {
  display: block;
  position: absolute;
  bottom: 42px;
  left: 50px;
  color: #c60015;
  font: 700 21px Arial;
}
.wrapper header .inner .phone {
  position: absolute;
  right: -140px;
  top: 20px;
}
.wrapper header .inner .phone span {
  font: 15px/18px serveroff;
  color: #c60015;
  display: block;
}
.wrapper header .inner .phone .icons {
  margin-top: 5px;
  padding-left: 30px;
}
.wrapper header .inner .phone .icons a {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0px 5px 0px 0px;
  opacity: 0.85;
}
.wrapper header .inner .phone .icons a:nth-child(1) {
  background: url(../img/phone20.png) no-repeat;
}
.wrapper header .inner .phone .icons a:nth-child(2) {
  background: url(../img/mail20.png) no-repeat;
}
.wrapper header .inner .phone .icons a:hover {
  opacity: 1;
}
.wrapper .cart2.active {
  visibility: visible;
  opacity: 0.8;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.wrapper .cart2.active:hover {
  opacity: 1;
}
.wrapper .cart2 {
  position: fixed;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  top: 100px;
  right: 50%;
  margin-right: -480px;
  z-index: 100;
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.wrapper .cart2 .order_cart {
  width: 290px;
  background: #fff;
  padding: 15px 20px;
  -webkit-box-shadow: #ccc 0 0 5px;
  -moz-box-shadow: #ccc 0 0 5px;
  box-shadow: #ccc 0 0 5px;
}
.wrapper .cart2 .order_cart .cross {
  position: absolute;
  top: 10px;
  right: 10px;
}
.wrapper .cart2 .order_cart .cross a {
  display: block;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  width: 22px;
  height: 22px;
  background: url(../img/cross22x22.png) no-repeat;
  opacity: 0.2;
}
.wrapper .cart2 .order_cart .cross a:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wrapper .cart2 .order_cart .title {
  font: bold 22px/25px serveroff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}
.wrapper .cart2 .order_cart .block {
  margin-bottom: 20px;
  max-height: 300px;
  overflow-y: scroll;
}
.wrapper .cart2 .order_cart .block .item:hover .img a {
  opacity: 0.7;
}
.wrapper .cart2 .order_cart .block .item {
  padding: 10px 0px;
}
.wrapper .cart2 .order_cart .block .item .img {
  float: left;
  margin-right: 20px;
  position: relative;
}
.wrapper .cart2 .order_cart .block .item .img a {
  display: block;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  font: bold 23px/27px serveroff;
  border-radius: 15px;
  color: #333;
  -webkit-box-shadow: #ccc 0 0 5px;
  -moz-box-shadow: #ccc 0 0 5px;
  box-shadow: #ccc 0 0 5px;
  text-align: center;
  background: #fff;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.wrapper .cart2 .order_cart .block .item .img a:hover {
  opacity: 1;
  text-decoration: none;
}
.wrapper .cart2 .order_cart .block .item .desc {
  overflow: hidden;
  padding-top: 10px;
}
.wrapper .cart2 .order_cart .block .item .desc .name {
  font: bold 18px/22px serveroff;
  margin-bottom: 5px;
}
.wrapper .cart2 .order_cart .block .item .desc .price {
  font: 18px/22px blackoak;
  color: #000;
  margin-bottom: 10px;
}
.wrapper .cart2 .order_cart .block .item .desc .price + .price,
.wrapper .main_content.en .inner_content .order-checkout .bx_order_make .order_cart .block .item .desc .price + .price,
.wrapper .main_content .inner_content .order-checkout .bx_order_make .order_cart .all .item span +span,
.wrapper .main_content .inner_content .order-checkout .bx_order_make .order_cart .summ span +span,
.wrapper .cart2 .order_cart .summ span + span {
    font: 18px/22px serveroff !important;
}
.wrapper .cart2 .order_cart .block .item .desc .quant {
  font: bold 16px/20px serveroff;
}
.wrapper .cart2 .order_cart .summ {
  padding: 20px 0px;
  font: bold 20px/25px serveroff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.wrapper .cart2 .order_cart .summ span {
  font: 20px/25px blackoak;
  color: #000;
}
.wrapper .cart2 .order_cart .urls {
  padding-top: 20px;
}
.wrapper .cart2 .order_cart .urls a {
  display: block;
  float: left;
  font: 22px/46px serveroff;
  height: 46px;
  color: #000;
  text-decoration: none;
}
.wrapper .cart2 .order_cart .urls a:hover {
  text-decoration: none;
  color: #c60015;
}
.wrapper .cart2 .order_cart .urls a.to_order {
  float: right;
  border: 1px solid #000;
  font: 22px/44px serveroff;
  text-decoration: none;
  padding: 0px 30px;
}
.wrapper .cart2 .order_cart .urls a.to_order:hover {
  border: 1px solid #c60015;
}
.wrapper .slider .carousel .carousel-inner .item {
  height: 500px;
  background: #eaeaea;
}
.wrapper .slider .carousel .carousel-inner .item:nth-child(2) {
  background: #333;
}
.wrapper .slider .carousel .carousel-inner .item:nth-child(3) {
  background: #666;
}
.wrapper .order_confirm {
  height: 700px;
  background-image: url(../img/leather_card.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.wrapper .order_confirm .title {
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 0px;
}
.wrapper .order_confirm .title .inner {
  width: 960px;
  margin: 0px auto;
  font: 35px/40px serveroff;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.wrapper .order_confirm .title .inner span {
  display: block;
  font: 25px/30px serveroff;
  margin-top: 10px;
}
.wrapper .order_confirm .info {
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(0, 0, 0, 0.3);
  right: 50%;
  margin-right: -480px;
  top: 220px;
  border-radius: 200px;
  text-align: center;
  padding: 30px 30px;
}
.wrapper .order_confirm .info .date {
  color: rgba(255, 255, 255, 0.5);
  font: 32px/40px serveroff;
}
.wrapper .order_confirm .info .number {
  font: 54px/60px serveroff;
  color: #fff;
}
.wrapper .order_confirm .info .number span {
  color: #c60015;
}
.wrapper .order_confirm .info .txt {
  font: 28px/30px serveroff;
  color: rgba(255, 255, 255, 0.8);
}
.wrapper .order_confirm .info .txt a {
  color: #c60015;
}
.wrapper .contacts_map {
  height: 350px;
  background: #eaeaea;
}
.wrapper .about_bg {
  position: relative;
  height: 700px;
  width: 100%;
  background-image: url(../img/about_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.wrapper .about_bg .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -275px;
  margin-top: -181px;
}
.wrapper .main_content.about {
  width: 100%;
}
.wrapper .main_content.about .inner_content.widest {
  width: 100%;
}
.wrapper .main_content {
  width: 960px;
  margin: 0px auto;
  padding: 50px 0px 150px 0px;
}
.wrapper .main_content .left_sidebar {
  float: left;
  width: 200px;
  margin-right: 40px;
}
.wrapper .main_content .left_sidebar .menu a {
  display: block;
  font: 18px/23px serveroff;
  color: #000;
  text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.3);
  padding: 5px 10px 5px 20px;
}
.wrapper .main_content .left_sidebar .menu a.active {
  text-decoration: none;
  background: #eaeaea;
  font-weight: bold;
}
.wrapper .main_content .left_sidebar .menu a:hover {
  text-decoration: none;
  background: #eaeaea;
}
.wrapper .main_content .left_sidebar .cat_menu_url {
  display: none;
}
.wrapper .main_content .left_sidebar .menu_url {
  display: none;
}
.wrapper .main_content .left_sidebar .cat_menu {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  opacity: 0.5;
}
.wrapper .main_content .left_sidebar .cat_menu .item a.main {
  display: block;
  font: 21px/24px serveroff;
  color: #656565;
  text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  text-transform: lowercase;
}
.wrapper .main_content .left_sidebar .cat_menu .item a.main.active {
  text-decoration: none;
  color: #333;
}
.wrapper .main_content .left_sidebar .cat_menu .item a.main:hover {
  text-decoration: none;
  color: #333;
}
.wrapper .main_content .left_sidebar .cat_menu .item .block {
  padding-left: 30px;
  margin-bottom: 10px;
}
.wrapper .main_content .left_sidebar .cat_menu .item .block a {
  display: block;
  font: 18px/22px serveroff;
  color: #656565;
  text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.3);
  padding: 2px 0px ;
  text-transform: lowercase;
}
.wrapper .main_content .left_sidebar .cat_menu .item .block a.active {
  text-decoration: none;
  color: #333;
}
.wrapper .main_content .left_sidebar .cat_menu .item .block a:hover {
  color: #333;
  text-decoration: none;
}
.wrapper .main_content .left_sidebar .cat_menu:hover {
  opacity: 1;
}
.wrapper .main_content .left_sidebar .filter {
  margin-top: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  opacity: 0.5;
}
.wrapper .main_content .left_sidebar .filter .title {
  font: bold 24px/28px serveroff;
  margin-bottom: 10px;
}
.wrapper .main_content .left_sidebar .filter .block .item {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  z-index: 100;
}
.wrapper .main_content .left_sidebar .filter .block .item a {
  display: block;
  width: 38px;
  height: 38px;
  border: 3px solid #fff;
  border-radius: 19px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.wrapper .main_content .left_sidebar .filter .block .item a img {
  border-radius: 19px;
}
.wrapper .main_content .left_sidebar .filter .block .item a.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wrapper .main_content .left_sidebar .filter .block .item span {
  display: block;
  position: absolute;
  top: -30px;
  left: 25px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
  font: 18px/30px serveroff;
  color: #fff;
  padding: 0px 15px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.wrapper .main_content .left_sidebar .filter .block .item:hover span {
  opacity: 1;
  visibility: visible;
}
.wrapper .main_content .left_sidebar .filter:hover {
  opacity: 1;
}
.wrapper .main_content .inner_content.widest {
  width: 960px;
  float: none;
}
.wrapper .main_content .inner_content {
  width: 720px;
  float: left;
  font: 18px/24px serveroff;
  color: #4D4D4D;
}
.wrapper .main_content .inner_content .item_hover {
  height: 450px;
  width: 450px;
  background: #eaeaea;
  text-align: center;
  position: relative;
}
.wrapper .main_content .inner_content .item_hover img {
  width: 100%;
}
.wrapper .main_content .inner_content .item_hover .txt {
  position: absolute;
  top: 170px;
  left: 100px;
  font: 34px/36px book;
  text-shadow: -1px -1px #615441, 0px 1px #e8c89b;
  color: #9e886a;
  opacity: 0.6;
}
.wrapper .main_content .inner_content a.pay_order {
  float: left;
  display: block;
  border: 1px solid #000;
  font: 22px/44px serveroff;
  text-decoration: none;
  padding: 0px 30px;
  color: #000;
}
.wrapper .main_content .inner_content a.pay_order:hover {
  border: 1px solid #c60015;
  color: #c60015;
}
.wrapper .main_content .inner_content a.pay_order_top {
  position: absolute;
  top: -500px;
  display: block;
  font: 45px/350px serveroff;
  text-decoration: none;
  text-align: center;
  color: #000;
  background: #fff;
  border-radius: 175px;
  width: 350px;
  height: 350px;
  opacity: 0.8;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.wrapper .main_content .inner_content a.pay_order_top:hover {
  opacity: 1;
}
.wrapper .main_content .inner_content h1 {
  font: 29px/36px serveroff;
  color: #333;
  padding-bottom: 5px;
  margin: 0px 0px 30px 0px;
  border-bottom: 1px solid #d9d9d9;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.wrapper .main_content .inner_content h2 {
  font: bold 24px/24px serveroff;
  padding-left: 10px;
  margin: 0px 0px 20px 0px;
  border-left: 2px solid #c60015;
  letter-spacing: 3px;
}
.wrapper .main_content .inner_content h3 {
  font: bold 20px/23px serveroff;
  margin: 0px 0px 20px 0px;
  letter-spacing: 3px;
}
.wrapper .main_content .inner_content a {
  color: #c60015;
  font-weight: bold;
}
.wrapper .main_content .inner_content ul li {
  margin-top: 10px;
}
.wrapper .main_content .inner_content ul li:nth-child(1) {
  margin-top: 0px;
}
.wrapper .main_content .inner_content ol li {
  margin-top: 10px;
}
.wrapper .main_content .inner_content ol li:nth-child(1) {
  margin-top: 0px;
}
.wrapper .main_content .inner_content .sorting {
  float: right;
  margin-bottom: 50px;
}
.wrapper .main_content .inner_content .sorting span {
  display: block;
  float: left;
  margin-right: 10px;
}
.wrapper .main_content .inner_content .sorting .sorta {
  display: block;
  float: left;
  position: relative;
}
.wrapper .main_content .inner_content .sorting .sorta a.main {
  display: block;
  position: relative;
  padding-right: 15px;
}
.wrapper .main_content .inner_content .sorting .sorta a.main i {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 5px;
  height: 5px;
  display: block;
  border-top: 5px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.wrapper .main_content .inner_content .sorting .sorta .menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
  background: #fff;
  width: 120px;
  padding: 10px 0;
  top: 20px;
  right: 0;
  -webkit-box-shadow: #ccc 0 0 5px;
  -moz-box-shadow: #ccc 0 0 5px;
  box-shadow: #ccc 0 0 5px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.wrapper .main_content .inner_content .sorting .sorta .menu a {
  display: block;
  font: 18px/20px serveroff;
  padding: 5px 10px;
  color: #656565;
  text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.wrapper .main_content .inner_content .sorting .sorta .menu a.active {
  color: #c60015;
  font-weight: bold;
}
.wrapper .main_content .inner_content .sorting .sorta .menu a:hover {
  text-decoration: none;
  padding-left: 20px;
}
.wrapper .main_content .inner_content .sorting .sorta:hover .menu {
  visibility: visible;
  opacity: 1;
}
.wrapper .main_content .inner_content .lk_profile .block {
  margin-bottom: 15px;
}
.wrapper .main_content .inner_content .lk_profile .block .item {
  width: 50%;
  padding: 5px;
  float: left;
}
.wrapper .main_content .inner_content .lk_profile .block .item input {
  width: 100%;
  border: 1px solid #ccc;
  height: 40px;
  font: 20px/30px serveroff;
  padding: 5px 10px;
}
.wrapper .main_content .inner_content .lk_profile .submit {
  margin-bottom: 30px;
}
.wrapper .main_content .inner_content .lk_profile .submit a {
  display: block;
  width: 200px;
  margin: 0px auto;
  border: 1px solid #000;
  font: 22px/44px serveroff;
  text-decoration: none;
  padding: 0px 30px;
  color: #000;
  text-align: center;
}
.wrapper .main_content .inner_content .lk_profile .submit a:hover {
  text-decoration: none;
  border: 1px solid #c60015;
  color: #c60015;
}
.wrapper .main_content .inner_content .lk_orders .orders {
  margin-bottom: 100px;
}
.wrapper .main_content .inner_content .lk_orders .orders .carousel .carousel-indicators {
  bottom: -40px;
}
.wrapper .main_content .inner_content .lk_orders .orders .carousel .carousel-indicators li {
  background: #666;
  border: none;
}
.wrapper .main_content .inner_content .lk_orders .orders .carousel .carousel-indicators li.active {
  background: #000;
  border: none;
}
.wrapper .main_content .inner_content .lk_orders .orders .carousel .carousel-inner .item a {
  display: block;
  float: left;
  width: 140px;
  height: 140px;
  margin: 0px 20px;
  border-radius: 50%;
  text-align: center;
  padding-top: 25px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  text-decoration: none;
}
.wrapper .main_content .inner_content .lk_orders .orders .carousel .carousel-inner .item a .number {
  display: block;
  font: 26px/28px serveroff;
  color: #656565;
  margin-bottom: 5px;
}
.wrapper .main_content .inner_content .lk_orders .orders .carousel .carousel-inner .item a .price {
  display: block;
  font: 16px/18px blackoak;
  color: #000;
  margin-bottom: 5px;
}
.wrapper .main_content .inner_content .lk_orders .orders .carousel .carousel-inner .item a .date {
  display: block;
  font: 18px/22px serveroff;
  color: #a5a5a5;
}
.wrapper .main_content .inner_content .lk_orders .orders .carousel .carousel-inner .item a:hover {
  text-decoration: none;
  background: #fff;
}
.wrapper .main_content .inner_content .lk_orders .orders .carousel .carousel-inner .item a.active {
  background: #fff;
}
.wrapper .main_content .inner_content .lk_orders .orders .carousel .left.carousel-control {
  width: 14px;
  height: 27px;
  background: url(../img/arrow_left_small.png) no-repeat;
  border: none;
  box-shadow: none;
  top: 52px;
  left: -15px;
}
.wrapper .main_content .inner_content .lk_orders .orders .carousel .right.carousel-control {
  width: 14px;
  height: 27px;
  background: url(../img/arrow_right_small.png) no-repeat;
  border: none;
  box-shadow: none;
  top: 52px;
  right: -15px;
}
.wrapper .main_content .inner_content .lk_orders .order .status {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font: 29px/30px serveroff;
  color: #666;
}
.wrapper .main_content .inner_content .lk_orders .order .status span {
  color: #000;
  text-transform: uppercase;
}
.wrapper .main_content .inner_content .lk_orders .order .summ {
  padding: 20px 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font: 30px/40px serveroff;
  color: #666;
  text-align: right;
}
.wrapper .main_content .inner_content .lk_orders .order .summ span {
  font: 30px/40px blackoak;
  color: #000;
}

.wrapper .main_content.en .inner_content .lk_orders .order .summ span {
    font-size: 26px;
}

.wrapper .main_content .inner_content .lk_orders .order .block {
  margin-bottom: 20px;
}
.wrapper .main_content .inner_content .lk_orders .order .block .item {
  margin-bottom: 20px;
}
.wrapper .main_content .inner_content .lk_orders .order .block .item .img {
  float: left;
  width: 100px;
  margin-right: 70px;
}
.wrapper .main_content .inner_content .lk_orders .order .block .item .desc {
  float: left;
  width: 250px;
  margin-right: 20px;
  padding-top: 20px;
}
.wrapper .main_content .inner_content .lk_orders .order .block .item .desc .name {
  font: 28px/30px serveroff;
  color: #1b1b1b;
}
.wrapper .main_content .inner_content .lk_orders .order .block .item .desc .name a {
  color: #1b1b1b;
  text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
}
.wrapper .main_content .inner_content .lk_orders .order .block .item .desc .name a:hover {
  text-decoration: none;
  color: #c60015;
}
.wrapper .main_content .inner_content .lk_orders .order .block .item .desc .section {
  font: 18px/22px serveroff;
  color: #666;
}
.wrapper .main_content .inner_content .lk_orders .order .block .item .desc .section a {
  color: #666;
}
.wrapper .main_content .inner_content .lk_orders .order .block .item .desc .section a:hover {
  text-decoration: none;
  color: #000;
}
.wrapper .main_content .inner_content .lk_orders .order .block .item .desc .art {
  font: 14px/17px serveroff;
  color: #a5a5a5;
}
.wrapper .main_content .inner_content .lk_orders .order .block .item .price {
  float: left;
  width: 160px;
  margin-right: 20px;
  font: 22px/100px blackoak;
  color: #000;
}

.wrapper .main_content.en .inner_content .lk_orders .order .block .item .price {
    font-size: 18px;
}

.wrapper .main_content .inner_content .lk_orders .order .block .item .quant {
  float: left;
  width: 30px;
  margin-right: 20px;
  position: relative;
  padding-top: 35px;
}
.wrapper .main_content .inner_content .lk_orders .order .block .item .quant span {
  display: block;
  height: 30px;
  width: 30px;
  border: 2px solid #a5a5a5;
  color: #a5a5a5;
  text-align: center;
  font: 15px/28px Arial;
  border-radius: 15px;
}
.wrapper .main_content .inner_content .about_page .txt_1.active .item:nth-child(1) {
  top: 0px;
  left: 0px;
  opacity: 1;
}
.wrapper .main_content .inner_content .about_page .txt_1.active .item:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wrapper .main_content .inner_content .about_page .txt_1.active .item:nth-child(3) {
  left: 640px;
  opacity: 1;
}
.wrapper .main_content .inner_content .about_page .txt_1.active .item:nth-child(4) {
  left: 0px;
  opacity: 1;
}
.wrapper .main_content .inner_content .about_page .txt_1.active .item:nth-child(5) {
  opacity: 1;
}
.wrapper .main_content .inner_content .about_page .txt_1.active .item:nth-child(6) {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wrapper .main_content .inner_content .about_page .txt_1 {
  position: relative;
  height: 640px;
  width: 960px;
  margin: 0px auto 80px auto;
}
.wrapper .main_content .inner_content .about_page .txt_1 .item {
  width: 320px;
  height: 320px;
  padding: 10px;
  position: absolute;
  font: 18px/20px serveroff;
  color: #4d4d4d;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.wrapper .main_content .inner_content .about_page .txt_1 .item img {
  width: 100%;
}
.wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(1) {
  top: -320px;
  opacity: 0;
  left: 0px;
}
.wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(1) img {
  width: auto;
}
.wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(2) {
  top: 0px;
  left: 320px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(3) {
  top: 0px;
  left: 960px;
  opacity: 0;
}
.wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(4) {
  top: 320px;
  left: -320px;
  opacity: 0;
}
.wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(5) {
  top: 320px;
  left: 320px;
  opacity: 0;
}
.wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(6) {
  top: 320px;
  left: 640px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.wrapper .main_content .inner_content .about_page .txt_2 {
  background-image: url(../img/dsgn.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 800px;
  position: relative;
  margin-bottom: 80px;
}
.wrapper .main_content .inner_content .about_page .txt_2 .item {
  position: absolute;
  right: 50%;
  margin-right: -480px;
  top: 140px;
  width: 550px;
  height: 550px;
  font: 22px/28px serveroff;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 275px;
  -moz-border-radius: 275px;
  border-radius: 275px;
  text-align: center;
  padding: 62px;
  color: #fff;
  letter-spacing: 2px;
}
.wrapper .main_content .inner_content .about_page .txt_3.active .block .item:nth-child(2) {
  left: 480px;
  opacity: 1;
}
.wrapper .main_content .inner_content .about_page .txt_3.active .block .item:nth-child(3) {
  left: 0px;
  opacity: 1;
}
.wrapper .main_content .inner_content .about_page .txt_3 {
  margin-bottom: 80px;
  width: 960px;
  margin: 0px auto 80px auto;
}
.wrapper .main_content .inner_content .about_page .txt_3 .title {
  font: 40px/45px serveroff;
  margin-bottom: 30px;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
}
.wrapper .main_content .inner_content .about_page .txt_3 .block {
  position: relative;
  height: 720px;
}
.wrapper .main_content .inner_content .about_page .txt_3 .block .item {
  width: 480px;
  height: 360px;
  padding: 10px;
  position: absolute;
  font: 22px/28px serveroff;
  color: #4d4d4d;
  letter-spacing: 2px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.wrapper .main_content .inner_content .about_page .txt_3 .block .item img {
  max-width: 100%;
}
.wrapper .main_content .inner_content .about_page .txt_3 .block .item:nth-child(1) {
  top: 0px;
  left: 0px;
  text-align: right;
}
.wrapper .main_content .inner_content .about_page .txt_3 .block .item:nth-child(2) {
  top: 0px;
  left: 960px;
  opacity: 0;
}
.wrapper .main_content .inner_content .about_page .txt_3 .block .item:nth-child(3) {
  top: 360px;
  left: -480px;
  opacity: 0;
}
.wrapper .main_content .inner_content .about_page .txt_3 .block .item:nth-child(4) {
  top: 360px;
  left: 480px;
  text-align: left;
}
.wrapper .main_content .inner_content .about_page .about_slider .carousel .carousel-inner .item {
  height: 740px;
  background: #eaeaea;
}
.wrapper .main_content .inner_content .about_page .about_slider .carousel .carousel-inner .item .bg {
  min-width: 100%;
  min-height: 100%;
  /*max-width: none;*/
}
.wrapper .main_content .inner_content .about_page .about_slider .carousel .carousel-inner .item .name {
  font: 48px/50px serveroff;
  color: #fff;
  position: absolute;
  width: 960px;
  left: 50%;
  top: 40px;
  margin-left: -480px;
  text-transform: uppercase;
  letter-spacing: 5px;
  z-index: 100;
}
.wrapper .main_content .inner_content .about_page .about_slider .carousel .carousel-inner .item .txt {
  position: absolute;
  width: 360px;
  height: 360px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 53px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  border-radius: 180px;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 1;
  top: 200px;
  right: 50%;
  margin-right: -480px;
  font: 22px/28px serveroff;
  line-height: 28px;
  color: #1b1b1b;
  z-index: 100;
}
.wrapper .main_content .inner_content .about_page .map {
  height: 350px;
  background: #eaeaea;
  margin-bottom: 80px;
}
.wrapper .main_content .inner_content .about_page .contacts {
  width: 960px;
  margin: 0px auto;
}
.wrapper .main_content .inner_content .about_page .contacts .item {
  width: 25%;
  padding: 0px 10px;
  float: left;
  font: 16px/20px serveroff;
  color: #858585;
}
.wrapper .main_content .inner_content .about_page .contacts .item .name {
  font: 23px/23px serveroff;
  padding-left: 40px;
  border-left: 2px solid #c60015;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
  position: relative;
  color: #333;
}
.wrapper .main_content .inner_content .about_page .contacts .item .name span.icn {
  position: absolute;
  padding: 0px;
  left: 6px;
  top: 0px;
  line-height: 23px;
}
.wrapper .main_content .inner_content .about_page .contacts .item span {
  display: block;
  color: #1b1b1b;
  font: 22px/25px serveroff;
  padding: 5px 0px;
}
.wrapper .main_content .inner_content .about_page .contacts .item b {
  color: #333;
}
.wrapper .main_content .inner_content .contact .contacts {
  width: 960px;
  margin: 0px auto 80px auto;
}
.wrapper .main_content .inner_content .contact .contacts .item {
  width: 33%;
  padding: 0px 10px;
  float: left;
  font: 16px/20px serveroff;
  color: #858585;
}
.wrapper .main_content .inner_content .contact .contacts .item .name {
  font: 23px/23px serveroff;
  padding-left: 40px;
  border-left: 2px solid #c60015;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
  position: relative;
  color: #333;
}
.wrapper .main_content .inner_content .contact .contacts .item .name span.icn {
  position: absolute;
  padding: 0px;
  left: 6px;
  top: 0px;
  line-height: 23px;
}
.wrapper .main_content .inner_content .contact .contacts .item span {
  color: #333;
  font: 22px/25px serveroff;
}
.wrapper .main_content .inner_content .contact .contacts .item b {
  color: #000;
}
.wrapper .main_content .inner_content .contact .title {
  font: 30px/40px serveroff;
  color: #4d4d4d;
  margin-bottom: 20px;
  text-align: center;
}
.wrapper .main_content .inner_content .contact .title2 {
  font: 50px/60px serveroff;
  color: #4d4d4d;
  text-align: center;
  letter-spacing: 5px;
}
.wrapper .main_content .inner_content .contact .map {
  height: 350px;
  background: #eaeaea;
  margin-bottom: 20px;
}
.wrapper .main_content .inner_content .blog_list {
  width: 620px;
  position: relative;
}
.wrapper .main_content .inner_content .blog_list .main_item {
  position: absolute;
  left: 700px;
  top: 0px;
  background: #000;
  width: 260px;
  height: 260px;
  border-radius: 130px;
  padding: 40px;
  text-align: center;
}
.wrapper .main_content .inner_content .blog_list .main_item .date {
  font: 19px/24px serveroff;
  color: #a5a5a5;
  margin-bottom: 5px;
}
.wrapper .main_content .inner_content .blog_list .main_item .txt {
  font: 22px/25px serveroff;
  color: #fff;
}
.wrapper .main_content .inner_content .blog_list .main_item .txt span {
  display: block;
  margin-top: 5px;
  font: bold 24px/26px serveroff;
}
.wrapper .main_content .inner_content .blog_list .item {
  margin-top: 60px;
}
.wrapper .main_content .inner_content .blog_list .item .img {
  width: 200px;
  padding-left: 10px;
  border-left: 3px solid #000;
  margin-right: 20px;
  float: left;
  margin-bottom: 10px;
}
.wrapper .main_content .inner_content .blog_list .item .desc .name {
  font: 23px/25px serveroff;
  margin-bottom: 5px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.wrapper .main_content .inner_content .blog_list .item .desc .date {
  font: bold 16px/18px serveroff;
  color: #a5a5a5;
  margin-bottom: 5px;
}
.wrapper .main_content .inner_content .blog_list .item:nth-child(1) {
  margin-top: 0px;
}
.wrapper .main_content .inner_content .blog_list .load {
  padding-top: 40px;
}
.wrapper .main_content .inner_content .blog_list .load a {
  display: block;
  position: relative;
  padding-top: 50px;
  text-align: center;
  color: #999;
}
.wrapper .main_content .inner_content .blog_list .load a span {
  display: block;
  width: 41px;
  height: 41px;
  background: url(../img/more.png) no-repeat;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0.3;
}
.wrapper .main_content .inner_content .blog_list .load a:hover {
  text-decoration: none;
  color: #666;
}
.wrapper .main_content .inner_content .blog_list .load a:hover span {
  opacity: 0.7;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wrapper .main_content .inner_content .cart {
  width: 640px;
  position: relative;
}
.wrapper .main_content .inner_content .cart .auth_block {
  position: absolute;
  top: 0px;
  right: -320px;
  width: 320px;
}
.wrapper .main_content .inner_content .cart .auth_block span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.wrapper .main_content .inner_content .cart .auth_block a {
  display: block;
  width: 160px;
  margin: 0px auto;
  border: 1px solid #000;
  font: 22px/44px serveroff;
  text-decoration: none;
  text-align: center;
  color: #000;
}
.wrapper .main_content .inner_content .cart .auth_block a:hover {
  border: 1px solid #c60015;
  color: #c60015;
}
.wrapper .main_content .inner_content .cart .block {
  margin-bottom: 50px;
}
.wrapper .main_content .inner_content .cart .block .item {
  margin-bottom: 20px;
}
.wrapper .main_content .inner_content .cart .block .item .img {
  float: left;
  width: 100px;
  margin-right: 70px;
}
.wrapper .main_content .inner_content .cart .block .item .desc {
  float: left;
  width: 150px;
  margin-right: 20px;
  padding-top: 20px;
}
.wrapper .main_content .inner_content .cart .block .item .desc .name {
  font: 28px/30px serveroff;
  color: #1b1b1b;
}
.wrapper .main_content .inner_content .cart .block .item .desc .name a {
  color: #1b1b1b;
  text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
}
.wrapper .main_content .inner_content .cart .block .item .desc .name a:hover {
  text-decoration: none;
  color: #c60015;
}
.wrapper .main_content .inner_content .cart .block .item .desc .section {
  font: 18px/22px serveroff;
  color: #666;
}
.wrapper .main_content .inner_content .cart .block .item .desc .section a {
  color: #666;
}
.wrapper .main_content .inner_content .cart .block .item .desc .section a:hover {
  text-decoration: none;
  color: #000;
}
.wrapper .main_content .inner_content .cart .block .item .desc .art {
  font: 14px/17px serveroff;
  color: #a5a5a5;
}
.wrapper .main_content .inner_content .cart .block .item .price {
  float: left;
  width: 160px;
  margin-right: 20px;
  font: 22px/100px blackoak;
  color: #000;
}
.wrapper .main_content .inner_content .cart .block .item .quant {
  float: left;
  width: 30px;
  margin-right: 20px;
  position: relative;
  padding-top: 15px;
}
.wrapper .main_content .inner_content .cart .block .item .quant span {
  display: block;
  height: 30px;
  width: 30px;
  border: 2px solid #a5a5a5;
  color: #a5a5a5;
  text-align: center;
  font: 15px/28px Arial;
  border-radius: 15px;
}
.wrapper .main_content .inner_content .cart .block .item .quant i {
  display: block;
  width: 30px;
  text-align: center;
  font: bold 17px/20px Arial;
  cursor: pointer;
  color: #a5a5a5;
}
.wrapper .main_content .inner_content .cart .block .item .quant i:hover {
  color: #000;
}
.wrapper .main_content .inner_content .cart .block .item .action {
  float: right;
  padding-top: 40px;
}
.wrapper .main_content .inner_content .cart .block .item .action a {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/cross22x22.png) no-repeat 50% 50%;
  opacity: 0.5;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.wrapper .main_content .inner_content .cart .block .item .action a:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wrapper .main_content .inner_content .cart .all_price {
  padding: 30px 20px;
  border-top: 1px solid #a5a5a5;
  margin-bottom: 20px;
}
.wrapper .main_content .inner_content .cart .all_price .name {
  font: 30px/40px serveroff;
  text-transform: uppercase;
  float: left;
}
.wrapper .main_content .inner_content .cart .all_price .price {
  font: 35px/40px blackoak;
  color: #000;
  float: right;
}
.wrapper .main_content .inner_content .cart .coupon {
  padding-top: 10px;
  margin-bottom: 30px;
}
.wrapper .main_content .inner_content .cart .coupon input {
  height: 46px;
  border: 1px solid #000;
  display: block;
  width: 200px;
  float: right;
  padding: 0px 20px;
  margin-right: 20px;
  background: none;
}
.wrapper .main_content .inner_content .cart .coupon a.to_order {
  float: right;
  border: 1px solid #000;
  font: 22px/44px serveroff;
  text-decoration: none;
  padding: 0px 30px;
  color: #000;
}
.wrapper .main_content .inner_content .cart .coupon a.to_order:hover {
  border: 1px solid #c60015;
  color: #c60015;
}
.wrapper .main_content .inner_content .cart .urls a {
  display: block;
  float: left;
  font: 22px/46px serveroff;
  height: 46px;
  color: #000;
  text-decoration: none;
}
.wrapper .main_content .inner_content .cart .urls a:hover {
  text-decoration: none;
  color: #c60015;
}
.wrapper .main_content .inner_content .cart .urls a.to_order {
  float: right;
  border: 1px solid #000;
  font: 22px/44px serveroff;
  text-decoration: none;
  padding: 0px 30px;
}
.wrapper .main_content .inner_content .cart .urls a.to_order:hover {
  border: 1px solid #c60015;
}
.wrapper .main_content .inner_content .order-checkout {
  width: 600px;
  position: relative;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .location {
  /*margin-bottom: 40px;*/
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .props {
  margin-bottom: 40px;
}


.wrapper .main_content .inner_content .order-checkout .bx_order_make .location .title {
  font: bold 24px/24px serveroff;
  padding-left: 10px;
  margin: 0px 0px 20px 0px;
  border-left: 2px solid #c60015;
  letter-spacing: 3px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .location .bx-slst .bx-ui-slst-pool {
  height: 80px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .location .bx-slst .bx-ui-slst-pool .dropdown-block {
  width: 200px;
  margin-left: 5px;
  margin-bottom: 5px;
  float: left;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .location .bx-slst .bx-ui-slst-pool .dropdown-block .bx-ui-combobox-container .bx-combobox-fake-as-input {
  height: 33px;
  padding-top: 5px;
  font: 20px/25px serveroff;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .location .bx-slst .bx-ui-slst-pool .dropdown-block .bx-ui-combobox-dropdown .bx-ui-combobox-variant {
  font: 17px/20px serveroff;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .location .bx-slst .bx-ui-slst-pool .dropdown-block:nth-child(3n+1) {
  margin-left: 0px;
  width: 190px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .delivery {
  margin-bottom: 40px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .delivery .title {
  font: bold 24px/24px serveroff;
  padding-left: 10px;
  margin: 0px 0px 20px 0px;
  border-left: 2px solid #c60015;
  letter-spacing: 3px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .delivery .block .item {
  float: left;
  width: 200px;
  padding: 20px 10px;
  text-align: center;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .delivery .block .item label {
  cursor: pointer;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .delivery .block .item label .bx_description .name {
  font: bold 20px/24px serveroff;
  color: #000;
  margin-bottom: 10px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .payments .title {
  font: bold 24px/24px serveroff;
  padding-left: 10px;
  margin: 0px 0px 20px 0px;
  border-left: 2px solid #c60015;
  letter-spacing: 3px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .payments .block .item {
  float: left;
  width: 200px;
  padding: 20px 10px;
  text-align: center;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .payments .block .item label {
  cursor: pointer;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .payments .block .item label .bx_description .name {
  font: bold 20px/24px serveroff;
  color: #000;
  margin-bottom: 10px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .props .title {
  font: bold 24px/24px serveroff;
  padding-left: 10px;
  margin: 0px 0px 20px 0px;
  border-left: 2px solid #c60015;
  letter-spacing: 3px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .props .block .item {
  width: 50%;
  padding: 5px;
  float: left;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .props .block .item input[type=text] {
  width: 100%;
  border: 1px solid #ccc;
  height: 40px;
  font: 20px/30px serveroff;
  padding: 5px 10px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .props .block .item .inp_error {
  border-color: #c60015 !important;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .comment .item {
  padding: 5px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .comment .item textarea {
  width: 100%;
  border: 1px solid #ccc;
  height: 160px;
  font: 20px/25px serveroff;
  padding: 5px 10px;
  resize: none;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .order_cart {
  position: absolute;
  left: 700px;
  top: 0px;
  width: 320px;
  background: #fff;
  padding: 15px 30px;
  -webkit-box-shadow: #ccc 0 0 5px;
  -moz-box-shadow: #ccc 0 0 5px;
  box-shadow: #ccc 0 0 5px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .order_cart .title {
  font: bold 22px/25px serveroff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .order_cart .block {
  margin-bottom: 20px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .order_cart .block .item {
  padding: 10px 0px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .order_cart .block .item .img {
  float: left;
  margin-right: 20px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .order_cart .block .item .desc {
  overflow: hidden;
  padding-top: 30px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .order_cart .block .item .desc .name {
  font: bold 20px/24px serveroff;
  margin-bottom: 10px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .order_cart .block .item .desc .price {
  font: 22px/22px blackoak;
  color: #000;
  margin-bottom: 5px;
}

.wrapper .main_content.en .inner_content .order-checkout .bx_order_make .order_cart .block .item .desc .price {
   font-size: 14px;
}

.wrapper .main_content .inner_content .order-checkout .bx_order_make .order_cart .block .item .desc .quant {
  font: bold 18px/20px serveroff;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .order_cart .all {
  padding: 10px 0px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .order_cart .all .item {
  font: bold 17px/19px serveroff;
  text-align: center;
  float: left;
  padding: 0px 10px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .order_cart .all .item span {
  font: 14px/15px blackoak;
  color: #000;
  display: block;
  margin-top: 5px;
}

.wrapper .main_content.en .inner_content .order-checkout .bx_order_make .order_cart .all .item span {
    font-size: 12px;
}

.wrapper .main_content .inner_content .order-checkout .bx_order_make .order_cart .all .item span.plus {
  font: bold 24px/36px serveroff;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .order_cart .summ {
  padding-top: 20px;
  font: bold 24px/30px serveroff;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .order_cart .summ span {
  font: 25px/30px blackoak;
  color: #000;
}

.wrapper .main_content.en .inner_content .order-checkout .bx_order_make .order_cart .summ span {
  font-size: 18px;
}

.wrapper .main_content .inner_content .order-checkout .bx_order_make .submit_order {
  padding-top: 5px;
  padding-right: 5px;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .submit_order a {
  float: right;
  border: 1px solid #000;
  font: 22px/44px serveroff;
  text-decoration: none;
  padding: 0px 30px;
  color: #000;
}
.wrapper .main_content .inner_content .order-checkout .bx_order_make .submit_order a:hover {
  border: 1px solid #c60015;
  color: #c60015;
}
.wrapper .main_content .inner_content .order-checkout #order-card {
  position: fixed;
  right: 20px;
  top: 110px;
  width: 320px;
  background: #fff;
  padding: 15px 30px;
}
.wrapper .main_content .inner_content .order-checkout #order-card table {
  width: 100%;
}
.wrapper .main_content .inner_content .order-checkout #order-card table tbody tr td {
  padding: 10px;
  font: 17px/19px serveroff;
}
.wrapper .main_content .inner_content .order-checkout #order-card table tbody tr td h4 {
  text-transform: none;
  margin-bottom: 10px;
}
.wrapper .main_content .inner_content .order-checkout #order-card table tbody tr td .price {
  font: 22px/22px blackoak;
  color: #000;
  margin-bottom: 5px;
}
.wrapper .main_content .inner_content .order-checkout #order-card .count table {
  width: 100%;
}
.wrapper .main_content .inner_content .order-checkout #order-card .count table tbody tr td {
  padding: 10px;
  font: bold 17px/19px serveroff;
  text-align: center;
}
.wrapper .main_content .inner_content .order-checkout #order-card .count table tbody tr td .price {
  font: 14px/15px blackoak;
  color: #000;
  margin-bottom: 5px;
}
.wrapper .main_content .inner_content .order-checkout #order-card .total .price.huge {
  font: 24px/25px blackoak;
  float: right;
}
.wrapper .main_content .inner_content .order-checkout #order-card .total .total-heading {
  font: 18px/25px serveroff;
  color: #a5a5a5;
  float: left;
}
.wrapper .main_content .inner_content .cat_detail {
  margin-bottom: 55px;
}
.wrapper .main_content .inner_content .cat_detail .img {
  width: 480px;
  float: left;
  margin-right: 30px;
}
.wrapper .main_content .inner_content .cat_detail .img .carousel .carousel-indicators {
  position: static;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: 0px;
  width: 100%;
}
.wrapper .main_content .inner_content .cat_detail .img .carousel .carousel-indicators li {
  display: block;
  float: left;
  height: 110px;
  width: 110px;
  background: none;
  border: none;
  text-indent: 0px;
  margin: 13px 0px 0px 13px;
  opacity: 0.6;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.wrapper .main_content .inner_content .cat_detail .img .carousel .carousel-indicators li:nth-child(4n+1) {
  margin-left: 0px;
}
.wrapper .main_content .inner_content .cat_detail .img .carousel .carousel-indicators li:nth-child(-n+4) {
  margin-top: 0px;
}
.wrapper .main_content .inner_content .cat_detail .img .carousel .carousel-indicators li.active {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.wrapper .main_content .inner_content .cat_detail .img .carousel .carousel-indicators li:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.wrapper .main_content .inner_content .cat_detail .img .carousel .carousel-inner {
  margin-bottom: 13px;
}
.wrapper .main_content .inner_content .cat_detail .desc {
  width: 450px;
  float: left;
  position: relative;
}
.wrapper .main_content .inner_content .cat_detail .desc h1 {
  font: 44px/46px serveroff;
  margin-bottom: 15px;
  padding-right: 50px;
}
.wrapper .main_content .inner_content .cat_detail .desc .urls {
  position: absolute;
  top: 10px;
  right: 0px;
}
.wrapper .main_content .inner_content .cat_detail .desc .urls a.prev_item {
  display: block;
  opacity: 0.8;
  float: left;
  width: 14px;
  height: 42px;
  background: url(../img/arrow_left_small.png) no-repeat;
  margin-right: 15px;
}
.wrapper .main_content .inner_content .cat_detail .desc .urls a.prev_item span {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  padding: 10px;
  top: 42px;
  right: 0px;
  width: 170px;
  -webkit-box-shadow: #ccc 0 0 5px;
  -moz-box-shadow: #ccc 0 0 5px;
  box-shadow: #ccc 0 0 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: #fff;
  text-align: center;
}
.wrapper .main_content .inner_content .cat_detail .desc .urls a.prev_item span i {
  display: block;
  margin-top: 10px;
  font: 22px/24px serveroff;
  color: #333;
  margin-bottom: 5px;
}
.wrapper .main_content .inner_content .cat_detail .desc .urls a.prev_item span b {
  display: block;
  font: 15px/17px blackoak;
  color: #000;
}
.wrapper .main_content .inner_content .cat_detail .desc .urls a.prev_item:hover {
  opacity: 1;
}
.wrapper .main_content .inner_content .cat_detail .desc .urls a.prev_item:hover span {
  opacity: 1;
  visibility: visible;
}
.wrapper .main_content .inner_content .cat_detail .desc .urls a.next_item {
  display: block;
  float: left;
  width: 14px;
  height: 42px;
  background: url(../img/arrow_right_small.png) no-repeat;
  opacity: 0.8;
}
.wrapper .main_content .inner_content .cat_detail .desc .urls a.next_item span {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  padding: 10px;
  top: 42px;
  right: 0px;
  width: 170px;
  -webkit-box-shadow: #ccc 0 0 5px;
  -moz-box-shadow: #ccc 0 0 5px;
  box-shadow: #ccc 0 0 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: #fff;
  text-align: center;
}
.wrapper .main_content .inner_content .cat_detail .desc .urls a.next_item span i {
  display: block;
  margin-top: 10px;
  font: 22px/24px serveroff;
  color: #333;
  margin-bottom: 5px;
}
.wrapper .main_content .inner_content .cat_detail .desc .urls a.next_item span b {
  display: block;
  font: 15px/17px blackoak;
  color: #000;
}
.wrapper .main_content .inner_content .cat_detail .desc .urls a.next_item:hover {
  opacity: 1;
}
.wrapper .main_content .inner_content .cat_detail .desc .urls a.next_item:hover span {
  opacity: 1;
  visibility: visible;
}
.wrapper .main_content .inner_content .cat_detail .desc .price {
  font: 25px/28px blackoak;
  color: #000;
  margin-bottom: 20px;
}
.wrapper .main_content .inner_content .cat_detail .desc .price span {
    font: 25px/28px serveroff;
}
.wrapper .main_content .inner_content .cat_detail .desc .txt {
  margin-bottom: 20px;
}
.wrapper .main_content .inner_content .cat_detail .desc .props {
  margin-bottom: 40px;
}
.wrapper .main_content .inner_content .cat_detail .desc .props .item {
  width: 150px;
  float: left;
  position: relative;
}
.wrapper .main_content .inner_content .cat_detail .desc .props .item a.main {
  display: block;
  padding-top: 50px;
  opacity: 0.5;
}
.wrapper .main_content .inner_content .cat_detail .desc .props .item a.main span {
  display: block;
  text-align: center;
  color: #000;
}
.wrapper .main_content .inner_content .cat_detail .desc .props .item .txt {
  position: absolute;
  width: 190px;
  background: #000;
  padding: 15px 20px;
  text-align: left;
  color: #999;
  font: 17px/20px serveroff;
  top: -25px;
  left: 25px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.wrapper .main_content .inner_content .cat_detail .desc .props .item .txt span {
  display: block;
  position: absolute;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #000;
  top: 14px;
  left: -7px;
  width: 9px;
  height: 9px;
}
.wrapper .main_content .inner_content .cat_detail .desc .props .item:nth-child(1) a {
  background: url(../img/item_info.png) no-repeat 50% 0%;
}
.wrapper .main_content .inner_content .cat_detail .desc .props .item:nth-child(2) a {
  background: url(../img/item_delivery.png) no-repeat 50% 0%;
}
.wrapper .main_content .inner_content .cat_detail .desc .props .item:nth-child(3) a {
  background: url(../img/item_guarantee.png) no-repeat 50% 0%;
}
.wrapper .main_content .inner_content .cat_detail .desc .props .item:nth-child(3) .txt {
  left: auto;
  right: 25px;
}
.wrapper .main_content .inner_content .cat_detail .desc .props .item:nth-child(3) .txt span {
  left: auto;
  right: -7px;
  border-right: none;
  border-left: 9px solid #000;
}
.wrapper .main_content .inner_content .cat_detail .desc .props .item:hover a {
  opacity: 1;
  text-decoration: none;
}
.wrapper .main_content .inner_content .cat_detail .desc .props .item:hover .txt {
  opacity: 1;
  visibility: visible;
  left: 110px;
  top: 0px;
}
.wrapper .main_content .inner_content .cat_detail .desc .props .item:nth-child(3):hover .txt {
  right: 110px;
  left: auto;
}
.wrapper .main_content .inner_content .cat_detail .desc .buy_block {
  /*float: right;*/
  margin-bottom: 20px;
}
.wrapper .main_content .inner_content .cat_detail .desc .buy_block span {
  display: block;
  float: left;
  margin-right: 20px;
  font: 21px/46px serveroff;
}
.wrapper .main_content .inner_content .cat_detail .desc .buy_block .size {
  float: left;
  margin-right: 10px;
}
.wrapper .main_content .inner_content .cat_detail .desc .buy_block .size select {
  height: 46px;
  border: 1px solid #000;
  background: #ededed;
}
.wrapper .main_content .inner_content .cat_detail .desc .buy_block a {
  display: block;
  float: left;
  font: 22px/44px serveroff;
  height: 46px;
  padding: 0px 20px;
  border: 1px solid #000;
  color: #000;
}
.wrapper .main_content .inner_content .cat_detail .desc .buy_block a:hover {
  text-decoration: none;
  border: 1px solid #c60015;
  color: #c60015;
}
.wrapper .main_content .inner_content .buy_more {
  margin-bottom: 45px;
}
.wrapper .main_content .inner_content .buy_more h2 {
  text-transform: uppercase;
}
.wrapper .main_content .inner_content .buy_more .cat_list .item:nth-child(3n+1) {
  margin-left: 53px;
}
.wrapper .main_content .inner_content .buy_more .cat_list .item:nth-child(4n+1) {
  margin-left: 0px;
}
.wrapper .main_content .inner_content .buy_more .cat_list .item:nth-child(-n+4) {
  margin-top: 0px;
}
.wrapper .main_content .inner_content .buy_more .cat_list .item {
  margin-left: 53px;
}
.wrapper .main_content .inner_content .item_txt_block {
  padding-top: 40px;
  border-top: 1px solid #fff;
}
.wrapper .main_content .inner_content .item_txt_block .item {
  width: 320px;
  float: left;
  padding: 0px 30px;
}
.wrapper .main_content .inner_content .item_txt_block .item .name {
  font: 23px/23px serveroff;
  padding-left: 15px;
  border-left: 2px solid #c60015;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-left: -25px;
  margin-bottom: 20px;
}
.wrapper .main_content .inner_content .item_txt_block .item p {
  margin-bottom: 40px;
}
.wrapper .main_content .inner_content .item_txt_block .item .delivery_block .names {
  margin-bottom: 20px;
}
.wrapper .main_content .inner_content .item_txt_block .item .delivery_block .names a {
  display: block;
  width: 70px;
  height: 70px;
  border: 3px solid #666;
  border-radius: 35px;
  float: left;
  margin-left: 25px;
  text-align: center;
  font: 20px/70px serveroff;
  color: #666;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  opacity: 0.7;
}
.wrapper .main_content .inner_content .item_txt_block .item .delivery_block .names a:nth-child(1) {
  margin-left: 0px;
}
.wrapper .main_content .inner_content .item_txt_block .item .delivery_block .names a:hover {
  text-decoration: none;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  opacity: 0.8;
}
.wrapper .main_content .inner_content .item_txt_block .item .delivery_block .names a.active {
  text-decoration: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.wrapper .main_content .inner_content .item_txt_block .item .delivery_block .tabs .tab {
  display: none;
}
.wrapper .main_content .inner_content .item_txt_block .item .delivery_block .tabs .tab.active {
  display: block;
}
.wrapper .main_content .inner_content .cat_list .item:nth-child(3n+1) {
  margin-left: 0px;
}
.wrapper .main_content .inner_content .cat_list .item:nth-child(-n+3) {
  margin-top: 0px;
}
.wrapper .main_content .inner_content .cat_list .item {
  float: left;
  width: 200px;
  margin-left: 60px;
  position: relative;
  margin-top: 60px;
  height: 280px;
}
.wrapper .main_content .inner_content .cat_list .item .img {
  position: relative;
}
.wrapper .main_content .inner_content .cat_list .item .img a.add_cart {
  display: block;
  height: 116px;
  width: 116px;
  position: absolute;
  right: -30px;
  top: 20px;
  background: url(../img/basket_huge.png) no-repeat 50% 26px #ffffff;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  border-radius: 50%;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  cursor: pointer;
  opacity: 0;
}
.wrapper .main_content .inner_content .cat_list .item .img a.add_cart span {
  display: block;
  width: 116px;
  font: 22px/25px serveroff;
  text-align: center;
  position: absolute;
  top: -25px;
  visibility: hidden;
  color: #333;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  right: 30px;
}
.wrapper .main_content .inner_content .cat_list .item .img a.add_cart:hover {
  opacity: 1 !important;
}
.wrapper .main_content .inner_content .cat_list .item .img a.add_cart:hover span {
  visibility: visible;
  right: 0px;
  opacity: 1;
}
.wrapper .main_content .inner_content .cat_list .item .price {
  position: absolute;
  top: 180px;
  opacity: 0;
  width: 200px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.wrapper .main_content .inner_content .cat_list .item .price a {
  font: 34px/35px serveroff;
  color: #656565;
  border-bottom: 2px solid #858585;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 3px;
}
.wrapper .main_content .inner_content .cat_list .item .price a:hover {
  text-decoration: none;
}
.wrapper .main_content .inner_content .cat_list .item .price span {
  display: block;
  font: 22px/25px blackoak;
  float: left;
  margin-right: 10px;
  color: #000;
}
.wrapper .main_content .inner_content .cat_list .item .price span + span {
    font: 22px/25px serveroff;
    position: relative;
    margin: 0;
}
.wrapper .main_content .inner_content .cat_list .item .price span + span:before {
    content: "(";
}
.wrapper .main_content .inner_content .cat_list .item .price span + span:after {
    content: ")";
}
.wrapper .main_content .inner_content .cat_list .item:hover .img a.add_cart {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 0.8;
}
.wrapper .main_content .inner_content .cat_list .item:hover .price {
  top: 220px;
  opacity: 1;
}
.wrapper .main_content .inner_content .cat_main_block .section:nth-child(1) {
  margin-top: 0px;
}
.wrapper .main_content .inner_content .cat_main_block .section {
  margin-top: 50px;
}
.wrapper .main_content .inner_content .cat_main_block .section .title {
  font: 25px/40px serveroff;
  padding: 0px 20px;
  background: #fff;
  margin-bottom: 30px;
  letter-spacing: 4px;
}
.wrapper .main_content .inner_content .cat_main_block .section .title a {
  display: block;
  color: #333;
  text-decoration: none;
}
.wrapper .main_content .inner_content .cat_main_block .section .block .item:nth-child(1) {
  margin-left: 0px;
}
.wrapper .main_content .inner_content .cat_main_block .section .block .item {
  float: left;
  width: 200px;
  margin-left: 60px;
  position: relative;
}
.wrapper .main_content .inner_content .cat_main_block .section .block .item .img {
  position: relative;
}
.wrapper .main_content .inner_content .cat_main_block .section .block .item .img a.add_cart {
  display: block;
  height: 116px;
  width: 116px;
  position: absolute;
  right: -30px;
  top: 20px;
  background: url(../img/basket_huge.png) no-repeat 50% 26px #ffffff;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  border-radius: 50%;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  cursor: pointer;
  opacity: 0;
}
.wrapper .main_content .inner_content .cat_main_block .section .block .item .img a.add_cart span {
  display: block;
  width: 116px;
  font: 22px/25px serveroff;
  text-align: center;
  position: absolute;
  top: -25px;
  visibility: hidden;
  color: #333;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
  right: 30px;
}
.wrapper .main_content .inner_content .cat_main_block .section .block .item .img a.add_cart:hover {
  opacity: 1 !important;
}
.wrapper .main_content .inner_content .cat_main_block .section .block .item .img a.add_cart:hover span {
  visibility: visible;
  right: 0px;
  opacity: 1;
}
.wrapper .main_content .inner_content .cat_main_block .section .block .item .price {
  position: absolute;
  top: 180px;
  width: 200px;
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.wrapper .main_content .inner_content .cat_main_block .section .block .item .price a {
  font: 34px/35px serveroff;
  color: #656565;
  border-bottom: 1px solid #858585;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.wrapper .main_content .inner_content .cat_main_block .section .block .item .price a:hover {
  text-decoration: none;
}
.wrapper .main_content .inner_content .cat_main_block .section .block .item .price span {
  display: block;
  font: 22px/25px blackoak;
  color: #000;
}
.wrapper .main_content .inner_content .cat_main_block .section .block .item:hover .img a.add_cart {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 0.8;
}
.wrapper .main_content .inner_content .cat_main_block .section .block .item:hover .price {
  top: 220px;
  opacity: 1;
}
.wrapper .main_content .inner_content .main_sections {
  margin-bottom: 40px;
}
.wrapper .main_content .inner_content .main_sections a {
  display: block;
  float: left;
  width: 33%;
  text-align: center;
  position: relative;
  height: 300px;
}
.wrapper .main_content .inner_content .main_sections a img {
  max-width: 95%;
}
.wrapper .main_content .inner_content .main_sections a span {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  height: 45px;
  background: #fff;
  color: #656565;
  font: 30px/45px serveroff;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 5px;
  opacity: 0.5;
  text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.wrapper .main_content .inner_content .main_sections a:hover span {
  opacity: 1;
}
.wrapper .main_content .inner_content .factory {
  float: left;
  width: 530px;
  margin-right: 80px;
}
.wrapper .main_content .inner_content .factory .title {
  font: 28px/28px serveroff;
  text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.3);
  letter-spacing: 5px;
  padding-left: 15px;
  -webkit-font-smoothing: antialiased;
  border-left: 2px solid #c60015;
  margin-bottom: 45px;
  text-transform: uppercase;
}
.wrapper .main_content .inner_content .factory .block .item:nth-child(1) {
  margin-top: 0px;
}
.wrapper .main_content .inner_content .factory .block .item {
  margin-top: 40px;
}
.wrapper .main_content .inner_content .factory .block .item .img {
  float: left;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin-right: 30px;
  background: #eaeaea;
}
.wrapper .main_content .inner_content .factory .block .item .img img {
  border-radius: 50%;
  width: 100%;
}
.wrapper .main_content .inner_content .factory .block .item .desc {
  overflow: hidden;
}
.wrapper .main_content .inner_content .factory .block .item .desc .name {
  font: 20px/24px Arial;
  margin-bottom: 15px;
  color: #4c4c4c;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.wrapper .main_content .inner_content .factory .block .item .desc .txt {
  font: 19px/23px serveroff;
  text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.3);
}
.wrapper .main_content .inner_content .blog {
  float: left;
  width: 350px;
}
.wrapper .main_content .inner_content .blog .title {
  font: 28px/28px serveroff;
  text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.3);
  letter-spacing: 5px;
  padding-left: 15px;
  -webkit-font-smoothing: antialiased;
  border-left: 2px solid #c60015;
  margin-bottom: 45px;
  text-transform: uppercase;
}
.wrapper .main_content .inner_content .blog .block .item:nth-child(1) {
  margin-top: 0px;
}
.wrapper .main_content .inner_content .blog .block .item {
  margin-top: 30px;
}
.wrapper .main_content .inner_content .blog .block .item .date {
  font: 20px/24px serveroff;
  color: #a5a5a5;
  margin-bottom: 10px;
  text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.3);
}
.wrapper .main_content .inner_content .blog .block .item .txt {
  font: 19px/23px serveroff;
  text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
}
.wrapper .main_content .inner_content .blog .block .item .img {
  height: 200px;
  background: #eaeaea;
}
.wrapper .main_content .inner_content .blog .block .item .url a {
  font: 20px/25px serveroff;
  display: block;
  position: relative;
  text-align: right;
  color: #000;
  padding-right: 20px;
  text-shadow: 0 0 0.5px #000;
}
.wrapper .main_content .inner_content .blog .block .item .url a span {
  display: block;
  width: 0;
  border-top: 5px solid #c60015;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  right: 3px;
  top: 11px;
  position: absolute;
}
.wrapper .main_content .inner_content .blog .all {
  padding: 10px 0px;
  font: 20px/25px serveroff;
}
.wrapper footer {
  background: #1b1b1b;
  border-top: 7px solid #ededed;
}
.wrapper footer .inner {
  width: 960px;
  margin: 0px auto;
  padding: 40px 0px 20px 0px;
}
.wrapper footer .inner .menu {
  margin-bottom: 40px;
}
.wrapper footer .inner .menu .block {
  float: left;
  width: 25%;
  padding: 0px 20px;
}
.wrapper footer .inner .menu .block .main {
  margin-bottom: 25px;
}
.wrapper footer .inner .menu .block .main a {
  display: block;
  color: #fff;
  font: 23px/23px serveroff;
  padding-left: 10px;
  border-left: 2px solid #c60015;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.wrapper footer .inner .menu .block .main a:hover {
  text-decoration: none;
}
.wrapper footer .inner .menu .block a {
  display: block;
  color: #a5a5a5;
  font: 16px/20px serveroff;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.wrapper footer .inner .menu .block span.phone {
  padding-left: 40px;
  margin-bottom: 10px;
  display: block;
  color: #fff;
  font: 18px/24px serveroff;
  background: url(../img/phone_20x20.png) no-repeat 0% 0%;
  opacity: 0.5;
}
.wrapper footer .inner .menu .block span.phone b {
  display: block;
}
.wrapper footer .inner .menu .block span.mail {
  padding-left: 40px;
  margin-bottom: 10px;
  display: block;
  color: #fff;
  font: 18px/24px serveroff;
  background: url(../img/email_20x20.png) no-repeat 0% 0%;
  text-transform: uppercase;
  opacity: 0.5;
}
.wrapper footer .inner .menu .block span.mail a {
  color: #fff;
}
.wrapper footer .inner .menu .block span.address {
  padding-left: 40px;
  margin-bottom: 10px;
  display: block;
  color: #fff;
  font: 18px/24px serveroff;
  background: url(../img/address_20x20.png) no-repeat 0% 0%;
  text-transform: uppercase;
  opacity: 0.5;
}
.wrapper footer .inner .social {
  margin-bottom: 30px;
}
.wrapper footer .inner .social a {
  display: block;
  width: 25%;
  float: left;
  position: relative;
  height: 64px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.wrapper footer .inner .social a span {
  display: block;
  opacity: 1;
  width: 64px;
  height: 64px;
  background: #eaeaea;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 0px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.wrapper footer .inner .social a span:nth-child(1) {
  display: block;
  opacity: 0;
  z-index: 10;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.wrapper footer .inner .social a:hover span:nth-child(1) {
  opacity: 1;
}
.wrapper footer .inner .social a:nth-child(1) span:nth-child(1) {
  background: url(../img/facebook.png) no-repeat;
}
.wrapper footer .inner .social a:nth-child(1) span:nth-child(2) {
  background: url(../img/facebook_grey.png) no-repeat;
}
.wrapper footer .inner .social a:nth-child(2) span:nth-child(1) {
  background: url(../img/vkontakte.png) no-repeat;
}
.wrapper footer .inner .social a:nth-child(2) span:nth-child(2) {
  background: url(../img/vkontakte_grey.png) no-repeat;
}
.wrapper footer .inner .social a:nth-child(3) span:nth-child(1) {
  background: url(../img/twitter.png) no-repeat;
}
.wrapper footer .inner .social a:nth-child(3) span:nth-child(2) {
  background: url(../img/twitter_grey.png) no-repeat;
}
.wrapper footer .inner .social a:nth-child(4) span:nth-child(1) {
  background: url(../img/instagram.png) no-repeat;
}
.wrapper footer .inner .social a:nth-child(4) span:nth-child(2) {
  background: url(../img/instagram_grey.png) no-repeat;
}
.wrapper footer .inner .copy {
  font: 18px/24px serveroff;
  color: #a5a5a5;
}
.popaps .info_popap {
  width: 960px;
  background: #fff;
  padding: 20px;
}
.popaps .info_popap .item {
  width: 50%;
  padding: 30px 20px;
  float: left;
  font: 18px/24px serveroff;
  color: #4D4D4D;
}
.popaps .info_popap .item .h2 {
  font: bold 24px/24px serveroff;
  padding-left: 10px;
  margin: 0px 0px 15px 0px;
  border-left: 2px solid #c60015;
  letter-spacing: 3px;
}
.popaps .info_popap .item .h5 {
  font: bold 20px/23px serveroff;
  margin: 0px 0px 10px 0px;
  letter-spacing: 3px;
}
.popaps .info_popap .item a {
  color: #c60015;
  font-weight: bold;
}
.popaps .info_popap .item ul li {
  margin-top: 10px;
}
.popaps .info_popap .item ul li:nth-child(1) {
  margin-top: 0px;
}
.popaps .info_popap .item ol li {
  margin-top: 10px;
}
.popaps .info_popap .item ol li:nth-child(1) {
  margin-top: 0px;
}
.popaps .offer_popap {
  width: 540px;
  padding: 30px 20px;
  background: #fff;
}
.popaps .offer_popap .img {
  float: left;
  width: 160px;
  margin-right: 40px;
}
.popaps .offer_popap .desc {
  float: left;
  width: 300px;
}
.popaps .offer_popap .desc .name {
  font: 32px/35px serveroff;
  color: #333;
  margin-bottom: 20px;
}
.popaps .offer_popap .desc .price {
  font: 18px/20px blackoak;
  color: #000;
  margin-bottom: 25px;
}
.popaps .offer_popap .desc .size {
  float: left;
  margin-right: 20px;
}
.popaps .offer_popap .desc .size span {
  display: block;
  font: 18px/20px serveroff;
  margin-bottom: 5px;
}
.popaps .offer_popap .desc .size select {
  height: 46px;
  border: 1px solid #000;
  padding-left: 20px;
  width: 150px;
}
.popaps .offer_popap .desc .buy {
  padding-top: 25px;
  float: left;
}
.popaps .offer_popap .desc .buy a {
  border: 1px solid #000;
  font: 22px/44px serveroff;
  text-decoration: none;
  padding: 0px 30px;
  display: block;
  color: #000;
}
.popaps .offer_popap .desc .buy a:hover {
  text-decoration: none;
  color: #c60015;
  border: 1px solid #c60015;
}
.popaps .auth_popap {
  width: 250px;
  z-index: 10000;
}
.popaps .auth_popap .title {
  font: 21px/24px serveroff;
  color: #fff;
  margin-bottom: 10px;
}
.popaps .auth_popap .urls {
  margin-bottom: 10px;
}
.popaps .auth_popap .urls a {
  display: block;
  float: left;
  margin-right: 20px;
  font: 21px/24px serveroff;
  color: #fff;
  text-transform: uppercase;
}
.popaps .auth_popap .urls a:hover {
  text-decoration: none;
  text-shadow: 0 0 5px #fff;
}
.popaps .auth_popap .urls a.active {
  text-shadow: 0 0 5px #fff;
}
.popaps .auth_popap .block .inp {
  margin-bottom: 10px;
}
.popaps .auth_popap .block .inp input[type=text] {
  height: 40px;
  border: 1px solid #fff;
  padding: 5px 10px;
  font: 18px/30px serveroff;
  color: #fff;
  background: none;
  width: 250px;
}
.popaps .auth_popap .block .inp textarea {
  height: 100px;
  border: 1px solid #fff;
  padding: 10px 10px;
  font: 18px/22px serveroff;
  color: #fff;
  background: none;
  width: 250px;
  resize: none;
}
.popaps .auth_popap .block .inp input[type=password] {
  height: 40px;
  border: 1px solid #fff;
  padding: 5px 10px;
  font: 18px/30px serveroff;
  color: #fff;
  background: none;
  width: 250px;
}
.popaps .auth_popap .block .inp .error_inp {
  border-color: red !important;
}
.popaps .auth_popap .block .inp .checkbox label span {
  font: 18px/20px serveroff;
  color: #fff;
  text-transform: uppercase;
}
.popaps .auth_popap .block .submit input {
  height: 40px;
  width: 250px;
  background: #fff;
  border: none;
  font: 22px/36px serveroff;
  color: #000;
}
.popaps .auth_popap .block .submit input:hover {
  background: #c60015;
  color: #fff;
}
.popaps .auth_popap .block #error {
  font: bold 16px/18px serveroff;
  padding-top: 5px;
  color: red;
}
.popaps .auth_popap .forgot {
  margin-top: 10px;
  text-align: right;
}
.popaps .auth_popap .forgot a {
  font: 18px/21px serveroff;
  color: #fff;
}
.popaps .add_cart_popap {
  padding: 20px;
  width: 300px;
  background: #000;
  opacity: 0.6;
}
.popaps .add_cart_popap .title {
  font: 25px/30px serveroff;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.popaps .add_cart_popap .urls a {
  display: block;
  float: left;
  font: 22px/46px serveroff;
  height: 46px;
  color: #fff;
  text-decoration: none;
}
.popaps .add_cart_popap .urls a:hover {
  text-decoration: none;
  color: #c60015;
}
.popaps .add_cart_popap .urls a.to_cart {
  float: right;
  border: 1px solid #fff;
  font: 22px/44px serveroff;
  text-decoration: none;
  padding: 0px 30px;
}
.popaps .add_cart_popap .urls a.to_cart:hover {
  border: 1px solid #c60015;
}

.select-language {
    display:block;
    margin-left: -20px;
    padding-top: 40px;
    font: 19px/22px serveroff;
    text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.3);
    position: absolute;
}

.select-language a {
    color: #c60015;
    border-bottom: 1px solid #c60015;
    text-decoration: none;
}

.select-language a:hover {
    text-decoration: none;
}


@media (max-width: 959px) {
  .wrapper {
    min-width: 768px;
  }
  .wrapper header .inner {
    width: 768px;
    /*height: 115px;*/
  }
  .wrapper header .inner .menu {
    left: 100px;
    /*margin-top: 5px;*/
  }
  .wrapper header .inner .menu .block .item a.main {
    padding: 0px 20px;
  }
  .wrapper header .inner .menu .block .item a.main.menu-auth-link {
      display:none;
  }


  .wrapper header .inner .phone {
    display: none;
  }
  .wrapper header .inner .lk {
    right: 70px;
  }
  .wrapper header .inner .cart {
    right: 0px;
  }
  .wrapper .slider .carousel .carousel-inner .item {
    height: 300px;
  }
  .wrapper .cart2 {
    margin-right: -384px;
  }
  .wrapper .main_content {
    width: 768px;
    padding: 30px 0px 100px 0px;
  }
  .wrapper .main_content .left_sidebar {
    width: 180px;
    margin-right: 20px;
  }
  .wrapper .main_content .inner_content.widest {
    width: 768px;
  }
  .wrapper .main_content .inner_content {
    width: 540px;
  }
  .wrapper .main_content .inner_content .cat_main_block .section .block .item:nth-child(3) {
    margin-left: 0px;
  }
  .wrapper .main_content .inner_content .order-checkout .bx_order_make .order_cart {
    display: none;
  }
  .wrapper .main_content .inner_content .blog_list .main_item {
    display: none;
  }
  .wrapper .main_content .inner_content .about_page .txt_1.active .item:nth-child(1) {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  .wrapper .main_content .inner_content .about_page .txt_1.active .item:nth-child(2) {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .wrapper .main_content .inner_content .about_page .txt_1.active .item:nth-child(3) {
    left: 0px;
    opacity: 1;
  }
  .wrapper .main_content .inner_content .about_page .txt_1.active .item:nth-child(4) {
    left: 320px;
    opacity: 1;
  }
  .wrapper .main_content .inner_content .about_page .txt_1.active .item:nth-child(5) {
    opacity: 1;
  }
  .wrapper .main_content .inner_content .about_page .txt_1.active .item:nth-child(6) {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .wrapper .main_content .inner_content .about_page .txt_1 {
    position: relative;
    height: 960px;
    width: 640px;
    margin: 0px auto 80px auto;
  }
  .wrapper .main_content .inner_content .about_page .txt_1 .item {
    width: 320px;
    height: 320px;
    padding: 10px;
    position: absolute;
    font: 18px/20px serveroff;
    color: #4d4d4d;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
  }
  .wrapper .main_content .inner_content .about_page .txt_1 .item img {
    width: 100%;
  }
  .wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(1) {
    top: -320px;
    opacity: 0;
    left: 0px;
  }
  .wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(1) img {
    width: auto;
  }
  .wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(2) {
    top: 0px;
    left: 320px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(3) {
    top: 320px;
    left: -320px;
    opacity: 0;
  }
  .wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(4) {
    top: 320px;
    left: 640px;
    opacity: 0;
  }
  .wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(5) {
    top: 640px;
    left: 0px;
    opacity: 0;
  }
  .wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(6) {
    top: 640px;
    left: 320px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .wrapper .main_content .inner_content .about_page .txt_2 {
    background-image: url(../img/dsgn.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 800px;
    position: relative;
    margin-bottom: 80px;
  }
  .wrapper .main_content .inner_content .about_page .txt_2 .item {
    position: absolute;
    right: 50%;
    margin-right: -275px;
    top: 140px;
    width: 550px;
    height: 550px;
    font: 22px/28px serveroff;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 275px;
    -moz-border-radius: 275px;
    border-radius: 275px;
    text-align: center;
    padding: 62px;
    color: #fff;
    letter-spacing: 2px;
  }
  .wrapper .main_content .inner_content .about_page .txt_3.active .block .item:nth-child(2) {
    left: 360px;
    opacity: 1;
  }
  .wrapper .main_content .inner_content .about_page .txt_3.active .block .item:nth-child(3) {
    left: 0px;
    opacity: 1;
  }
  .wrapper .main_content .inner_content .about_page .txt_3 {
    margin-bottom: 80px;
    width: 720px;
    margin: 0px auto 80px auto;
  }
  .wrapper .main_content .inner_content .about_page .txt_3 .title {
    font: 40px/45px serveroff;
    margin-bottom: 30px;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
  }
  .wrapper .main_content .inner_content .about_page .txt_3 .block {
    position: relative;
    height: 720px;
  }
  .wrapper .main_content .inner_content .about_page .txt_3 .block .item {
    width: 360px;
    height: 360px;
    padding: 10px;
    position: absolute;
    font: 20px/24px serveroff;
    color: #4d4d4d;
    letter-spacing: 2px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
  }
  .wrapper .main_content .inner_content .about_page .txt_3 .block .item img {
    max-width: 100%;
  }
  .wrapper .main_content .inner_content .about_page .txt_3 .block .item:nth-child(1) {
    top: 0px;
    left: 0px;
    text-align: right;
  }
  .wrapper .main_content .inner_content .about_page .txt_3 .block .item:nth-child(2) {
    top: 0px;
    left: 640px;
    opacity: 0;
  }
  .wrapper .main_content .inner_content .about_page .txt_3 .block .item:nth-child(3) {
    top: 360px;
    left: -360px;
    opacity: 0;
  }
  .wrapper .main_content .inner_content .about_page .txt_3 .block .item:nth-child(4) {
    top: 360px;
    left: 360px;
    text-align: left;
  }
  .wrapper .main_content .inner_content .about_page .about_slider .carousel .carousel-inner .item {
    height: 740px;
    background: #eaeaea;
  }
  .wrapper .main_content .inner_content .about_page .about_slider .carousel .carousel-inner .item .bg {
    min-width: 100%;
    height: 100%;
  }
  .wrapper .main_content .inner_content .about_page .about_slider .carousel .carousel-inner .item .name {
    font: 48px/50px serveroff;
    color: #fff;
    position: absolute;
    width: 720px;
    left: 50%;
    top: 40px;
    margin-left: -360px;
    text-transform: uppercase;
    letter-spacing: 5px;
    z-index: 100;
  }
  .wrapper .main_content .inner_content .about_page .about_slider .carousel .carousel-inner .item .txt {
    position: absolute;
    width: 360px;
    height: 360px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 53px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    border-radius: 180px;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
    opacity: 1;
    top: 200px;
    right: 50%;
    margin-right: -180px;
    font: 22px/28px serveroff;
    line-height: 28px;
    color: #1b1b1b;
    z-index: 100;
  }
  .wrapper .main_content .inner_content .about_page .map {
    height: 350px;
    background: #eaeaea;
    margin-bottom: 80px;
  }
  .wrapper .main_content .inner_content .about_page .contacts {
    width: 720px;
    margin: 0px auto;
  }
  .wrapper .main_content .inner_content .about_page .contacts .item {
    width: 50%;
    padding: 0px 10px 20px 10px;
    float: left;
    font: 16px/20px serveroff;
    color: #858585;
  }
  .wrapper .main_content .inner_content .about_page .contacts .item .name {
    font: 23px/23px serveroff;
    padding-left: 40px;
    border-left: 2px solid #c60015;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    position: relative;
    color: #333;
  }
  .wrapper .main_content .inner_content .about_page .contacts .item .name span.icn {
    position: absolute;
    padding: 0px;
    left: 6px;
    top: 0px;
    line-height: 23px;
  }
  .wrapper .main_content .inner_content .about_page .contacts .item span {
    display: block;
    color: #1b1b1b;
    font: 22px/25px serveroff;
    padding: 5px 0px;
  }
  .wrapper .main_content .inner_content .about_page .contacts .item b {
    color: #333;
  }
  .wrapper .main_content .inner_content .contact .contacts {
    width: 768px;
  }
  .wrapper .main_content .inner_content .main_sections {
    margin-bottom: 30px;
    width: 768px;
  }
  .wrapper .main_content .inner_content .main_sections a {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    height: 270px;
  }
  .wrapper .main_content .inner_content .factory {
    width: 450px;
    margin-right: 20px;
  }
  .wrapper .main_content .inner_content .factory .block .item .img {
    width: 150px;
    height: 150px;
    margin-right: 20px;
  }
  .wrapper .main_content .inner_content .factory .block .item .desc .txt {
    font-size: 17px;
  }
  .wrapper .main_content .inner_content .blog {
    float: left;
    width: 298px;
  }
  .wrapper .main_content .inner_content .blog .block .item .txt {
    font-size: 17px;
  }
  .wrapper .main_content .inner_content .blog .block .item .img {
    height: 130px;
  }
  .wrapper .main_content .inner_content .buy_more .cat_list .item:nth-child(3) {
    margin-top: 0px;
  }
  .wrapper .main_content .inner_content .buy_more .cat_list .item:nth-child(2n+1) {
    margin-left: 60px;
  }
  .wrapper .main_content .inner_content .buy_more .cat_list .item:nth-child(3n+1) {
    margin-left: 0px;
  }
  .wrapper .main_content .inner_content .cat_list .item:nth-child(3) {
    margin-top: 60px;
  }
  .wrapper .main_content .inner_content .cat_list .item:nth-child(3n+1) {
    margin-left: 60px;
  }
  .wrapper .main_content .inner_content .cat_list .item:nth-child(2n+1) {
    margin-left: 0px;
  }
  .wrapper .main_content .inner_content .cat_detail .img {
    width: 400px;
    margin-right: 15px;
  }
  .wrapper .main_content .inner_content .cat_detail .img .carousel .carousel-indicators li {
    width: 90px;
    height: 90px;
  }
  .wrapper .main_content .inner_content .cat_detail .img .carousel .carousel-indicators li img {
    max-width: 100%;
  }
  .wrapper .main_content .inner_content .cat_detail .desc {
    width: 350px;
  }
  .wrapper .main_content .inner_content .cat_detail .desc .props .item {
    width: 115px;
  }
  .wrapper footer {
    background: #1b1b1b;
    border-top: 7px solid #ededed;
  }
  .wrapper footer .inner {
    width: 768px;
    margin: 0px auto;
    padding: 30px 0px 10px 0px;
  }
  .wrapper footer .inner .menu {
    margin-bottom: 30px;
  }
  .wrapper footer .inner .menu .block .main {
    margin-bottom: 15px;
  }
  .wrapper footer .inner .menu .block .main a {
    letter-spacing: 3px;
  }
  .wrapper footer .inner .menu .block span {
    font-size: 16px !important;
  }
  .popaps .info_popap {
    width: 768px;
    background: #fff;
    padding: 10px;
  }

  .wrapper header .inner .logo {
        left: 0px;
       /* margin-top: 20px;*/
  }

  .select-language {
    /*top: -37px;
    left: 40px;
    z-index: 200;*/
    top: -30px;
    right: 110px;
    z-index: 200;
  }

  /*.select-language {
        margin-left: 115px;
        padding-top: 5px;
    }*/
}
@media (max-width: 767px) {
  .wrapper {
    min-width: 320px;
    position: relative;
  }
  .wrapper header .inner {
    width: 320px;
  }
  .wrapper header .inner .logo {
    top: 20px;
    left: 50%;
    margin-left: -40px;
     margin-top: 0px;
  }
  .wrapper header .inner .logo a img {
    width: 80px;
  }
  .wrapper header .inner .menu {
    left: 0px;
    top: 20px;
    margin-top: 0px;
  }
  .wrapper header .inner .menu .drop_menu {
    display: block;
  }
  .wrapper header .inner .menu .drop_menu a {
    padding: 18px 15px;
    display: block;
    width: 70px;
  }
  .wrapper header .inner .menu .drop_menu a span:nth-child(1) {
    margin-top: 0px;
  }
  .wrapper header .inner .menu .drop_menu a span {
    display: block;
    height: 7px;
    background: #000;
    margin-top: 7px;
  }
  .wrapper header .inner .menu .block {
    opacity: 0;
    visibility: hidden;
    width: 320px;
    position: absolute;
    top: 80px;
    z-index: 100;
  }
  .wrapper header .inner .menu .block .item {
    float: none;
    width: 100%;
  }
  .wrapper header .inner .menu .block .item a.main {
    padding: 10px 10px;
    background: rgba(0, 0, 0, 0.7);
    font: 24px/26px serveroff;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
  }
  .wrapper header .inner .menu .block .item a.main.menu-auth-link {
     display:block;
     color: #c60015;
  }


  .wrapper header .inner .menu .block .item .drop {
    position: static;
    width: 320px;
    left: 0px;
    top: 0px;
    padding: 0px;
    background: none;
    box-shadow: none;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    opacity: 1;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
  }
  .wrapper header .inner .menu .block .item .drop a {
    display: block;
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.9);
    font: 17px/20px serveroff;
    color: #999;
    border-bottom: 1px solid #999;
    margin-top: 0px;
  }
  .wrapper header .inner .menu .block .item.active .drop {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .wrapper header .inner .menu .block.active {
    opacity: 1;
    visibility: visible;
  }

  .wrapper header .inner .phone {
	position: relative;
	top: 90px;
	left: 110px;
	display:block;
  }
   .wrapper header .inner .phone .icons {
	display:none;
   }

   .wrapper header .inner {
	height: 140px;
   }

  /*.wrapper header .inner .phone {
    display: none;
  }*/
  .wrapper header .inner .lk {
    display: none;
  }
  .wrapper header .inner .cart {
    right: 20px;
  }
  .wrapper .slider .carousel .carousel-inner .item {
    height: 200px;
    background: #eaeaea;
  }
  .wrapper .slider .carousel .carousel-inner .item:nth-child(2) {
    background: #333;
  }
  .wrapper .slider .carousel .carousel-inner .item:nth-child(3) {
    background: #666;
  }
  .wrapper .cart2 {
    right: 0px;
    width: 100%;
    margin-right: 0px;
  }
  .wrapper .cart2 .order_cart {
    width: 100%;
  }
  .wrapper .cart2 .order_cart .block {
    max-height: 190px;
  }
  .wrapper .order_confirm {
    height: auto;
    padding-bottom: 40px;
  }
  .wrapper .order_confirm .title {
    margin-bottom: 400px;
  }
  .wrapper .order_confirm .title .inner {
    width: 320px;
  }
  .wrapper .order_confirm .info {
    width: 320px;
    border-radius: 50px;
    margin-right: 0px;
    position: static;
    margin: 0px auto;
    padding: 30px 10px;
    margin-top: 40px;
  }
  .wrapper .about_bg {
    height: 300px;
  }
  .wrapper .about_bg .txt {
    width: 320px;
    margin-left: -160px;
    margin-top: -100px;
  }
  .wrapper .about_bg .txt img {
    width: 100%;
  }
  .wrapper .main_content {
    width: 320px;
    margin: 0px auto;
  }
  .wrapper .main_content .left_sidebar {
    z-index: 99;
    position: fixed;
    top: 100px;
    left: 0px;
    padding-right: 60px;
    float: none;
    width: auto;
    height: 100%;
  }
  .wrapper .main_content .left_sidebar .cat_menu_url {
    position: absolute;
    top: 40px;
    right: 0px;
    display: block;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    width: 60px;
    text-align: center;
    padding: 10px 0px;
    font: 40px/50px serveroff;
    color: #fff;
    text-transform: uppercase;
  }
  .wrapper .main_content .left_sidebar .cat_menu_url a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
  .wrapper .main_content .left_sidebar .cat_menu_url a:hover {
    text-decoration: none;
  }
  .wrapper .main_content .left_sidebar .menu_url {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    width: 60px;
    text-align: center;
    padding: 10px 0px;
    font: 40px/50px serveroff;
    color: #fff;
    text-transform: uppercase;
  }
  .wrapper .main_content .left_sidebar .menu_url a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
  .wrapper .main_content .left_sidebar .menu_url a:hover {
    text-decoration: none;
  }
  .wrapper .main_content .left_sidebar .cat_menu {
    background: rgba(255, 255, 255, 0.9);
    width: 260px;
	margin-top: 40px;
    padding-right: 60px;
    height: 100%;
    opacity: 1;
    display: none;
  }
  .wrapper .main_content .left_sidebar .menu {
    background: rgba(255, 255, 255, 0.9);
    width: 260px;
    padding-right: 60px;
    height: 100%;
    opacity: 1;
    display: none;
  }
  .wrapper .main_content .left_sidebar .filter {
    display: none;
  }
  .wrapper .main_content .inner_content.widest {
    width: 320px;
  }
  .wrapper .main_content .inner_content {
    width: 320px;
    padding: 10px 0px;
  }
  .wrapper .main_content .inner_content a.pay_order_top {
    width: 320px;
    height: 320px;
    border-radius: 160px;
    top: -850px;
  }
  .wrapper .main_content .inner_content .about_page .txt_1.active .item:nth-child(1) {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  .wrapper .main_content .inner_content .about_page .txt_1.active .item:nth-child(2) {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .wrapper .main_content .inner_content .about_page .txt_1.active .item:nth-child(3) {
    left: 0px;
    opacity: 1;
  }
  .wrapper .main_content .inner_content .about_page .txt_1.active .item:nth-child(4) {
    left: 0px;
    opacity: 1;
  }
  .wrapper .main_content .inner_content .about_page .txt_1.active .item:nth-child(5) {
    opacity: 1;
  }
  .wrapper .main_content .inner_content .about_page .txt_1.active .item:nth-child(6) {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .wrapper .main_content .inner_content .about_page .txt_1 {
    position: relative;
    height: 1920px;
    width: 320px;
    margin: 0px auto 80px auto;
  }
  .wrapper .main_content .inner_content .about_page .txt_1 .item {
    width: 320px;
    height: 320px;
    padding: 10px;
    position: absolute;
    font: 18px/20px serveroff;
    color: #4d4d4d;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
  }
  .wrapper .main_content .inner_content .about_page .txt_1 .item img {
    width: 100%;
  }
  .wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(1) {
    top: -320px;
    opacity: 0;
    left: 0px;
  }
  .wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(1) img {
    width: auto;
  }
  .wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(2) {
    top: 320px;
    left: 0px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(3) {
    top: 640px;
    left: -320px;
    opacity: 0;
  }
  .wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(4) {
    top: 960px;
    left: 320px;
    opacity: 0;
  }
  .wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(5) {
    top: 1280px;
    left: 0px;
    opacity: 0;
  }
  .wrapper .main_content .inner_content .about_page .txt_1 .item:nth-child(6) {
    top: 1600px;
    left: 0px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .wrapper .main_content .inner_content .about_page .txt_2 {
    background-image: url(../img/dsgn.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    margin-bottom: 80px;
  }
  .wrapper .main_content .inner_content .about_page .txt_2 .item {
    position: absolute;
    right: 50%;
    margin-right: -150px;
    top: 50px;
    width: 300px;
    height: 400px;
    font: 17px/22px serveroff;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 40px 10px;
    color: #fff;
    letter-spacing: 0px;
  }
  .wrapper .main_content .inner_content .about_page .txt_3.active .block .item:nth-child(2) {
    left: 0px;
    opacity: 1;
  }
  .wrapper .main_content .inner_content .about_page .txt_3.active .block .item:nth-child(3) {
    left: 0px;
    opacity: 1;
  }
  .wrapper .main_content .inner_content .about_page .txt_3 {
    width: 320px;
    margin: 0px auto 80px auto;
  }
  .wrapper .main_content .inner_content .about_page .txt_3 .title {
    font: 40px/45px serveroff;
    margin-bottom: 30px;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
  }
  .wrapper .main_content .inner_content .about_page .txt_3 .block {
    position: relative;
    height: 1080px;
  }
  .wrapper .main_content .inner_content .about_page .txt_3 .block .item {
    width: 320px;
    height: 320px;
    padding: 10px;
    position: absolute;
    font: 17px/20px serveroff;
    color: #4d4d4d;
    letter-spacing: 2px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
  }
  .wrapper .main_content .inner_content .about_page .txt_3 .block .item img {
    max-width: 100%;
  }
  .wrapper .main_content .inner_content .about_page .txt_3 .block .item:nth-child(1) {
    top: 0px;
    left: 0px;
    text-align: right;
  }
  .wrapper .main_content .inner_content .about_page .txt_3 .block .item:nth-child(2) {
    top: 320px;
    left: 320px;
    opacity: 0;
  }
  .wrapper .main_content .inner_content .about_page .txt_3 .block .item:nth-child(3) {
    top: 540px;
    left: -320px;
    opacity: 0;
  }
  .wrapper .main_content .inner_content .about_page .txt_3 .block .item:nth-child(4) {
    top: 760px;
    left: 0px;
    text-align: left;
  }
  .wrapper .main_content .inner_content .about_page .about_slider .carousel .carousel-inner .item {
    height: 540px;
    background: #eaeaea;
  }
  .wrapper .main_content .inner_content .about_page .about_slider .carousel .carousel-inner .item .bg {
    min-width: 100%;
    height: 100%;
  }
  .wrapper .main_content .inner_content .about_page .about_slider .carousel .carousel-inner .item .name {
    font: 28px/35px serveroff;
    color: #fff;
    position: absolute;
    width: 320px;
    left: 50%;
    top: 40px;
    margin-left: -160px;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 100;
  }
  .wrapper .main_content .inner_content .about_page .about_slider .carousel .carousel-inner .item .txt {
    position: absolute;
    width: 360px;
    height: 360px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 53px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    border-radius: 180px;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
    opacity: 1;
    top: 100px;
    right: 50%;
    margin-right: -180px;
    font: 22px/28px serveroff;
    line-height: 28px;
    color: #1b1b1b;
    z-index: 100;
  }
  .wrapper .main_content .inner_content .about_page .map {
    height: 350px;
    background: #eaeaea;
    margin-bottom: 80px;
  }
  .wrapper .main_content .inner_content .about_page .contacts {
    width: 320px;
    margin: 0px auto;
  }
  .wrapper .main_content .inner_content .about_page .contacts .item {
    width: 100%;
    padding: 0px 10px 20px 10px;
    float: none;
    font: 16px/20px serveroff;
    color: #858585;
  }
  .wrapper .main_content .inner_content .about_page .contacts .item .name {
    font: 23px/23px serveroff;
    padding-left: 40px;
    border-left: 2px solid #c60015;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    position: relative;
    color: #333;
  }
  .wrapper .main_content .inner_content .about_page .contacts .item .name span.icn {
    position: absolute;
    padding: 0px;
    left: 6px;
    top: 0px;
    line-height: 23px;
  }
  .wrapper .main_content .inner_content .about_page .contacts .item span {
    display: block;
    color: #1b1b1b;
    font: 22px/25px serveroff;
    padding: 5px 0px;
  }
  .wrapper .main_content .inner_content .about_page .contacts .item b {
    color: #333;
  }
  .wrapper .main_content .inner_content .contact .contacts {
    width: 320px;
  }
  .wrapper .main_content .inner_content .contact .contacts .item {
    float: none;
    margin: 0px 0px 20px 0px;
    width: 320px;
  }
  .wrapper .main_content .inner_content .contact .title2 {
    font: 35px/40px serveroff;
    letter-spacing: 1px;
  }
  .wrapper .main_content .inner_content .order-checkout {
    width: 320px;
  }
  .wrapper .main_content .inner_content .order-checkout .bx_order_make .location .bx-slst .bx-ui-slst-pool {
    height: 160px;
  }
  .wrapper .main_content .inner_content .order-checkout .bx_order_make .location .bx-slst .bx-ui-slst-pool .dropdown-block {
    margin-left: 0px;
    width: 320px !important;
  }
  .wrapper .main_content .inner_content .order-checkout .bx_order_make .delivery .block .item {
    width: auto;
  }
  .wrapper .main_content .inner_content .order-checkout .bx_order_make .payments .block .item {
    width: auto;
  }
  .wrapper .main_content .inner_content .order-checkout .bx_order_make .props .block .item {
    float: none;
    width: auto;
    margin: 0px 0px 5px 0px;
  }
  .wrapper .main_content .inner_content .cart {
    width: 320px;
  }
  .wrapper .main_content .inner_content .cart .block .item:nth-child(1) {
    border-top: none;
  }
  .wrapper .main_content .inner_content .cart .block .item {
    border-top: 1px solid #a5a5a5;
    position: relative;
  }
  .wrapper .main_content .inner_content .cart .block .item .img {
    float: none;
    margin: 0px auto;
    height: 150px;
  }
  .wrapper .main_content .inner_content .cart .block .item .desc {
    text-align: center;
    float: none;
    width: auto;
    padding-top: 0px;
    margin-top: -40px;
  }
  .wrapper .main_content .inner_content .cart .block .item .desc .section {
    display: none;
  }
  .wrapper .main_content .inner_content .cart .block .item .desc .art {
    display: none;
  }
  .wrapper .main_content .inner_content .cart .block .item .price {
    float: none;
    width: auto;
    text-align: center;
    line-height: 40px;
  }
  .wrapper .main_content .inner_content .cart .block .item .quant {
    float: none;
    width: auto;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .wrapper .main_content .inner_content .cart .block .item .quant span {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font: 25px/48px Arial;
  }
  .wrapper .main_content .inner_content .cart .block .item .quant i {
    font: bold 27px/35px Arial;
    width: 50px;
  }
  .wrapper .main_content .inner_content .cart .block .item .action {
    float: none;
    width: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 30px;
  }
  .wrapper .main_content .inner_content .cart .urls a.to_order {
    padding: 0px 20px;
  }
  .wrapper .main_content .inner_content .cart .coupon a.to_order {
    padding: 0px 15px;
    font: 18px/35px serveroff;
  }
  .wrapper .main_content .inner_content .cart .coupon input {
    height: 37px;
    /*width: 190px;*/
    width: 170px;
  }
  .wrapper .main_content .inner_content .cart .all_price {
    padding: 20px 0px;
  }
  .wrapper .main_content .inner_content .cart .all_price .name {
    font: 20px/25px serveroff;
  }
  .wrapper .main_content .inner_content .cart .all_price .price {
    font: 25px/25px blackoak;
  }
  .wrapper .main_content .inner_content .cat_list .item {
    float: none;
    margin: 0px auto 70px auto;
  }
  .wrapper .main_content .inner_content .cat_list .item .img a.add_cart {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  .wrapper .main_content .inner_content .cat_list .item .price {
    opacity: 1;
    top: 220px;
  }
  .wrapper .main_content .inner_content .cat_list .item:nth-child(2n+1) {
    float: none;
    margin: 0px auto 70px auto;
  }
  .wrapper .main_content .inner_content .cat_list .item:nth-child(3n+1) {
    float: none;
    margin: 0px auto 70px auto;
  }
  .wrapper .main_content .inner_content .cat_detail .img {
    float: none;
    width: 320px;
    margin-bottom: 30px;
  }
  .wrapper .main_content .inner_content .cat_detail .img .carousel .carousel-indicators li {
    width: 70px;
    height: 70px;
  }
  .wrapper .main_content .inner_content .cat_detail .desc {
    float: none;
    width: 320px;
  }
  .wrapper .main_content .inner_content .cat_detail .desc .props .item {
    width: auto;
    float: none;
  }
  .wrapper .main_content .inner_content .cat_detail .desc .props .item .txt {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    background: none;
    text-align: center;
  }
  .wrapper .main_content .inner_content .cat_detail .desc .props .item .txt span {
    display: none;
  }
  .wrapper .main_content .inner_content .cat_detail .desc .buy_block {
    float: none;
  }
  .wrapper .main_content .inner_content .cat_detail .desc .buy_block a {
    float: none;
    margin: 10px auto;
    width: 200px;
    text-align: center;
  }
  .wrapper .main_content .inner_content .cat_detail .desc .buy_block .size {
    float: none;
    margin: 10px 0px;
    text-align: center;
  }
  .wrapper .main_content .inner_content .cat_detail .desc .buy_block span {
    float: none;
    margin: 10px 0px;
    text-align: center;
  }
  .wrapper .main_content .inner_content .buy_more .cat_list .item {
    float: none;
    margin: 0px auto 70px auto;
  }
  .wrapper .main_content .inner_content .buy_more .cat_list .item .img a.add_cart {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  .wrapper .main_content .inner_content .buy_more .cat_list .item .price {
    opacity: 1;
    top: 220px;
  }
  .wrapper .main_content .inner_content .buy_more .cat_list .item:nth-child(2n+1) {
    float: none;
    margin: 0px auto 70px auto;
  }
  .wrapper .main_content .inner_content .buy_more .cat_list .item:nth-child(3n+1) {
    float: none;
    margin: 0px auto 70px auto;
  }
  .wrapper .main_content .inner_content .main_sections {
    margin-bottom: 20px;
    width: 320px;
  }
  .wrapper .main_content .inner_content .main_sections a {
    height: 235px;
    float: none;
    width: 100%;
    text-align: center;
  }
  .wrapper .main_content .inner_content .main_sections a img {
    max-height: 265px;
    position: static;
    display: inline;
  }
  .wrapper .main_content .inner_content .factory {
    width: 320px;
    margin-right: 0px;
    float: none;
    margin-bottom: 20px;
  }
  .wrapper .main_content .inner_content .factory .block .item .img {
    width: 150px;
    height: 150px;
    margin: 0px auto 10px auto;
    float: none;
  }
  .wrapper .main_content .inner_content .factory .block .item .desc .name {
    text-align: center;
  }
  .wrapper .main_content .inner_content .factory .block .item .desc .txt {
    font-size: 17px;
    text-align: center;
  }
  .wrapper .main_content .inner_content .blog {
    float: left;
    width: 320px;
  }
  .wrapper .main_content .inner_content .blog .block .item .txt {
    font-size: 17px;
  }
  .wrapper .main_content .inner_content .blog .block .item .img {
    height: 130px;
  }
  .wrapper .main_content .inner_content .blog_list {
    width: 320px;
  }
  .wrapper .main_content .inner_content .blog_list .item {
    width: 320px;
  }
  .wrapper .main_content .inner_content .blog_list .item .img {
    float: none;
    margin: 0px 0px 10px 0px;
  }
  .wrapper footer {
    background: #1b1b1b;
    border-top: 7px solid #ededed;
  }
  .wrapper footer .inner {
    width: 320px;
    margin: 0px auto;
    padding: 30px 0px 10px 0px;
  }
  .wrapper footer .inner .menu {
    margin-bottom: 30px;
  }
  .wrapper footer .inner .menu .block:nth-child(1),
  .wrapper footer .inner .menu .block:nth-child(2),
  .wrapper footer .inner .menu .block:nth-child(3) {
    display: none;
  }
  .wrapper footer .inner .menu .block {
    float: none;
    width: 320px;
  }
  .wrapper footer .inner .menu .block .main {
    margin-bottom: 15px;
  }
  .wrapper footer .inner .menu .block .main a {
    letter-spacing: 3px;
  }
  .wrapper footer .inner .menu .block span {
    font-size: 16px !important;
  }
  .popaps .info_popap {
    width: 320px;
    background: #fff;
    padding: 10px;
  }
  .popaps .info_popap .item {
    width: 100%;
    padding: 20px 0px;
    float: none;
  }

    .select-language {
        display:block;
        top: 0;
        left: 0;
        margin-left: 15px;
        padding-top: 5px;
    }
}

.cart_wr {
	position:relative;
}

.confirm_order_text {
	padding: 0 0 0 6px;
    font-size: 15px;
}
