.old_container .free_sheeping {
    text-align:center;
    margin-bottom:20px;
    font-weight:bold;
    font-size:28px;
}
.old_container .how_much_to_discount {
    color: #25720e;
}
.old_container #search-orders h1 {
	margin: 50px 0 60px 0;
}
.old_container #search-orders h3 {
	margin-bottom: 40px;
}
.old_container #search-orders input {
	border-radius: 0px;
	margin-top: 10px;
}

.old_container #search-orders button {
	width: 50%;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	background-image: linear-gradient(to bottom, #EAE9E9 0%, #A6A6A6 100%);
	border: none;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}
.old_container #search-orders button:hover {
  	background-image: linear-gradient(to bottom, #A6A6A6 0%, #EAE9E9 100%);
}
.old_container .see-orders {
	position: absolute;
	left: -200px;
}
.old_container .see-orders a {
	padding: 15px;
	background: rgb(0, 65, 123);
	color: #fff;
}
.old_container .see-orders a:hover {
	color: rgb(255, 255, 255);
	background: #1485ce;
}

.old_container .btnflip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 60px;
  text-align: center;
  transform-style: preserve-3d;
  perspective: 1000px;
  transform-origin: center center;

}
.old_container .btnflip-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  background-color: rgba(255,255,255, .05);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
  transition: 1s;
}
.old_container .btnflip-item.btnflip__front {
  transform: rotateX(0deg) translateZ(20px);
}
.old_container .btnflip:hover .btnflip-item.btnflip__front {
  transform: rotateX(-180deg) translateZ(20px);
}
.old_container .btnflip-item.btnflip__back {
  transform: rotateX(180deg) translateZ(20px);
}
.old_container .btnflip:hover .btnflip-item.btnflip__back {
  transform: rotateX(0deg) translateZ(20px);
}
.old_container .btnflip-item.btnflip__center {
  background: linear-gradient(to left, #c31a5b, #7129bd);
}
.old_container .btnflip-item.btnflip__center::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #ffdd1f, #c31a5b);
  border-radius: 30px;
  transform: translateZ(-1px);
}
.old_container .btnflip:hover .btnflip-item.btnflip__center {
  transform: rotateX(-180deg);
}
.old_container #search-orders .results {
	margin-top: 20px;
}



.old_container *,
.old_container *:before,
.old_container *:after,
.old_container * * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

.old_container .g--flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.old_container .g--flex > * {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}



/*
    elements
*/
.old_container .ratio {
  position: relative;
}

.old_container .ratio canvas {
  visibility: hidden;
  display: block;
  width: 100%;
}

.old_container .ratio canvas + * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.old_container .ratio.set--height canvas {
  width: auto;
  height: 100%;
}

.old_container .svg {
  display: inline-block;
}

.old_container .timeline {
  position: relative;
  min-width: 545px;
  margin-bottom: 50px;
}
.old_container .timeline__event {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  cursor: default;
}

.old_container .timeline__event:last-child {
	padding-bottom: 0px;
	top: 3px;
}

.old_container .timeline__event.is--monday:before {
  background-color: #C2C2C2;
}
.old_container .timeline__event.is--weekend:before {
  width: 11px;
}
.old_container .timeline__event__date {
  opacity: 0;
  width: 35.2941176471%;
  text-align: right;
  padding-right: 20px;
  transition: opacity .2s ease-in;
}
.old_container .timeline__event.is--first-day .timeline__event__date,
.old_container .timeline__event.is--today .timeline__event__date,
.old_container .timeline__event.is--last-day .timeline__event__date,
.old_container .timeline__event:hover .timeline__event__date,
.old_container .timeline__event:focus .timeline__event__date {
  opacity: 1;
  transition: opacity .2s ease-in;
}
.old_container .timeline__endured {
  position: relative;
}

.old_container .dot {
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #CBF0FB;
  border: 3px solid #fff;
  border-radius: 20px;
}
.old_container .is--complete .dot__icon {
	border-radius: 100%;
	width: 8px;
	height: 8px;
	background: #fff;
}
.old_container .dot__icon.is--waiting {
  width: 10px;
}
.old_container .is--complete .dot {
  background-color: #5D8EFF;
  border: none;
}

