

/* Start:/local/templates/5kwt_main/css/normalize.min.css?17052624951365*/
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}a{background-color:transparent}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[hidden]{display:none}
/* End */


/* Start:/local/templates/5kwt_main/css/style.css?170526249642998*/
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: normal;
  src: url('/local/templates/5kwt_main/css/fonts/Gilroy-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Gilroy';
  font-style: italic;
  font-weight: normal;
  src: url('/local/templates/5kwt_main/css/fonts/Gilroy-RegularItalic.otf') format('opentype');
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: bold;
  src: url('/local/templates/5kwt_main/css/fonts/Gilroy-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'Gilroy';
  font-style: italic;
  font-weight: bold;
  src: url('/local/templates/5kwt_main/css/fonts/Gilroy-BoldItalic.otf') format('opentype');
}

/*
 * Markup free clearing
 * Details: http://www.positioniseverything.net/easyclearing.html
 */
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */

.hidden {
  display: none !important;
}

body {
  background-color: #fff;
  color: #000;
  font-family: Gilroy, Arial, Tahoma, Verdana, sans-serif;
  font-size: 17px;
  line-height: 1;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 0;
}
a {
  color: #000;
  text-decoration: none;
  transition: all .5s ease;
}
a:hover {
  text-decoration: none;
}

/* Наверх. */
.up-btn.active-up-btn {
  right: 80px;
  bottom: 60px;
}
.up-btn .hover-text {
  display: none;
  position: absolute;
  top: 25px;
  right: 76px;
  color: #fff;
  background-color: #f60;
  padding: 12px 10px 10px 15px;
  line-height: 28px;
}

/* Заголовок. */
header {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 15px;
}
#header.fixed {
  padding-bottom: 72px;
}
/* Верхнее меню. */
.top-line {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 26px;
}
/* Скрытое название компании - 5КИЛОВАТТ. */
.top-line .hd-name {
  display: none;
}
/* Первая строка заголовка. */
.tl-first-line {
  display: flex;
  justify-content: space-between;
}
/* Город. */
.tl-city {
  color: #b2b2b2;
}
/* Правая часть. */
.tl-first-line .tl-right {
  display: flex;
}
/* Пункты меню. */
.tl-mnu-ul ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tl-mnu-ul ul li {
  display: inline-block;
  margin-right: 40px;
}
.tl-mnu-ul a {
  white-space: nowrap;
}
.tl-mnu-ul a:hover {
  color: #f60;
}
/* Заказать звонок. */
.tl-callback {
  position: relative;
  font-size: 14px;
  margin-right: 17px;
}
.tl-callback::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all .5s ease;
}
.tl-callback:hover {
  color: #f60;
}
.tl-callback:hover::before {
  background-color: #f60;
}
/* Телефон. */
.tlr-phone {
  font-weight: bold;
}
.tlr-phone:hover {
  color: #f60;
}
/* Вторая строка заголовка. */
.tl-second-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  position: relative;
  padding-left: 300px;
  box-sizing: border-box;
}
#header.fixed .tl-second-line-wrapper {
  position: fixed;
  top: -17px;
  left: 0;
  right: 0;
  padding-bottom: 10px;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 5px 10px -1px rgb(0 0 0 / 12%);
}
/* Каталог. */
.tl-catalog a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  padding-left: 35px;
  font-size: 17px;
  line-height: 44px;
  margin-right: 15px;
}
.tl-catalog a:hover {
  color: #f60;
}
.tl-catalog a:hover::before {
  opacity: 0;
}
.tl-catalog a:hover::after {
  opacity: 1;
}
.tl-catalog a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 13px;
  margin-top: -7px;
  background: transparent url(/local/templates/5kwt_main/css/images/bur.svg) center no-repeat scroll;
  transition: all .5s ease;
}
.tl-catalog a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 13px;
  margin-top: -7px;
  background: transparent url(/local/templates/5kwt_main/css/images/bur_h.svg) center no-repeat scroll;
  transition: all .5s ease;
  opacity: 0;
}
/* Логотип. */
.tl-logo {
  max-width: 263px;
  position: absolute;
  left: 0;
}
.tl-logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
/* Поиск. */
.tl-search-wrapper {
  margin-right: 15px;
}
.tl-search-form {
  width: 100%;
  min-width: 150px;
  max-width: 400px;
  margin-right: 15px;
}
.tl-search-padding {
  width: 27px;
  height: 22px;
  display: none;
}
.tl-search-form .label {
  display: block;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 4px 6px 33px;
}
/* Лупа. */
.tl-search-form .label span {
  position: absolute;
  top: 0;
  width: 19px;
  height: 22px;
  background: #fff url(/local/templates/5kwt_main/css/images/search.svg) left center no-repeat scroll;
}
.tl-search-form .label span.before {
  left: 4px;
}
.tl-search-form .label span.after {
  right: 4px;
  display: none;
  cursor: pointer;
}
.tl-search-form .label input {
  width: 100%;
  height: 20px;
  display: block;
  border: 0;
  outline: 0;
  padding: 0;
  color: #adadad;
}
/* Фокус в поле ввода. */
.tl-search-form.active .label {
  padding: 0 33px 6px 4px;
}
.tl-search-form.active .label span.before {
  display: none;
}
.tl-search-form.active .label span.after {
  display: inline;
}

