@charset "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,
main,menu,nav,output,ruby,section,summary,time,mark,audio,video 
{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,
header,hgroup,main,menu,nav,section 
{
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a:hover,
a:active {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  outline-width: 0em !important;
  outline-color: none !important;
}

/*
  ==============================
  Пользовательские стили шрифта
  ==============================
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300|PT+Sans|Arimo|Rubik');

body {
  margin: 0em auto;
  padding: 0em;
  overflow-y: scroll;
  max-width: 97.500em;
  font-family: 'Rubik', 'PT Sans', 'Open Sans Condensed', 'Arimo', sans-serif;
  font-size: 1em;
  /*16px*/
  font-weight: 300;
  line-height: 1;
  align-items: center;
}

_:-ms-lang(x),
_:-webkit-full-screen,
body {
  overflow-y: scroll;
}

_:-webkit-any(x)::x-backdrop,
body {
  overflow-y: scroll;
}

.bold {
  font-weight: bold;
}

/*
=================
КНОПОКА "Наверх"
=================
*/
#ToTopBtn {
  display: none;
  margin-bottom: 0.625em;
  /*10px*/
  position: fixed;
  bottom: 0.625em;
  /*10px*/
  right: 0.313em;
  /*5px*/
  z-index: 99;
  font-family: 'Rubik', sans-serif;
  color: #ffff;
  text-decoration: none;
  text-transform: none;
  font-size: 1.000em;
  /*16px*/
  font-weight: 400;
  border: none;
  outline: none;
  background-color: #e82323;
  cursor: pointer;
  padding: 0.625em;
  /*10px*/
  border-radius: 0.125em;
  /*2px*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
}

_:-ms-lang(x),
_:-webkit-full-screen,
#ToTopBtn {
  font-family: 'Rubik', sans-serif;
  color: white;
}

_:-webkit-any(x)::x-backdrop,
#ToTopBtn {
  font-family: 'Rubik', sans-serif;
  color: white;
  position: fixed;
  margin-bottom: 0.625em;
  /*10px*/
  bottom: 0.625em;
  /*10px*/
  right: 0.313em;
  /*5px*/
  z-index: 99;
}

/*РЕЗЕРВНЫЙ hover*/
/*#ToTopBtn:hover { 
display: none;
background-color: #9d999d;
color:#ffff; 
font-size: 1.000em; /*16px*/
/*font-weight: 400;    
}*/
/*
==========================
CSS START ОБЁРТКА WRAPPER
==========================
*/
.wrapper {
  margin: 0em auto;
  padding: 0em;
  /*margin-bottom: 0.938em;*/
  /*15px*/
  margin-top: 0.938em;
  /*15px*/
  max-width: auto;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  font-family: 'Rubik', sans-serif;
}

/*
====================================
ПОЗИЦОНИРУЕМ И СТИЛИЗУЕМ МЕНЮ ICONS
====================================
*/
.icons {
  margin: 0em auto;
  padding: 0em;
  display: flex;
  position: relative;
  justify-items: end;
  width: 100%;
}

.icons-menu {
  display: flex;
  width: auto;
  margin-left: auto;
}

.icons-menu li {
  display: inline-block;
  margin-right: 2.625em;
  /*42px;*/
  z-index: 1;
}

.icons-menu li:last-child {
  /* Сброс правого отступа списка навигации */
  margin-right: 0em;
}

_:-ms-lang(x),
_:-webkit-full-screen,
.tip {
  font-family: 'Arimo', sans-serif;
  text-decoration: none;
  font-weight: 300;
  color: white;
}

_:-webkit-any(x)::x-backdrop,
.tip {
  font-family: 'Arimo', sans-serif;
  text-decoration: none;
  font-weight: 300;
  color: white;
}

/*
======================================
ПОЗИЦОНИРУЕМ И СТИЛИЗУЕМ CONTAINER-TOP
======================================
*/
.container-top {
  margin: 0 auto;
  padding: 0;
  display: flex;
  position: relative;
  width: 100%;
  /*1560px;*/
  height: 4.688em;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.063em solid #355ae0;
}

.logo {
  display: flex;
  position: absolute;
  left: 0em; /*0px;*/
  bottom:  0.188em;  /*3px;*/
  width: 13.750em;
  /*220px;*/
  height: 4.375em;
  /*70px;*/
  outline-style: none;
  overflow: hidden;
  /* Изображение не вылезает за границы контейнера*/
}

