

/* Start:/local/templates/main/components/bitrix/news/articles/bitrix/news.list/.default/style.css?1738933964150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/articles/css/style123.css?173893396316878*/
@charset "UTF-8";
@font-face {
  font-family: 'GothamPro';
  font-weight: normal;
  font-style: normal;
  src: url("/articles/css/../fonts/GothamProRegular.eot");
  src: local("☺"), url("/articles/css/../fonts/GothamProRegular.woff") format("woff"), url("/articles/css/../fonts/GothamProRegular.ttf") format("truetype"); }

@font-face {
  font-family: 'GothamPro';
  font-weight: 500;
  font-style: normal;
  src: url("/articles/css/../fonts/GothamProMedium.eot");
  src: local("☺"), url("/articles/css/../fonts/GothamProMedium.woff") format("woff"), url("/articles/css/../fonts/GothamProMedium.ttf") format("truetype"); }

@font-face {
  font-family: 'GothamPro';
  font-weight: 900;
  font-style: normal;
  src: url("/articles/css/../fonts/GothamProBlack.eot");
  src: local("☺"), url("/articles/css/../fonts/GothamProBlack.woff") format("woff"), url("/articles/css/../fonts/GothamProBlack.ttf") format("truetype"); }

* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

aside, nav, footer, header, section {
  display: block; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000; }

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "GothamPro"; }
  body.lock {
    overflow: hidden; }

input, button, textarea {
  font-family: "GothamPro"; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

.clr {
  clear: both;
  display: block; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden; }

.row:after {
  display: block;
  content: '';
  clear: both; }

.fa {
  font-family: inherit !important; }
  .fa:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.rub:after {
  content: '₽'; }

.container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative; }

@media (max-width: 1170px) {
  .container {
    max-width: 970px; } }

@media (max-width: 992px) {
  .container {
    max-width: 750px; } }