.old_container .aside {
  position: absolute;
  top: 0;
  left: 0;
  width: 35.2941176471%;
  height: 100%;
}
.old_container .aside__line {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: #F0EDF0;
}

.old_container .filled {
  transform: scaleY(0);
  transform-origin: top center;
  z-index: 1;
  animation: scaleDown 1s ease-in-out;
  animation-fill-mode: forwards;
}
.old_container .filled__line__completed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #D1A4E8;
}

.old_container .pulse .dot {
  background: #92C87D;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(123, 188, 94, 0.4);
  animation: pulse 2s infinite;
}
.old_container .pulse:hover {
  animation: none;
}
.old_container .not-found {
	text-align: center;
	margin-top: 20px;
}
.old_container .bx-no-touch .product-item-big-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}
.old_container .product-item-big-card .product-item-properties dd {
color: #990000 !important;
    font-size: 18px;
    text-align: center;
    line-height: 34px;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: line-through;
}
.old_container .color-lbl {
	color: #3b506e;
	font-size: 12px;
}
.old_container #color_ch {
  margin: 0 0 0 20px;
  text-align: center;
  display: inline-block;
}
.old_container #color_ch .selected {
	border: 1px solid #074980;
	background-color: #ecf5fb;
    border-radius: 30px;
	-webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.old_container #color_ch img:hover,
.old_container #color_ch img:focus,
.old_container #color_ch img:active {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    border: 1px solid #074980;
    border-radius: 30px;
    background-color: #ecf5fb;
    z-index: 100;
    cursor: pointer !important;
}
.old_container #color_ch img.selected {
	opacity: 0.3;
}
.old_container #color_ch .active {
	position: relative;
}
.old_container #color_ch .active:after {
	content: "\e013";
	position: absolute;
	left: 10px;
	top: 0px;
	font-family: "Glyphicons Halflings";
	font-size: 37px;
	color: #00427b;
}
.old_container .color_ch {
	margin-top: 20px;
}
.old_container .color_ch input {
    display: none;
}
.old_container .color_ch img:hover,
.old_container .color_ch .active img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    border: 1px solid #074980;
    border-radius: 30px;
    background-color: #ecf5fb;
    cursor: pointer !important;
}
.old_container .color_ch .active img {
	opacity: 0.3;
	
}
.old_container .color_ch .active {
	position: relative;
}
.old_container .color_ch .active:after {
	content: "\e013";
	position: absolute;
	left: 10px;
	top: -10px;
	font-family: "Glyphicons Halflings";
	font-size: 37px;
	color: #00427b;
}
.old_container .popup-window-titlebar {
	display: none;
}
.old_container .one_plus_one {
	position: absolute;
	top: 15px;
	left: 15px;
	background: rgb(0, 65, 123);
	color: #fff;
	padding: 5px;
	z-index: 99;
	cursor: pointer;
}
.old_container .popover-content a {
	color: rgb(0, 65, 123);
}
.old_container .modal_one_plus_one ol {
  counter-reset: myCounter;
  padding-left: 0px;
}

.old_container .modal_one_plus_one li {
  list-style: none;
  position: relative;
  min-height: 45px;
  padding: 3px 0 0 55px;
  font-weight: bold;
}
.old_container .modal_one_plus_one li.one {
	line-height: 40px;
}
.old_container .modal_one_plus_one li:before {
  counter-increment: myCounter;
  content:counter(myCounter);
  color: white;
  background: rgb(0, 65, 123);;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.old_container .modal_one_plus_one .modal-title {
	color: rgb(0, 65, 123);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes scaleDown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@media (max-width: 800px) { 
	.old_container #search-orders .timeline {
		min-width: auto;
	}
	.old_container #search-orders button {
		width: 100%;
	}
	.old_container #search-orders h1 {
		font-size: 30px;
		margin: 20px 0 20px 0;
	}
	.old_container #search-orders h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.old_container #search-orders .timeline h5 {
		max-width: 150px;
	}
	.old_container #search-orders table thead {
    	display: none;
  	}
 	.old_container #search-orders table tr {
	    display: block;
	    margin-bottom: 1rem;
	    border-bottom: 2px solid #e8e9eb;
  	}
	.old_container #search-orders table td {
	  display: block;
	  text-align: right;
	}
	.old_container #search-orders table td:before {
	  content: attr(aria-label);
	  float: left;
	  font-weight: bold;
	}
}

