.field {
    background: #FFFFFF;
    border: 1px solid #DBE0F1;
    box-sizing: border-box;
    border-radius: 3px;
    width: 52px !important;
    text-align: center;
	color:black;
	font-weight: bold;
}
table.sort1{
width: calc(100% + 30px);
font-family: Segoe UI;
font-style: normal;
border-collapse: collapse;
margin: 10px -15px;
}

table.sort1 td{
font-family: Segoe UI !important;
color: #323C47;
font-size: 15px;
line-height: 22px;

}
table.sort1 thead td{
font-weight: bold;
font-size: 14px;
line-height: 22px;
color: #323C47;
text-align:left;
padding: 10px 6px;
}
table.sort1 thead tr{
background: #F5F7FB;
}
table.sort1 tr{
border: 1px solid #DBE0F1;
height: 47px;
}
.serach_zhir{
font-weight: 500;
}

.blok_vypod{
border: 1px solid #d8d8d8;
    border-radius: 20px;
    z-index: 500;
    background-color: #f4f4f4;
    overflow: hidden;
	margin: 10px;
}
.filtr_search {
    width: 18px;
    height: 18px;
    float: left;
    margin: 2px 5px 2px 12px;
}

.select_filter_search {
  font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 22px;
color: #58667B;
    z-index: 2;
    height: 32px;
    width: auto;
    padding: 6px 0px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #F5F6F8;
    border: 1px solid #DBE0F1;
	box-sizing: border-box;
	border-radius: 3px;
    -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,-webkit-box-shadow ease-in-out .15s;
    -o-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;
margin: 5px;
max-width: 500px;
}




table.sort1 thead tr .tableshap  {
    background-image: url(sort/2.PNG);
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
    padding-left: 20px;
}

table.sort1 thead  tr .tableshapDOWN {
    background-image: url(sort/0.PNG);
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
    padding-left: 20px;
}

table.sort1 thead  tr .tableshapUP{
    background-image: url(sort/1.PNG);
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
    padding-left: 20px;
}
.image_table {
    height: 45px;
    margin: -4px 7px;
    padding: 8px 10px 2px 2px;
}
.image_table1 {
    width: 250px;
    margin: -4px 7px;
    padding: 8px 10px 2px 2px;
}
.image_block {
width: 200px;
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
/*   font-family: Helvetica, sans-serif; */
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #3B4791;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #3B4791;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -.5em);
          transform: translate(-50%, -.5em);
}


/* KEYFRAMES */
@-webkit-keyframes tooltips-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes tooltips-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@-webkit-keyframes tooltips-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  -webkit-animation: tooltips-vert 300ms ease-out forwards;
          animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
          animation: tooltips-horz 300ms ease-out forwards;
}


table.search_block{
width: 100%;
font-family: Segoe UI;
font-style: normal;
border-collapse: collapse;
}

table.search_block td{
font-family: Segoe UI !important;
color: #323C47;
font-size: 15px;
line-height: 22px;
padding: 6px 6px;
}
table.search_block thead td{
font-weight: bold;
font-size: 13px;
line-height: 17px;
color: #323C47;
padding: 10px 6px;
}
table.search_block  thead tr{
background: #F5F7FB;
border: 1px solid #DBE0F1;
}
table.search_block tr{
height: 47px;
}


@media (max-width:1200px){
#table_search_vypod{
position: fixed;
width: 100%;
min-width:100px;
height: 100%;
top: 110px;
left: 0px;
z-index: 2222;
background: #FFFFFF;
box-shadow: 0px 0px 50px rgba(59, 71, 145, 0.2);
border-radius: 5px;
font-family: Segoe UI;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 21px;
display: none;
overflow: auto;
}}
@media (min-width:1200px){
#table_search_vypod{
position: fixed;
width: 1240px;
min-width:100px;
height: 420px;
top: 50%;
left: 50%;
margin: -200px 0 0 -620px;
z-index: 2222;
background: #FFFFFF;
box-shadow: 0px 0px 50px rgba(59, 71, 145, 0.2);
border-radius: 5px;
font-family: Segoe UI;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 21px;
display: none;
overflow: auto;
}}