/* Избранное. */
.tl-favorites {
  position: relative;
  top: -7px;
  white-space: nowrap;
  margin-right: 15px;
}
.tl-favorites a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  font-size: 15px;
}
.tl-favorites a:hover {
  color: #f60;
}
.tl-favorites a .ico {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: 10px;
  transition: all .5s ease;
  background-color: #f7f7f7;
  margin-right: 10px;
}
.tl-favorites a .ico::before {
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5.5px;
  margin-left: -5.5px;
  transition: all .5s ease;
  background: transparent url(/local/templates/5kwt_main/css/images/i11_b.svg) center no-repeat scroll;
  background-size: contain;
}
.tl-favorites a .ico .num {
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: -6px;
  left: 21px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  transition: all .5s ease;
}
.tl-favorites a.active .ico .num {
  background-color: #f60;
}
/* Сравнить. */
.tl-compare {
  position: relative;
  top: -7px;
  white-space: nowrap;
  margin-right: 15px;
}
.tl-compare a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  font-size: 15px;
}
.tl-compare a:hover {
  color: #f60;
}
.tl-compare a .ico {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: 10px;
  transition: all .5s ease;
  background-color: #f7f7f7;
  margin-right: 10px;
}
.tl-compare a .ico::before {
  content: '';
  width: 14px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -7px;
  transition: all .5s ease;
  background: transparent url(/local/templates/5kwt_main/css/images/i13_b.svg) center no-repeat scroll;
  background-size: contain;
}
.tl-compare a .ico .num {
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: -6px;
  left: 21px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  transition: all .5s ease;
}
.tl-compare a.active .ico .num {
  background-color: #f60;
}

/* Корзина. */
.tl-cart {
  white-space: nowrap;
}
.tl-cart a {
  position: relative;
  top: -4px;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  font-size: 15px;
}
.tl-cart a:hover {
  color: #f60;
}
.tl-cart a .ico {
  position: relative;
  width: 35px;
  height: 23px;
  margin-right: 6px;
  display: inline-block;
}
.tl-cart a .ico::before {
  content: '';
  width: 35px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  transition: all .5s ease;
  background: transparent url(/local/templates/5kwt_main/css/images/bask.svg) center no-repeat scroll;
  background-size: contain;
}
.tl-cart a .ico .num {
  color: #fff;
  font-size: 9px;
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  transition: all .5s ease;
}
.tl-cart a.active .ico .num {
  background-color: #f60;
}

/* Мобильное меню внизу экрана. */
.bottom-line {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background-color: #fff;
  z-index: 2;
  box-sizing: border-box;
  border-top: 1px solid #e7e7e7;
  align-items: center;
  justify-content: space-around;
  display: none;
}
/* Избранное. */
.bl-favorites {
  position: relative;
  white-space: nowrap;
}
.bl-favorites a {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bl-favorites a:hover {
  color: #f60;
}
.bl-favorites a .ico {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  transition: all .5s ease;
  background-color: #f7f7f7;
}
.bl-favorites a .ico::before {
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5.5px;
  margin-left: -5.5px;
  transition: all .5s ease;
  background: transparent url(/local/templates/5kwt_main/css/images/i11_b.svg) center no-repeat scroll;
  background-size: contain;
}
.bl-favorites a .ico .num {
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: -6px;
  left: 21px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  transition: all .5s ease;
}
.bl-favorites a.active .ico .num {
  background-color: #f60;
}
/* Сравнить. */
.bl-compare {
  position: relative;
  white-space: nowrap;
}
.bl-compare a {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bl-compare a:hover {
  color: #f60;
}
.bl-compare a .ico {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  transition: all .5s ease;
  background-color: #f7f7f7;
}
.bl-compare a .ico::before {
  content: '';
  width: 14px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -7px;
  transition: all .5s ease;
  background: transparent url(/local/templates/5kwt_main/css/images/i13_b.svg) center no-repeat scroll;
  background-size: contain;
}
.bl-compare a .ico .num {
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: -6px;
  left: 21px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  transition: all .5s ease;
}
.bl-compare a.active .ico .num {
  background-color: #f60;
}
/* Корзина. */
.bl-cart {
  white-space: nowrap;
}
.bl-cart a {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bl-cart a:hover {
  color: #f60;
}
.bl-cart a .ico {
  position: relative;
  width: 35px;
  height: 30px;
  display: inline-block;
}
.bl-cart a .ico::before {
  content: '';
  width: 35px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s ease;
  background: transparent url(/local/templates/5kwt_main/css/images/bask.svg) center no-repeat scroll;
  background-size: contain;
}
.bl-cart a .ico .num {
  color: #fff;
  font-size: 9px;
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -10px;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  transition: all .5s ease;
}
.bl-cart a.active .ico .num {
  background-color: #f60;
}


/* Визуал с лисапедом. */
.visual {
  width: 100%;
  height: 330px;
  background: transparent url(/local/templates/5kwt_main/css/images/visual.jpg) center no-repeat scroll;
  background-size: cover;
  margin-top: 24px;
}
.visual .padding {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1065px;
  margin: 0 auto;
  padding: 46px 20px;
}
/* Хлебные крошки. */
.visual .breadcrumbs {
  font-size: 13px;
  color: #d5d5d5;
}
.visual .breadcrumbs a {
  color: #d5d5d5;
}
.visual h1 {
  font-size: 37px;
  color: #fff;
  margin: 10px 0 20px;
}
.visual ul {
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  padding-inline-start: 21px;
  list-style: none;
}
.visual li {
  line-height: 1.2;
}
.visual li:not(:last-child) {
  margin-bottom: 10px;
}
.visual li:before {
  content: "\2022";
  color: #ffd461;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.visual li span {
  color: #ffd461;
}

/* Содержимое. */
#wrapper {
  max-width: 1065px;
  margin: 0 auto;
  padding: 33px 20px 46px;
}
#container {
  position: relative;
}
#sidebar-left {
  float: left;
  width: 309px;
}
#sidebar-left .body {
  padding-right: 10px;
}
#content {
  width: 100%;
}
body.sidebar-left #content .body{
  margin-left: 309px;
}