@media (max-width: 767px) {
  .container {
    max-width: none;
    padding: 0 10px; } }

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
.popup123 {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed !important;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
  padding: 30px 10px; }
  .popup123.active .popup-content {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .popup123.show {
    display: block; }
    .popup123.show .popup-content {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.popup-table {
  height: 100%; }
  .popup-table > .cell {
    height: 100%;
    vertical-align: middle; }

.popup-content {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  max-width: 630px;
  margin: 0px auto;
  padding: 50px;
  background-color: #fff; }

.popup-close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background: url("/articles/css/../img/icons/close.svg") 0 0 no-repeat; }

.popup__title {
  color: #0a589c;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px; }

.popup123 .phone {
  margin:0;
}

.popup__subtitle {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  margin: 0px 0px 30px 0px; }

.popup-form {
  max-width: 260px;
  margin: 0px auto; }

.popup-form-row {
  margin: 0px 0px 14px 0px; }

.popup-form-btn {
  text-align: center; }

@media (max-width: 767px) {
  .popup-content {
    padding: 50px 20px; } }

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
.compatibility {
  padding-top: 50px; }

.compatibility__title {
  text-align: center;
  text-transform: uppercase;
  color: #0a589c;
  font-weight: 900;
  font-size: 22px;
  margin: 0px 0px 45px 0px; }

.compatibility-block {
  margin: 0px auto;
  max-width: 830px;
  -webkit-box-shadow: 0 0 29px rgba(142, 180, 219, 0.07);
  box-shadow: 0 0 29px rgba(142, 180, 219, 0.07);
  border-radius: 9px;
  background-color: #ffffff;
  padding: 60px; }

.compatibility-block-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0px -15px; }

.compatibility-column {
  width: 50%;
  padding: 0px 15px; }

.compatibility__image {
  text-align: center; }
  .compatibility__image img {
    max-width: 100%; }

.compatibility-form__title {
  font-weight: 700;
  margin: 0px 0px 15px 0px;
  font-size: 16px; }

.compatibility-form-row {
  margin: 0px 0px 14px 0px; }

.compatibility-form__btn {
  height: 60px;
  line-height: 60px;
  font-weight: 900;
  color: #242424;
  font-size: 14px;
  border-radius: 3px;
  background-color: #ffcc0b;
  width: 100%; }

.compatibility-form-footer {
  text-align: center; }

.compatibility-form__model {
  color: #0a589c;
  font-size: 13px;
  text-decoration: underline; }
  .compatibility-form__model:hover {
    text-decoration: none; }

@media (max-width: 1170px) {
  .compatibility-block {
    padding: 40px; } }

@media (max-width: 767px) {
  .compatibility__title {
    font-size: 18px;
    margin: 0px 0px 30px 0px; }
  .compatibility-block {
    padding: 20px; }
  .compatibility-block-row {
    display: block; }
  .compatibility-column {
    width: 100%; }
  .compatibility__image {
    padding: 40px 0px 0px 0px; }
  .compatibility-form__title {
    font-size: 14px; } }

.baloon {
  max-width: 325px !important; }

.baloon-style {
  display: none; }

.baloon-content {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 25px;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important; }
  .baloon-content:after {
    content: '';
    width: 30px;
    height: 30px;
    left: 50%;
    margin: 0px 0px 0px -20px;
    background-color: #fff;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    position: absolute;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    bottom: -15px; }

.baloon-close {
  top: 18px !important; }

@media (max-width: 767px) {
  .baloon {
    max-width: 280px !important; } }

.btn {
  display: inline-block;
  height: 46px;
  border-radius: 3px;
  padding: 0 40px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  background-color: #0a589c; }
  .btn.fw {
    width: 100%; }

.select {
  position: relative;
  cursor: pointer; }
  .select .select-title {
    z-index: 1;
    width: 100%;
    position: relative;
    height: 46px;
    border-radius: 3px;
    border: 1px solid #e2e8ef;
    background-color: #ffffff; }
  .select .select-title__arrow {
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
    right: 13px;
    width: 7px;
    height: 5px;
    background: url("/local/templates/main/img/icons/select.svg") 0 0 no-repeat; }
  .select .select-title__value {
    font-size: 15px;
    font-weight: 300;
    line-height: 44px;
    display: block;
    overflow: hidden;
    padding: 0 25px 0 18px;
    white-space: nowrap;
    text-transform: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .select .select-options {
    position: absolute;
    z-index: 10;
    top: 42px;
    display: none;
    overflow: hidden;
    min-width: 100%;
    border: 1px solid #e2e8ef;
    border-top: none;
    background-color: #fff;
    padding: 0px 0px 10px 0px; }
  .select .select-options-inside {
    /*max-height: 150px;*/ }
  .select .select-options__value {
    color: #9b9b9b;
    font-weight: 300;
    font-size: 15px;
    padding: 8px 18px; }
    .select .select-options__value:hover {
      color: #000; }

.input {
  width: 100%;
  display: block;
  border-radius: 3px;
  color: #8b8b8b;
  font-size: 13px;
  font-weight: 300;
  height: 46px;
  border: 1px solid #e2e8ef;
  background-color: #ffffff;
  padding: 0px 18px; }
  .input.focus {
    color: #000; }
  .input.err {
    border: 1px solid red; }

textarea.input {
  resize: none;
  height: 130px;
  padding: 15px 18px; }

.check {
  position: relative;
  padding-left: 43px !important;
  color: #5f5f5f;
  line-height: 18px;
  cursor: pointer; }
  .check input {
    display: none; }
  .check:before {
    content: '';
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #a3a3a3;
    margin: 8px 0 0 18px;
    position: absolute; }
  .check.active:before {
    background: url("/local/templates/main/img/check-black.png") center no-repeat; }

.option {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 16px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300; }
  .option:last-child {
    margin-bottom: 0px; }
  .option input {
    display: none; }
  .option:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #7f7f7f;
    border-radius: 50%; }
  .option.active:before {
    background: url("/articles/css/../img/icons/option.png") center no-repeat; }

.rating-block {
  display: table;
  font-size: 0; }

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .rating.edit .star {
    cursor: pointer; }
  .rating .star {
    width: 17px;
    height: 13px;
    display: inline-block;
    position: relative;
    z-index: 3; }

.rating__line {
  position: absolute;
  width: 80px;
  height: 13px;
  top: 0;
  left: 0;
  background: url("/articles/css/../img/bg_rating.png") 0 0 no-repeat;
  z-index: 1; }

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 13px;
  top: 0;
  left: 0;
  background: url("/articles/css/../img/bg_rating_active.png") 0 0 no-repeat;
  z-index: 2; }

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle; }

.quantity {
  position: relative;
  width: 73px;
  height: 47px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff; }

.quantity__input {
  height: 45px;
  width: 50px;
  text-align: center;
  color: #101010;
  font-weight: 300; }

.quantity__btn {
  position: absolute;
  top: 11px;
  right: 15px;
  cursor: pointer; }
  .quantity__btn:before {
    font-size: 25px;
    display: inline-block;
    line-height: 10px;
    color: #a9a9a9; }
  .quantity__btn:hover:before {
    color: #da0005; }
  .quantity__btn.dwn {
    top: 25px; }

.category-params-item-price-table {
  margin-bottom: 25px; }
  .category-params-item-price-table .cell:first-child {
    padding-right: 15px;
    position: relative; }
    .category-params-item-price-table .cell:first-child:after {
      content: '-';
      position: absolute;
      right: -4px;
      top: 8px;
      font-size: 20px; }
  .category-params-item-price-table .cell:last-child {
    padding-left: 15px; }
  .category-params-item-price-table .cell input {
    height: 37px;
    border: 2px solid #393939;
    background-color: #ffffff;
    text-align: center;
    font-size: 12px;
    color: #393939;
    font-weight: 500;
    width: 100%; }

.category-params-item-price-range {
  margin: 0 12px 40px 12px;
  background-color: #c9cecf;
  height: 2px;
  position: relative; }
  .category-params-item-price-range .ui-slider-range {
    background-color: #000;
    height: 2px;
    position: relative; }
  .category-params-item-price-range .ui-slider-handle {
    width: 23px;
    height: 28px;
    border: 3px solid #fbfbfb;
    background-color: #ea5922;
    display: block;
    position: absolute;
    top: -14px;
    margin-left: -12px;
    cursor: pointer; }
    .category-params-item-price-range .ui-slider-handle span {
      position: absolute;
      bottom: -18px;
      left: 50%;
      width: 50px;
      text-align: center;
      font-size: 10px;
      margin-left: -25px;
      font-weight: 500;
      color: #94a6aa; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.table {
  display: table;
  font-size: 0;
  width: 100%; }

.trow {
  display: table-row; }

.cell {
  display: table-cell; }
  .cell.full {
    width: 100%; }

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .ibg img {
    display: none; }

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; }
  .video video, .video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.videobg video, .videobg iframe, .videobg object, .videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

.slick-slider {
  position: relative; }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .slick-slider .slick-track {
    position: relative;
    width: 100%; }
  .slick-slider .slick-slide {
    overflow: hidden;
    float: left;
    position: relative; }

.tab__item {
  display: none; }
  .tab__item.active {
    display: block; }

.compatibility_form form {
  width: 80%;
  margin-left: 10%;
}

.popup-equipment-count {
  position: absolute;
  top: 407px;
  right: 422px;
  background: #ffcc0b;
  padding: 13px;
  box-shadow: 2px 3px 12px 0 #888888;
  cursor: pointer;
  width: 120px;
  white-space: nowrap;
}

.popup-equipment-count-rectangle {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 14px solid #ffcc0b;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 407px;
  right: 542px;
  z-index: 5;
  cursor: pointer;
}

.popup__counter {
  display: none;
}
.popup__counter.active{
  display: block;
}

@media screen and (min-width: 993px) and (max-width: 1169px){
  .popup-equipment-count{
    top:403px;
    right: 332px;
  }
  .popup-equipment-count-rectangle {
    top:403px;
    right: 452px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px){
  .popup-equipment-count{
    top:403px;
    right: 232px;
  }
  .popup-equipment-count-rectangle {
    top:403px;
    right: 352px;
  }
}
@media screen and (max-width: 767px) {
  .popup-equipment-count {
    display: none;
  }
  .popup-equipment-count-rectangle {
    display: none;
  }
  .popup-equipment-count.catalog {
    display: block;
  }
  .popup-equipment-count-rectangle.catalog {
    display: block;
  }
}

.popup-equipment-count-rectangle.catalog {
  top: auto;
  right: auto;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 14px solid #ffcc0b;
  border-bottom: 20px solid transparent;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  margin: -65px 0 0 206px;
}
.popup-equipment-count-rectangle.catalog.filter {
  margin: -40px 0 0 227px;
}
.popup-equipment-count-rectangle.catalog.filter.not_checked {
  margin: 0px 0 0 267px;
}
.popup-equipment-count.catalog {
  top: auto;
  right: auto;
  position: absolute;
  background: #ffcc0b;
  padding: 10px;
  box-shadow: 2px 3px 12px 0 #888888;
  cursor: pointer;
  width: 120px;
  white-space: nowrap;
  z-index: 9;
  margin: -65px 0 0 220px;
}

.popup-equipment-count.catalog.filter {
  margin: -40px 0 0 240px;
}
.popup-equipment-count.catalog.filter.not_checked {
  margin: 0px 0 0 280px;
}
/* End */


/* Start:/articles/css/compatibility.css?17389339633796*/
.compatibility {
    padding: 50px 0; }

.compatibility__title {
    text-align: center;
    text-transform: uppercase;
    color: #0a589c;
    font-weight: 900;
    font-size: 22px;
    margin: 0px 0px 45px 0px; }

.compatibility-block {
    margin: 0px auto;
    max-width: 830px;
    -webkit-box-shadow: 0 0 29px rgba(142, 180, 219, 0.07);
    box-shadow: 0 0 29px rgba(142, 180, 219, 0.07);
    border-radius: 9px;
    background-color: #ffffff;
    padding: 60px; }

.compatibility-block-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0px -15px; }

.compatibility-column {
    width: 50%;
    padding: 0px 15px; }

.compatibility__image {
    text-align: center; }
.compatibility__image img {
    max-width: 100%; }

.compatibility-form__title {
    font-weight: 700;
    margin: 0px 0px 15px 0px;
    font-size: 16px; }

.compatibility-form-row {
    margin: 0px 0px 14px 0px; }

.compatibility-form__btn {
    height: 60px;
    line-height: 60px;
    font-weight: 900;
    color: #242424;
    font-size: 14px;
    border-radius: 3px;
    background-color: #ffcc0b;
    width: 100%; }

.compatibility-form-footer {
    text-align: center; }

.compatibility-form__model {
    color: #0a589c;
    font-size: 13px;
    text-decoration: underline; }
.compatibility-form__model:hover {
    text-decoration: none; }

@media (max-width: 1170px) {
    .compatibility-block {
        padding: 40px; } }

@media (max-width: 767px) {
    .compatibility__title {
        font-size: 18px;
        margin: 0px 0px 30px 0px; }
    .compatibility-block {
        padding: 20px; }
    .compatibility-block-row {
        display: block; }
    .compatibility-column {
        width: 100%; }
    .compatibility__image {
        padding: 40px 0px 0px 0px; }
    .compatibility-form__title {
        font-size: 14px; } }

.compatibility .btn {
    display: inline-block;
    height: 46px;
    border-radius: 3px;
    padding: 0 40px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    background-color: #0a589c;
}

.btn.fw {
    width: 100%;
}

.select {
    position: relative;
    cursor: pointer;
}

.select .select-title {
    z-index: 1;
    width: 100%;
    position: relative;
    height: 46px;
    border-radius: 3px;
    border: 1px solid #e2e8ef;
    background-color: #ffffff;
}

.select .select-title__arrow {
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
    right: 13px;
    width: 7px;
    height: 5px;
    background: url("/articles/css/../img/icons/select.svg") 0 0 no-repeat;
}

.select .select-title__value {
    font-size: 13px;
    font-weight: 300;
    line-height: 44px;
    display: block;
    overflow: hidden;
    padding: 0 25px 0 18px;
    white-space: nowrap;
    text-transform: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.select .select-options {
    position: absolute;
    z-index: 10;
    top: 42px;
    display: none;
    overflow: hidden;
    min-width: 100%;
    border: 1px solid #e2e8ef;
    border-top: none;
    background-color: #fff;
    padding: 0px 0px 10px 0px;
}

.select .select-options-inside {
    max-height: 150px;
}

.select .select-options__value {
    color: #9b9b9b;
    font-weight: 300;
    font-size: 13px;
    padding: 8px 18px;
}

.select .select-options__value:hover {
    color: #000;
}

.input {
    width: 100%;
    display: block;
    border-radius: 3px;
    color: #8b8b8b;
    font-size: 13px;
    font-weight: 300;
    height: 46px;
    border: 1px solid #e2e8ef;
    background-color: #ffffff;
    padding: 0px 18px;
}

.input.focus {
    color: #000;
}

.input.err {
    border: 1px solid red;
}

textarea.input {
    resize: none;
    height: 130px;
    padding: 15px 18px;
}
/* End */
/* /local/templates/main/components/bitrix/news/articles/bitrix/news.list/.default/style.css?1738933964150 */
/* /articles/css/style123.css?173893396316878 */
/* /articles/css/compatibility.css?17389339633796 */