.close_block_search {
    width: 30px;
    height: 20px;
    background-image: url(svg/basket/x.svg);
    margin-top: -6px;
    float: right;
    cursor: pointer;
}

.serch_block_position {
    visibility: visible;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 109px;
    z-index: 198;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    left: 45px;
    display: none;
}
.block_display {
cursor: pointer;
}
.block_display:hover {
text-decoration: underline
}
.search_block1 {
display:none;
}

.opisanie1 {
font-size: 12px !important;
line-height: 11px !important;
}
.opisanie {
font-size: 12px !important;
}


table.table_block{
width: 100%;
font-family: Segoe UI;
font-style: normal;
border-collapse: collapse;
}
table.table_block{
width: 100%;
font-family: Segoe UI;
font-style: normal;
border-collapse: collapse;
}


table.table_block td{
font-family: Segoe UI !important;
color: #323C47;
font-size: 14px  !important;
line-height: 22px;
}
table.table_block tr{
    height: 21px;
}
.span_kolvo {
color: #FFFFFF;
cursor: pointer;
display: inline-block;
height: 16px;
padding: 0px 9px 23px 9px;
border-radius: 50%;
background:  #FC7F3C;	
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 22px;
margin-right: 5px;
}
.search_banners {
width: 100%;
}
.search_banners_block_left{
width: 50%;
float: left;
padding-left: 15px;

}
.search_banners_block_right{
width: 50%;
float: left;
padding-left: 15px;
}

.search_banners_block_left  img, .search_banners_block_right  img {
width: 100%;
cursor: pointer;
}
.delivery_code {
font-weight: bold;
color: #3B4791;
font-size: 12px;
line-height: 0.9;
}
.delivery_code a{
    color: #3B4791;
    cursor: pointer;
}

@media (max-width:900px){
#zamena_delivery{
position: fixed;
width: 100%;
min-width:100px;
height: 100%;
top: 110px;
left: 0px;
z-index: 2224;
background: #FFFFFF;
box-shadow: 0px 0px 50px rgba(59, 71, 145, 0.2);
border-radius: 5px;
font-family: Segoe UI;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 21px;
display: none;
overflow: auto;
}}
@media (min-width:900px){
#zamena_delivery{
position: fixed;
width: 900px;
min-width:100px;
height: 300px;
top: 50%;
left: 50%;
margin: -176px 0 0 -450px;
z-index: 2224;
background: #FFFFFF;
box-shadow: 0px 0px 50px rgba(59, 71, 145, 0.2);
border-radius: 5px;
font-family: Segoe UI;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 21px;
display: none;
overflow: auto;
}}