/* Каталог в сайдбаре. */
.sbl-catalog {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
/* Оранжевый клюв слева от меню каталога. */
.sbl-catalog:before {
  content: '';
  display: block;
  width: 52px;
  height: 56px;
  position: fixed;
  left: 0;
  background: transparent url(/local/templates/5kwt_main/css/images/arrow.png) center no-repeat scroll;
}
.sbl-catalog li {
  line-height: 1.3;
}
.sbl-catalog li:not(:last-child) {
  margin-bottom: 16px;
}
.sbl-catalog ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  padding-inline-start: 20px;
}
.sbl-catalog ul li:not(:last-child) {
  margin-bottom: 12px;
}
.sbl-catalog ul li a {
  color: #7a7a7a;
}
.sbl-catalog a:hover, .sbl-catalog a.active {
  color: #f60;
}

/* Хинт в сайдбаре. */
.hint {
  margin-top: 35px;
  width: 90%;
  position: relative;
}
.hint .hint-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hint .content {
  background-color: #ebf6fa;
  border-radius: 5px;
  padding: 15px 20px 20px;
}
.hint .title {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
.hint .text {
  margin-top: 5px;
  font-size: 12px;
  padding-left: 32px;
  padding-top: 5px;
  position: relative;
  line-height: 1.2;
}
.hint .text:before {
  content: '';
  display: block;
  width: 27px;
  height: 42px;
  background: transparent url(/local/templates/5kwt_main/css/images/hint.png) center no-repeat scroll;
  position: absolute;
  left: 0;
  top: 0;
}


/* Меню в мобильной версии. */
.content-menu {
  margin: 10px 0 5px;
  padding: 0;
  list-style: none;
  font-size: 15px;
  display: none;
}
.content-menu li {
  display: block;
  border-left: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  position: relative;
}
.content-menu li:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: transparent url(/local/templates/5kwt_main/css/images/back.svg) center no-repeat scroll;
  position: absolute;
  right: 16px;
  top: 13px;
  transform: rotate(180deg);
}
.content-menu li:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.content-menu li a {
  display: block;
  padding: 11px 15px;
}
.content-menu li a:hover {
  background-color: #f3f3f3;
}


/* Контент. */
#content .article p {
  line-height: 1.4;
}
#content .article p img {
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  max-width: 100%;
}
#content .article p.img-caption {
  font-size: 15px;
  color: #959595;
  margin-top: -13px;
}
#content .article .title, #content .article .title2, #content .article h2, #content .article h3 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}
#content .article p.title {
  font-size: 19px;
}
#content .article .title2 {
  font-size: 22px;
}
#content .article ul {
  margin: 0;
  padding: 0;
  padding-inline-start: 21px;
  list-style: none;
}
#content .article li {
  line-height: 1.4;
}
#content .article li:not(:last-child) {
  margin-bottom: 13px;
}
#content .article li:before {
  content: "\2022";
  color: #f60;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#content .article .video {
  margin-top: 40px;
}
#content .article .about {
  margin-top: 50px;
  padding: 25px;
  background-color: #f8f3e6;
  border-radius: 6px;
}
/* Читать статью полностью. */
#content .article .article-read-more {
  text-align: center;
  margin: 10px 0 40px;
}
#content .article .article-read-more .open-article {
  position: relative;
  display: inline-block;
  border: 1px solid #f46f3a;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.3;
  padding: 10px 40px 12px 27px;
  cursor: pointer;
  transition: all .5s ease;
}
#content .article .article-read-more .open-article:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: transparent url(/local/templates/5kwt_main/css/images/down.svg) center no-repeat scroll;
  position: absolute;
  right: 20px;
  top: 17px;
  transform: rotate(-90deg);
}
#content .article .article-read-more .open-article:hover {
  color: #f46f3a;
}

/**
 * Карточка товара.
 */
