@media screen and (min-width: 992px) {
  .header-bottom .col-lg-7 {
    padding-top: 14px;
    padding-bottom: 14px; } }
.header-bottom-newlink {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 15px;
  font-size: 0;
  line-height: 0; }
  .header-bottom-newlink a {
    margin-left: 30px;
    position: relative;
    color: #1c549d; }
    .header-bottom-newlink a:first-child {
      margin: 0; }
    .header-bottom-newlink a span {
      position: absolute;
      top: -4px;
      right: -9px;
      min-width: 15px;
      line-height: 15px;
      background: #fff;
      border-radius: 50%;
      text-align: center;
      font-size: 12px;
      font-weight: bold; }

.item-header {
  position: relative; }
  .item-header-parambutton {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 0;
    line-height: 0;
    display: flex;
    align-items: center; }
    .item-header-parambutton label {
      margin-left: 9px;
      cursor: pointer; }
      .item-header-parambutton label:first-child {
        margin: 0; }
        .item-header-parambutton label:first-child span {
          background-position: 0 0; }
      .item-header-parambutton label input {
        display: none; }
        .item-header-parambutton label input:checked + span {
          background-position-y: 100%; }
      .item-header-parambutton label span {
        width: 20px;
        height: 19px;
        display: block;
        background: url(../images/parambutton.png) 100% 0 no-repeat; }
      .item-header-parambutton label:hover span {
        background-position-y: 100%; }

.cmparison-wrap {
  overflow: auto;
  display: flex;
  background: #fff; }
.cmparison__table {
  position: relative; }
  @media screen and (min-width: 992px) {
    .cmparison__table {
      min-width: 100%; } }
  .cmparison__table-tr {
    display: flex; }
    
    .cmparison__table-tr:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 1px;
      background: #f0f0f0; }
    .cmparison__table-tr:first-child .cmparison__table-td {
      display: block; }
  .cmparison__table-td {
    border-right: 1px solid #f0f0f0;
    padding: 10px 20px;
    min-height: 58px;
    min-width: 255px;
    max-width: 255px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px; }
    .cmparison__table-td:first-child {
      color: #666666; }
.cmparison__title {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  margin-bottom: 20px; }
.cmparison__check {
  display: inline-flex;
  align-items: flex-start;
  font-size: 14px;
  color: #5d5d5d;
  line-height: 18px;
  cursor: pointer; }
  .cmparison__check input {
    display: none; }
    .cmparison__check input:checked + span {
      background: url(../images/check.png) 50% 50% no-repeat; }
  .cmparison__check span {
    width: 17px;
    height: 17px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    margin-right: 10px; }
.cmparison__product {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
  .cmparison__product .item-header-parambutton {
    right: 0;
    top: 0; }
  .cmparison__product .item-header-article {
    line-height: 20px; }
  .cmparison__product-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    margin: 15px 0; }
    .cmparison__product-img img {
      max-height: 100%; }
  .cmparison__product-title {
    font-size: 14px;
    color: #0e4fa4;
    border-bottom: 1px solid #0e4fa4;
    text-decoration: none; }
    .cmparison__product-title:hover {
      border-color: transparent; }
  .cmparison__product-bottom {
    margin-top: 20px; }
  .cmparison__product-info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .cmparison__product-info button {
      width: 40px;
      height: 40px;
      border-radius: 3px;
      background: #e61c28 url(../images/addcart.png) 50% 50% no-repeat;
      border: 0; }
      .cmparison__product-info button:hover {
        background-color: #ba151e; }
  .cmparison__product-price {
    font-size: 19px;
    font-weight: 500;
    color: #000000; }

/*# sourceMappingURL=new2.css.map */
