header {
  overflow: visible;
}
.header-bottom {
  padding: 0;
}
#msOrder input[name='city'],
#msOrder input[name='street'] {
  color: #FB5A26;
}
.header-bottom_2 .container {
  padding-left: 0;
}
.header-bottom_2 .ul_search_menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
  padding-left: 30px;
}
.header-bottom_2 .ul_search_menu li {
  display: flex;
  list-style: none;
  margin-right: 30px;
}
.header-bottom_2 .ul_search_menu li a {
  font-size: 18px;
  color: #1C1B17;
}
.header-bottom_2 .ul_search_menu li.active a {
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}
.row_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.row_header .header-phone {
  display: flex;
  flex-wrap: wrap;
  max-width: 310px;
}
.row_header .header-phone > div {
  width: 100%;
  display: flex;
  justify-content: center;
}
.row_header .search_block {
  width: 320px;
}
.footer-phone .phone > p {
  margin: -12px 0 0 0;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  font-family: cursive;
}
.footer-phone_about .phone p,
.footer-phone_about .phone span,
.footer-phone_about .phone a {
  color: #333333;
}
.header-top .phone span {
  display: block;
  font-size: 23px;
  margin-right: 15px;
}
@media screen and (max-width: 736px) {
  .header-top .phone span {
    font-size: 15px;
    margin-top: -8px;
    margin-right: 0;
  }
}
.nopadding {
  padding: 0 !important;
}
#pdopage {
  width: 100%;
}
.top-menu .menu {
  float: right;
  padding: 0 !important;
}
.top-menu ul.menu li {
  height: 39px;
}
.top-menu ul.menu li a:hover {
  background: transparent;
}
.top-menu ul.menu li ul.dropdown-menu li {
  display: block;
  padding: 3% 0;
}
.top-menu ul.menu li ul.dropdown-menu li a {
  color: #000;
  line-height: 1.5vw;
}
#msCart button[name='ms2_action'],
#msCart button[name='ms2_action_clearmodal'] {
  border-color: transparent;
}
#myModalCartClear .modal-body {
  text-align: center;
}
#myModalCartClear .modal-body button {
  width: 200px;
  margin-right: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.yamap {
  margin: 30px auto;
}
#myModalUORepeatCart .modal-dialog {
  width: 58vw;
  background-size: contain !important;
}
#myModalUORepeatCart .modal-content h4 {
  margin: 2% auto 3%;
}
#myModalUORepeatCart .btn-repeatcart-all {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.order_info_row span:first-child {
  font-weight: bold;
  display: inline-block;
  width: 30px;
}
.order_info_row span:nth-child(2) {
  display: inline-block;
  width: 60%;
}
.table_ktmuo {
  border: 1px solid #dddddd;
}
.table_ktmuo thead tr th {
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  background: #f7f7f7;
  border-right: 1px solid #dddddd;
}
.table_ktmuo thead tr th:first-child {
  width: 40px;
}
.table_ktmuo thead tr th.createdon,
.table_ktmuo thead tr th.cart_cost,
.table_ktmuo thead tr th.cost {
  width: 100px;
}
.table_ktmuo thead tr th.statusou,
.table_ktmuo thead tr th.paymentou {
  width: 100px;
}
.table_ktmuo thead tr th:last-child {
  border-right: 0 solid #dddddd;
}
.table_ktmuo tbody tr td {
  border-right: 1px solid #dddddd;
  /*&.cart_cost,&.cost{
					text-align: right;
					padding-right: 20px;
				}*/
}
.table_ktmuo tbody tr td.npp {
  text-align: right;
  padding-right: 10px;
}
.table_ktmuo tbody tr td.num,
.table_ktmuo tbody tr td.createdon,
.table_ktmuo tbody tr td.statusou,
.table_ktmuo tbody tr td.comment,
.table_ktmuo tbody tr td.paymentou,
.table_ktmuo tbody tr td.cart_cost,
.table_ktmuo tbody tr td.cost {
  text-align: center;
}
.table_ktmuo tbody tr td:last-child {
  border-right: 0 solid #dddddd;
  text-align: center;
}
.content_txt_container p,
.content_txt_container a {
  font-size: 17px;
}
.adv_search {
  min-height: 600px;
}
.adv_search .select_blocks:first-child {
  padding-left: 0;
}
.adv_search .select_blocks:last-child {
  padding-right: 0;
}
#msCart table tr.not_preset td {
  background: rgba(251, 90, 38, 0.15);
}
.btn-feedback {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #ff6600 !important;
}
.h1_blocckadvs h1 {
  padding-left: 15px;
  font-style: normal;
  font-family: 'Segoe UI', sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
}
#gearapp .container_res {
  margin-top: 20px;
}
#gearapp .container_res .item {
  margin-bottom: 15px;
  width: 120px;
  display: inline-block;
  margin-right: 8px;
}
#gearapp .container_res .item a.get_unit_list {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
#gearapp .container_res .item a.get_unit_list .title {
  position: absolute;
  border: 1px solid #ff6600;
  width: 100%;
  display: table-cell;
  line-height: normal;
  font-size: 13px;
  padding-left: 4px;
  padding-right: 4px;
  vertical-align: text-bottom;
  /*height: 50px;*/
  text-align: center;
  margin: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