.product-card-wrapper {
}
/* Карточка товара. */
.product-card {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e7e7e7;
  z-index: 1;
}
/* Тень вокруг каточки товара. */
.product-card-shadow:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: box-shadow .15s ease-in-out;
  z-index: 2;
}
/* Показываем тень при наведении мышки. */
.product-card-shadow:hover:before {
  box-shadow: 0 5px 25px rgb(30 30 30 / 20%);
  z-index: 12;
  background-color: #fff;
}
.product-card-column {
  flex-direction: column;
}
.product-card-layout {
  position: relative;
  display: flex;
  height: 100%;
}
.product-card-header {
  width: 50%;
}
.product-card-cover-image {
  margin-bottom: 10px;
}
.product-card-image-link {

}
/* Контейнер для изображений и маркеров. */
.product-card-image-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-card-image-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.product-card-image-container {
  display: flex;
  position: relative;
}
.product-card-image-container img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-style: none;
}
/* */
.product-card-labels {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
}
.product-card-labels-set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.product-card-labels-set-item {
  display: inline-block;
  margin: 5px 14px 0 0;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 20px;
  font-size: 15px;
  line-height: 20px;
  border: 2px solid #f60;
  font-weight: bold;
  color: #f60;
  background-color: #fff;
}
.product-card-labels-set-item:last-child {
  margin-right: 0;
}
/* Хит. */
.product-card-label-12873 {
  line-height: 19px;
}
/* Скидка. */
.product-card-label-11385 {
  background-color: #f60;
  color: #fff;
}
/* Новинка. */
.product-card-label-11386 {
  line-height: 18px;
  border-color: #52c472;
  color: #52c472;
}
.product-card-dots {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-card-dots-item {
  width: 5px;
  height: 5px;
  background-color: #b3b3b7;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}
.product-card-dots-item.active {
  background-color: #f60;
}
.product-card-dots-item:not(:last-child) {
  margin-right: 6px;
}
.product-card-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  width: 100%;
}
.product-card-image-hover-item {
  position: relative;
  flex-grow: 1;
}
/* Блок с описанием товара. */
.product-card-footer {
  width: 50%;
  z-index: 3;
}
.product-card-footer-content {
  padding-left: 20px;
}
/* Название товара. */
.product-card-title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
}
/* Цена товара. */
.product-card-price {
  margin-top: 16px;
}
.product-card-price div {
  display: inline-block;
}
/* Текущая цена. */
.product-card-price-current {
  font-size: 21px;
}
/* Старая цена. */
.product-card-price-old {
  font-size: 15px;
  text-decoration: line-through;
  color: #f60;
  margin-left: 10px;
}
.product-card-price-old span {
  color: #a1a1a1;
}
/* В наличии. */
.product-card-price-in-stock {
  font-size: 14px;
  color: #43c367;
  margin-left: 14px;
  font-weight: bold;
}
/* Нет в наличии. */
.product-card-price-out-stock {
  font-size: 14px;
  color: #959595;
  margin-left: 14px;
  font-weight: bold;
}
/* Под заказ. */
.product-card-price-on-order {
  font-size: 14px;
  color: #f60;
  margin-left: 14px;
  font-weight: bold;
}
/* Параметры товара. */
.product-card-params {
  margin-top: 22px;
  font-size: 14px;
}
.product-card-params-item {
  color: #959595;
}
.product-card-params-item:not(:last-child) {
  margin-bottom: 9px;
}
.product-card-params-item span {
  color: #000;
}
/* Сравнить и в избранное. */
.product-card-actions {
  margin-top: 24px;
  font-size: 14px;
}
.product-card-actions div {
  display: inline-block;
  transition: all .5s ease;
  z-index: 4;
}
/* Сравнить. */
.product-card-actions-compare {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  margin-right: 16px;
}
.product-card-actions-compare:hover, .product-card-actions-compare.active {
  color: #f60;
}
.product-card-actions-compare:hover::before, .product-card-actions-compare.active::before {
  opacity: 0;
}
.product-card-actions-compare:hover::after, .product-card-actions-compare.active::after {
  opacity: 1;
}
.product-card-actions-compare::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 21px;
  height: 19px;
  margin-top: -9.5px;
  background: transparent url(/local/templates/5kwt_main/css/images/i13.svg) center no-repeat scroll;
  background-size: contain;
  transition: all .5s ease;
}
.product-card-actions-compare::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 21px;
  height: 19px;
  margin-top: -9.5px;
  background: transparent url(/local/templates/5kwt_main/css/images/i13_h.svg) center no-repeat scroll;
  background-size: contain;
  transition: all .5s ease;
  opacity: 0;
}
/* В избранное. */
.product-card-actions-favorite {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}
.product-card-actions-favorite:hover, .product-card-actions-favorite.active {
  color: #f60;
}
.product-card-actions-favorite:hover::before, .product-card-actions-favorite.active::before {
  opacity: 0;
}
.product-card-actions-favorite:hover::after, .product-card-actions-favorite.active::after {
  opacity: 1;
}
.product-card-actions-favorite::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 17px;
  height: 16px;
  margin-top: -8px;
  background: transparent url(/local/templates/5kwt_main/css/images/i11.svg) center no-repeat scroll;
  background-size: contain;
  transition: all .5s ease;
}
.product-card-actions-favorite::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 17px;
  height: 16px;
  margin-top: -8px;
  background: transparent url(/local/templates/5kwt_main/css/images/i11_h.svg) center no-repeat scroll;
  background-size: contain;
  transition: all .5s ease;
  opacity: 0;
}
/* Кнопки. */
.product-card-buttons {
  margin-top: 24px;
  font-size: 15px;
}
.product-card-buttons a {
  position: relative;
  display: inline-block;
  transition: none;
  z-index: 4;
  white-space: nowrap;
}
/* Подробнее. */
.product-card-buttons-details {
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  padding: 10px 36px 10px 22px;
  margin-right: 15px;
}
.product-card-buttons-details:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: transparent url(/local/templates/5kwt_main/css/images/back.svg) center no-repeat scroll;
  position: absolute;
  right: 21px;
  top: 13px;
  transform: rotate(180deg);
}
.product-card-buttons-details:hover {
  border-color: #f60;
  background-color: #fff;
}

/* В корзину.*/
.product-card-buttons-to-cart {
  border: 1px solid #505c6d;
  background-color: #505c6d;
  color: #fff;
  padding: 10px 22px;
}
.product-card-buttons-to-cart:hover {
  border-color: #f60;
  background-color: #f60;
}

/* Одиночные горизонтальные виджеты делим не пополам. */
.product-card-single .product-card-header {
  width: 336px;
}
.product-card-single .product-card-footer {
  width: 378px;
}

