.container.container-compare {
  padding-left: 10px;
}
.compare-wrap {
  margin-bottom: 31px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2.97px 0.03px rgba(117, 117, 117, 0.3);
  -moz-box-shadow: 0px 1px 2.97px 0.03px rgba(117, 117, 117, 0.3);
  box-shadow: 0px 1px 2.97px 0.03px rgba(117, 117, 117, 0.3);
  /*FixedCompareTop*/
  /*EndFixedCompareTop*/
}
.compare-wrap .fixed {
  border-bottom: 1px solid #f1f1f1;
  position: static;
  z-index: 1000;
  background: #fff;
}
.compare-wrap .fixed-width {
  width: 1205px;
}
.compare-wrap #sticky.stick {
  z-index: 200;
  position: fixed;
  background: #fff;
  top: 0;
}
.compare-wrap #sticky.stick .compare-item .wrap-btn,
.compare-wrap #sticky.stick .wrap-price,
.compare-wrap #sticky.stick .icon-add,
.compare-wrap #sticky.stick .upper-wrap {
  display: none;
}
.compare-wrap #sticky.stick .compare-item {
  height: 120px;
}
.compare-wrap #sticky.stick .wrap-img {
  height: 50px;
}
.compare-wrap #sticky.stick .wrap-img img {
  max-height: 45px ;
}
.compare-wrap #sticky.stick .add-list-a {
  margin-top: 10px;
}
.compare-wrap #sticky.stick .add-compare-blck .wrap-btn {
  margin-top: 57px;
}
.compare-wrap .compare-left {
  width: 260px;
  float: left;
}
.compare-wrap .compare-right {
  margin-left: 261px;
  border-left: 1px solid #f1f1f1;
  overflow: hidden;
  position: relative;
}
.compare-wrap .compare-scroll {
  overflow: hidden;
  overflow-x: scroll;
  position: relative;
  height: auto;
  margin-left: -1px;
}
.compare-wrap .compare-bottom {
  padding-bottom: 20px;
}
.compare-wrap .compare-bottom .compare-scroll {
  overflow: hidden!important;
}
.compare-wrap .compare-bottom.spec-margin {
  margin-top: 181px;
}
.compare-wrap .tr_hover {
  background: #f1f1f1;
}
.compare-wrap .compare-table {
    position: relative;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
    transition: .2s ease;
    left: 0px;
}
.compare-wrap .compare-table .compare-th {
  width: 236px;
  border-left: 1px solid #f1f1f1;
  padding: 11px;
}
.compare-wrap .compare-table .compare-item {
  position: relative;
  height: 400px;
  width: 180px;
  margin: 0 auto;
}
.compare-wrap .compare-table .compare-item .compare-item_header {
  padding: 18px 0;
    margin-bottom: 47px;
}
.compare-wrap .compare-table .compare-item .compare-item_header .close {
  position: absolute;
  top: 0;
  right: -15px;
}
.compare-wrap .compare-table .compare-item .compare-item_header .close:hover,
.compare-wrap .compare-table .compare-item .compare-item_header .close:active {
  color: red;
}
.compare-wrap .compare-table .compare-item .wrap-img {
  height: 200px;
}
.compare-wrap .compare-table .compare-item .wrap-img img {
  max-height: 172px;
  max-width: 95%;
}
.compare-wrap .compare-table .compare-item .wrap-price .item-price {
  font-size: 22px;
  line-height: 24px;
}
.compare-wrap .compare-table .compare-item .wrap-price .opt-price {
  color: #bdbdbd;
}
.compare-wrap .compare-table .compare-item .wrap-btn {
  margin-top: 23px;
  padding: 0 20px 6px 17px;
}
.compare-wrap .td {
  width: 236px;
  border-left: 1px solid #f1f1f1;
}
.compare-wrap .td-bold {
  font-weight: bold;
}
.compare-wrap .t-title,
.compare-wrap .t-value,
.compare-wrap .t-label,
.compare-wrap .t-title,
.compare-wrap .t-title-val {
  padding: 13px 11px;
}
.compare-wrap .t-title,
.compare-wrap .t-title-val {
  font-weight: bold;
}
.compare-wrap .t-clip {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.compare-wrap .t-clip:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 80%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 80%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 80%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.compare-wrap .t-clear:after {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 80%, #f1f1f1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 80%, #f1f1f1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 80%, #f1f1f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.compare-wrap .add-compare-blck {
  position: relative;
}
.compare-wrap .add-compare-blck .wrap-btn {
  margin-top: 138px;
}
.compare-wrap .add-compare-blck .btn-clear {
  color: #05a4d5;
  padding: 11px;
  border: none;
}
.compare-wrap .add-compare-blck .btn-clear:before {
  content: "\e909";
  font-family: 'avtoves';
  font-size: 12px;
  position: relative;
  top: 1px;
  padding-right: 10px;
  color: #22b5aa;
}
.compare-wrap .add-compare-blck .btn-clear:hover {
  border: none;
  background: #f1f1f1;
}
.compare-wrap .add-compare-blck .icon-add {
  font-size: 200px;
  color: #bfeae7;
}
.upper-wrap {
  width: 110px;
  height: 110px;
  margin-top: 45px;
  margin-bottom: 15px;
}
.wrap-icon-add {
  width: 110px;
  height: 110px;
  margin-top: 45px;
  margin-bottom: 15px;
  cursor: pointer;
}
.add-list-a span {
  cursor: pointer;
  color: #05a4d5;
}
.add-list-a span:hover {
  color: #23527c;
}
.wrap-icon-add:before {
  font-family: 'avtoves';
  content: "\e902";
  width: 100%;
  height: 100%;
  font-size: 190px;
  color: #bfeae7;
  text-align: center;
  display: block;
  line-height: 110px;
  position: relative;
  left: -40px;
}
.wrap-icon-add {
  width: 100%;
  height: 100%;
}
#CompareAddModal .modal-body {
  height: 400px;
  overflow: auto;
}
.compare-controls {
    position: relative;
    bottom: 0;
    width: 100%;
}
.goLeft, .goRight {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #05a4d5;
    bottom: -20px;
    z-index: 500;
    transition: .3s ease;
}
.goLeft {
    left: 0;
}
.goRight {
    right: 0;
}
.strelka-left,
.strelka-right {
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.strelka-left path,
.strelka-right path {
    fill: #fff;
}
.strelka-left {
    transform: rotate(180deg);
}
.mob-tr .t-label div {
    display: inline-block;
    text-align: center;
    transform: translateX(-50%);
}

.compare-item_label-wrap {
    height: 60px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .container-compare {
    width: 1014px;
  }
  .compare-wrap .fixed-width {
    width: 969px;
  }
    .compare-wrap .compare-table .compare-th {
        width: 211px;
}
    .compare-wrap .td {
        width: 211px;
    }
}
@media (max-width: 1023px) {
  .container-compare {
    padding: 0px;
    width: 745px;
  }
  .container-compare main {
    margin-left: 1px;
  }
  .compare-wrap .fixed-width {
    width: 734px;
  }
}

@media (max-width: 992px) {
    .compare-wrap .compare-scroll {
        overflow: hidden;
    }
    .compare-wrap .fixed-width {
        width: auto;
    }
    .compare-wrap .t-clip {
        text-align: center;
    }
    .compare-wrap .compare-table {
        margin: 0 auto;
    }
    .container-compare .row { /* был баг с отступами, пришлось прописать такое правило */
        margin: 0;
    }
    .container-compare {
        width: 100%;
    }
    .compare-left {
        display: none;
    }
    .compare-wrap .compare-right {
        margin: 0;
    }
    .mob-tr td {
        background: #f5f5f5;
    }
}

@media (max-width: 800px) {
    .compare-wrap .fixed-width {
        width: auto;
    }
    .compare-wrap  {
        max-width: 100%;
    }
    .compare-wrap .compare-scroll {
        max-width: 100%;
        /*overflow-x: scroll;*/
    }
    .compare-wrap .compare-table .compare-th {
        width: 279px;
    }
    .compare-wrap .td {
        width: 279px;
    }
}

@media (max-width: 576px) {
    .compare-wrap .compare-table .compare-item {
        width: auto;
        height: 375px;
    }
    .compare-wrap .compare-table .compare-item .wrap-img img {
        max-width: 90%;
    }
    .compare-wrap .compare-table .compare-item .wrap-img {
        height: auto;
    }
    .compare-wrap .compare-table .compare-item .wrap-btn {
        padding: 0;
        margin-top: 15px;
    }
    .compare-wrap .compare-table .compare-item .wrap-price .item-price {
        font-size: 18px;
        line-height: 19px;
    }
    .compare-wrap .compare-table .compare-item .compare-item_header {
        margin: 20px auto 55px;
    }
    .compare-wrap .t-title, .compare-wrap .t-value, .compare-wrap .t-label, .compare-wrap .t-title, .compare-wrap .t-title-val {
        padding: 10px 5px;
    }
    .compare-wrap .t-value, .compare-wrap .t-title-val, .mob-tr .t-label div {
        font-size: 13px;
        line-height: 14px;
    }
}