#gearapp .container_res .item a.get_unit_list:hover {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
#gearapp .container_res .item a.get_unit_list:hover .title {
  bottom: 0;
  height: 100%;
  padding-top: 25%;
  color: #ffffff;
  display: table-cell;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
#gearapp .container_res .item a.get_unit_list.active {
  border-bottom: 3px solid #ff6600;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
#gearapp .container_res .item a.get_unit_list.active .title {
  bottom: 0;
  height: 100%;
  padding-top: 25%;
  color: #ffffff;
  display: table-cell;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
#gearapp .container_res .item .get_unit_list.active {
  border-bottom: 3px solid #ff6600;
  background: rgba(204, 204, 204, 0.3);
}
#gearapp .container_res .item img {
  width: auto;
  height: auto;
  margin: 5px auto;
}
#gearapp .container_res_units {
  margin-top: 60px;
}
#gearapp .container_res.overflowScroll {
  height: 800px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#gearapp .units_list_el {
  height: 800px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#gearapp .units_list_el .ms2_product_wrap {
  border: 1px dotted #FB5A26;
}
#gearapp .units_list_el .ms2_product {
  margin-right: 0;
  margin-left: 0;
  padding: 15px;
}
#gearapp .units_list_el .ms2_product:nth-child(odd) {
  background: #f7f7f7;
}
#gearapp .units_list_el .ms2_product .under_order {
  color: red;
}
#gearapp .units_list_el .ms2_product .preset {
  color: green;
}
#gearapp .units_list_el .title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}
#gearapp .units_list_el .title span.n_el {
  font-size: 14px;
  width: 30px;
  height: 30px;
  padding: 2px 0;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #FB5A26;
  display: inline-block;
  margin-right: 10px;
}
#gearapp .units_list_el .title i {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #bebebe;
}
#gearapp .units_list_el input {
  width: 50%;
}
@media screen and (max-width: 736px) {
  #gearapp .container_res .ontainer_res_content_items {
    flex-wrap: wrap;
    display: flex;
    justify-content: unset;
    padding-right: 10px;
  }
  #gearapp .container_res .ontainer_res_content_items .item {
    display: flex;
    width: 30%;
  }
}
.container_res.overflowScroll::-webkit-scrollbar {
  width: 4px;
}
.container_res.overflowScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 100px #878787;
  -webkit-border-radius: 10px;
  border-radius: 0px;
}
.units_list_el::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 0px;
  background: #FB5A26;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
}
.units_list_el::-webkit-scrollbar-thumb:window-inactive {
  background: #2a3d5f;
}
.units_list_el::-webkit-scrollbar {
  width: 4px;
}
.units_list_el::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 100px #878787;
  -webkit-border-radius: 10px;
  border-radius: 0px;
}
.units_list_el::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 0px;
  background: #FB5A26;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
}
.units_list_el::-webkit-scrollbar-thumb:window-inactive {
  background: #2a3d5f;
}
.under_order_dis {
  border: 1px dotted #FB5A26;
  padding: 5px;
}
.fotorama__nav-wrap {
  padding-top: 17px !important;
  position: relative;
}
#cdek2_map_ajax {
  margin-top: 0 !important;
}
.under_order_dis_list .ms2_product_slist {
  border-bottom: 1px solid rgba(251, 90, 38, 0.2);
  margin-right: 0;
  margin-left: 0;
}
.under_order_dis_list .ms2_product_slist hr {
  margin-bottom: 4px;
  margin-top: 4px;
}
.under_order_dis_list .ms2_product_slist .title {
  margin: 0;
  padding: 10px 10px;
  border-bottom: 1px solid #CCCCCC;
}
.under_order_dis_list .ms2_product_slist .title .glyphicon-barcode {
  border: 1px dotted #FB5A26;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.under_order_dis_list .out_p_count {
  margin-top: 13px;
  margin-bottom: 10px;
}
.under_order_dis_list .out_p_count input[type='text'] {
  text-align: right;
  padding-right: 4px;
  width: 40px;
}
.under_order_dis_list .out_p_count .t {
  font-weight: 700;
}
.under_order_dis_list .price {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  text-align: left;
}
.under_order_dis_list .price .t {
  font-weight: 700;
}
.under_order_dis_list button[name='ms2_action'] {
  margin: 13px 15px;
}
a[data-cat="showel"] {
  cursor: pointer;
}
.container_res_side_bar {
  position: relative;
  padding-left: 30px;
  margin-bottom: 50px;
}
.container_res_side_bar .list_item {
  border: 1px solid #dddddd;
  border-bottom: 1px solid transparent;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
.container_res_side_bar .list_item a.get_unit_list_side {
  font-size: 20px;
  display: block;
}
.container_res_side_bar .list_item a.get_unit_list_side:after {
  content: '\f054';
  font-family: FontAwesome;
  color: #FB5A26;
  float: right;
}
.container_res_side_bar .list_item .img_scheme_items {
  background: #ffffff;
  display: none;
  position: absolute;
  z-index: 999;
  left: 100%;
  top: -1px;
}
.container_res_side_bar .list_item:nth-child(even) {
  background: #f1f1f1;
}
.container_res_side_bar .list_item:last-child {
  border-bottom: 1px solid #dddddd;
}
.container_res_side_bar .list_item:hover {
  background: #CECECE;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
.container_res_side_bar .list_item:hover .img_scheme_items {
  border: 1px solid #dddddd;
  padding: 15px;
  display: block;
}
.container_res_side_bar .list_item .scheme_num_on_img {
  font-size: 20px;
}
.row_vproduct_card {
  margin-left: 0;
  margin-right: 0;
}
.switch_cheme_type {
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.switch_cheme_type a {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  padding: 2px 15px;
  text-align: center;
  color: rgba(251, 90, 38, 0.45);
  cursor: pointer;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
.switch_cheme_type a:hover {
  color: #FB5A26;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
.switch_cheme_type a.active {
  color: #FB5A26;
}
.btn_div {
  text-align: center;
}
.btn_div .btn-show_scheme {
  margin: 40px auto 20px auto;
}
.container_sdvsearchContent_prodCard {
  padding-top: 0;
  padding-bottom: 30px;
  /*@media screen and (max-width: 736px){
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		.scheme_head{
			//display: none;
			//border:1px solid green;
			//width: 24%;
			display: inline-flex;
			margin: 0;
			padding: 0;
			text-align: center;
			font-size: 10px;
			&:nth-child(1){
				text-align: center;
				align-items: center;
				width: 18%;
				padding: 0 3px;
			}
			&:nth-child(2){
				text-align: center;
				//padding-top: 0;
				width: 80%;
				//padding-left: 4px;
				align-content: center;
				line-height: 34px;
				padding: 0 6px;

			}
			&:nth-child(3){
				text-align: center;
				align-items: center;
				width: 18%;
				padding: 0 2px;
				margin-top: 2px;
			}
			&:nth-child(4){
				text-align: center;
				/*padding-top: 0;
				padding-right: 0;
				padding: 0 2px;
				width: 22%;
				line-height: 34px;

			}
		}
	}*/
}
.container_sdvsearchContent_prodCard .scheme_head {
  padding: 8px 4px;
  background: #d0d0d0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  height: 48px;
  line-height: 15px;
}
.container_sdvsearchContent_prodCard .scheme_head:nth-child(2) {
  text-align: left;
  /*padding-top: 15px;
			padding-left: 15px;*/
}
.container_sdvsearchContent_prodCard .scheme_head:nth-child(5) {
  text-align: right;
  /*padding-top: 15px;
			padding-right: 10px;*/
}
.container_sdvsearchContent_prodCard h1 {
  margin-bottom: 30px;
}
.container_sdvsearchContent_prodCard h1 span {
  color: #FB5A26;
}
@media screen and (max-width: 736px) {
  .container_sdvsearchContent_prodCard {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .container_sdvsearchContent_prodCard .cont_prod_list {
    display: flex;
    flex-wrap: wrap;
  }
  .container_sdvsearchContent_prodCard .scheme_head {
    display: inline-flex;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 10px;
    align-items: start;
  }
  .container_sdvsearchContent_prodCard .scheme_head:nth-child(1) {
    text-align: center;
    align-items: center;
    width: 22%;
    padding: 0 3px;
  }
  .container_sdvsearchContent_prodCard .scheme_head:nth-child(2) {
    text-align: center;
    width: 78%;
    align-content: center;
    line-height: 48px;
    padding: 0 6px;
    border-left: 2px solid #FFFFFF;
  }
  .container_sdvsearchContent_prodCard .scheme_head:nth-child(3) {
    display: none;
    text-align: center;
    align-items: center;
    width: 18%;
    padding: 0 5px;
    margin-top: 2px;
  }
  .container_sdvsearchContent_prodCard .scheme_head:nth-child(4) {
    text-align: center;
    /*padding-top: 0;
				padding-right: 0;*/
    padding: 0 5px;
    margin-top: 2px;
    width: 22%;
    line-height: 48px;
  }
}
@media screen and (max-width: 375px) {
  .container_sdvsearchContent_prodCard {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .container_sdvsearchContent_prodCard .scheme_head {
    display: inline-flex;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 10px;
  }
  .container_sdvsearchContent_prodCard .scheme_head:nth-child(1) {
    text-align: center;
    align-items: center;
    width: 28%;
    padding: 0 3px;
  }
  .container_sdvsearchContent_prodCard .scheme_head:nth-child(2) {
    text-align: center;
    width: 72%;
    align-content: center;
    line-height: 46px;
    padding: 0 6px;
  }
  .container_sdvsearchContent_prodCard .scheme_head:nth-child(3) {
    display: none;
    text-align: center;
    align-items: center;
    width: 18%;
    padding: 0 2px;
    margin-top: 2px;
  }
  .container_sdvsearchContent_prodCard .scheme_head:nth-child(4) {
    text-align: center;
    /*padding-top: 0;
				padding-right: 0;*/
    padding: 0 2px;
    width: 28%;
    line-height: 34px;
  }
}
.prod_card .price {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.prod_card .wr-btn button {
  width: 150px;
  padding: 3px 0!important;
  font-size: 12px;
}
.prod_card .wr-btn button span {
  display: block;
  font-size: 10px;
}
.prod_card .wr-btn-instock button {
  padding: 10px 0!important;
}
.cont_prod_list {
  cursor: pointer;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  /*overflow-y: scroll;*/
}
.cont_prod_list .list_item.hovering > div {
  background: #CECECE;
}
.cont_prod_list .list_item.hovering form > div {
  background: #CECECE;
}
.cont_prod_list .ms2_product {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.cont_prod_list .ms2_product:nth-child(odd) {
  background: #f7f7f7;
}
@media screen and (max-width: 736px) {
  .cont_prod_list .ms2_product {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
.cont_prod_list .list_item input[type='text'] {
  width: 40px;
  text-align: right;
  padding-right: 5px;
}
.cont_prod_list .list_item form > div {
  max-height: 55px;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d0d0d0;
  font-size: 16px;
}
.cont_prod_list .list_item form > div.under_order{
  line-height: 38px;
}
.cont_prod_list .list_item form > div.prod_price,
.cont_prod_list .list_item form > div a.data-prod_search{
  font-size: 14px;
}
.cont_prod_list .list_item form > div:first-child {
  text-align: center;
}
@media screen and (max-width: 736px) {
  .cont_prod_list .list_item form > div:first-child {
    width: 18%;
  }
}
.cont_prod_list .list_item form > div:nth-child(3) {
  text-align: center;
  white-space: nowrap;
}
.cont_prod_list .list_item form > div b {
  color: rgba(51, 51, 51, 0.8);
  display: inline-block;
  float: left;
  margin-left: 10px;
}
@media screen and (max-width: 1334px) {
  .cont_prod_list .list_item form > div b {
    margin-left: 10px;

  }
}
@media screen and (max-width: 736px) {
  .cont_prod_list .list_item form > div b {
    width: 70%;
    font-size: 14px;
  }
}
.cont_prod_list .list_item form > div .list_articles {
  color: #FB6A3C;
  font-size: 14px;
  float: left;
  margin-top: 3px;
  width: 110px;
}
.cont_prod_list .list_item form > div a {
  cursor: pointer;
  /*&:after{
						content:'\f101';
						font-family: FontAwesome;
						display: inline-block;
						margin-left: 5px;
						color:#FB5A26;
					}*/
}
.cont_prod_list .list_item form > div a b {
  color: #333333;
}
.cont_prod_list .list_item form .under_order_title {
  font-size: 14px;
  color: #FB5A26;
}
.cont_prod_list .list_item form .prod_name.two_el {
  text-align: left;
}
.cont_prod_list .list_item form .prod_price {
  text-align: right;
}
.cont_prod_list .list_item form .prod_price span {
  padding: 0;
}
.cont_prod_list .list_item form .prod_price span sup {
  color: #FB5A26;
}
.cont_prod_list .list_item form .prod_article {
  padding-right: 0;
  padding-left: 0;
}
.cont_prod_list .list_item form span.underorder {
  cursor: help;
  border: 1px solid #FB5A26;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-left: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background: #FB5A26;
}
.cont_prod_list .list_item form span.inorder {
  cursor: help;
  border: 1px solid rgba(17, 128, 20, 0.76);
  display: inline-block;
  height: 14px;
  width: 14px;
  line-height: 13px;
  text-align: center;
  margin-left: 5px;
  font-size: 10px;
  color: transparent;
  font-weight: 700;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background: rgba(17, 128, 20, 0.76);
}
.cont_prod_list .list_item:hover > div {
  background: #CECECE;
}
.cont_prod_list .list_item:hover form > div {
  background: #CECECE;
}
.cont_prod_list .list_item.active {
  background: #FBF7F7;
  border: 2px solid #fb5a26;
}
@media screen and (max-width: 736px) {
  .cont_prod_list {
    overflow-y: scroll;
    height: inherit;
    height: auto;
  }
  .cont_prod_list .ms2_product form {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #DDDDDD;
    border-bottom: 0 solid transparent;
  }
  .cont_prod_list .ms2_product form > div {
    display: flex;
    height: 35px;
    border-bottom: 0px solid transparent;
  }
  .cont_prod_list .ms2_product form > div .list_articles {
    order: -1;
  }
  .cont_prod_list .ms2_product form > div b {
    order: 1;
    font-size: 11px;
    line-height: 14px;
    padding-left: 10px;
  }
  .cont_prod_list .ms2_product form > div:nth-child(1),
  .cont_prod_list .ms2_product form > div:nth-child(4) {
    align-items: center;
    text-align: center;
  }
  .cont_prod_list .ms2_product form > div:nth-child(2) {
    width: 81%;
    align-items: center;
  }
  .cont_prod_list .ms2_product form > div.default_num {
    display: none;
  }
}
.product-wrap-new.cont_prod_list {
  height: auto;
}
.cont_prod_list::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 0px;
  background: #FB5A26;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
}
.cont_prod_list::-webkit-scrollbar-thumb:window-inactive {
  background: #2a3d5f;
}
.cont_prod_list::-webkit-scrollbar {
  width: 4px;
}
.cont_prod_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 100px #878787;
  -webkit-border-radius: 10px;
  border-radius: 0px;
}
.cont_prod_list::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 0px;
  background: #FB5A26;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
}
.cont_prod_list::-webkit-scrollbar-thumb:window-inactive {
  background: #2a3d5f;
}
#componentGroupTemplateImage {
  padding: 0;
  position: relative;
  margin: auto;
}
#componentGroupTemplateImage .point {
  background-color: transparent;
  -ms-border-radius: 25px;
  border-radius: 25px;
  border: 3px solid transparent;
  text-align: center;
  vertical-align: middle;
  display: block;
  min-height: 22px!important;
  -moz-min-width: 22px!important;
  -ms-min-width: 22px!important;
  -o-min-width: 22px!important;
  -webkit-min-width: 22px!important;
  min-width: 22px!important;
  position: absolute;
  cursor: pointer;
  font-weight: bold;
  color: #000;
}
#componentGroupTemplateImage .point.hovering,
#componentGroupTemplateImage .point:hover,
#componentGroupTemplateImage .point.selectedart {
  color: #ff6600;
  border-color: #ff6600 !important;
  background-color: transparent !important;
}
#componentGroupTemplateImage .point.hovering_prod {
  color: #ff6600;
  border-color: #ff6600 !important;
  background-color: transparent !important;
}
.stickem {
  /*position: sticky;
	top: 0;*/
}
#ZoomSlider {
  display: none;
}
#componentGroupTemplateImageContainer #resetSlider {
  display: none;
}
#componentGroupTemplateImageContainer .slider {
  width: 30%;
  margin: 30px auto;
}
@media screen and (max-width: 736px) {
  #componentGroupTemplateImageContainer {
    overflow-y: auto;
  }
}
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-hover {
  border: 1px solid #ff6600 !important;
  background: #ff6600 !important;
}
#cdek2_map_ajax {
  margin-top: 40px;
}
#cdek2_map_ajax .cdek2_title-left {
  font-style: italic;
}
#cdek2_map_ajax .cdek2_title-right {
  color: #ff6600;
}
.back_select_schema {
  cursor: pointer;
  display: inline-block;
  color: #ff6600;
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: lowercase;
}
.back_select_schema:before {
  content: '\f100';
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 10px;
}
#myModal_applvprod .modal-header {
  border-bottom: none;
}
#myModal_applvprod .modal-footer {
  border-top: none;
}
.prod_schemas_list {
  padding: 0 0;
}
.prod_schemas_list .nav-tabs li {
  width: 155px;
  text-align: center;
}
.prod_schemas_list .nav-tabs li a {
  font-size: 15px;
}
.prod_schemas_list .nav-tabs li.active a {
  background: #6d6c6c;
  color: #ffffff;
}
.prod_schemas_list #applicability {
  padding-top: 30px;
}
.prod_schemas_list #applicability input[type='search'] {
  border: 1px solid #ff6600;
}
.prod_schemas_list #applicability i {
  font-size: 24px;
}
.prod_schemas_list #applicability .list-schemas-table th {
  text-align: center;
}
.prod_schemas_list #applicability .list-schemas-table tbody tr.odd {
  background-color: #e5e5e5;
}
.prod_schemas_list #applicability .list-schemas-table tbody tr:hover {
  background-color: #c6c6c6;
}
.prod_schemas_list #applicability .list-schemas-table tbody tr td {
  cursor: pointer;
}
.prod_schemas_list #applicability .list-schemas-table tbody tr td:nth-child(2) {
  text-align: left;
}
.prod_schemas_list #applicability .list-schemas-table tbody tr.active {
  background-color: #c6c6c6;
}
.prod_schemas_list #applicability .list-schemas-table tbody tr.active td {
  background-color: #c6c6c6;
}
.prod_schemas_list #applicability .dataTables_info {
  color: #ff6600;
  font-weight: 600;
}
.prod_schemas_list #applicability .paginate_button {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
.prod_schemas_list #applicability .paginate_button:hover {
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  border-radius: 90px;
  color: #333333 !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}