.logo-image {
  width: 13.750em;
  /*220px;*/
  height: 4.375em;
  /*70px;*/
  min-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  }

/***********SAFARI***********/
_:-webkit-any(x)::x-backdrop,
.logo {
  display: flex;
  position: absolute;
  width: 13.750em;
  /*220px;*/
  height: 4.375em;
  /*70px;*/
  /*margin-bottom: 10px; /*3px;*/
  outline-style: none;
  overflow: hidden;
  /* Изображение не вылезает за границы контейнера*/
}

/***********SAFARI***********/

/***********NTNK REQUEST***********/
.request {
  position: absolute;
  font-size: 1em;
  top: 0.250em;
  /*4px;*/
  left: 15.625em;
  /*250px;*/
  padding: 0.188em;
  /*3px;*/
  border: 0.063em;
  /*1px;*/
  border-radius: 0.250em;
  /*4px;*/
  background-color: #ffc400;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: none;
}

.request a {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffff;
  outline: none;
}

_:-ms-lang(x),
_:-webkit-full-screen,
.request {
  position: absolute;
  font-size: 1em;
  top: 0.250em;
  /*4px;*/
  left: 15.625em;
  /*250px;*/
  padding: 0.188em;
  /*3px;*/
  border: 0.063em;
  /*1px;*/
  border-radius: 0.250em;
  /*4px;*/
  background-color: #ffc400;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

_:-ms-lang(x),
_:-webkit-full-screen,
.request a {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-size: 1em;
  text-transform: lowercase;
  font-weight: 600;
  color: white;
}

@-moz-document url-prefix() {
  .request {
    position: absolute;
    font-size: 1em;
    top: 0.250em;
    /*4px;*/
    left: 15.625em;
    /*250px;*/
    padding: 0.188em;
    /*3px;*/
    border: 0.063em;
    /*1px;*/
    border-radius: 0.250em;
    /*4px;*/
    background-color: #ffc400;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
}

@-moz-document url-prefix() {
  .request a {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    text-decoration: none;
    text-transform: lowercase;
    font-weight: 600;
    color: #ffff;
  }
}

/*****SAFARI*****/
_:-webkit-any(x)::x-backdrop,
.request {
  position: absolute;
  font-size: 1em;
  top: 0.250em;
  /*4px;*/
  left: 15.625em;
  /*250px;*/
  padding: 0.188em;
  /*3px;*/
  border: 0.063em;
  /*1px;*/
  border-radius: 0.250em;
  /*4px;*/
  background-color: #ffc400;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

_:-webkit-any(x)::x-backdrop,
.request a {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-size: 1em;
  text-transform: lowercase;
  font-weight: 600;
  color: #ffff;
}

/*****SAFARI*****/

/***********NTNK REQUEST***********/

.pages-menu {
  display: flex;
  margin-left: auto;
  margin-right: 8.750em;
  /*140px;*/
  margin-top: 3.688em;
  /*59px;*/
  margin-bottom: 1em;
  /*16px;*/
  /*отступ зафиксирован, не съезжает при масштабировании*/
}

.pages-menu li {
  display: inline-block;
  /*выравнивание в линию*/
  margin-right: 3.250em;
  /*52px;*/
}

.pages-menu li:last-child {
  /* Сброс правого отступа списка навигации */
  margin-right: 0em;
}

.pages-menu a {
  display: flex;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.313em 0.625em;
  /*5px 10px;*/
  color: #355ae0;
  background: rgba(255, 255, 255, 1);
  transition: .2s linear;
}

.pages-menu a:hover {
  background: rgba(53, 90, 224, 0.6);
  color: #ffffff;
}

/*****************************/
/*Выпадающее меню*/
.dropdown {
  display: none;
  flex-direction: row;
  margin-left: auto;
  height: auto;
  width: auto;
  outline-width: 0em !important;
  outline-color: none !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  min-width: 10.000em;
  margin-top: 0.125em;
  right: 0em;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  outline-width: 0em !important;
  outline-color: none !important;
}

.dropdown-content a {
  color: #355ae0;
  font-family: 'Rubik', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0.750em 1em;
  display: block;
  border-bottom: 0.063em solid rgba(115, 112, 112, 0.2);
  outline-width: 0em !important;
  outline-color: none !important;
}

.linebtn {
  position: relative;
  margin-bottom: -0.313em;
  /*-5px*/
  height: 1.500em;
  /*24px*/
  width: 1.500em;
  /*24px*/
  cursor: pointer;
  outline-width: 0em !important;
  outline-color: none !important;
}

.phone {
  position: relative;
  margin-right: 1.250em;
  /*20px*/
  height: 1.500em;
  /*24px*/
  width: 1.500em;
  /*24px*/
  cursor: pointer;
}

.mail {
  position: relative;
  margin-right: 1.250em;
  /*20px*/
  height: 1.500em;
  /*24px*/
  width: 1.500em;
  /*24px*/
  cursor: pointer;
}

.show {
  display: block;
}

/*Выпадающее меню конец*/
/********************************************/

/*
=============================================
РАЗДЕЛ STOCK
=============================================
*/

.STOCK {
  margin: 0em auto;
  padding: 0em;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  height: auto;
  width: 100%;
}

.accordionControl {
  display: flex;
  font-family: 'Arimo', sans-serif;
  font-weight: 300;
  width: 82.500em;
  /*1320px*/
  align-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  margin-top: 3.875em;
  /*62px; (specific dimention)*/
  margin-bottom: 1.438em;
  /*23px;*/
}

/*********************************/
.accordion {
  margin: 0em auto;
  margin-top: 0.625em;
  /*10px*/
  margin-bottom: 0.625em;
  /*10px*/
  font-family: 'Arimo', sans-serif;
  font-weight: 300;
  padding: 0.625em;
  /*10px*/
  background: rgba(245, 245, 245, 0.7);
  color: #000000;
  cursor: pointer;
  width: 82.500em;
  /*1320px*/
  border: solid 0px;
  border-radius: 0.125em;
  /*2px*/
  text-align: left;
  outline: none;
  font-size: 1rem;
  transition: 0.4s;
  border: solid 1px rgba(173, 173, 173, 0.6);
}

.active,
.accordion:hover {
  box-shadow: 0 0.063em 0.125em rgba(0, 0, 0, 0.1), 0 0.063em 0.188em rgba(0, 0, 0, 0.2);
  background: #ffff;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
}

.active:after {
  content: "\2212";
}

.accordion:nth-child(n+1) {
  margin-top: 0.625em;
  /*10px*/
  margin-bottom: 0em;
  /*0px*/
}

.accordion:first-child {
  margin-top: 0em;
  /*0px*/
  margin-bottom: 0em;
  /*0px*/
}

.accordion:last-child {
  margin-top: 0.625em;
  /*10px*/
  margin-bottom: 0em;
  /*0px*/
}

/*********************************/

.panel {
  margin: 0em auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel:last-child {
  margin-bottom: 10px;
}

.stockblock {
  position: relative;
  margin-top: 0.625em;
  height: auto;
}

.stockblock>li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.625em 0 0.938em 0;
  /*10px; 15px;*/
  width: 66.250em;
  /*1060px;*/
  height: auto;
  border-radius: 0.125em;
  /*2px*/
  border: solid 1px rgba(173, 173, 173, 0.4);
  background-color: rgba(224, 224, 224, 0.2);
}

.stockblock li:first-child {
  margin-top: 0em;
}

.stockblock li:last-child {
  margin-bottom: 0.125em;
}

.stockblock p {
  /*контейнер с тексом*/
  display: block;
  font-family: 'Arimo', sans-serif;
  text-align: left;
  padding: 0.625em;
  /*10px*/
  font-size: 1.05rem;
  /*16px*/
  font-weight: 300;
  line-height: 1.5;
}

.stockblock a {
  font-family: 'Arimo', sans-serif;
  font-size: 1.05rem;
  /*16px*/
  font-weight: 300;
  line-height: 1.5;
  text-transform: lowercase;
  text-decoration: none;
}

.refstock {
  color: #355ae0;
}

.refstock:hover {
  text-decoration: underline;
  transition: all 0.1s;
}

.pricestock {
  color: #ffffff;
  background-color: #6685f4;
  opacity: 1;
  padding: 0 5px 2px 5px;
}

/*.pricestock:hover {
text-decoration: underline;    
transition: all 0.1s;    
}*/

.imgstock {
  display: inline-flex;
  flex-shrink: 0;
  /*!!!!!!!*/
  align-content: center;
  align-items: flex-end;
  float: right;
  margin: 0.438em 0.438em 0.375em 0;
  /*0 7px 6px 0;*/
  height: 10.000em;
  /*160px*/
  width: 15.000em;
  /*240px*/
  border-radius: 0.125em;
  /*2px*/
  background: #ffff;
  overflow: hidden;
  /* Изображение не вылезает за границы контейнера*/
  -webkit-box-shadow: 0 0.063em 0.125em rgba(0, 0, 0, 0.1), 0 0.063em 0.188em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.063em 0.125em rgba(0, 0, 0, 0.1), 0 0.063em 0.188em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.063em 0.125em rgba(0, 0, 0, 0.1), 0 0.063em 0.188em rgba(0, 0, 0, 0.2);
}

.imgstock img {
  display: flex;
  margin: 0em auto;
  padding: 0em;
  position: relative;
  align-items: center;
  align-content: center;
  height: 10.000em;
  /*160px*/
  width: 15.000em;
  /*240px*/
  transition: all 0.5s;
  /* Изображение не схлопывается*/
  border-radius: 0.125em;
  /*2px*/
}

/********************************************/


/********KEYSIGHT********/
.stockblock .stockitem_KEYSIGHT {
  display: flex;
  /*on-off*/
}

.stockblock .stock_EMPTY_KEYSIGHT {
  display: none;
  /*on-off*/
  margin-bottom: 0em;
  background-color: rgba(102, 133, 244, 1);
}

.stockblock .stock_EMPTY_KEYSIGHT a {
  margin: 0em auto;
  padding: 0.313em;
  font-family: 'Arimo', sans-serif;
  font-size: 1.0rem;
  /*16px*/
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #ffff;
}

/********FormFactor********/
.stockblock .stockitem_FormFactor {
  display: none;
  /*on-off*/
}

.stockblock .stock_EMPTY_FormFactor {
  display: flex;
  /*on-off*/
  margin-bottom: 0em;
  background-color: rgba(102, 133, 244, 1);
}

.stockblock .stock_EMPTY_FormFactor a {
  margin: 0em auto;
  padding: 0.313em;
  font-family: 'Arimo', sans-serif;
  font-size: 1.0rem;
  /*16px*/
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #ffff;
}

/********MAURY********/
.stockblock .stockitem_MAURY {
  display: none;
  /*on-off*/
}

.stockblock .stock_EMPTY_MAURY {
  display: flex;
  /*on-off*/
  margin-bottom: 0em;
  background-color: rgba(102, 133, 244, 1);
}

.stockblock .stock_EMPTY_MAURY a {
  margin: 0em auto;
  padding: 0.313em;
  font-family: 'Arimo', sans-serif;
  font-size: 1.0rem;
  /*16px*/
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #ffff;
}

/********FARRAN********/
.stockblock .stockitem_FARRAN {
  display: none;
  /*on-off*/
}

.stockblock .stock_EMPTY_FARRAN {
  display: flex;
  /*on-off*/
  margin-bottom: 0em;
  background-color: rgba(102, 133, 244, 1);
}

.stockblock .stock_EMPTY_FARRAN a {
  margin: 0em auto;
  padding: 0.313em;
  font-family: 'Arimo', sans-serif;
  font-size: 1.0rem;
  /*16px*/
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #ffff;
}

/********SPELLMAN********/
.stockblock .stockitem_SPELLMAN {
  display: flex;
  /*on-off*/
}

.stockblock .stock_EMPTY_SPELLMAN {
  display: none;
  /*on-off*/
  margin-bottom: 0em;
  text-align: center;
  background-color: rgba(102, 133, 244, 1);
}

.stockblock .stock_EMPTY_SPELLMAN a {
  margin: 0em auto;
  padding: 0.313em;
  font-family: 'Arimo', sans-serif;
  font-size: 1.0rem;
  /*16px*/
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #ffff;
}

/********VAREX (CLAYMOUNT)********/
.stockblock .stockitem_VAREX {
  display: flex;
  /*on-off*/
}

.stockblock .stock_EMPTY_VAREX {
  display: none;
  /*on-off*/
  margin-bottom: 0em;
  background-color: rgba(102, 133, 244, 1);
}

.stockblock .stock_EMPTY_VAREX a {
  margin: 0em auto;
  padding: 0.313em;
  font-family: 'Arimo', sans-serif;
  font-size: 1.0rem;
  /*16px*/
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #ffff;
}

/*
=============================================
FOR EDGE
=============================================
*/
_:-ms-lang(x),
_:-webkit-full-screen,
.stock_EMPTY_FormFactor a,
.stock_EMPTY_KEYSIGHT a,
.stock_EMPTY_MAURY a,
.stock_EMPTY_FARRAN a,
.stock_EMPTY_SPELLMAN a,
.stock_EMPTY_VAREX a {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: white;
}

/********************************************/

/*
=============================================
СТИЛИ КНОПОК STOCK
=============================================
*/

.StockBox {
  /*кнопка СКЛАД*/
  display: flex;
  position: absolute;
  left: 0;
  /* 16.123%; 16.0897435%;15.688em; 251px;*/
  top: 1.250em;
  /*1.250em; 20px*/
}

.Stockbutton {
  /*СКЛАД*/
  display: flex;
  position: relative;
  background-color: #6685f4;
  height: 32px;
  /*32px*/
  width: 140px;
  /*140px*/
  border-radius: 0.125em;
  /*2px*/
  align-items: center;
  justify-content: center;
  font-family: 'Rubik', sans-serif;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.000em;
  /*16px*/
  font-weight: 400;
  box-shadow: 0 0.063em 0.125em rgba(0, 0, 0, 0.1);
  /*0 1px 2px rgba(0,0,0,0.1);*/
}

/********************************************/

/*
======================================
ПОЗИЦОНИРУЕМ И СТИЛИЗУЕМ СЕКЦИЮ FOOTER
======================================
*/
.container_footer {
  margin: 0em auto;
  padding: 0em;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  /*200px;( inherit;)*/
  font-family: 'Open Sans', sans-serif;
  justify-content: left;
  background-color: rgba(0, 0, 0, 0.6);
}

.containerA {
  display: flex;
  flex-direction: row;
  text-decoration: none; 
  max-width: 800px;
  justify-content: space-between;
}


.container_footer hr {
  border-top-color:#ffffff;
  opacity:0.5
}

.adress {
  margin: 0.625em;
  /*10px;10px;*/
  font-size: 1em;
  /*16px*/
  color: #ffff;
  text-align: left;
  font-weight: 600;
  font-size: 0.938em;
  line-height: 1.5;
  text-decoration: none;
}

.rights {
  color: #ffff;
  margin-top: 0.625em;
  /*10px;*/
  margin-left: 0.625em;
  /*10px;*/
  font-size: 1em;
  /*16px*/
  margin-bottom: 0.625em;
  font-weight: 600;
  font-size: 0.938em;
  line-height: 1.5;
}

.telephones {
  margin-right: 0.625em;
}

.call {
  font-weight: 600;
  font-size: 0.938em;
  line-height: 1.5;
  text-decoration: none;
  color: #ffff;
}

.refinfo {
  font-weight: 600;
  font-size: 0.938em;
  line-height: 1.5;
  margin-bottom: 0.625em;
  color: #ffff;
}

.list_link {
  font-weight: 600;
  font-size: 0.938em;
  line-height: 2;
  margin-left: 0.625em;
  text-decoration: none;
  color: #ffff;
  margin-top: 0.625em;
  /*10px;*/
  margin-left: 0.625em;
  /*10px;*/
}

.list_link li a {
text-decoration: none; 
font-weight: 600;
font-size: 0.938em;
color: #ffff;
}

.list_link h5 {
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 0.625em;
}

.vl {
  font-weight: 600;
  font-size: 0.938em;
  line-height: 1.5;
  margin-bottom: 0.625em;
  color: #ffff;
  text-decoration: none;
}
/********************************************/

/*********************СТИЛИ H1***********************/
.h1Yes {
  font-family: 'Arial', sans-serif;
  font-weight: 600;
  font-size: 1.3em;
  margin-left: 0.625em;
}

.h1No {
  font-family: 'Arial', sans-serif;
  display: none;
  font-weight: 600;
  font-size: 1.3em;
  margin-left: 0.625em;
}
/***************************************************/

/*********************Link Glow off***********************/
a, label{
	-webkit-tap-highlight-color: transparent;
}

.dropdown, .breadcrumb .logo a, .tip, .svgcolor, .list_link a, .telephones a, .delref, .menu a, .dropdown a, .dropdown-content a, .request a, #ToTopBtn, .refstock, .pricestock, .accordion { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/****************************************************/