.search_zamena_delivery{
visibility: visible;
position: fixed;
width: 100%;
height: 100%;
top: 109px;
z-index: 2223;
overflow: hidden;
background: rgba(0, 0, 0, 0.6);
left: 0px;
display: none;
}
.smena_sposoba_zakryt {
    width: 30px;
    height: 20px;
    background-image: url(svg/basket/x.svg);
    margin-top: -10px;
    float: right;
	cursor:pointer;
}
.delivery_smena {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #070b0e;
    padding-bottom: 20px;
}
.info_delivery {
	font-family: Segoe UI !important;
    color: #323C47;
    font-size: 15px;
    line-height: 22px;
	margin: 70px 0 0 230px;
}
.of_analogs {
	display: block;
	width: 8px;
	height: 8px;
	background-color: rgb(226,0,0);
	box-shadow: inset 0px 1px 0px 0px rgba(250,250,250,0.5),
				0px 0px 3px 2px rgba(226,0,0,0.5);
 	border-radius: 4px;
 	clear: both;
 	bottom: 0;
 	transition: background-color 350ms, box-shadow 700ms;
	-o-transition: background-color 350ms, box-shadow 700ms;
	-moz-transition: background-color 350ms, box-shadow 700ms;
	-webkit-transition: background-color 350ms, box-shadow 700ms;
}
.on_analogs {
	box-shadow: inset 0px 1px 0px 0px rgba(250,250,250,0.5),
				0px 0px 3px 2px rgba(135,187,83,0.5);
	background-color: rgb(135,187,83);
	display: block;
	width: 8px;
	height: 8px;
 	border-radius: 4px;
 	clear: both;
 	bottom: 0;
 	transition: background-color 350ms, box-shadow 700ms;
	-o-transition: background-color 350ms, box-shadow 700ms;
	-moz-transition: background-color 350ms, box-shadow 700ms;
	-webkit-transition: background-color 350ms, box-shadow 700ms;
}
table.table_analog{
font-family: Segoe UI;
font-style: normal;
border-collapse: collapse;
font-size: 12px;
width: 100%;
}

table.table_analog td{
color: #323C47;
padding: 2px 6px;
}
table.table_analog thead th{
font-weight: bold;
line-height: 22px;
color: #323C47;
text-align:center;
}
table.table_analog thead tr{
background: #F5F7FB;
}
table.table_analog tr{
border: 1px solid #DBE0F1;
height: 30px;
}

table.table_analog a{
text-decoration: none;
color: #323C47;
font-weight: bold;
}
table.table_analog a:hover{
text-decoration: underline;
}
.analog_header{
font-size: 12px;
font-weight: bold;
margin-bottom: 0px;
text-align: center;
}
.slider1{position:relative}
.slider__container_slider{overflow:hidden}
.slider__items{display:flex;transition:transform .5s ease}
.slider_disable-transition{transition:none}
.slider__item{flex:0 0 100%;max-width:100%;user-select:none}
.slider__control{position:absolute;top:50%;display:flex;align-items:center;justify-content:center;width:40px;color:#fff;text-align:center;height:50px;transform:translateY(-50%);background:rgba(0,0,0,.2)}
.slider__control_hide{display:none}
.slider__control[data-slide=prev]{left:0}
.slider__control[data-slide=next]{right:0}
.slider__control:focus,.slider__control:hover{color:#fff;text-decoration:none;outline:0;background:rgba(0,0,0,.3)}
.slider__control::before{content:'';display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}
.slider__control[data-slide=prev]::before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}
.slider__control[data-slide=next]::before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}
.slider__indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none;margin-top:0;margin-bottom:0}
.slider__indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:5px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255,255,255,.5);background-clip:padding-box;border-top:15px solid transparent;border-bottom:15px solid transparent}
.slider__indicators li.active{background-color:rgba(255,255,255,.9)}
.container_slider {
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 5px;
}

.slider__wrapper {
  overflow: hidden;
}

.slider__item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255,255,255, 0.8);
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;  
  line-height: 17px;
  color: #323C47;
  border-radius: 5px;
  background: white;
  margin: 0px 5px;
}
.container_slider a {
    display: flex;
    justify-content: center;
    align-items: center;
	color: #323C47;
}
.container_slider a:hover {
    color: #323C47;
}
.container_slider img {
   width: 20% !important;
   margin-right: 3px;
}
.analog_pot{
font-size: 12px;
font-weight: bold;
margin-bottom: 0px;
text-align: center;
margin: -30px 2px 0px 0px;
position: absolute;
text-align: center;
width: 40%;
}
.sto-table {
    border-color:#aaa;
}
.sto-table th {
    padding:8px;
    text-align:center;
    background-color:#fff;
}
.sto-table td {
    padding:8px;
    text-align:center;
    transition:0.3s all;
}
.sto-table tbody tr:hover {
    background-color:#e0e0e0;
    transition:0.3s all;
}