/* При наведении мышки поднимаем z-index всем элементам карточки, чтобы они возвысились над соседней карточкой. */
.product-card:hover .product-card-image-wrapper, .product-card:hover .product-card-footer, .product-card:hover .product-card-dots-item {
  z-index: 13;
}
.product-card:hover .product-card-actions div, .product-card:hover .product-card-buttons a {
  z-index: 14;
}

/* Список карточек товаров. */
.product-card-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
/* Складывем карточку. */
.product-card-list .product-card-wrapper {
  width: 50%;
  margin-top: -1px;
}
/* Правую колонку сдвигаем на 1px влево, чтобы видимая граница между блоками была 1px. */
.product-card-list .product-card-wrapper:nth-child(even) {
  margin-left: -1px;
}
/* Карточка товара. */
.product-card-list .product-card:hover {
  z-index: 11;
}
/* Разворачиваем карточку вертикально. */
.product-card-list .product-card-layout {
  flex-direction: column;
}
.product-card-list .product-card-header, .product-card-list .product-card-footer {
  width: 100%;
}
.product-card-list .product-card-footer-content {
  padding: 0;
  position: relative;
}
/* Дополнительные параметры прячем. */
body.desktop .product-card-list .product-card-extra {
  position: absolute;
  left: 0;
  bottom: -99px;
  width: 100%;
  background-color: #fff;
  opacity: 0;
}
/* В списке тень удлиняем. */
body.desktop .product-card-list .product-card-shadow:before {
  height: calc( 100% + 100px );
}
/* В списке при наведении мышки показываем расширенный скрытый блок. */
.product-card-list .product-card:hover {
  border-bottom-color: #fff;
}
/* В списке при наведении мышки показываем расширенный скрытый блок. */
.product-card-list .product-card-shadow:hover .product-card-extra {
  opacity: 1;
}


/* Фильтр каталога. */
.product-filter {
  font-size: 0;
  margin-top: -10px;
}
.product-filter-item {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  white-space: nowrap;
  margin-top: 10px;
  transition: all .5s ease;
  font-size: 13px;
}
.product-filter-item:not(:last-child) {
  margin-right: 15px;
}
.product-filter-item:hover {
  border-color: #f60;
  color: #f60;
}
/* Еще. */
.product-filter-item-more {
  position: relative;
  display: inline-block;
  border: 1px solid #f60;
  color: #f60;
  padding: 10px 27px 10px 15px;
  white-space: nowrap;
  margin-top: 10px;
  transition: all .5s ease;
  font-size: 13px;
}
.product-filter-item-more:after {
  content: '';
  display: block;
  width: 9px;
  height: 6px;
  background: transparent url(/local/templates/5kwt_main/css/images/more.png) center no-repeat scroll;
  position: absolute;
  right: 12px;
  top: 15px;
}

/* Сортировка. */
.product-order {
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.2;
}
.product-order-title {
  margin-right: 15px;
}
.product-order a {
  margin-right: 15px;
  color: #239fdf;
  transition: all .5s ease;
  position: relative;
}
.product-order a:last-child {
  margin-right: 0;
}
.product-order a:hover {
  color: #f60;
}
.product-order a.active {
  color: #000;
  font-weight: bold;
}

/**
 * Pager.
 */
.pager {
  margin-top: 30px;
  text-align: center;
}
.pager a, .pager span {
  display: inline-block;
  color: #000;
  border: 1px solid #e7e7e7;
  font-size: 19px;
  width: 46px;
  height: 46px;
  box-sizing: border-box;
  line-height: 46px;
  margin: 0 8px;
}
.pager span.pager-current {
  color: #f46f3a;
  border-color: #f46f3a;
}
.pager a:hover {
  color: #f46f3a;
  border-color: #f46f3a;
  transition: all .5s ease;
}


/**
 * Каталог.
 */