.prod_schemas_list #applicability .paginate_button.current {
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  border-radius: 90px;
  border: 1px solid #ff6600 !important;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
.prod_schemas_image .dragscroll {
  padding-top: 100px;
}
.ontainer_res_content_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  padding: 0 0 0 10px;
  /*height: 230px;
	overflow-y: scroll;
	.item{

	}*/
}
.ontainer_res_content_items::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 0px;
  background: #FB5A26;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
}
.ontainer_res_content_items::-webkit-scrollbar-thumb:window-inactive {
  background: #2a3d5f;
}
.ontainer_res_content_items::-webkit-scrollbar {
  width: 4px;
}
.ontainer_res_content_items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 100px #878787;
  -webkit-border-radius: 10px;
  border-radius: 0px;
}
.ontainer_res_content_items::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 0px;
  background: #FB5A26;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
}
.ontainer_res_content_items::-webkit-scrollbar-thumb:window-inactive {
  background: #2a3d5f;
}
.prod_schemas_image {
  margin-top: 60px;
}
@media screen and (max-width: 1060px) {
  .prod_schemas_image {
    width: 100%;
  }
}
#componentGroupTemplateImageOverflowContainer {
  margin-top: 30px;
  width: 100%;
  max-height: 900px;
}
@media screen and (max-width: 736px) {
  #componentGroupTemplateImageOverflowContainer {
    overflow: scroll !important;
  }
}
#gearapp #type_select + span + div {
  max-height: unset !important;
}
#msCart table tr td.price_summ span {
  font-weight: 700;
  font-size: 16px;
}
#msCart table tr td.price {
  font-weight: 400;
  color: #333333 !important;
}
#msCart table tr td.price span {
  font-weight: 700;
  color: #333333 !important;
}
#msCart table tr td.remove {
  text-align: left;
}
#msCart table tr td.remove button {
  border-color: transparent;
  color: #FB5A26;
}
#msCart table tr .cart_clear {
  border-color: transparent;
  font-size: 24px;
}
#msCart table tr th {
  text-transform: none;
}
#msCart table tr td.count {
  padding-top: 20px;
}
#msCart table tr td.count button i {
  font-weight: 400;
}
#msCart table tr td.count input {
  font-size: 16px;
}
#msCart table tr td.count .fieldCount {
  font-weight: 700;
}
.s-product .cont .wr-options .option span {
  font-weight: 700;
}
.s-product .cont .old_art {
  margin-bottom: 10px;
}
.s-product .cont .wr-btn {
  margin-right: 5px;
  display: inline-flex;
}
.s-product .cont .count-change {
  margin-right: 20px;
  display: inline-flex;
}
.s-product .ms2_form:first-child .count-change {
  margin-left: -1px;
}
@-moz-document url-prefix() {
  .s-product .cont .count-change {
    margin-right: 20px;
    display: inline-flex;
  }
}
.list_item_disabled {
  cursor: not-allowed;
}
.list_item_disabled a[data-prod='empty'] {
  cursor: not-allowed !important;
}
.s-product .cont .wr-price {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  display: inline-flex;
  white-space: nowrap;
}
.s-product .cont .wr-price .price {
  color: #fb5a26;
  white-space: nowrap;
}
.s-product .cont .wr-price.FD0100 .price {
  color: #FD0100;
}
.new_card_block {
  height: 200px;
  min-height: 200px;
  border: 0px solid #fb5a26;
  text-align: center;
}
.new_card_block .s-product.prod_card > .container {
  padding-left: 0;
  padding-right: 0;
}
.new_card_block img {
  margin: 10px auto;
}
.new_card_block .apply_btvprod {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  color: #fb5a26;
  display: inline-block;
  font-size: 24px;
  margin-right: 8px;
  border-color: transparent;
}
.new_card_block .cont {
  min-height: 200px;
  text-align: left;
  padding-right: 0;
}
.new_card_block .cont .title {
  margin-top: 0;
  margin-bottom: 0;
}
.new_card_block .cont .title h2 {
  font-weight: 700;
  text-transform: none;
  font-size: 17px;
  display: inline-block;
}
.new_card_block .cont .wr-options .option {
  font-size: 13px;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: -7px;
}
.new_card_block .cont .wr-options hr {
  margin: 4px auto;
}
.new_card_block .cont .wr-options .old_art {
  margin-bottom: 20px;
}
.new_card_block .cont .wr-options .old_art strong {
  font-size: 13px;
}
.new_card_block .cont .ms2_form {
  width: 49%;
  float: left;
}
.new_card_block .cont .ms2_product .ms2_form {
  width: 100%;
}
.new_card_block .cont .list_item {
  width: 49%;
  float: left;
  min-height: 130px;
}
@media screen and (max-width: 768px) {
  .new_card_block .cont .list_item {
    width: 100%;
  }
}
.new_card_block .cont .wr-btn {
  margin-right: 5px;
  float: left;
}
.new_card_block .cont .cart_content_block {
  position: relative;
}
.new_card_block .cont .cart_content_block .wr-price {
  display: inline-block;
  position: absolute;
  top: 4px;
  padding-left: 10px;
}
.new_card_block .cont .count-change {
  margin-right: 0;
}
@media screen and (max-width: 736px) {
  .new_card_block {
    border: 1px solid #fb5a26;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
  }
  .new_card_block .cont .cart_content_block {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    justify-content: start;
  }
  .new_card_block .cont .cart_content_block > div {
    display: flex;
    width: 48%;
  }
  .new_card_block .cont .cart_content_block .wr-price {
    position: unset;
  }
  .new_card_block .cont .wr-bt {
    height: 45px;
  }
  .new_card_block .cont .ms2_form.msoptionsprice-product {
    width: 100%;
  }
  .new_card_block .apply_btvprod {
    display: none;
  }
}
#myModalMobAddToCart.modal.in .modal-dialog {
  width: auto;
}
#msCart table tr td.title {
  width: 60%;
}
.catalog-item-wrap img {
  margin: 5px auto;
}
.prod_card .title {
  margin-top: 0 !important;
}
.vProdCard_search .vProdCard_search_wrap {
  border: 1px solid #cccccc;
  margin-bottom: 30px;
}
.vProdCard_search .vProdCard_search_wrap h3 {
  height: 65px;
}
.vProdCard_search .vProdCard_search_wrap .cont {
  padding: 10px 15px;
}
.vProdCard_search .vProdCard_search_wrap .cont .wr-price {
  margin-right: 0;
}
.vProdCard_search .vProdCard_search_wrap .price {
  font-size: 16px;
}
.vProdCard_search .vProdCard_search_wrap .count-change,
.vProdCard_search .vProdCard_search_wrap .w_count {
  position: relative;
}
.vProdCard_search .vProdCard_search_wrap .count-change input.fieldCount,
.vProdCard_search .vProdCard_search_wrap .w_count input.fieldCount {
  width: 60px;
}
.vProdCard_search .vProdCard_search_wrap .count-change button,
.vProdCard_search .vProdCard_search_wrap .w_count button {
  position: absolute;
  top: 0;
}
.vProdCard_search .vProdCard_search_wrap .count-change button.dec,
.vProdCard_search .vProdCard_search_wrap .w_count button.dec {
  left: 0;
  width: 20px;
}
.vProdCard_search .vProdCard_search_wrap .count-change button.inc,
.vProdCard_search .vProdCard_search_wrap .w_count button.inc {
  right: 0;
  width: 20px;
}
#pdopage .product-buttons {
  text-align: center;
}
#pdopage .product-buttons .btn {
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 0;
  border: none;
  background-color: #fb5a26;
  padding: 5px 30px;
}
.numQueries {
  display: block;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
#msCart table tr td h4 {
  color: #fb5a26;
}
#msCart table tr.title_stund td {
  background: #ececec;
}
.ktmUO_empty h3 {
  text-align: center;
  text-transform: uppercase;
}
/*# sourceMappingURL=style_lessvs.css.map */