@charset "UTF-8";
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
  margin: 0;
  padding: 0; }

img {
  border: none; }

body {
  font-family: "PT Sans",Helvetica,Arial,sans-serif;
  background-color: #fff;
  font-weight: 400;
  min-width: 100%; }

.clr {
  clear: both; }

.none {
  display: none !important; }

/*input,
textarea,
select{
	 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	 -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; 
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}*/
.gfdsgfdsgf {
  display: none; }

.delivery {
  display: none; }

.btn {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  top: 0;
  text-decoration: none !important;
  *display: inline;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 12px !important;
  padding: 5px 10px; }
  .btn i {
    position: relative;
    top: 1px;
    font-size: 14px !important; }
  .btn:disabled {
    opacity: 0.5; }
  .btn:active {
    position: relative;
    top: 1px; }

.btn_1 {
  background: #5BB65B;
  color: #fff !important; }
  .btn_1:hover {
    background: #5FBE5F; }

.btn_2 {
  background: #EDEDED;
  color: #333 !important; }
  .btn_2:hover {
    background: #F7F7F7; }

.btn_3 {
  background: #ED6454;
  color: #fff !important; }
  .btn_3:hover {
    background: #ED7567; }

.btn_4 {
  background: #2088B3;
  color: #fff !important; }
  .btn_4:hover {
    background: #2495C5; }

a {
  text-decoration: underline;
  color: #5583B4; }
  a:hover {
    text-decoration: none; }

.continer {
  position: relative;
  max-width: 1280px;
  min-width: 1000px;
  width: auto;
  margin: 0 auto;
  z-index: 5;
  padding: 0 10px;
  overflow: hidden; }

.top {
  width: 100%;
  min-width: 1000px;
  display: block;
  border-bottom: 1px solid #D6D7DA;
  background-color: #0F6EA5;
  /*box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, .5);*/
  border-bottom-color: #e3e3e3; }
  .top .continer {
    position: relative; }
    .top .continer .logo {
      float: left;
      margin-top: 20px;
      width: 200px;
      height: 62px;
      padding-bottom: 20px;
      display: block; }
      .top .continer .logo img {
        width: 200px;
        height: 62px; }
    .top .continer .phone_search {
      /*margin: 0 auto;*/
      width: 35%;
      position: absolute;
      left: 50%;
      top: 15px;
      margin-left: -17.5%; }
      .top .continer .phone_search .phone {
        /* width: 200px;
				padding-top: 30px;*/
        /* .icon{
					border: 3px solid #9ED8FC;
					-webkit-border-radius: 50%;
					-moz-border-radius: 50%;
					border-radius: 50%;
					width: 30px;
					height: 30px;
					font-size: 18px;
					color: #9ED8FC;
					text-align: center;
					line-height: 30px;
					float: left;
					margin-right: 10px;
				}*/ }
        .top .continer .phone_search .phone .fa {
          border: 2px solid #9ED8FC;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          font-size: 14px;
          color: #9ED8FC;
          text-align: center;
          line-height: 20px;
          float: left;
          margin-right: 4px; }
        .top .continer .phone_search .phone span {
          margin-right: 30px;
          float: left;
          font-weight: 900;
          color: #fff;
          font-size: 18px;
          -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          -moz-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
          .top .continer .phone_search .phone span:last-child {
            margin-right: 0; }
      .top .continer .phone_search .search {
        width: 100%;
        position: relative;
        padding-top: 30px; }
        .top .continer .phone_search .search i {
          position: absolute;
          top: 30px;
          right: -10px;
          font-size: 14px;
          color: #777;
          width: 50px;
          height: 36px;
          text-align: center;
          line-height: 36px;
          color: #fff;
          background-color: #F86153;
          -webkit-border-radius: 0 5px 5px 0;
          -moz-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0; }
        .top .continer .phone_search .search input {
          float: left;
          font-size: 14px;
          color: #777;
          width: 90%;
          height: 36px;
          /*padding-right: 10%;*/
          padding: 0 20px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          border: none;
          outline: none;
          -webkit-box-shadow: inset 0 1px 2px #eeeeee;
          box-shadow: inset 0 1px 2px #eeeeee; }
    .top .continer .cart_top {
      float: right;
      width: 160px;
      margin-top: 30px;
      cursor: pointer; }
      .top .continer .cart_top .cart_info .cart_icon {
        margin-right: 15px;
        float: left;
        width: 50px;
        height: 50px;
        color: #fff;
        -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        -moz-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        font-size: 22px;
        text-align: center;
        line-height: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #8FCB13;
        position: relative; }
        .top .continer .cart_top .cart_info .cart_icon .count {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          background-color: #F86153;
          width: 20px;
          height: 20px;
          font-size: 10px;
          line-height: 20px;
          font-weight: bold;
          position: absolute;
          top: 0;
          right: -5px; }
      .top .continer .cart_top .cart_info span {
        padding-top: 7px;
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 16px; }
        .top .continer .cart_top .cart_info span span {
          color: #9ED8FC;
          padding-top: 0; }
  .top .menu {
    padding: 10px 0;
    background-color: #1E89CC;
    border-bottom: 1px solid #229DEA; }
    .top .menu .right {
      float: right; }
      .top .menu .right li {
        font-size: 14px;
        color: #9ED8FC;
        cursor: pointer; }
        .top .menu .right li:last-child {
          padding-right: 0; }
    .top .menu ul li {
      float: left;
      list-style: none;
      padding: 0 10px; }
      .top .menu ul li:first-child {
        padding-left: 0; }
      .top .menu ul li a {
        font-size: 14px;
        color: #C7E8FC;
        text-decoration: underline; }
        .top .menu ul li a:hover {
          text-decoration: none;
          color: #fff; }

.global_menu {
  width: 100%;
  position: relative;
  /*border: 1px solid #D6D7DA;*/
  border-radius: 3px;
  box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
  -webkit-box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
  -moz-box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
  z-index: 10;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f4f8+0,e5e6ea+100 */
  background: #f1f4f8;
  /* Old browsers */
  /*  background: linear-gradient(to top, #f1f1f1, #ffffff);
	background: -webkit-linear-gradient(bottom, #f1f1f1, #ffffff);
	background: -ms-linear-gradient(#ffffff, #f1f1f1);
	background: -moz-linear-gradient(top, #ffffff, #f1f1f1);
	background: -o-linear-gradient(to top, #f1f1f1, #ffffff);
	border: 1px solid #DADADA;*/ }
  .global_menu .continer {
    overflow: inherit;
    font-size: 0;
    line-height: 0; }
  .global_menu li {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #D6D7DA;
    list-style: none;
    /*.w_500{
				width: 550px !important;
			}*/
    /*&:last-child{
			border-bottom: none;    
		}*/ }
    .global_menu li:first-child {
      border-left: 1px solid #D6D7DA; }
    .global_menu li a {
      color: #555;
      display: block;
      font-size: 14px;
      text-decoration: none;
      line-height: 50px; }
      .global_menu li a:hover {
        text-decoration: underline; }
    .global_menu li i {
      float: right;
      margin-top: -25px;
      margin-right: 10px;
      display: none; }
    .global_menu li:hover ul {
      display: block; }
    .global_menu li:hover {
      background-color: #F1F4F8;
      font-weight: bold; }
    .global_menu li ul {
      display: none;
      position: absolute !important;
      left: 0px;
      width: 100%;
      min-width: 100%;
      /*min-height: 100%;
			max-height: 100%;*/
      /*outline: 1px solid red;*/
      /*height: 100%;*/
      top: 50px;
      border: 1px solid #ededed;
      -webkit-border-radius: 0 3px 3px 0;
      -moz-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0;
      background-color: #fff;
      -webkit-box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
      box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
      /*.droble{
				float: right;
			}*/ }
      .global_menu li ul .fa {
        display: none !important; }
      .global_menu li ul li {
        width: 250px;
        display: inline-block;
        border: none;
        font-weight: normal; }
        .global_menu li ul li:hover {
          background-color: none !important;
          font-weight: normal; }
        .global_menu li ul li:first-child {
          border-left: none; }
      .global_menu li ul .droble {
        /*float: left;
				display: block;*/ }

.slider {
  width: 100%;
  background-color: #F2F6F9;
  height: 300px;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #E1E4E9;
  text-align: center;
  /*img{
		width: 1000px;
	}*/ }
  .slider .continer {
    position: relative; }
  .slider i {
    position: absolute;
    font-size: 50px;
    color: #999;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    opacity: 0.5; }
  .slider .fa-angle-left {
    left: 0; }
  .slider .fa-angle-right {
    right: 0; }

.main_history .history_product {
  width: 100%;
  margin-top: 50px;
  display: none;
  float: left; }
  .main_history .history_product h4 {
    font-size: 18px;
    color: #333;
    width: 100%;
    background-color: #F1F4F8;
    margin-top: 20px;
    padding: 4px 0;
    border: 1px solid #ededed; }
    .main_history .history_product h4 span {
      padding-left: 10px; }
  .main_history .history_product .center {
    width: 100%;
    text-align: left;
    display: block;
    border: 1px solid #ededed;
    padding: 20px 0;
    overflow: hidden; }
  .main_history .history_product li {
    display: inline-block;
    width: 19%;
    list-style: none;
    text-align: center;
    margin-right: 7%;
    position: relative;
    /*a,
			img{
				display: inline-block;
			}*/ }
    .main_history .history_product li:nth-child(4n) {
      margin-right: 0; }
    .main_history .history_product li .hit {
      position: absolute;
      top: 10px;
      left: 10px;
      background: url(../img/hit3.png) no-repeat;
      width: 30px;
      height: 31px;
      /*background-color: #F68400;
				color: #fff;
				font-size: 14px;
				padding: 3px 5px;
				width: 100px !important;
				text-align: left;
				-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
				-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
				box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);*/ }
    .main_history .history_product li button {
      display: none; }
    .main_history .history_product li img {
      width: 60%;
      display: block;
      padding: 5% 20%; }
    .main_history .history_product li .price {
      color: #666;
      font-weight: bold;
      text-decoration: none !important;
      display: block;
      margin-top: 10px; }
    .main_history .history_product li .name {
      display: block; }

.order_form {
  padding: 30px 0;
  display: block;
  text-align: center !important;
  border: 5px solid #f8e30a;
  margin-bottom: 50px; }
  .order_form .wrap input {
    background-color: #fff;
    color: #555;
    width: 80%;
    line-height: 40px;
    padding-left: 5px;
    border: 1px solid #E1E4E9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 16px; }
  .order_form button {
    width: 80%;
    line-height: 40px;
    font-size: 18px !important; }

.menu_global {
  position: relative;
  border-bottom: 1px solid #ededed;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
  -webkit-box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
  -moz-box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
  margin-bottom: 50px;
  z-index: 10; }
  .menu_global .title {
    display: none;
    background-color: #F1F4F8;
    line-height: 50px;
    font-size: 20px;
    font-weight: 900;
    color: #555;
    padding-left: 10px; }
  .menu_global li {
    display: inline-block;
    border-right: 1px solid #ededed;
    padding: 7px 10px; }
    .menu_global li a {
      font-size: 16px !important;
      color: #0F6EA5; }
      .menu_global li a span {
        display: none; }
    .menu_global li i {
      float: right;
      margin-top: -25px;
      margin-right: 10px; }
    .menu_global li:hover ul {
      display: block; }
    .menu_global li:hover {
      background-color: #F1F4F8; }
    .menu_global li ul {
      display: none;
      position: absolute;
      left: 296px;
      width: auto;
      min-height: 100%;
      max-height: 140%;
      height: auto;
      top: 0;
      border: 1px solid #ededed;
      -webkit-border-radius: 0 3px 3px 0;
      -moz-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0;
      background-color: #fff;
      -webkit-box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
      box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
      /*.droble{
					float: right;
				}*/ }
      .menu_global li ul .fa {
        display: none !important; }
      .menu_global li ul li {
        width: 250px;
        float: left; }
        .menu_global li ul li:hover {
          background-color: none !important; }
      .menu_global li ul .droble {
        /*float: left;
					display: block;*/ }
    .menu_global li .w_500 {
      width: 550px !important; }
    .menu_global li:last-child {
      border-bottom: none; }
    .menu_global li a {
      color: #3e77aa;
      display: block;
      font-size: 14px;
      text-decoration: none;
      line-height: 34px; }
      .menu_global li a:hover {
        text-decoration: underline; }

.wrapper {
  margin-top: 60px;
  min-height: 500px; }
  .wrapper .left_block {
    float: left;
    width: 300px; }
    .wrapper .left_block .my_desing {
      float: left;
      position: relative;
      margin-bottom: 50px; }
      .wrapper .left_block .my_desing img {
        float: left;
        width: 298px;
        border: 1px solid #ededed; }
      .wrapper .left_block .my_desing span {
        position: absolute;
        bottom: 0;
        left: -1px;
        background-color: #5583B4;
        width: 300px;
        opacity: .9;
        overflow: hidden; }
        .wrapper .left_block .my_desing span span {
          color: #fff;
          opacity: 1;
          background-color: none !important;
          padding: 4px 5px;
          display: block;
          left: 10px;
          position: relative !important; }
    .wrapper .left_block .riew_left {
      float: left; }
      .wrapper .left_block .riew_left .title {
        font-weight: bold;
        font-size: 18px;
        color: #333;
        margin-bottom: 20px; }
      .wrapper .left_block .riew_left ul li {
        width: 100%;
        display: block;
        font-size: 14px;
        color: #333;
        margin-bottom: 40px; }
        .wrapper .left_block .riew_left ul li span {
          font-weight: bold; }
          .wrapper .left_block .riew_left ul li span span {
            font-weight: normal !important;
            margin-left: 5px;
            border-bottom: 0px; }
        .wrapper .left_block .riew_left ul li p {
          border-top: 1px dashed #ededed;
          width: 100%;
          text-align: left;
          margin-top: 5px;
          padding-top: 5px; }
          .wrapper .left_block .riew_left ul li p a {
            /*font-size: 12px;*/
            font-style: italic;
            margin-top: 5px; }
  .wrapper .right_block {
    width: 100%;
    float: right;
    /*margin-left: 340px;*/
    font-size: 16px; }
    .wrapper .right_block .breadcrumb {
      margin: 14px 0;
      color: #999; }
    .wrapper .right_block .title {
      display: block;
      margin-bottom: 20px; }
      .wrapper .right_block .title h1, .wrapper .right_block .title h4 {
        color: #333;
        font-size: 30px;
        /*font-weight: normal;*/
        width: 100%;
        display: block;
        border-bottom: 2px solid #E1E4E9;
        padding-bottom: 5px; }
        .wrapper .right_block .title h1:before, .wrapper .right_block .title h4:before {
          position: absolute;
          left: 0;
          top: 50%;
          height: 2px;
          width: 100%;
          content: "";
          z-index: 1; }
    .wrapper .right_block .filter {
      float: left;
      width: 100%;
      padding: 10px 0;
      background-color: #F1F4F8;
      border: 1px solid #EDEDED;
      margin-bottom: 20px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      margin-left: -1px;
      /*select{
				width: 100%;
				height: 30px;

				option{
					height: 35px; padding:5px; line-height: 35px;
				}
			}*/ }
      .wrapper .right_block .filter span {
        padding-right: 5px; }
      .wrapper .right_block .filter div {
        padding: 0 10px; }
      .wrapper .right_block .filter label {
        margin-right: 20px; }
      .wrapper .right_block .filter input,
      .wrapper .right_block .filter select {
        background-color: #fff;
        color: #555;
        width: 190px;
        padding: 0 10px;
        line-height: 30px;
        border: 1px solid #E1E4E9;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 30px; }
      .wrapper .right_block .filter input[type="checkbox"] {
        width: 15px;
        padding: 0;
        line-height: 15px;
        height: 15px;
        margin-right: 5px; }
      .wrapper .right_block .filter .check {
        margin-bottom: 5px; }
      .wrapper .right_block .filter .title {
        font-weight: bold;
        margin: 15px 0;
        border-bottom: 1px solid #E1E4E9;
        padding-bottom: 3px; }
    .wrapper .right_block .pages {
      margin-top: 20px;
      color: #333;
      line-height: 20px;
      text-align: left;
      font-size: 14px; }
      .wrapper .right_block .pages h2 {
        font-size: 20px;
        margin-bottom: 20px; }
      .wrapper .right_block .pages h3, .wrapper .right_block .pages h4 {
        font-size: 18px;
        margin-bottom: 20px; }
      .wrapper .right_block .pages h5 {
        font-size: 16px; }
      .wrapper .right_block .pages p {
        margin-bottom: 10px;
        display: block; }
      .wrapper .right_block .pages iframe {
        display: block;
        width: 100%; }
      .wrapper .right_block .pages img {
        margin-top: 5px;
        padding: 5px;
        border: 1px solid #ededed;
        margin-right: 10px; }
      .wrapper .right_block .pages ul, .wrapper .right_block .pages ol {
        margin: 10px 0; }
        .wrapper .right_block .pages ul li, .wrapper .right_block .pages ol li {
          margin-left: 40px;
          line-height: 26px; }
    .wrapper .right_block .product_list {
      width: 100%;
      float: left; }
      .wrapper .right_block .product_list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .wrapper .right_block .product_list ul li {
          outline: 1px solid #ededed;
          list-style: none;
          position: relative;
          -webkit-box-flex: 20%;
          -ms-flex: 20%;
          flex: 20%;
          margin: 0 20px 20px 0;
          text-align: center;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
          overflow: hidden;
          padding-bottom: 40px;
          /*					// &:hover{
					//     -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, .1);
					//     -moz-box-shadow: 0 0 10px 6px rgba(0, 0, 0, .1);
					//     box-shadow: 0 0 10px 6px rgba(0, 0, 0, .1);
					// }*/ }
          .wrapper .right_block .product_list ul li .article {
            display: none; }
          .wrapper .right_block .product_list ul li:nth-child(4n) {
            margin-right: 0 !important; }
          .wrapper .right_block .product_list ul li:hover {
            -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
            -webkit-transition: 300ms;
            -o-transition: 300ms;
            transition: 300ms; }
            .wrapper .right_block .product_list ul li:hover button {
              -webkit-border-radius: 0px;
              -moz-border-radius: 0px;
              border-radius: 0px;
              background: #5BB65B;
              color: #fff !important; }
          .wrapper .right_block .product_list ul li .act {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: #F86153;
            color: #fff;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            padding: 2px 5px;
            font-size: 12px; }
          .wrapper .right_block .product_list ul li .hit {
            position: absolute;
            top: 10px;
            left: 10px;
            background: url(../img/hit3.png) no-repeat;
            width: 30px;
            height: 31px;
            /*background-color: #F68400;
						color: #fff;
						font-size: 14px;
						padding: 3px 5px;
						width: 100px !important;
						text-align: left;
						-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
						-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
						box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);*/ }
          .wrapper .right_block .product_list ul li img {
            width: 100%;
            height: auto;
            margin-bottom: 20px; }
          .wrapper .right_block .product_list ul li .price {
            text-decoration: none;
            color: #5BB65B;
            font-weight: 900;
            display: block;
            margin-bottom: 10px;
            /*display: inline-block;
						width: 100%;*/
            font-size: 18px; }
            .wrapper .right_block .product_list ul li .price span {
              text-decoration: none;
              font-size: 14px;
              font-weight: normal;
              display: inline-block; }
          .wrapper .right_block .product_list ul li a {
            text-decoration: none; }
            .wrapper .right_block .product_list ul li a span {
              display: block;
              color: #5583B4;
              /*font-weight: 900;*/
              text-decoration: underline;
              line-height: 18px; }
              .wrapper .right_block .product_list ul li a span:hover {
                text-decoration: none; }
          .wrapper .right_block .product_list ul li .info {
            text-align: center;
            padding: 10px 0;
            font-size: 12px; }
            .wrapper .right_block .product_list ul li .info .rating {
              float: none;
              display: inline-block; }
          .wrapper .right_block .product_list ul li button {
            padding: 10px 34px;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            top: unset;
            /* margin-top: 20px;
					   margin-bottom: 10px;*/ }
            .wrapper .right_block .product_list ul li button i {
              padding-right: 5px; }
      .wrapper .right_block .product_list .type2 li {
        height: 250px; }
      .wrapper .right_block .product_list .cat_text {
        float: left;
        margin-top: 50px;
        color: #999;
        position: relative; }
        .wrapper .right_block .product_list .cat_text .bg {
          background: url(../img/cat_t.png) repeat-x;
          width: 100%;
          height: 110px;
          position: absolute;
          left: 0;
          bottom: 0; }
        .wrapper .right_block .product_list .cat_text h2 {
          margin-bottom: 20px; }
        .wrapper .right_block .product_list .cat_text p {
          margin-bottom: 10px; }
        .wrapper .right_block .product_list .cat_text ul li {
          width: auto;
          height: auto;
          display: block;
          list-style: none;
          float: none;
          text-align: left;
          padding: 5px; }
          .wrapper .right_block .product_list .cat_text ul li i {
            font-size: 8px; }
          .wrapper .right_block .product_list .cat_text ul li:hover {
            -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0);
            -moz-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0);
            box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0); }
    .wrapper .right_block .top_wrapper {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr [2];
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 0;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .wrapper .right_block .product .left .img {
      width: 90%; }
      .wrapper .right_block .product .left .img li {
        list-style: none; }
      .wrapper .right_block .product .left .img .first {
        display: block; }
        .wrapper .right_block .product .left .img .first img {
          float: left;
          width: 90%;
          padding: 5%;
          border: 1px solid #ededed; }
      .wrapper .right_block .product .left .img .last {
        float: left;
        margin-top: 10px;
        margin-left: 10px; }
        .wrapper .right_block .product .left .img .last img {
          float: left;
          border: 1px solid #ededed;
          padding: 5px;
          width: 46.4px;
          height: 46.4px;
          text-align: center; }
          .wrapper .right_block .product .left .img .last img:hover {
            -webkit-box-shadow: 0 0 5px 3px rgba(241, 244, 248, 0.7);
            -moz-box-shadow: 0 0 5px 3px rgba(241, 244, 248, 0.7);
            box-shadow: 0 0 5px 3px rgba(241, 244, 248, 0.7); }
    .wrapper .right_block .product .left .tag {
      float: left;
      margin-top: 20px; }
    .wrapper .right_block .product .right {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr [1];
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 0;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .wrapper .right_block .product .right .wrap_left .order {
        overflow: hidden;
        border: 1px solid #ededed;
        background: #fbfbfb;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 40px 20px;
        margin-top: 0;
        position: relative;
        /* width: 100%;*/ }
        .wrapper .right_block .product .right .wrap_left .order .action_proc {
          position: absolute;
          top: 0;
          left: 0;
          background-color: #F86153;
          color: #ffffff;
          padding: 4px 10px; }
        .wrapper .right_block .product .right .wrap_left .order .price .summ {
          font-size: 26px;
          font-weight: bold;
          color: #333;
          float: left; }
          .wrapper .right_block .product .right .wrap_left .order .price .summ span {
            font-size: 20px; }
        .wrapper .right_block .product .right .wrap_left .order .price .cout {
          font-size: 14px;
          line-height: 33px;
          color: #333;
          font-weight: normal;
          float: right; }
          .wrapper .right_block .product .right .wrap_left .order .price .cout i {
            font-size: 16px;
            position: relative;
            top: 1px;
            color: #5BB65B; }
          .wrapper .right_block .product .right .wrap_left .order .price .cout em {
            font-size: 14px;
            line-height: 16px !important;
            color: #666;
            display: inline-block; }
      .wrapper .right_block .product .right .wrap_left .info {
        width: 100%;
        margin-top: 25px;
        text-align: center; }
        .wrapper .right_block .product .right .wrap_left .info span {
          display: inline-block; }
        .wrapper .right_block .product .right .wrap_left .info .article {
          color: #333;
          display: block;
          margin-bottom: 10px; }
        .wrapper .right_block .product .right .wrap_left .info .reviews {
          color: #333; }
        .wrapper .right_block .product .right .wrap_left .info .rating {
          float: none !important;
          margin: 0 10px;
          top: 1px; }
      .wrapper .right_block .product .right .wrap_left .click_by {
        width: 100%;
        display: block;
        position: relative;
        top: 20px; }
        .wrapper .right_block .product .right .wrap_left .click_by p {
          font-weight: bold; }
        .wrapper .right_block .product .right .wrap_left .click_by .wrap {
          width: 100%;
          position: relative;
          /*padding-right: 42px;*/ }
        .wrapper .right_block .product .right .wrap_left .click_by .tooltip {
          display: none;
          position: absolute;
          width: inherit;
          background-color: #fff;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          z-index: 5;
          top: 50px;
          left: 0;
          -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1); }
          .wrapper .right_block .product .right .wrap_left .click_by .tooltip div {
            padding: 10px; }
            .wrapper .right_block .product .right .wrap_left .click_by .tooltip div p {
              margin-bottom: 10px;
              line-height: 18px; }
          .wrapper .right_block .product .right .wrap_left .click_by .tooltip:before {
            position: absolute;
            left: 30px;
            top: -10px;
            border: 5px solid transparent;
            border-bottom: 5px solid #fff;
            content: ''; }
          .wrapper .right_block .product .right .wrap_left .click_by .tooltip .close {
            position: absolute;
            top: 5px;
            right: 10px;
            opacity: 0.5;
            cursor: pointer; }
        .wrapper .right_block .product .right .wrap_left .click_by .title {
          display: block;
          padding: 5px 0;
          font-style: italic;
          color: #454; }
        .wrapper .right_block .product .right .wrap_left .click_by input {
          background-color: #fff;
          color: #555;
          width: 98%;
          padding-left: 5px;
          line-height: 40px;
          border: 1px solid #E1E4E9;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
          display: block;
          margin-bottom: 20px;
          font-size: 16px; }
          .wrapper .right_block .product .right .wrap_left .click_by input:focus {
            outline: none; }
        .wrapper .right_block .product .right .wrap_left .click_by button {
          position: relative;
          width: 100%;
          line-height: 30px;
          font-size: 16px !important;
          font-weight: bold; }
          .wrapper .right_block .product .right .wrap_left .click_by button i {
            font-size: 20px !important; }
      .wrapper .right_block .product .right .wrap_left .social {
        position: relative;
        top: 25px;
        text-align: center; }
        .wrapper .right_block .product .right .wrap_left .social span {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          width: 25px;
          height: 25px;
          text-align: center;
          display: inline-block;
          color: #fff;
          font-size: 14px;
          line-height: 25px;
          -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          -moz-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          opacity: .7;
          cursor: pointer;
          margin: 0 5px; }
          .wrapper .right_block .product .right .wrap_left .social span:hover {
            opacity: 1; }
        .wrapper .right_block .product .right .wrap_left .social .vk {
          background-color: #5F7FA2;
          font-weight: bold; }
        .wrapper .right_block .product .right .wrap_left .social .fc {
          background-color: #3B5998; }
        .wrapper .right_block .product .right .wrap_left .social .g {
          background-color: #CF4231; }
        .wrapper .right_block .product .right .wrap_left .social .tw {
          background-color: #00B6F3; }
        .wrapper .right_block .product .right .wrap_left .social .in {
          background-color: #2086BC; }
      .wrapper .right_block .product .right .wrap_left .button_order {
        background-color: #F1F4F8;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 10px 0;
        text-align: center;
        float: left;
        width: 100%;
        margin-top: 25px; }
        .wrapper .right_block .product .right .wrap_left .button_order button {
          padding: 8px 40px;
          text-transform: uppercase;
          font-size: 14px !important; }
          .wrapper .right_block .product .right .wrap_left .button_order button i {
            font-size: 16px !important; }
      .wrapper .right_block .product .right .wrap_right {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr [3];
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .wrapper .right_block .product .right .wrap_right ul {
          text-align: center; }
          .wrapper .right_block .product .right .wrap_right ul .icon {
            font-size: 14px;
            color: #333;
            font-weight: bold; }
            .wrapper .right_block .product .right .wrap_right ul .icon i {
              background-color: #5583B4;
              color: #fff;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              width: 30px;
              height: 30px;
              text-align: center;
              line-height: 30px;
              font-size: 14px; }
          .wrapper .right_block .product .right .wrap_right ul li {
            list-style: none;
            line-height: 18px;
            color: #999;
            margin-top: 10px; }
            .wrapper .right_block .product .right .wrap_right ul li a {
              color: #999; }
            .wrapper .right_block .product .right .wrap_right ul li i {
              font-size: 5px;
              color: #999;
              position: relative;
              top: -3px; }
    .wrapper .right_block .product .bottom_wrappert {
      float: left;
      margin-top: 50px;
      width: 100%; }
      .wrapper .right_block .product .bottom_wrappert .wrapper_text {
        overflow: hidden;
        border: 1px solid #ededed;
        margin-bottom: 50px; }
        .wrapper .right_block .product .bottom_wrappert .wrapper_text div {
          float: left;
          padding: 10px; }
        .wrapper .right_block .product .bottom_wrappert .wrapper_text h3 {
          font-size: 20px;
          color: #333;
          width: 100%;
          background-color: #F1F4F8;
          padding: 14px 0;
          border: 1px solid #ededed; }
          .wrapper .right_block .product .bottom_wrappert .wrapper_text h3 span {
            padding: 0 10px; }
        .wrapper .right_block .product .bottom_wrappert .wrapper_text .text {
          float: left;
          font-size: 16px !important;
          color: #333;
          line-height: 22px; }
          .wrapper .right_block .product .bottom_wrappert .wrapper_text .text p {
            margin-bottom: 16px;
            font-size: 16px !important; }
            .wrapper .right_block .product .bottom_wrappert .wrapper_text .text p span {
              font-size: 16px !important; }
          .wrapper .right_block .product .bottom_wrappert .wrapper_text .text ul {
            display: block;
            margin-top: 10px; }
            .wrapper .right_block .product .bottom_wrappert .wrapper_text .text ul li {
              display: list-item;
              list-style-type: "🔴";
              -webkit-padding-start: 1ch;
              padding-inline-start: 1ch;
              margin-left: 30px;
              line-height: 30px; }
              .wrapper .right_block .product .bottom_wrappert .wrapper_text .text ul li span {
                font-weight: bold;
                width: 140px;
                display: inline-block; }
      .wrapper .right_block .product .bottom_wrappert .new_product {
        width: 25%;
        float: right; }
        .wrapper .right_block .product .bottom_wrappert .new_product h4 {
          font-size: 18px;
          color: #333; }
        .wrapper .right_block .product .bottom_wrappert .new_product .center {
          width: 100%;
          text-align: center;
          display: block; }
        .wrapper .right_block .product .bottom_wrappert .new_product ul {
          margin-top: 20px;
          border: 1px solid #ededed;
          overflow: hidden;
          padding: 10px; }
          .wrapper .right_block .product .bottom_wrappert .new_product ul li {
            width: 100%;
            float: left;
            list-style: none;
            margin-bottom: 20px;
            text-align: center;
            position: relative;
            margin-right: 10%; }
            .wrapper .right_block .product .bottom_wrappert .new_product ul li .hit {
              position: absolute;
              top: 10px;
              left: 10px;
              background: url(../img/hit3.png) no-repeat;
              width: 30px;
              height: 31px;
              /*background-color: #F68400;
								color: #fff;
								font-size: 14px;
								padding: 3px 5px;
								width: 100px !important;
								text-align: left;
								-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
								-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
								box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);*/ }
            .wrapper .right_block .product .bottom_wrappert .new_product ul li img {
              width: 70%;
              padding: 5% 15%;
              margin-bottom: 5px; }
            .wrapper .right_block .product .bottom_wrappert .new_product ul li a {
              display: block;
              margin-bottom: 20px; }
            .wrapper .right_block .product .bottom_wrappert .new_product ul li .act {
              display: none; }
            .wrapper .right_block .product .bottom_wrappert .new_product ul li .price {
              position: absolute;
              right: -11px;
              top: 30px;
              background-color: #F86153;
              color: #fff;
              padding: 2px 5px;
              -webkit-border-radius: 3px 0 0 3px;
              -moz-border-radius: 3px 0 0 3px;
              border-radius: 3px 0 0 3px;
              -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
              -moz-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
              text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
              .wrapper .right_block .product .bottom_wrappert .new_product ul li .price s {
                display: none; }
    .wrapper .right_block .product .other {
      margin-top: 50px;
      line-height: 20px; }
      .wrapper .right_block .product .other span {
        font-weight: bold; }
      .wrapper .right_block .product .other a:hover {
        color: #f57332; }
    .wrapper .right_block .product .history_product {
      width: 100%;
      margin-top: 50px;
      display: none; }
      .wrapper .right_block .product .history_product .act {
        display: none; }
      .wrapper .right_block .product .history_product h4 {
        font-size: 18px;
        color: #333;
        width: 100%;
        background-color: #F1F4F8;
        margin-top: 20px;
        padding: 4px 0;
        border: 1px solid #ededed; }
        .wrapper .right_block .product .history_product h4 span {
          padding-left: 10px; }
      .wrapper .right_block .product .history_product .center {
        width: 100%;
        text-align: left;
        display: block;
        border: 1px solid #ededed;
        padding: 20px 0;
        overflow: hidden; }
      .wrapper .right_block .product .history_product li {
        display: inline-block;
        width: 23%;
        list-style: none;
        text-align: center;
        margin-right: 1.5%;
        position: relative;
        /*a,
					img{
						display: inline-block;
					}*/ }
        .wrapper .right_block .product .history_product li:last-child {
          margin: 0; }
        .wrapper .right_block .product .history_product li .hit {
          position: absolute;
          top: 10px;
          left: 10px;
          background: url(../img/hit3.png) no-repeat;
          width: 30px;
          height: 31px;
          /*background-color: #F68400;
						color: #fff;
						font-size: 14px;
						padding: 3px 5px;
						width: 100px !important;
						text-align: left;
						-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
						-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
						box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);*/ }
        .wrapper .right_block .product .history_product li button {
          display: none; }
        .wrapper .right_block .product .history_product li img {
          width: 60%;
          display: block;
          padding: 5% 20%; }
        .wrapper .right_block .product .history_product li .price {
          color: #666;
          font-weight: bold;
          text-decoration: none !important;
          display: block;
          margin-top: 10px; }
    .wrapper .right_block .navigation {
      float: left;
      width: 100%;
      text-align: center;
      margin-top: 50px;
      direction: block;
      font-size: 14px;
      height: 30px;
      /*.btn{
				opacity: .5;

				&:hover{
					opacity: 1;
				}
			}*/
      /* transition: all 0.3s linear; */ }
      .wrapper .right_block .navigation .active {
        font-weight: bold;
        background-color: #ECECEC;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding: 5px 10px;
        color: #333; }
      .wrapper .right_block .navigation span {
        padding: 0 10px; }
    .wrapper .right_block .order {
      margin-top: 20px; }
      .wrapper .right_block .order .info {
        float: left;
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        overflow: hidden; }
        .wrapper .right_block .order .info .error {
          background-color: #F86153;
          -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          -moz-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
        .wrapper .right_block .order .info .success {
          background-color: #F1F4F8;
          color: #333; }
          .wrapper .right_block .order .info .success a {
            text-decoration: underline; }
            .wrapper .right_block .order .info .success a:hover {
              text-decoration: none; }
        .wrapper .right_block .order .info .error,
        .wrapper .right_block .order .info .success {
          padding: 10px 0; }
      .wrapper .right_block .order .left {
        float: left;
        width: 45%;
        background-color: #F1F4F8;
        padding: 20px 0; }
        .wrapper .right_block .order .left .form {
          margin: 0 20px; }
          .wrapper .right_block .order .left .form label {
            display: block;
            margin-bottom: 20px;
            position: relative; }
            .wrapper .right_block .order .left .form label .error {
              position: absolute;
              color: #fff;
              font-size: 13px;
              right: -150px;
              top: 23px;
              width: 130px;
              background-color: #F86153;
              -webkit-border-radius: 3px;
              -moz-border-radius: 3px;
              border-radius: 3px;
              line-height: 14px;
              padding: 5px;
              -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
              -moz-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
              text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
              .wrapper .right_block .order .left .form label .error:before {
                position: absolute;
                content: '';
                left: -10px;
                top: 50%;
                margin-top: -5px;
                border: 5px solid transparent;
                border-right: 5px solid #F86153; }
            .wrapper .right_block .order .left .form label span {
              display: block;
              color: #555;
              margin-bottom: 2px; }
              .wrapper .right_block .order .left .form label span span {
                display: inline-block;
                color: red;
                margin-bottom: 0; }
            .wrapper .right_block .order .left .form label input,
            .wrapper .right_block .order .left .form label textarea,
            .wrapper .right_block .order .left .form label select {
              background-color: #fff;
              color: #555;
              width: 96%;
              padding: 0 2%;
              line-height: 30px;
              border: 1px solid #E1E4E9;
              -webkit-border-radius: 3px;
              -moz-border-radius: 3px;
              border-radius: 3px; }
            .wrapper .right_block .order .left .form label select {
              width: 100%;
              height: 30px; }
              .wrapper .right_block .order .left .form label select option {
                height: 35px;
                padding: 5px;
                line-height: 35px; }
            .wrapper .right_block .order .left .form label textarea {
              max-width: 96%;
              height: 70px;
              max-height: 70px;
              line-height: 20px; }
          .wrapper .right_block .order .left .form button {
            padding: 8px 30px;
            font-size: 14px !important;
            float: right; }
        .wrapper .right_block .order .left #city,
        .wrapper .right_block .order .left #sclad,
        .wrapper .right_block .order .left #adress {
          display: none;
          position: relative; }
      .wrapper .right_block .order .right {
        float: right;
        width: 45%; }
        .wrapper .right_block .order .right .riew {
          background-color: #FEFECC;
          border: 1px solid #DFDFB3;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
          padding: 5px;
          line-height: 22px;
          font-size: 14px;
          display: block;
          clear: both;
          margin-bottom: 20px; }
        .wrapper .right_block .order .right .title {
          background-color: #F1F4F8;
          font-weight: bold;
          font-size: 16px;
          padding: 10px 0;
          color: #333; }
          .wrapper .right_block .order .right .title span {
            padding-left: 10px; }
        .wrapper .right_block .order .right li {
          float: left;
          list-style: none;
          display: block;
          border-bottom: 1px dashed #EDEDED;
          padding: 10px 0;
          margin-bottom: 10px; }
          .wrapper .right_block .order .right li img {
            width: 60px;
            float: left;
            padding: 5px;
            border: 1px solid #EDEDED;
            margin-right: 10px; }
          .wrapper .right_block .order .right li a {
            color: #5583B4;
            text-decoration: underline;
            line-height: 18px;
            font-size: 14px; }
            .wrapper .right_block .order .right li a:hover {
              text-decoration: none; }
          .wrapper .right_block .order .right li .price {
            display: block;
            font-size: 14px;
            font-weight: bold;
            margin-top: 20px; }
        .wrapper .right_block .order .right .summ {
          display: block;
          text-align: right;
          width: 100%;
          float: left;
          background-color: #F1F4F8;
          padding: 10px 0;
          font-size: 16px;
          font-weight: bold;
          color: #333; }
          .wrapper .right_block .order .right .summ span {
            padding: 0 10px; }
    .wrapper .right_block .order-list {
      float: left;
      width: 100%; }
      .wrapper .right_block .order-list .clr {
        display: block;
        float: left;
        margin-bottom: 50px;
        width: 100%; }
      .wrapper .right_block .order-list .left {
        float: left;
        width: 45%;
        background: none;
        padding: 0; }
        .wrapper .right_block .order-list .left table {
          width: 100%; }
        .wrapper .right_block .order-list .left .title {
          background-color: #F1F4F8;
          font-weight: bold;
          font-size: 16px;
          padding: 10px 0;
          color: #333; }
          .wrapper .right_block .order-list .left .title span {
            padding-left: 10px; }
        .wrapper .right_block .order-list .left li {
          display: block;
          list-style: none;
          display: block;
          border-bottom: 1px dashed #EDEDED;
          padding: 10px 0;
          margin-bottom: 10px; }
          .wrapper .right_block .order-list .left li span {
            padding-left: 10px;
            color: #777;
            display: block;
            float: left;
            width: 120px;
            min-height: 100%;
            background-color: red; }
          .wrapper .right_block .order-list .left li img {
            width: 60px;
            float: left;
            padding: 5px;
            border: 1px solid #EDEDED;
            margin-right: 10px; }
          .wrapper .right_block .order-list .left li a {
            color: #5583B4;
            text-decoration: underline;
            line-height: 18px;
            font-size: 14px; }
            .wrapper .right_block .order-list .left li a:hover {
              text-decoration: none; }
          .wrapper .right_block .order-list .left li .price {
            display: block;
            font-size: 14px;
            font-weight: bold;
            margin-top: 20px; }
        .wrapper .right_block .order-list .left .summ {
          display: block;
          text-align: right;
          width: 100%;
          float: left;
          background-color: #F1F4F8;
          padding: 10px 0;
          font-size: 16px;
          font-weight: bold;
          color: #333; }
          .wrapper .right_block .order-list .left .summ span {
            padding: 0 10px; }
      .wrapper .right_block .order-list .right {
        float: right; }

.status span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline; }

.status .wait {
  background-color: #f89406; }

.status .error {
  background-color: #ED6454; }

.status .ok {
  background-color: #5BB65B; }

.status .default {
  background-color: #0F6EA5; }

.table2 {
  margin: 0px;
  padding: 0px;
  width: 100%; }

.table2 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px; }

/*.table tr:nth-child(odd){ background-color:#ededed; }*/
.table2 td {
  vertical-align: middle;
  border-width: 0px 1px 1px 0px;
  text-align: left;
  padding: 10px;
  font-size: 14px;
  color: #333; }
  .table2 td span {
    color: #777; }

.table2 tr {
  border-bottom: 1px dashed #EDEDED; }
  .table2 tr .first {
    width: 120px; }

.autocomplete-suggestions {
  position: absolute !important;
  margin: -1px 0 0 0 !important;
  width: 379px !important;
  z-index: 200000;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
  border: 1px solid #E1E4E9;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }
  .autocomplete-suggestions div {
    display: block;
    padding: 3px 5px;
    color: #333;
    font-size: 14px; }
    .autocomplete-suggestions div:hover {
      background-color: #F1F4F8;
      cursor: pointer; }
  .autocomplete-suggestions .selected {
    background-color: #F1F4F8; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0 !important;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/popup_bg.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/***************** COMMENTS ************/
.rating {
  background: url(../img/rating_riv_2.png) bottom left;
  width: 75px;
  height: 15px;
  display: block;
  float: right;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .rating .res {
    background: url(../img/rating_riv_2.png) top left;
    height: 15px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }

.comments {
  width: 70%;
  float: left;
  color: #666 !important;
  background-color: #fff; }
  .comments .title {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    .comments .title h5 {
      font-size: 18px;
      color: #333;
      float: left; }
    .comments .title .btn {
      float: right; }

.info_zero {
  display: block;
  width: 96%;
  padding: 10px 2%;
  border: 1px solid #ededed; }

.title_comment {
  font-size: 24px;
  color: #000; }

.comments #count_comment {
  font-size: 22px;
  color: #333;
  float: left; }

.comments #new_comment {
  float: right; }

#commentsRoot .comment_perrent {
  margin: 20px 0 0 20px; }

#commentsRoot .comment_children {
  margin-bottom: 20px; }

/*.comment_info{
  
}*/
.comment_info .name_date {
  float: left;
  margin-bottom: 10px; }

.comment_info .name_date span {
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  font-size: 14px;
  margin-right: 10px; }

.comment_info .name_date small {
  font-style: italic;
  color: #999;
  font-size: 12px; }

.comment_info a {
  float: right;
  font-family: Georgia;
  font-style: italic;
  font-size: 26px;
  color: #a1a1a1;
  text-decoration: none;
  display: block;
  margin-top: 5px; }

.comment_info a:hover {
  color: #8EB539; }

#commentsRoot .comment_children .commentContent .comment {
  line-height: 20px;
  color: #333;
  margin-bottom: 10px; }

.commentContent {
  position: relative;
  z-index: 1; }
  .commentContent img {
    max-width: 500px;
    height: auto !important; }

#commentsRoot .comment_children .commentContent {
  border-bottom: 1px solid #ededed;
  /*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/ }

.link {
  float: left; }

.reply {
  display: block;
  text-align: right;
  margin-bottom: 10px; }
  .reply span {
    color: #5583B4;
    text-decoration: underline;
    cursor: pointer; }
    .reply span:hover {
      text-decoration: none; }

#newComment, .loader {
  display: none;
  position: relative; }

.loader {
  padding: 5.5px 0; }

#cancelComment {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  font-size: 20px;
  color: #333;
  opacity: .4;
  /*.btn{
		-webkit-border-radius: 0px !im;
		-moz-border-radius: 0px !im;
		border-radius: 0px !im;
	}*/ }
  #cancelComment:hover {
    opacity: .7;
    cursor: pointer; }

#newComment .commentContent {
  background-color: #F9F9F9;
  border: 1px solid #ededed;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  /*&:before{
		position: absolute;
		height: 3px;
		background-color: $default_color;
		top: -1px;
		left: 0;
		width: 100%;
		content: '';
	}*/
  /* 
	box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
	-webkit-box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);
	-moz-box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, 0.5);*/ }
  #newComment .commentContent .btn {
    float: right;
    padding: 7px 20px; }

.rat_com {
  float: left;
  margin-top: 5px; }
  .rat_com span {
    float: left;
    font-size: 14px;
    color: #333; }

#rating {
  float: left;
  width: 85px;
  margin: -2px 0 0 7px;
  height: 25px;
  cursor: pointer; }

#ratZero {
  width: 85px;
  background: url(../img/stars.png) repeat-x 0 0;
  height: 25px; }

#ratHover {
  width: 85px;
  background: url(../img/stars.png) repeat-x 0 -25px;
  height: 25px;
  margin-top: -25px; }

#newComment .commentContent .comment {
  /*float: left;*/
  margin: 10px; }

#newComment .commentContent .comment label {
  margin-bottom: 10px;
  width: 100%;
  display: block; }

#newComment .commentContent .comment > label > span {
  width: 100%; }

#newComment .commentContent .comment textarea {
  min-width: 98%;
  max-width: 98%;
  width: auto;
  height: 90px;
  max-height: 200px;
  resize-x: none; }

#newComment .commentContent .comment label input,
#newComment .commentContent .comment label textarea {
  background-color: #fff;
  color: #333;
  border: 1px solid #E5E7EB;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 1%; }

#newComment .commentContent .comment label input {
  width: 220px;
  height: 26px; }

#newComment .commentContent .comment label span {
  float: left; }

.comment_info_new {
  display: none; }

.fancybox-opened .fancybox-skin {
  padding: 50px !important; }

/*.fancybox-title{
	background-color: #F1F4F8;
	color: #333;
}*/
.table {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: 1px solid #d9dde2;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px; }

.table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px; }

.table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.table table tr:first-child td:first-child {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px; }

.table table tr:first-child td:last-child {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px; }

.table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.table tr:nth-child(odd) {
  background-color: #f1f4f8; }

.table tr:nth-child(even) {
  background-color: #ffffff; }

.table td {
  vertical-align: middle;
  border: 1px solid #d9dde2;
  border-width: 0px 1px 1px 0px;
  text-align: left;
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #000000; }

.table tr:last-child td {
  border-width: 0px 1px 0px 0px; }

.table tr td:last-child {
  border-width: 0px 0px 1px 0px; }

.table tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px; }

.table tr:first-child td {
  background: -o-linear-gradient(bottom, #f1f4f8 5%, #f1f4f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f1f4f8), color-stop(1, #f1f4f8));
  background: -moz-linear-gradient(center top, #f1f4f8 5%, #f1f4f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f4f8", endColorstr="#f1f4f8");
  background: -o-linear-gradient(top, #f1f4f8, f1f4f8);
  background-color: #f1f4f8;
  border: 0px solid #d9dde2;
  text-align: center;
  border-width: 0px 0px 1px 1px;
  font-size: 14px;
  font-weight: bold;
  color: #000000; }

.table tr:first-child:hover td {
  background: -o-linear-gradient(bottom, #f1f4f8 5%, #f1f4f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f1f4f8), color-stop(1, #f1f4f8));
  background: -moz-linear-gradient(center top, #f1f4f8 5%, #f1f4f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f4f8", endColorstr="#f1f4f8");
  background: -o-linear-gradient(top, #f1f4f8, f1f4f8);
  background-color: #f1f4f8; }

.table tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px; }

.table tr:first-child td:last-child {
  border-width: 0px 0px 1px 1px; }

.footer {
  border-top: 1px solid #E1E4E9;
  width: 100%;
  margin-top: 100px;
  min-width: 1000px;
  padding: 50px 0;
  background-color: #F1F4F8;
  font-size: 14px; }
  .footer .continer {
    text-align: center; }
  .footer ul {
    display: inline-block;
    text-align: left;
    width: 270px;
    padding-left: 70px;
    border-right: 1px solid #E1E4E9; }
    .footer ul li {
      color: #333;
      display: block;
      line-height: 28px; }
      .footer ul li i {
        font-size: 16px;
        color: #999;
        margin-right: 5px; }
      .footer ul li span {
        font-weight: bold; }

.bg_modal {
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .5;
  z-index: 19;
  display: none;
  cursor: pointer; }

.modal_cart {
  position: fixed;
  top: 15%;
  left: 50%;
  background-color: #fff;
  width: 700px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: -350px;
  overflow: hidden;
  z-index: 21;
  display: none; }
  .modal_cart .top_cart {
    background-color: #F1F4F8;
    padding: 10px 0;
    border-bottom: 1px  solid #EDEDED; }
    .modal_cart .top_cart span {
      font-size: 24px;
      color: #333;
      font-weight: bold;
      padding-left: 20px; }
    .modal_cart .top_cart .close {
      float: right;
      font-size: 20px;
      margin: 5px 20px 0 0;
      color: #333;
      opacity: 0.4;
      cursor: pointer; }
      .modal_cart .top_cart .close:hover {
        opacity: .6; }
  .modal_cart .center {
    padding: 25px 20px;
    max-height: 250px;
    height: auto;
    overflow-y: auto; }
    .modal_cart .center #result_cart {
      font-size: 14px;
      color: #333; }
    .modal_cart .center .summ {
      float: right;
      font-size: 18px;
      font-weight: bold;
      color: #5583B4;
      display: none; }
    .modal_cart .center ul li {
      float: left;
      display: block;
      border-bottom: 1px dashed #EDEDED;
      padding: 5px;
      margin-bottom: 10px; }
      .modal_cart .center ul li button {
        float: left;
        margin-top: 20px;
        margin-right: 10px;
        color: #888 !important; }
        .modal_cart .center ul li button:hover {
          color: inherit; }
      .modal_cart .center ul li img {
        float: left;
        width: 60px;
        border: 1px solid #EDEDED;
        margin-right: 10px;
        max-height: 70px;
        overflow: hidden; }
      .modal_cart .center ul li a {
        text-align: left;
        color: #5583B4;
        text-decoration: underline;
        display: block;
        float: left;
        width: 460px;
        line-height: 18px;
        font-size: 14px; }
        .modal_cart .center ul li a:hover {
          text-decoration: none; }
      .modal_cart .center ul li .price {
        color: #333;
        float: right;
        font-size: 16px;
        font-weight: bold;
        width: 70px;
        text-align: right; }
  .modal_cart .bottom_cart {
    border-top: 1px  solid #EDEDED;
    background-color: #F1F4F8;
    padding: 10px 20px; }
    .modal_cart .bottom_cart button,
    .modal_cart .bottom_cart a {
      /*padding: 8px 20px;*/
      font-size: 14px !important; }
    .modal_cart .bottom_cart .btn_1 {
      float: right; }

.loader {
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  background-color: #000;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  opacity: .8;
  display: none; }
  .loader i {
    line-height: 50px;
    font-size: 20px; }

/*@media screen and (max-width: 1180px){

	.phone_search{
		width: 400px !important;
		padding-left: 100px;

		.search{
			width: 200px !important;

			input{
				width: 140px !important;
			}
		}
	}
	.wrap_left{
		width: 45%;

		.order{

			.price{
				text-align: center;
				.summ{
					float: none !important;

				}

				.cout{
					display: block;
					float: none !important;

				}
			}

		}

		.button_order{

			button{
				padding: 8px 25px !important;

			}
		}


	}
	.wrap_right{
		ul{
			margin: 0 5px !important;
			.icon{
				i{
					display: none;
				}
			}
			li{
				margin-left: 5px !important;
			}
		}
	}
}*/