/* Список карточек товаров. */
.catalog-card-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
/* Складывем карточку. */
.catalog-card-wrapper {
  width: 33.33%;
  margin-top: -1px;
}
/* Правую колонку сдвигаем на 1px влево, чтобы видимая граница между блоками была 1px. */
.catalog-card-list .catalog-card-wrapper {
  margin-left: -1px;
}
.catalog-card-list .catalog-card-wrapper:nth-child(3n-2) {
  margin-left: 1px;
}
/* Карточка позиции каталога. */
.catalog-card {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e7e7e7;
  z-index: 1;
}
.catalog-card:hover {
  z-index: 11;
}
/* Тень вокруг каточки товара. */
.catalog-card-shadow:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: box-shadow .15s ease-in-out;
  z-index: 2;
}
/* Показываем тень при наведении мышки. */
.catalog-card-shadow:hover:before {
  box-shadow: 0 5px 25px rgb(30 30 30 / 20%);
  z-index: 12;
  background-color: #fff;
}
/* Разворачиваем карточку вертикально. */
.catalog-card-layout {
  display: flex;
  flex-direction: column;
}
/* Контейнер фотографии. */
.catalog-card-image-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* Изображение. */
.catalog-card-image-wrapper img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-style: none;
}
/* Название категории. */
.catalog-card-title {
  margin: 20px 0 6px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
/* Количество моделей. */
.catalog-card-count {
  margin-top: 4px;
  font-size: 15px;
  color: #959595;
  text-align: center;
}
/* При наведении мышки поднимаем z-index всем элементам карточки, чтобы они возвысились над соседней карточкой. */
.catalog-card:hover .catalog-card-image-wrapper, .catalog-card:hover .catalog-card-title, .catalog-card:hover .catalog-card-count {
  z-index: 13;
}



/**
 * Футер.
 */
footer {
  position: relative;
  z-index: 1;
  background-color: #2a2a2a;
}
footer .padding {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 20px;
  font-size: 15px;
}
.footer-columns {
  display: flex;
}
.footer-columns .btn {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 9px 20px 7px;
  margin-top: 5px;
}
.footer-columns .btn:hover {
  color: #f60;
  border-color: #f60;
  transition: all .5s ease;
}
.footer-column-1, .footer-column-2 {
  width: 30%;
  font-size: 15px;
  padding-right: 10px;
  box-sizing: border-box;
}
.footer-column-1 .title, .footer-column-2 .title {
  color: #a1a1a1;
  line-height: 1.3;
  margin-bottom: 9px;
}
.footer-column-1 ul, .footer-column-2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-column-1 ul li, .footer-column-2 ul li {
  line-height: 1.3;
  margin-bottom: 9px;
}
.footer-column-1 a, .footer-column-2 a {
  color: #fff;
}
.footer-column-1 a:hover, .footer-column-2 a:hover {
  color: #f60;
  transition: all .5s ease;
}
.footer-column-3 {
  width: 40%;
}
.footer-column-3 .phone {
  font-size: 21px;
  color: #ff982a;
}
.footer-column-3 .phone-comment {
  font-size: 13px;
  color: #b8b8b8;
  margin-top: 11px;
}
.footer-column-3 .btn-callback {
  margin-top: 14px;
}
.footer-subs {
  margin-top: 30px;
}
.footer-subs .hdr {
  font-size: 13px;
  color: #b8b8b8;
}
.form-subs-input {
  margin-top: 14px;
  font-size: 0;
  display: flex;
}
.form-subs-input input[type=text]::placeholder {
  color: #b8b8b8;
  font-size: 15px;
}
.form-subs-input input[type=text] {
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #fff;
  background-color: #fff;
  color: #666;
  font-size: 15px;
  outline: none;
  padding: 0 10px;
}
.form-subs-input input[type=submit] {
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #ea8d2a;
  background-color: #ea8d2a;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  outline: none;
  padding: 0 12px;
}
.form-subs-policy {
  margin-top: 19px;
  font-size: 11px;
  color: #b8b8b8;
}
.form-subs-policy a {
  color: #fff;
}
/* Иконки соцсетей. */
.footer-socials {
  position: relative;
  border-bottom: 1px solid #4a4a4a;
  padding-bottom: 22px;
}
.footer-socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  margin-top: 20px;
  margin-right: 20px;
}
.footer-socials a::before, .footer-socials a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  opacity: .5;
}
.footer-socials a::after {
  opacity: 0;
}
.footer-socials a:hover::before {
  opacity: 0;
}
.footer-socials a:hover::after {
  opacity: 1;
}
/* Telegram */
.footer-socials a.tl::before {
  background: transparent url(/local/templates/5kwt_main/css/images/s1.svg) center no-repeat scroll;
}
.footer-socials a.tl::after {
  background: transparent url(/local/templates/5kwt_main/css/images/s1_h.svg) center no-repeat scroll;
}
/* youtube */
.footer-socials a.fm::before {
  background: transparent url(/local/templates/5kwt_main/css/images/YT.svg) center no-repeat scroll;
}
.footer-socials a.fm::after {
  background: transparent url(/local/templates/5kwt_main/css/images/YT_h.svg) center no-repeat scroll;
}
/* FB */
.footer-socials a.fb::before {
  background: transparent url(/local/templates/5kwt_main/css/images/s3.svg) center no-repeat scroll;
}
.footer-socials a.fb::after {
  background: transparent url(/local/templates/5kwt_main/css/images/s3_h.svg) center no-repeat scroll;
}
/* VK */
.footer-socials a.vk::before {
  background: transparent url(/local/templates/5kwt_main/css/images/s5.svg) center no-repeat scroll;
}
.footer-socials a.vk::after {
  background: transparent url(/local/templates/5kwt_main/css/images/s5_h.svg) center no-repeat scroll;
}
/* Instagram */
.footer-socials a.sk::before {
  background: transparent url(/local/templates/5kwt_main/css/images/s7.svg) center no-repeat scroll;
}
.footer-socials a.sk::after {
  background: transparent url(/local/templates/5kwt_main/css/images/s7_h.svg) center no-repeat scroll;
}
/* WhatsApp */
.footer-socials a.ws::before {
  background: transparent url(/local/templates/5kwt_main/css/images/s4.svg) center no-repeat scroll;
}
.footer-socials a.ws::after {
  background: transparent url(/local/templates/5kwt_main/css/images/s4_h.svg) center no-repeat scroll;
}
/* TikTok */
.footer-socials a.Tt::before {
  background: transparent url(/local/templates/5kwt_main/css/images/tik-tok-logo-gray.svg) center no-repeat scroll;
}
.footer-socials a.Tt::after {
  background: transparent url(/local/templates/5kwt_main/css/images/tik-tok-logo-orange.svg) center no-repeat scroll;
}
/* TikTok */
.footer-socials a.Tt::before {
  background: transparent url(/local/templates/5kwt_main/css/images/tik-tok-logo-gray.svg) center no-repeat scroll;
}
.footer-socials a.Tt::after {
  background: transparent url(/local/templates/5kwt_main/css/images/tik-tok-logo-orange.svg) center no-repeat scroll;
}
/* Yandex Zen */
.footer-socials a.zn::before {
  background: transparent url(/local/templates/5kwt_main/css/images/zen_icn.svg) center no-repeat scroll;
}
.footer-socials a.zn::after {
  background: transparent url(/local/templates/5kwt_main/css/images/zen_icn_h.svg) center no-repeat scroll;
}
/* Odnoklassniki */
.footer-socials a.od::before {
  background: transparent url(/local/templates/5kwt_main/css/images/od_icn.svg) center no-repeat scroll;
}
.footer-socials a.od::after {
  background: transparent url(/local/templates/5kwt_main/css/images/od_icn_h.svg) center no-repeat scroll;
}
/* Логотип в футере. */
.footer-logo {
  display: inline-block;
  margin-top: 21px;
}
.footer-copy {
  margin-top: 7px;
  font-size:  13px;
  color: #b8b8b8;
  line-height: 1.35;
}
.footer-copy a {
  color: #fff;
}
.footer-copy a:hover {
  color: #f60;
  transition: all .5s ease;
}



