.font_color_red {
  color: #e10010;
}
.font_main {
  font-family: Tahoma;
}
.back_light_gray {
  background-color: #f5f5f5;
}
.back_gray {
  background-color: #dfdfdf;
}
#product_tabs_technical_characteristics_contents .characteristics_wrapper {
  margin: 0 15px;
}
#product_tabs_technical_characteristics_contents .characteristics_wrapper table {
  width: 100%;
  border-collapse: collapse;
}
#product_tabs_technical_characteristics_contents .characteristics_wrapper table tr td {
  padding: 5px;
  width: 50%;
  border: 1px solid #dfdfdf;
}
#product_tabs_technical_characteristics_contents .characteristics_wrapper table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
#product_tabs_technical_characteristics_contents .characteristics_wrapper table tr:hover {
  background-color: #dfdfdf;
}
#product_menu_line .info-tabs__menu {
  display: block;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), color-stop(0.5, #f8f8f8), to(#e8e8e8));
  background-image: -webkit-linear-gradient(#fdfdfd, #f8f8f8 0.5, #e8e8e8);
  background-image: -moz-linear-gradient(top, #fdfdfd, #f8f8f8 0.5, #e8e8e8);
  background-image: -o-linear-gradient(#fdfdfd, #f8f8f8 0.5, #e8e8e8);
  background-image: linear-gradient(#fdfdfd, #f8f8f8 0.5, #e8e8e8);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd ', endColorstr='#ffe8e8e8 ', GradientType=0);
}
#product_menu_line .info-tabs__menu li {
  display: inline-block;
}
#product_menu_line .info-tabs__menu li h3 a {
  padding: 0 45px;
}
.info-tabs__content h3 {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 0;
}
.cookie-overlay {
    background-color: #070707;
    border-radius: 20px;
    box-sizing: border-box;
    color: #f5f7fa;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 282px;
    position: fixed;
    bottom: 67px;
    z-index: 9999999;
    right: 15px;
    opacity: 0;
    top: auto!important;
    transition: opacity .6s;
}
.cookie-overlay-loaded {
    opacity: 1;
}
.cookie-popup__header {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 24px;
    margin: 0 0 12px;
}
.cookie-popup__texts {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: .2px;
}
.cookie-popup__texts p {
    color: white;
    margin: 5px 0 0 0;
}
#acceptButton {
  background: #d50002;
  padding: 6px 0;
}