/* Мобильная Артёмов */

@media (max-width: 800px) { 

.old_container .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
    background-color: #ffffff;
}

.old_container .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.old_container .modal-dialog {
    position: relative;
    width: auto;
    margin: 0px !important;
}

.old_container .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.old_container .modal-content.popup-menu {
    background-color: #FAFCFF;
}

.old_container .modal-header {
    min-height: 16.42857143px;
    padding: 0 !important;
    border-bottom: 0 !important;
}

.old_container .navbar-header {
    box-shadow: none !important;
}
.old_container .spanImage {
    background: url('images/ik-cl.png') no-repeat;
    background-repeat: no-repeat;
    background-size: 22px auto;
    position: absolute;
    width: 22px;
    height: 22px;
    right: 39px;
    top: 22px;
}

.old_container .close {
    float:  none;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 100;
}

/* Slider index */
.old_container .slider-1 {
	position: relative;
	z-index: 0;
}

.old_container .slider-1 .rslides {
	position: relative;
	z-index: 5;
}

.old_container a.callbacks_nav {
	display: block!important;
}

.old_container a.callbacks_nav.prev {
	background: url('images/left-slide.png') no-repeat;
	position: absolute;
	top: 60%;
	left: 5%;
	width: 16px;
	height: 32px;
	z-index: 10;
}

.old_container a.callbacks_nav.next {
	background: url('images/right-slide.png') no-repeat;
	position: absolute;
	top: 60%;
	right: 5%;
	width: 16px;
	height: 32px;
	z-index: 10;
}
/* end Slider */

.old_container .footer_new {
    background: #00437A;
    padding: 70px 30px 40px;
      font-weight: 500;
}

.old_container .footer_new_contacts_icon {
    padding-left: 50px;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.old_container .footer_new_contacts_phone a {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
}

.old_container .footer_new_contacts_phone {
    background-image: url(images/icon_tel.svg);
    background-size: 29px;
    background-position: 0 5px;
}

.old_container .footer_new_contacts_phone span {
    font-size: 16px;
}

.old_container .footer_new_contacts_mail {
    background-image: url(images/icon_mail.svg);
    background-size: 29px;
    background-position: 0 8px;
     font-size: 16px;
}

.old_container .footer_new_contacts_address {
    background-image: url(images/icon_address.svg);
    background-size: 22px;
    background-position: 3px 5px;
     font-size: 16px;
}

}
/* Мобильная Артёмов */

.old_container .is-hidden{
  display: none !important;
}

.old_container iframe#CalltouchWidgetFrame {
    bottom:-20px!important;
    left:-6px!important;
}

.old_container span.mob-visible.add-favorite {
    display: none;
}

/*правки для планшета*/
.old_container .tov_item .add-favorite {
  z-index: 2;
  cursor:pointer;
  width: 30px;
  height: 30px;
}
.old_container .add-favorite svg {
  width: 25px;
  height: 25px;
  position: relative;
  transition: linear .3s;
}
.old_container .add-favorite svg:hover {
  opacity: .8;
}
.old_container .nav_main_catalog_tabs_content_item: hover{
  border-top: 0!important;
}
.old_container .basket-item-price {
  margin-top: 3px;
}
.old_container .present-button {
  margin-top: 10px;
      margin-right: -10px;
          height: 30px;
          padding: 0 8.5px;
}