@media screen and (max-width: 1200px) {
  .sbl-catalog:before {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  #sidebar-left {
    display: none;
  }
  #wrapper {
    padding-top: 20px;
  }
  body.sidebar-left #content .body {
    margin-left: 0;
  }

  .content-menu {
    display: block;
  }

  .tl-favorites a .text, .tl-compare a .text, .tl-cart a .text {
    display: none;
  }

  /* Одиночные горизонтальные виджеты делим не пополам. */
  .product-card-single .product-card-header, .product-card-single .product-card-footer {
    width: 50%;
  }

  .catalog-card-list .catalog-card-wrapper {
    width: 50%;
    margin-left: 0;
  }
  .catalog-card-list .catalog-card-wrapper:nth-child(3n-2) {
    margin-left: 0;
  }
  .catalog-card-list .catalog-card-wrapper:nth-child(even) {
    margin-left: -1px;
  }
}


@media screen and (max-width: 900px) {
  .tl-callback {
    margin-right: 0;
  }
  .tlr-phone {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  .tl-right {
    margin-right: 33px;
    width: 100%;
  }
  .tl-mnu-ul {
    width: 100%;
  }
  .tl-mnu-ul ul {
    display: flex;
    justify-content: space-evenly;
  }
  .tl-mnu-ul ul li {
    margin-right: 0;
  }
  .tl-callback {
    display: none;
  }
  .tlr-phone {
    display: block;
    position: absolute;
    right: 7px;
    top: 0;
    width: 60px;
    height: 60px;
    background: transparent url(/local/templates/5kwt_main/css/images/phone_icn.svg) center no-repeat scroll;
    cursor: pointer;
  }
  .tlr-phone span {
    display: none;
  }

  .tl-second-line {
    padding-left: 220px;
  }
  .tl-logo {
    width: 200px;
  }

  footer .padding {
    padding: 40px 20px;
  }
  .footer-columns {
    flex-direction: column;
  }
  .footer-column-1, .footer-column-2, .footer-column-3 {
    width: 100%;
  }
  .footer-column-2, .footer-column-3 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 700px) {
  header {
    padding: 0 15px;
  }
  #header.fixed {
    padding-bottom: 62px;
  }
  #wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tlr-phone {
    right: 0;
  }
  .tl-second-line {
    padding-left: 0;
    height: 34px;
  }
  .tl-catalog a {
    width: 25px;
    padding-left: 0;
    margin-right: 0;
  }
  .tl-catalog .text {
    display: none;
  }
  .tl-logo {
    position: relative;
    max-width: 263px;
    margin: 0 10px;
  }
  .tl-search-form {
    display: block;
    width: 27px;
    top: 0;
    left: 100%;
    background-color: #fff;
    max-width: 100%;
    height: 34px;
    padding-top: 6px;
    margin-right: 0;
    min-width: auto;
  }
  .tl-search-form .label {
    border-bottom-style: none;
  }
  .tl-search-form .label span.before {
    cursor: pointer;
  }
  .tl-search-form.open .tl-search-padding {
    display: block;
  }
  .tl-search-form.open {
    position: absolute;
    top: -3px;
    width: 100%;
  }
  .tl-search-form.open .label {
    border-bottom-style: solid;
    padding: 0 33px 6px 4px;
  }
  .tl-search-form.open .label span.before {
    display: none;
  }
  .tl-search-form.open .label span.after {
    display: inline;
  }

  .tl-favorites, .tl-compare, .tl-cart {
    display: none;
  }

  .visual {
    margin-top: 10px;
  }
  .visual .padding {
    padding: 0 15px;
    justify-content: space-evenly;
    height: 100%;
  }
  .visual h1 {
    font-size: 32px;
    margin: 0;
  }
  .visual ul {
    font-size: 18px;
  }

  /* Одиночные виджеты разворачиваем вертикально. */
  .product-card-single {
    display: flex;
    justify-content: center;
  }
  .product-card-single .product-card {
    width: 335px;
  }
  .product-card-single .product-card-layout {
    flex-direction: column;
  }
  .product-card-single .product-card-header, .product-card-single .product-card-footer {
    width: 100%;
  }
  .product-card-single .product-card-footer-content {
    padding: 0;
    position: relative;
  }

  footer {
    margin-bottom: 70px;
  }
  footer .padding {
    padding: 40px 15px;
  }

  /* Мобильное меню внизу экрана. */
  .bottom-line {
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  /* Список товаров выстраиваем в одну колонку. */
  .product-card-list {
    display: flex;
    justify-content: center;
  }
  .product-card-list .product-card-wrapper {
    width: 335px;
    margin-left: 0 !important;
  }
  .product-card-list .product-card-wrapper:not(:last-child) {
    margin-bottom: 40px;
  }

  /* Каталог товаров выстраиваем в одну колонку. */
  .catalog-card-list {
    justify-content: center;
  }
  .catalog-card-list .catalog-card-wrapper {
    width: 335px;
    margin-left: 0 !important;
  }
  .catalog-card-list .catalog-card-wrapper:not(:last-child) {
    margin-bottom: 40px;
  }

  #content .article .video {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  /* Скрываем первую строку заголовка.*/
  .top-line {
    padding-top: 0;
  }
  .tl-first-line {
    display: none;
  }
  .tl-second-line-wrapper {
    padding-top: 15px;
  }
  .tl-second-line {
    margin-top: 0;
  }
  /* Если заголовок залип. */
  #header.fixed {
    padding-bottom: 0;
  }
  #header.fixed .top-line {
    padding-bottom: 12px;
  }
  #header.fixed .tl-first-line {
    display: block;
  }
  #header.fixed .tl-second-line-wrapper {
    top: 0;
    padding-top: 10px;
  }

  .visual {
    margin-top: -6px;
  }
  .visual h1 {
    font-size: 28px;
  }
  .visual ul {
    font-size: 17px;
  }

  #content .article .video {
    height: 200px;
  }
}