@media (max-width:  1024px) {
.old_container .basket-coupon-block-field {
  min-width: 200px;
}
.old_container .mfp-wrap {
  z-index: 999999;
}
.old_container .nav_main_catalog_tabs_content_item {
  border-top: 0;
}

.old_container .nav_main_catalog_tabs_content_item:hover {
  border-top: 0!important;
}
  .old_container .xlogreen {
    display: block;
  }
  .old_container .nav_main_catalog_tabs_content_item .SubSectItemImg {
    -webkit-box-pack: center;
           -ms-flex-pack: center;
               justify-content: center;
  }
  .old_container .col-md-8 {
    width: 100%;
  }
  .old_container .list-consumer .col-sm-5th {
    min-width: 227px;
  }
  .old_container .catalog-products-viewed .col-sm-5th {
    min-width: 227px;
  }
  .old_container .add-favorite {
    position: absolute;
    top: 78px;
    right: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;}
    .add-favorite svg {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 9999;
  }
  .old_container .nav_main_catalog_tabs_content_item {
    position: relative;
  }
  .old_container .add-favorite svg path {
    z-index: 9999;
    position: relative;
  }
  .old_container .block-price-item-catalog .product-item-detail-pay-block {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .old_container .xlogreen {
        right: 150px;
  }
  .old_container .nav_main_catalog_tabs_content_item:hover {
    border-top: 0;
  }
  .old_container .add-favorite.desk-visible {
    right: 0;
    top: 60px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.old_container .ico_fav,
.old_container .ico_fav.add-favorite {
	position:unset!important;
	top:0!important;
	right:0!important;
    display: flex;
	align-items:center;
	justify-content:center;
    width: 40px!important;
    height: 40px!important;
    background: #FFFFFF;
    border: 1px solid #7DAFE0;
    box-sizing: border-box;
    border-radius: 24px;
}
}

@media (max-width:  800px) {

  .old_container .add-favorite.desk-visible {
        width: 45px;
    height: 50px;
  }
.old_container .add-favorite.in-favorite svg {
  width: 25px;
  height: 25px;
}
  .old_container .nav_main_catalog_tabs_content_item:hover {
    border-color: #00417C!important;
  }
  .old_container .xlogreen {
    right: 55px;
  }
  .old_container .slider .slider-1 .rslides .visible-md {
    display: block!important;
  }
  .old_container .slider .slider-1 .rslides .hidden-md {
    display: none!important;
  }
  .old_container .nav_main_catalog_tabs_content_item .SubSectItemImg {
    padding: 0;
  }

  .old_container .nav_main_catalog_tabs_content_item .SubSectItemImg {
    flex-direction: column;
  }
  .old_container .nav_main_catalog_tabs_content_item .SubSectItemImg .w50-img {
    height: 170px;
  }
  .old_container .nav_main_catalog_tabs_content_item .btn {
    width: 100%;
  }
  
  .old_container .add-favorite.mob-visible {
    display: none;
  }
  .old_container .list-consumer .col-sm-5th,
  .old_container .catalog-products-viewed .col-sm-5th {
    margin: 10px;
    min-width: 200px;
  }
  .old_container .mt-20 {
    flex-wrap: wrap;
  }
  .old_container #sidebar-full-basket.det-mobile2 {
    display: none;
  }

}

@media (max-width:  480px) {
  .old_container .nav_main_catalog_tabs_content_item:hover {
    border-color: transparent!important;
  }
  .old_container .nav_main_catalog_tabs_content>.tab-pane>.col-sm-4,
  .old_container .nav_main_catalog_tabs_content>.tab-pane {
    padding-left: 0;
    padding-right: 0;
  }

.old_container .nav_main_catalog_tabs_content_item .SubSectItemImg {
  flex-direction: row;
}
.old_container .add-favorite.desk-visible {
  
}
.old_container .add-favorite svg {
  width: 24px;
  height: 20px;
}

.old_container .slider .slider-1 .rslides .visible-md {
    display: none!important;
  }
  .old_container .slider .slider-1 .rslides .hidden-md {
    display: block!important;
  }
  .old_container .add-favorite.desk-visible {
    right: 18px;
    top: 118px;
  }
  .old_container .add-favorite.in-favorite svg {
    width: 24px;
    height: 20px;
  }

}

.old_container .bx-catalog-element .product-item-detail-buy-button { overflow: hidden; }


a.disabled_from_opt {
    cursor: not-allowed !important;
    filter: alpha(opacity = 65) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .65 !important;
}