@media screen and (max-width: 450px) {
  .visual h1 {
    font-size: 26px;
  }
  .visual ul {
    font-size: 17px;
  }
}

@media screen and (max-width: 400px) {
  .visual .breadcrumbs {
    display: none;
  }
  .visual h1 {
    font-size: 25px;
  }
  .visual li:not(:last-child) {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 350px) {
  .visual h1 {
    font-size: 20px;
  }

  .product-card-buttons {
    display: flex;
  }
}

/* End */


/* Start:/libs/fancybox/jquery.fancybox.min.css?170526226114065*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/5kwt_main/template_styles.css?17865293553946*/
/*#wrapper #content .article .article-read-more*/
/*{*/
/*    text-align: right;*/
/*    margin: 10px 0;*/
/*}*/

#wrapper #content .article .article-detail-text
{
    display: none;
    margin-bottom: 30px;
}

/*#wrapper #content .article .article-read-more .open-article*/
/*{*/
/*    color: #f60;*/
/*    cursor: pointer;*/
/*    font-size: 12px;*/
/*}*/

#sidebar-left
{
    float: none;
    min-width: 309px;
}

#container
{
    display: flex;
}

.page-footer-description
{
    margin-top: 40px;
}

/* хит */
.product-card-labels-set .product-card-labels-set-item.product-card-label-12873
{

}

/* акция */
.product-card-labels-set .product-card-labels-set-item.product-card-label-128924
{
    background-color: #f60;
    color: #fff;
}

/* новинка */
.product-card-labels-set .product-card-labels-set-item.product-card-label-128923
{
    line-height: 18px;
    border-color: #52c472;
    color: #52c472;
}

.default-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 856px;
    width: 100%;
    padding: 0;
    display: none
}

.default-form .def-content {
    max-width: 573px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 57px;
    padding-bottom: 89px;
}
.default-form .dc-hdr {
    color: #000;
    font-size: 40px;
    line-height: 40px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    margin-bottom: 10px;
    display: block;
}

.default-form .dc-descr {
    display: block;
    color: rgba(34, 34, 34, .7);
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
}

.default-form .dc-wrap .def-inp {
    margin-bottom: 40px;
}

.def-inp {
    position: relative;
    display: block;
    margin-bottom: 38px;
}

.default-form .dc-wrap .def-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.default-form .dc-wrap .def-buttons .btn {
    width: 50%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 16px;
}

.btn {
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    font-family: Mont-SemiBold, sans-serif;
    background: #000;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    padding-left: 66.7px;
    padding-right: 66.7px;
    display: inline-block;
    border: 1px solid #000;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    outline: 0;
}

.def-inp input, .def-inp textarea {
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    outline: 0;
    padding-left: 15px;
    color: #1e1e1e;
    font-size: 15px;
    line-height: 15px;
    padding-right: 15px;
    padding-top: 16.5px;
    padding-bottom: 12.5px;
    font-family: Mont-Regular, sans-serif;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 7px;
}

  @media only screen and (min-width: 768px)
{

.call-back-button
{
display: flex;
position: fixed;
background: url('/img/call-back.png');
  background-size: auto;
right: 0;
top: calc(50% - 80px);
width: 35px;
height: 161px;
background-size: contain;
cursor: pointer;
z-index: 100;
}
}



  @media only screen and (max-width: 768px)
{

.call-back-button
{

display: flex;
position: fixed;
background: url('/img/call-back-mobile.png');
  background-size: auto;
right: 20px;
bottom: 220px;
width: 35px;
height: 35px;
background-size: contain;
cursor: pointer;
z-index: 100;
}
}

  @media screen and (max-width: 780px)
{

.tlr-phone {
  width: 40px;
position: static;
  height: 40px;
background: url('/local/templates/5kwt_main/css/images/zvonok.png') center;
background-size: contain;
    background-repeat: no-repeat;
}
}

  @media screen and (max-width: 780px)
{
.content-menu.hidden-mobile-menu
{
display: none;
}
}

/* End */
/* /local/templates/5kwt_main/css/normalize.min.css?17052624951365 */
/* /local/templates/5kwt_main/css/style.css?170526249642998 */
/* /libs/fancybox/jquery.fancybox.min.css?170526226114065 */
/* /local/templates/5kwt_main/template_styles.css?17865293553946 */
