

/* Start:/local/templates/viessmann/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1622560410467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/viessmann/components/bitrix/catalog.section/hitsections/themes/blue/style.min.css?1622560412706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/viessmann/styles.css?16527887561382*/
   ol {
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset: my-counter; /* Задаём имя счетчика */
   }
   ol li {
    margin-bottom: 0.5em; /* Расстояние между пунктами списка */
line-height: 1.5;
font-size: 18px;
   }
  ol  li::before {
    content: counter(my-counter); /* Выводим число */
    counter-increment: my-counter; /* Увеличиваем значение счётчика */
    background: #ff3e17; /* Цвет фона */
    color: #fff; /* Белый цвет текста */
    padding: 2px 6px; /* Поля вокруг текста */
    margin-right: 0.5em; /* Расстояние от цифры до текста */
   }


.text-wrapper ul, ul.spisok {
padding-left: 40px;
padding-bottom: 15px;
}
.text-wrapper ul li, ul.spisok li{
list-style-type: circle;
list-style-position: inside;
line-height: 1.5;
font-size: 18px;
}
.text-wrapper ul li::marker, ul.spisok li::marker {
    color: #ff3e17; /* Белый цвет текста */
    padding: 2px 6px; /* Поля вокруг текста */
    margin-right: 0.5em; /* Расстояние от цифры до текста */
content: "\27A2";
font-weight: bold;
   }
#bx_incl_area_7 p {
text-indent: 10px;
line-height: 1.5;
font-size: 18px;
}
li.contacts-item {
list-style: none !important;}
/* End */


/* Start:/local/templates/viessmann/template_styles.css?165278875642*/
.popular-goods-img {
text-align: center;
}
/* End */


/* Start:/local/templates/viessmann/css/normalize.css?16225604126139*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/viessmann/css/style.css?167386331350246*/
* {
    outline: none
}

main {
    width: 100%;
    overflow: hidden;
    min-height: 100px;
}


/*Global*/


/* cyrillic-ext */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v3/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZJhiI2B.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v3/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZthiI2B.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v3/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZNhiI2B.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v3/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZxhiI2B.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v3/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZBhiI2B.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v3/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZFhiI2B.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v3/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* vietnamese */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.page-body {
    width: 100%;
    min-width: 320px;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #333333;
    min-height: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: min-content 1fr min-content;
    align-content: start;
    flex-wrap: wrap;
}

.wrapper {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 10;
    padding: 0 10px;
}

.hidden {
    display: none;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    opacity: 0.8
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.mobile {
    display: none;
}

* {
    box-sizing: border-box;
}

aside {
    margin-left: 75px;
}


/*---Карусель--*/

.popular-goods-list .owl-next {
    background-image: url(/local/templates/viessmann/css/../img/icon/next-orange.png);
    width: 34px;
    height: 34px;
    position: absolute;
    top: 185px;
    right: 0;
}

.popular-goods-list .owl-prev {
    background-image: url(/local/templates/viessmann/css/../img/icon/prev-orange.png);
    width: 34px;
    height: 34px;
    position: absolute;
    top: 185px;
    left: 0;
}

.portfolio-list .owl-prev {
    background-image: url(/local/templates/viessmann/css/../img/icon/prev-orange.png);
    width: 34px;
    height: 34px;
    position: absolute;
    top: 284px;
    left: 40px;
}

.portfolio-list .owl-next {
    background-image: url(/local/templates/viessmann/css/../img/icon/next-orange.png);
    width: 34px;
    height: 34px;
    position: absolute;
    top: 284px;
    right: 40px;
}

.reviews-list .owl-prev {
    background-image: url(/local/templates/viessmann/css/../img/icon/prev-grey.png);
    width: 34px;
    height: 34px;
    bottom: 0px;
    left: 50%;
    margin-left: -120px;
}

.reviews-list .owl-next {
    background-image: url(/local/templates/viessmann/css/../img/icon/next-grey.png);
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: 0px;
    right: 50%;
    margin-right: -120px;
}

.reviews-list .owl-dots {
    position: absolute;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    text-align: center;
    bottom: 5px;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.reviews-list .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #adadbb;
    /*border:1px solid #333;*/
    margin: 4px;
    text-align: center;
    display: inline-block;
}

.reviews-list .owl-dots .owl-dot:hover {
    opacity: 0.6;
}

.reviews-list .owl-dots .owl-dot.active {
    background: #333;
}

.reviews-list .owl-dots .owl-dot span {
    display: none;
}

.news-list .owl-prev,
.news-list .owl-next {
    background-image: url(/local/templates/viessmann/css/../img/icon/prev-orange.png);
    width: 34px;
    height: 34px;
    position: absolute;
    top: 200px;
    left: 0px;
}

.news-list .owl-next {
    background-image: url(/local/templates/viessmann/css/../img/icon/next-orange.png);
    left: auto;
    right: 0px;
}


/*Header*/

.header {}


/*Верхний блок хедера*/

.header-top-block {
    background-color: #e7e7ee;
    padding-top: 13px;
}

.header-top-block .wrapper {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.header-top-block-menu {
    display: flex;
    justify-content: start;
}

.header-top-block-menu a {
    font-size: 14px;
    color: #333333;
    padding-top: 17px;
    padding-bottom: 17px;
}

.header-top-block-menu li {
    margin-right: 42px;
}

.header-top-block-menu li:last-child {
    margin-right: 0;
}

.header-top-block address {
    font-style: normal;
    font-size: 14px;
    margin-right: 60px;
    padding-bottom: 17px;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.header-top-block address::before {
    content: "";
    position: absolute;
    background-image: url(/local/templates/viessmann/css/../img/icon/icon-addres.png);
    width: 13px;
    height: 18px;
    top: 0%;
    left: 5px;
}


/*Основной блок хедера*/

.header-main-block {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 70px;
    position: relative;
}

.header-main-block-left,
.header-main-block-centr,
.header-main-block-right {
    display: flex;
    flex-direction: column;
}

.header-logo,
.footer-logo {
    width: 100%;
    max-width: 389px;
    height: 96px;
    margin-bottom: 20px;
    margin-right: 10px;
}

.header-main-block-menu {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
}

.header-main-block-menu a {
    font-size: 24px;
    color: #333333;
}

li.has-submenu>a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 8px;
    transform-origin: 6px 2px;
    margin-left: 9px;
    border: 5px solid transparent;
    border-top: 7px solid #333333;
    box-sizing: border-box;
    transition: 0.3s ease-in-out;
}

a.orange {
    color: #ff3e17;
}

a.header-phone {
    color: #333333;
    font-size: 36px;
    padding-left: 58px;
    position: relative;
    margin-top: 30px;
}

a.header-phone::before {
    content: "";
    position: absolute;
    background: url(/local/templates/viessmann/css/../img/icon/icon-phone.svg) no-repeat;
    width: 42px;
    height: 42px;
    background-color: #e7e7ee;
    border-radius: 50%;
    left: 5px;
    background-position: center;
}

.header-search-form {
    position: relative;
    width: 340px;
    height: 50px;
    border: 2px solid #d6d6e3;
    background-color: #ffffff;
    margin: 0 auto;
}

.header-search-form input {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    outline: none;
    border: none;
}

.bx-filter-parameters-box-container input[type="button"] {
    cursor: pointer
}

.header-search-form::placeholder {
    color: #818181;
    font-size: 18px;
}

.header-search-form button {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 50px;
    height: 50px;
    border: 2px solid #d6d6e3;
    background-color: #e7e7ee;
    cursor: pointer;
}

.header-search-form button:before {
    /*content: "";
    position: absolute;
    background: url(/local/templates/viessmann/css/../img/icon/icon-loupe.svg) no-repeat;
    color: #ff3e17;
    width: 22px;
    height: 23px;
    right: 25%;
    top: 25%;*/
}

.header-search-form.mobile,
.search-icon,
.counter-cart {
    display: none;
}

.search-icon {
    cursor: pointer;
}

.search-icon:hover {
    opacity: 0.8
}

.search-icon,
.counter-cart {
    margin: auto 10px;
}

.search-icon:before,
.counter-cart:before {
    top: 18px;
    height: 19px;
    content: "";
    position: absolute;
    left: 0;
}

.request-a-call,
.give-feedback,
.order-service {
    width: 312px;
    background-color: #ff3e17;
    cursor: pointer;
}

a.give-feedback {
    display: block;
}

.card-product-next-description a.order-service {
    display: inline-block;
}

a.request-a-call,
a.give-feedback,
a.order-service {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.header-icon-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 42px;
}

.header-icon-menu a {
    color: #333333;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.header-icon-menu img {
    margin: 0 auto;
    margin-bottom: 5px;
}


/*Footer*/

footer {
    background-color: #e7e7ee;
}

.footer-main-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 66px;
    margin-bottom: 66px;
    font-size: 18px;
    line-height: 30px;
}

.footer-mobail {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.footer-left-block,
.footer-central-block,
.footer-right-block,
.footer-left-block-mobail {
    display: flex;
    flex-direction: column;
}

.social-media-menu {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 21px;
}

.social-media-menu li {
    margin-right: 26px;
}

.social-media-menu li:last-child {
    margin-right: 0;
}

.copyright {
    width: 100%;
    max-width: 389px;
}

.footer-central-block {
    max-width: 358px;
}

.footer-phones {
    display: inline-block;
}

.footer-phones a:before {
    content: "";
    background-image: url(/local/templates/viessmann/css/../img/icon/footer-phone.png);
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 11px;
}

.footer-email {
    display: inline-block;
}

.footer-email::before {
    content: "";
    background-image: url(/local/templates/viessmann/css/../img/icon/footer-mail.svg);
    width: 17px;
    height: 13px;
    display: inline-block;
    margin-right: 11px;
    vertical-align: middle;
}

.footer-timetable {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.footer-timetable::before {
    content: "";
    position: absolute;
    background-image: url(/local/templates/viessmann/css/../img/icon/clock.png);
    width: 17px;
    height: 17px;
    left: 0;
    top: 8px;
}

.footer-central-block address {
    font-style: normal;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.footer-central-block address::before {
    content: "";
    position: absolute;
    background-image: url(/local/templates/viessmann/css/../img/icon/icon-addres.png);
    width: 13px;
    height: 18px;
    top: 5px;
    left: 0;
}

.footer-right-block {
    max-width: 284px;
}

.heading2 {
    margin-bottom: 15px;
}

.footer-right-block .sp-field {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}


/*Index*/

.main-first-block {
    display: flex;
    align-items: center;
    background-image: url(/local/templates/viessmann/css/../img/images/main-top-img.jpg);
    width: 1220px;
    max-width: 100%;
    height: 500px;
    margin-bottom: 120px;
    box-sizing: border-box;
}

.main-first-block-container {
    display: flex;
    flex-direction: column;
    margin-left: 76px;
    background-color: rgba(255, 62, 23, 0.85);
    width: 520px;
    padding: 43px 28px 25px 28px;
    box-sizing: border-box;
}

.main-first-block-container h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

.main-first-block-container a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: underline;
}

.main-second-block {
    background: url(/local/templates/viessmann/css/../img/images/main-second-block.jpg) no-repeat;
    width: 1012px;
    height: auto;
    background-size: cover;
    min-height: 568px;
    margin: 0 auto;
    margin-bottom: 65px;
    padding: 26px 100px 60px 106px;
    box-sizing: border-box;
    max-width: 100%;
}

.main-second-block-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

.main-second-block-container h2 {
    color: #333333;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
}

.main-second-block-container p {
    font-size: 18px;
    line-height: 30px;
}

.main-second-block-container .orange-span {
    color: #ff3e17;
}


/*advantages*/

.advantages {
    margin-bottom: 149px;
}

.advantages h2,
.popular-categories h2,
.portfolio h2,
.reviews h2,
.news h2,
.contacts-heading,
.card-product-bottom-block h2 {
    text-align: center;
    margin-bottom: 41px;
    color: #333333;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400;
}

.advantages-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advantages-item {
    display: flex;
    flex-direction: column;
    max-width: 280px;
    box-sizing: border-box;
    margin-bottom: 26px
}

.advantages-item h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
    margin-top: 20px;
    font-weight: 400;
}

.advantages-item p {
    font-size: 18px;
    line-height: 26px;
}


/*Наши сервисы*/

.our-services {
    background: url(/local/templates/viessmann/css/../img/images/our-services.jpg) no-repeat;
    background-size: cover;
    width: 1012px;
    height: auto;
    min-height: 592px;
    padding-bottom: 1px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 150px;
    box-sizing: border-box;
    max-width: 100%;
}

.our-services-container {
    background-color: rgba(255, 62, 23, 0.85);
    padding: 45px 87px 55px 52px;
    color: #ffffff;
    width: 506px;
    height: auto;
    box-sizing: border-box;
    float: right;
}

.our-services-container h2 {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

.our-services-list {
    margin-top: 24px;
    margin-bottom: 31px;
}

.our-services-list li {
    padding: 11px 0;
}

.our-services-item {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    text-decoration: underline;
    position: relative;
    padding-left: 37px;
    box-sizing: border-box;
}

.our-services-item:before {
    content: "";
    position: absolute;
    background: url(/local/templates/viessmann/css/../img/icon/our-services-dot.png);
    width: 23px;
    height: 23px;
    left: 3px;
    top: 0px;
}

.our-services-button {
    width: 350px;
    border: 1px solid #ffffff;
    font-size: 24px;
    line-height: 30px;
    box-sizing: border-box;
    padding-top: 16px;
    padding-bottom: 15px;
    display: block;
    text-align: center;
    color: #ffffff;
}


/*Популярные категории*/

.popular-categories {
    margin: 0 -15px 140px -15px;
}

.popular-categories {
    padding: 0 15px;
}

.popular-categories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.popular-categories-item {
    margin: 0 14px;
}

.popular-categories-card {
    display: block;
    box-sizing: border-box;
    width: 284px;
    height: 284px;
/*    background-color: #e7e7ee;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
    overflow: hidden;
}

.popular-categories-card:hover img {
    transform: scale(1.1);
}

.popular-categories-card img {
    transition: ease-in-out .2s;
}

.popular-categories-item p {
    font-size: 24px;
    line-height: 30px;
    height: 49px;
    margin-bottom: 69px;
}


/*Карусель поппулярные товары*/

.popular-goods {
    margin: 0 -10px 150px -10px;
}

.popular-goods-item {
    padding: 15px;
}

.popular-goods-categories-list,
.card-product-categories-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 53px;
}

.popular-goods-categories-list {
    padding: 0 10px
}

.popular-goods-categories-list li,
.card-product-categories-list li {
    display: flex;
    margin-right: 3px;
}

.popular-goods-categories-item,
.card-product-categories-item {
    box-sizing: border-box;
    height: 60px;
    background-color: #e7e7ee;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 20px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 5px;
}

.active a.popular-goods-categories-item,
.active .card-product-categories-item {
    background: #ccc;
}

.popular-goods-img img {
    margin: 0 auto
}

.card-product-categories-item {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px;
}

.popular-goods section {
    display: none
}

.popular-goods section.active {
    display: block
}

.popular-goods-list {
    display: flex;
    justify-content: space-between
}

.popular-goods-item,
.popular-goods-top-left {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.popular-goods-card {
    height: auto;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 11px;
}

.popular-goods-card:hover {
    box-shadow: 0 -5px 10px #ccc;
}

.popular-goods-top {
    display: flex;
    justify-content: space-between;
}

.product-code {
    color: #878793;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
}

.in-stock {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #878793;
    font-size: 16px;
    line-height: 18px;
    width: 115px;
    height: 30px;
    border-radius: 14px;
    background-color: #e7e7ee;
    margin-bottom: 6px;
    cursor: pointer;
}

.popular-goods-top-right {
    display: flex;
    justify-content: flex-end;
}

.popular-goods-hart {
    margin-left: 12px;
}

.popular-goods-description {
    margin-top: 36px;
}

.popular-goods-price-old {
    color: #878793;
    font-size: 18px;
    line-height: 30px;
    text-decoration: line-through;
    margin-bottom: 7px;
    position: absolute;
    margin-top: -20px;
}

.popular-goods-price {
    color: #333333;
    line-height: 30px;
}

.popular-goods-item-name {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 27px;
}

.card-product-characteristics {
    width: 100%;
    margin-bottom: 69px;
}

.card-product-characteristics.deployed {
    /*width: 100%;*/
}

.popular-goods-characteristics .item-label,
.card-product-characteristics .item-label {
    color: #878793;
    font-size: 12px;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
}

.popular-goods-characteristics .item-cor,
.card-product-characteristics .item-cor {
    color: #333333;
    font-size: 12px;
    width: auto;
    max-width: 50%;
    float: left;
    font-weight: 600;
    z-index: 1;
    padding-bottom: 1px;
}

.popular-goods-characteristics,
.card-product-characteristic {
    margin: 0;
    color: #808d9a;
    max-height: 165px;
	height: auto;
    overflow: hidden
}

.card-product-characteristic {
    height: 399px;
}

.popular-goods-description ul li,
.card-product-characteristics li {
    display: block;
    overflow: hidden;
    position: relative;
}

.popular-goods-description .item-label:after,
.card-product-characteristics .item-label:after {
    content: '';
    position: absolute;
    top: 20px;
    height: 0;
    left: 101%;
    right: -120px;
    z-index: -1;
    bottom: 0;
    border-bottom: 1px dotted #888;
}

.card-product-characteristics .item-label:after {
    right: -190px;
}

.card-product-characteristics.deployed .item-label:after {
    right: -376px;
}

.popular-goods-description .left,
.card-product-characteristics .left {
    width: 50%;
    position: relative;
    float: left;
    overflow: hidden;
}

.popular-goods-description .item-cor span:before {
    content: " ";
    width: 3px;
    display: inline-block;
}

.popular-goods-description .item-cor span,
.card-product-characteristics .item-cor span {
    background: #fff
}

.card-product-characteristics .item-label,
.card-product-characteristics .item-cor {
    font-size: 18px;
}

.popular-goods-button,
.card-product-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    width: 180px;
    height: 60px;
    background-color: #ff3e17;
    margin-top: 27px;
    margin-bottom: 20px;
}


/*Наши работы*/

.portfolio {}

.portfolio-list {
    margin-bottom: 146px;
}

.portfolio-item {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 100%;
}

.portfolio-item-img {
    width: 1012px;
    height: 569px;
    margin: 0 auto;
}

.portfolio-item-description {
    max-width: 801px;
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    margin: 51px auto 0 auto;
}


/*Отзывы*/

.reviews {}

.tabs {
    display: block;
    overflow: hidden;
}

.tabs ul {
    text-align: center;
}

.tab {
    display: inline-block;
}

.tab-title {
    display: inline-block;
    cursor: pointer;
    color: #adadbb;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    padding-bottom: 12px;
    text-decoration: underline;
    margin: 0 15px;
}

.tab-title:last-child {
    margin-right: 0;
}

.tab-content {
    display: none;
}

.tab-title.active {
    color: #333333;
    text-decoration: none;
}

.tab-content.active {
    display: block;
    height: 100%;
    width: 100%;
}

.js-tabs .card-product-next-block {
    display: none;
}

.js-tabs .card-product-next-block.active {
    display: flex;
}

.tabs-wrapper {
    display: flex;
    justify-content: space-between;
}

.reviews-list {
    margin-top: 60px;
    padding-bottom: 50px;
    margin-bottom: 150px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.reviews-item {
    display: flex;
    justify-content: center;
}

.review-foto {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 104px;
    height: fit-content;
}

.review-body {
    margin-bottom: 40px;
    margin-left: 38px;
    display: flex;
    flex-direction: column;
}

.review-author {
    color: #333333;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}

.review-text {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    max-width: 659px;
}

.review-text .addText {
    display: none;
}


/*Стили "читать далее"*/


/*.review-text {
  cursor: pointer;
  color: #adadbb;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}*/


/*Новости*/

.news h2 {
    margin-bottom: 20px;
}

.news-all {
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    text-decoration: underline;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 36px;
}

.news-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 195px;
}

.news-item,
.articles-item {}

.news-item-img {
    display: block;
}

.news-item-img img {
    width: 100%
}

.news-time,
.articles-item-time {
    color: #7d7d89;
    font-size: 14px;
    line-height: 14px;
    margin-top: 26px;
    margin-bottom: 26px;
    display: block;
}

.news-item h3,
.articles-item h3 {
    color: #333333;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
}

.news-more-details,
.articles-item-more-details {
    color: #ff3e17;
    font-size: 18px;
    line-height: 18px;
    text-decoration: underline;
    bottom: 0;
}

.news-more-details {
    position: absolute;
}


/*Хлебные крошки*/

.breadcrumbs {
    margin-bottom: 36px;
}

.breadcrumb-list {
    display: block;
}

.breadcrumb-item {
    color: #878793;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-right: 6px;
    position: relative;
    display: inline;
    float: none;
}

.breadcrumb-item:after {
    content: '';
    display: inline-block;
    background: url(/local/templates/viessmann/css/../img/icon/bradcrumbs-row.png);
    width: 7px;
    height: 11px;
    right: 0px;
    vertical-align: -1px;
    margin-left: 5px;
}

.breadcrumb-item:last-child:after {
    width: 0;
    height: 0;
}

.popular-goods-button-wrapper {
    display: block;
    position: relative;
    height: 90px;
    box-sizing: border-box;
    margin-bottom: 40px;
}


/*.popular-goods-button*/

.front {
    position: absolute;
    min-width: 224px;
    top: 0;
    left: 0;
}


/*.popular-goods-button*/

.back {
    display: none;
}


/*.popular-goods-button:hover*/

.front:hover {
    display: none;
}


/*.popular-goods-button:hover*/

.back {
    display: flex;
    flex-direction: row;
    min-width: 224px;
    position: absolute;
    top: 0;
    left: 0;
}

.popular-goods-button-plus,
.popular-goods-button-quantity,
.popular-goods-button-minus {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    min-width: 61px;
    height: 60px;
    color: #333333;
    font-size: 24px;
    line-height: 30px;
}

.popular-goods-button-plus {
    background-color: #d6d6e3;
}

.popular-goods-button-quantity {
    background-color: #e7e7ee;
    padding-left: 26px;
    padding-right: 26px;
}

.popular-goods-button-minus {
    background-color: #ff3e17;
    color: #ffffff;
}


/*--Страница Карточка товара--*/

.card-product {
    display: flex;
    justify-content: space-between;
    position: relative;
}

li.card-product-img-item {
    cursor: pointer;
}

li.card-product-img-item img {
    max-height: 88%;
    width: auto;
}

li.card-product-img-item:hover {
    border-color: #ff3e17;
}

.card-product-img {
    display: flex;
    justify-content: space-between;
    width: 49%;
    position: relative
}

.card-product-img-list {
    display: flex;
    flex-direction: column;
}

.card-product-img-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border: 1px solid #d6d6e3;
    margin-bottom: 10px;
    margin-right: 29px;
}

.card-product-img-big {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 388px;
    min-height: 388px;
    height: auto;
    margin-top: 0;
}

.card-product-description {
    display: flex;
    flex-direction: column;
    margin-top: -60px;
    width: 42%
}

.card-product-description-icons {
    margin-top: 27px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.card-product-description-icons a {
    margin-right: 28px;
    display: flex;
    align-items: center;
}

.card-product-description-icons img {
    margin-right: 11px;
}

.card-product-price-old {
    color: #878793;
    font-size: 24px;
    line-height: 30px;
    text-decoration: line-through;
}

.card-product-price {
    color: #333333;
    font-size: 36px;
}


/*.card-product-next-block {
   width: 100%;
}*/

.card-product-extended-description {
    display: flex;
    flex-direction: column;
    /*max-width: 803px;*/
    width: 100%;
}

.card-product-next-description {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
}

.card-product-next-block-flex {
    width: 100%;
}

h3 {
    color: #333333;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    margin-top: 65px;
    margin-bottom: 30px;
}

.card-product-fails-list {
    display: flex;
    flex-direction: column;
}

.card-product-fails-item {
    position: relative;
    padding-left: 44px;
}

.card-product-fails-item a {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px;
}

.card-product-fails-item span {
    color: #878793;
}

.card-product-fails-item a:before {
    content: '';
    position: absolute;
    vertical-align: top;
    background: url(/local/templates/viessmann/css/../img/icon/icon-pdf.png);
    width: 33px;
    height: 44px;
    left: 0;
}


/*Страница Контакты*/

.contacts-top-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contacts-item {
    width: 25%;
    min-height: 75px;
    padding-left: 85px;
    position: relative;
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    padding-right: 10px;
}

.adress:before {
    content: '';
    position: absolute;
    background-image: url(/local/templates/viessmann/css/../img/icon/icon-contacts-map.png);
    width: 76px;
    height: 76px;
    top: 0px;
    left: 0px;
}

.schedule:before {
    content: '';
    position: absolute;
    background-image: url(/local/templates/viessmann/css/../img/icon/icon-contacts-clock.png);
    width: 76px;
    height: 76px;
    top: 0px;
    left: 0px;
}

.phone,
.schedule,
.email {
    display: flex;
    flex-direction: column;
    padding-top: 14px;
}

.phone:before {
    content: '';
    position: absolute;
    background-image: url(/local/templates/viessmann/css/../img/icon/icon-contacts-phone.png);
    width: 76px;
    height: 76px;
    top: 0px;
    left: 0px;
}

.email:before {
    content: '';
    position: absolute;
    background-image: url(/local/templates/viessmann/css/../img/icon/icon-contacts-mail.png);
    width: 76px;
    height: 76px;
    top: 0px;
    left: 0px;
}

.contacts-top {
    padding: 15px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    z-index: 88;
    position: absolute;
}

.contacts-top .copyright {
    max-width: 100%;
}

.contacts-top .social-media-menu {
    margin: 0;
}

.contacts-map {
    margin-bottom: 150px;
    margin-top: 35px;
}

.read-more {
    color: #adadbb;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
}

.delivery-composition-list {}

.delivery-composition-list li,
.card-product-advantages-list li {
    font-size: 18px;
    line-height: 30px;
    padding-left: 27px;
    position: relative;
}

.delivery-composition-list li:before,
.card-product-advantages-list li:before {
    content: '';
    position: absolute;
    background: #333;
    width: 5px;
    height: 5px;
    top: 12px;
    left: 0px;
    border-radius: 3px;
}

.produced-list {}

.produced-item {
    font-size: 18px;
    line-height: 30px;
    padding-left: 105px;
    position: relative;
    min-height: 60px;
}

.germany:before {
    content: '';
    position: absolute;
    background-image: url(/local/templates/viessmann/css/../img/icon/flag-germany.png);
    width: 83px;
    height: 50px;
    top: 0%;
    left: 0px;
}

.turkey:before {
    content: '';
    position: absolute;
    background-image: url(/local/templates/viessmann/css/../img/icon/flag-turkey.png);
    width: 75px;
    height: 50px;
    top: 0%;
    left: 0px;
}

.card-product-bottom-block {
    margin-top: 150px;
    margin-bottom: 200px;
}


/*Страница Статьи*/

.articles-list-h1 {
    color: #333333;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.articles-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.articles-item h3 {
    margin-top: 0;
}

.articles-item {
    width: calc(33% - 16px);
    min-height: 455px;
    margin-right: 28px;
    margin-bottom: 120px;
}

.articles-item:nth-child(3n) {
    margin-right: 0;
}

.articles-item-img {
    width: 100%;
    height: auto;
    display: block;
}

.articles-item-img img {
    width: 100%;
    height: auto;
    display: block;
}

.banner {
    background: url(/local/templates/viessmann/css/../img/images/banner-bg.png) no-repeat;
    width: 1012px;
    height: 170px;
    margin: 0 auto;
    padding: 30px 75px 30px 55px;
    box-sizing: border-box;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 150px;
}

.banner-img {
    width: 68px;
    height: 71px;
    margin: auto 0;
}

.banner p {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    max-width: 373px;
}

.banner-contacts {
    display: flex;
    flex-direction: column;
}

.banner-phone {
    color: #333333;
    font-size: 36px;
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 11px;
}

.banner .request-a-call {
    width: 283px;
    margin-top: 0
}

.text-wrapper {
    max-width: 805px;
}

.text-p-last {
    margin-bottom: 150px;
}

.text-img {
    margin: 75px auto;
    width: 805px;
    height: auto;
    max-width: 100%;
}

.text-wrapper p {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    margin: auto;
    margin-bottom: 30px;
}

.text-grey {
    width: 100%;
    background-color: #f2f2f7;
    padding-top: 30px;
    padding-bottom: 40px;
}

.text-h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.text-img-in {
    float: left;
    margin: 8px 15px 45px 0;
}

.services-first-block,
.services-second-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}

.services-first-block-container {
    color: #333333;
    max-width: 500px;
}

.services-first-block-img {
    width: 596px;
    max-width: 100%;
    height: 582px;
    margin-top: 23px;
}

.services-first-block-list {
    margin-bottom: 50px;
}

.services-first-block-list li {
    padding: 16px 0;
}

.services-first-block-item {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-decoration: underline;
    position: relative;
    padding-left: 58px;
}

.services-first-block-item:before {
    content: "";
    position: absolute;
    background: url(/local/templates/viessmann/css/../img/icon/services-dot.png);
    width: 28px;
    height: 29px;
    left: 3px;
    top: 0px;
}

.services-first-block-button,
.categories-button {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    background-color: #ff3e17;
    padding: 21px 50px;
    margin-left: 56px;
    display: inline-block;
}

.services-second-block {
    justify-content: center;
    flex-wrap: wrap-reverse;
}

.consultation {
    display: flex;
    flex-direction: column;
    align-self: center;
    max-width: 350px;
    margin-right: 65px;
}

.consultation h2 {
    text-align: left;
    margin-bottom: 41px;
    color: #333333;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400;
}

.services-second-block p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 49px;
}

.our-services-button {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    background-color: #ff3e17;
    padding: 21px 31px;
}

.services-second-block-img {
    width: 388px;
    height: 425px;
}

.categories-wrapper {
    display: flex;
    justify-content: space-between;
}

.catalog-filters {
    width: 284px;
}

.categories-right-block {
    width: calc(100% - 284px);
    display: flex;
    flex-direction: column;
    margin-left: 28px;
}

.categories-right-block-top {
    display: flex;
    justify-content: space-between;
}

.categories-right-block-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.categories-right-block-item p {
    color: #878793;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 10px;
}

.categories-right-block-item .has-submenu {
    position: relative;
    width: 284px;
    height: 45px;
    border: 2px solid #d6d6e3;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.has-submenu a {
    position: relative;
}

.has-submenu>a::after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 8px;
    height: 7px;
    transform-origin: 5px 2px;
    margin-left: 10px;
    border: 4px solid transparent;
    border-top: 5px solid #fff;
    box-sizing: border-box;
    transition: 0.3s ease-in-out;
}

.has-submenu:hover>a::after {
    transform: rotate(-180deg);
    border-top: 5px solid #ff3e17;
}

.categories-right-block-item li.has-submenu>a::after {
    content: "";
    background: url(/local/templates/viessmann/css/../img/icon/row-down.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 12px;
    margin-left: 96px;
    box-sizing: border-box;
    border: none;
    transition: 0.3s ease-in-out;
}


/*.header-main-block-menu li.has-submenu>a::after {
    content: "";
    background: url(/local/templates/viessmann/css/../img/icon/row-down.png) no-repeat;
    display: inline-block;
    vertical-align: bottom;
    width: 22px;
    height: 12px;
    margin-left: 96px;
    box-sizing: border-box;
    border: none;
    transition: 0.3s ease-in-out;
}*/

.menu-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 140px;
    padding-top: 19px;
    display: none;
    background: #000;
    z-index: 2
}

li:hover .menu-dropdown {
    display: block;
}

.menu-dropdown .wrapper {
    border-top: 1px solid #fff;
    padding: 45px 0;
    overflow: hidden;
}

.menu-title {
    width: 35%;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 30px;
}

.submenu {
    width: 67%;
    margin-left: 33%;
    float: left;
}

.submenu ul {
    width: 50%;
    float: left;
}

.submenu li {
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
}

ul.topnav-dropdown {
    width: 284px;
    position: absolute;
    left: -2px;
    bottom: -206px;
    padding: 20px;
    background: #fff;
    z-index: 2;
    display: none;
    border: 2px solid #d6d6e3;
}

.header-main-block-menu ul.topnav-dropdown {
    width: 100%;
    /* max-width: 1220px; */
    position: absolute;
    bottom: -326px;
    padding: 20px 95px;
    background: #fff;
    z-index: 2;
    display: none;
    border: 2px solid #d6d6e3;
    line-height: 40px;
}

.header-main-block-menu a.topnav-dropdown:before {
    content: " ";
    width: 100%;
    height: 60px;
    position: absolute;
}

.header-main-block-menu ul.topnav-dropdown::before {
    content: '';
    position: absolute;
    left: 34px;
    top: -21px;
    border: 10px solid transparent;
    border-bottom: 10px solid #d6d6e3;
}

.header-main-block-menu ul.topnav-dropdown::after {
    content: '';
    position: absolute;
    left: 34px;
    top: -18px;
    border: 10px solid transparent;
    border-bottom: 10px solid white;
}

.header-main-block-menu li:nth-of-type(2) ul.topnav-dropdown::after,
.header-main-block-menu li:nth-of-type(2) ul.topnav-dropdown::before {
    left: 200px
}


/*.header-main-block-menu ul.topnav-dropdown::after {
 border-top: 10px solid red;
 bottom: -270px;
}*/

ul.topnav-dropdown li {
    padding: 10px 0;
    position: relative;
}

li:hover ul.topnav-dropdown {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 305px;
}

.topnav-dropdown a:hover {
    color: #ff3e17;
}

li.has-submenu {
    /*    position: relative;*/
}

.selected-categories-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.selected-categories-item {
    width: 277px;
    height: 45px;
    border-radius: 23px;
    background-color: #ff3e17;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 25px;
}

.selected-categories-item span {
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    position: relative;
}

.modal-close {
    position: absolute;
    top: -1px;
    right: -31px;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.modal-close::before,
.modal-close::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 2px;
    width: 19px;
    height: 2px;
    background-color: #fff;
}

.modal-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popular-goods-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.popular-goods-item {
    margin-right: 28px;
    margin-bottom: 36px;
    width: calc(33% - 18px);
}

.popular-goods-item:nth-child(3n) {
    margin-right: 0;
}

.categories-button {
    width: 284px;
    margin: 0 auto 80px auto;
}

.catalog-pagination {
    display: block;
    text-align: center;
    padding: 0;
    /* margin-top: 30px; */
    margin-bottom: 150px;
}

.catalog-pagination li {
    display: inline-block;
}

.catalog-pagination a {
    font-size: 24px;
    line-height: 40px;
    color: #333333;
    width: 45px;
    height: 45px;
    padding: 10px 15px;
    background: var(--basic-white);
    border: 1px solid var(--filter-button);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 10px;
}

.catalog-pagination .pagination-next {
    padding: 10px 30px;
}

.catalog-pagination .active {
    background-color: #ff3e17;
    color: #fff;
}

.news {
    margin-top: 150px;
}

.rating-area {
    overflow: hidden;
    width: 210px;
    margin-left: 15px;
}

.rating-area:not(:checked)>input {
    display: none;
}

.rating-area:not(:checked)>label {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}

.rating-area:not(:checked)>label:before {
    content: '★';
}

.rating-area>input:checked~label {
    color: #ff3e17;
    text-shadow: 1px 1px #c60;
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label {
    color: #ff3e17;
}

.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
    color: #ff3e17;
    text-shadow: 1px 1px goldenrod;
}

.rate-area>label:active {
    position: relative;
}

.card-product-rating {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 35px;
}

.card-product-rating-result {
    color: #ff3e17;
    font-size: 24px;
    line-height: 36px;
}

.card-product-rating-reviews {
    font-size: 18px;
    line-height: 30px;
    padding-top: 4px;
}

.filter-item {
    margin: 0;
    padding: 0;
    border: none;
    margin-top: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--promo-block-item-button-color);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(/local/templates/viessmann/css/../img/icon/row-down.png);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 14px;
    background-size: 22px 12px;
    cursor: pointer;
    color: #333333;
    font-size: 16px;
    line-height: 18px;
    display: block;
    width: 284px;
    height: 45px;
    border: 1px solid #333333;
    padding: 14px;
    position: relative;
    margin-top: -2px;
    padding: 0 30px 0 12px
}

.filters-link {
    display: none;
    border-bottom: 1px dashed #ff3e17;
    color: #ff3e17;
    cursor: pointer;
}

.filter select {
    width: 100%
}

.bx-filter .bx-ui-slider-range {
    z-index: 90
}

.bx-filter.bx-red .bx-ui-slider-handle.right,
.bx-filter.bx-red .bx-ui-slider-handle.left {
    z-index: 90;
    top: -10px;
}

.catalog-filters p,
.catalog-filters legend {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 14px;
}

.catalog-filters select {
    margin-bottom: 40px;
}

.range-filter {
    width: 220px;
    margin-top: 13px;
}

.range-controls {
    margin-bottom: 29px;
    padding-top: 26px;
    position: relative;
}

.range-controls .scale {
    height: 8px;
    border-radius: 4px;
    background-color: #d6d6e3;
}

.range-controls .bar {
    width: 187px;
    height: 8px;
    border-radius: 4px;
    background-color: #ff3e17;
}

.range-controls .toggle {
    position: absolute;
    top: 16px;
    left: 0;
    width: 26px;
    height: 26px;
    border: 2px solid #ff3e17;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
}

.range-controls .toggle-min {
    left: 0px;
}

.range-controls .toggle-max {
    left: 160px;
}

.price-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 284px;
}

.price-controls label {
    width: 137px;
    height: 45px;
    border: 2px solid #d6d6e3;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 9px;
}

.price-controls label:last-child {
    margin-right: 0;
}

.price-controls input {
    font-size: 16px;
    line-height: 24px;
    border: none;
    margin-left: 10px;
    width: 100%;
}

.fancybox-slide--html .fancybox-close-small {
    width: 50px;
    height: 50px;
}

.fancybox-button svg path {
    fill: #333333!important;
}

.fancyform p {
    margin: 10px;
    text-align: center;
    color: #333
}

p.fancybox-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

input.form-control {
    line-height: 24px;
    height: 36px;
    padding: 5px;
}

.fancybox-content.fancyform {
    width: 380px;
    max-width: 100%;
    padding: 44px 15px;
}

.fancyform .agreement {
    font-size: 11px;
    line-height: 14px;
}

.fancyform input[type="tel"],
.fancyform input[type="text"],
.fancyform input[type="button"],
.fancyform textarea {
    width: 100%;
}

.fancyform textarea.form-control {
    line-height: 24px;
    padding-left: 5px;
}

.fancyform input.btn {
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #333333;
    padding-top: 12px;
    padding-left: 29px;
    padding-right: 30px;
    padding-bottom: 12px;
    margin: 0 auto;
    cursor: pointer;
}

.popular-goods-libra svg,
.popular-goods-hart svg {
    margin-right: 7px;
}

.counter-cart svg {
    fill: #fff;
}

.search-icon svg {
    fill: #fff;
}

.header-search-form svg,
.header-search-form svg {
    fill: #ff3e17;
}

.popular-goods-top-right svg {
    fill: #adadbb;
}

.card-product-next-description h2 {
    color: #333333;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 28px;
}

.card-product-next-description p {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
}

.card-product-next-description a {
    color: #ff3e17;
}

.card-product-next-description a.give-feedback,
.card-product-next-description a.order-service {
    color: #fff;
}

.give-feedback-stars span {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    color: #ff3e17;
    text-shadow: 1px 1px #c60;
}

.give-feedback-stars span:before {
    content: '★';
}

.calculate-cost {
    color: #ff3e17;
    font-size: 24px;
    line-height: 30px;
    text-decoration: underline;
    margin-top: 23px;
    display: inline-block;
}

.assembly-and-installation li {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    padding-left: 29px;
    margin-bottom: 30px;
}

.assembly-and-installation li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0px;
    top: 11px;
    background: #ff3e17;
    border-radius: 4px;
}

.card-product-extended-description .reviews-item {
    margin-top: 70px;
}

.give-feedback-stars {
    display: flex;
    margin-bottom: 20px;
}

.delivery p,
.warranty p {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.delivery a {
    color: #ff3e17;
    text-decoration: underline;
}

.adaptive-map {
    /*max-width: 804px;*/
}

.popular-goods-characteristics .item-label,
.popular-goods-characteristics .item-cor {
    padding-bottom: 0;
    line-height: 22px;
}
/* End */


/* Start:/local/templates/viessmann/css/mob-menu.css?16225604125620*/
#burger {
    width: 56px;
    margin-left:-5px;
    height: 46px;
    position: relative;
    display:none;
    background:none;
    z-index: 1000;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#burger span{
    display: block;
    position: absolute;
    height: 5px;
    width: 44px;
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    left: 6px;
    top:6px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#burger span:nth-child(2) {
    top: 20px;
}

#burger span:nth-child(3) {
    top: 33px;
}

#burger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 13px;
    top: 5px;
}

#burger.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 36px;
    left: 13px;
}
#topnav nav{
    display:none;
}
@media (max-width: 1125px){

    .header-top-block-menu {
        display: none;
    }
    #burger{
        display:block;
    }
    .show-flybar .header-top-block{
        position: fixed;
        left: 0;
        right: 0;
        top:0;
        z-index:112
    }
    .show-flybar header{
        padding-top:66px;
    }
    #topnav nav{
        position:fixed;
        overflow:hidden;
        top: 66px;
        left:0;
        width:0;
        height:0;
        background: #fff;
        z-index:100;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #topnav nav.open{
        display:block;
        overflow-y: auto;
        height: calc(100% - 66px);
        width: 300px;
    }
    #nav-closer{
        display: none;
        position: fixed;
        cursor:pointer;
        width: 100%;
        top: 66px;
        right: 0;
        height: 100%;
        z-index: 112;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        background: rgba(255,255,255,0.6);
    }
    #topnav{
        z-index: 112
    }
    #nav-closer.open{
        display:block;
    }
    #topnav nav ul{
        float: none;
        display: block;
        padding-top: 0;
    }
    #topnav nav ul ul:first-of-type{
        padding-top:0
    }
    #topnav nav ul ul{
        border-top: 1px solid #ff3e17;
    }
    #topnav  .has-submenu>a::after{
        border-top: 5px solid #ff3e17 ;
    }
    #topnav .has-submenu:hover>a::after{
        border-top: 5px solid #333;
    }
    #topnav nav ul li{
        width: 100%;
        padding:0;
        float:none;
        border-bottom: 1px solid #ff3e17;
        clear: both;
    }
    #topnav nav ul ul li:first-of-type{
        border-top: 1px solid #ff3e17;
    }
    #topnav nav ul li a{
        box-sizing:border-box;
        min-height:44px;
        height: auto;
        padding: 12px 0 12px 10px;
        color: #ff3e17;
        background-color: #fff;
        display:block;
        width:100%;
        line-height:22px;
        font-size: 18px;
        text-transform: uppercase;
    }
    #topnav nav ul li:hover a,
    #topnav nav ul li a:hover{
        color:#333;
        opacity:1;
    }
    #topnav nav ul li.has-submenu>a::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
    }
    #topnav .menu-dropdown{
        padding:0;
        top:auto;
        position:relative;
    }
    #topnav nav .wraper,#topnav nav .submenu{
        padding:0;
        margin:0;
        border:0;
        width:100%;
    }
    #topnav nav .menu-title{
        display: none
    }
    .header-main-block-menu li a{
        text-decoration: underline;
    }
    .header-main-block li.has-submenu a:after{
        display:none;
    }
    .header-main-block-menu ul.topnav-dropdown{
        display:none!important;
    }
    /*    #topnav nav ul li a:hover{
            color: #ccc;
        }*/
    #topnav nav>ul>li>ul{
        border:none;
    }
    #topnav nav ul li a:before{
        content:none;
    }
    #topnav nav ul ul{
        display:none;
    }
    #topnav nav>ul>li:hover>ul{
        display:block;
        width: 100%;
        position:relative;
        background:none;
        padding:0;
        top: auto;
        bottom: auto;
    }
    #topnav nav ul ul a{
        font-size:14px;
        padding-left: 25px;
        padding-top:5px;
        padding-bottom:5px;
        min-height:0;
    }
    #topnav nav ul ul ul a{
        padding-left: 35px;
    }
    #topnav nav>ul>li>ul{
        height: auto;
        float: left;
        max-height: none;
    }
    #topnav nav>ul>li.col-3>ul{
        columns:initial;
    }
    /*    #topnav nav ul ul a,
        #topnav nav ul li:hover a{
            background:none;
            color:#fff;
        }*/
    #topnav nav li li li:before{
        content:none;
    }
    #topnav nav>ul>li.menu-item-has-children:hover>a{
        border-bottom:0
    }

}
/*@media (max-width:700px){
    .request-call{
        display:none;
    }
}*/
/* End */


/* Start:/local/templates/viessmann/css/mobile.css?162256041210075*/
@media (max-width: 1219px){

    .advantages-list {
        justify-content: center;
    }
    .advantages-item{
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 1125px) {

    .header-phone,
    .header-search-form,
    .header-top-block address {
        display: none;
    }
    .header-phone.mobile {
        display: block;
        margin: auto;
        color: #ffffff;
    }
    .header-search-form.mobile {
        display: block;
        width: 320px
    }
    .header-top-block {
        background-color: #ff3e17;
        padding: 10px 0;
    }
    .header-main-block {
        justify-content: space-around;
    }
    .popular-goods-categories-item, .card-product-categories-item{
        padding: 0 20px
    }
}
@media (max-width: 1095px) {
    .services-first-block {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .categories-wrapper{
        display:block;
    }
    .catalog-filters {
        width: 100%;
    }
    .categories-right-block{
        width:100%;
        margin-left: 0
    }
    .catalog-filters{
        display:none;
        text-align: justify
    }
    .catalog-filters>form>div {
        display: inline-block;
        width: 32%;
    }
    .bx-filter .bx-filter-popup-result.left{
        display: none!important
    }
    .bx-filter.bx-red .bx-ui-slider-pricebar-v{
        background: #ff3e17
    }
    .filters-link{
        display: inline;
    }
}

@media (max-width: 1024px){

    .footer-main-block {
        flex-direction: column;
    }
    .footer-left-block {
        justify-content:space-between;
        flex-direction: row;
    }
    .footer-mobail {
        width: 100%;
        margin-top: 30px;
        justify-content: space-around;
    }

    .contacts-item {
        width: 50%;
        margin-bottom: 20px;
    }
    .articles-item,.news-item{
        margin-bottom: 60px;
    }
    .news-item h3, .articles-item h3 {
        color: #333333;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .news-time, .articles-item-time{
        margin: 16px 0;
    }
    .card-product-img-big {
        align-items: baseline;
    }

    .card-product-img .in-stock {
        position: absolute;
        left: 115px;
    }

    .card-product-img-big img {
        margin-top: 60px;
    }

    /*.card-product  p.product-code {
        position: absolute;
        top: 0;
        right: 0;
    }

    .card-product .card-product {
        position: relative;
    }

    .card-product .card-product-description-icons {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0px;
    }*/

    .card-product .card-product-description-icons a {
        margin-left: 5px;
        margin-right: 0;
    }

    .card-product .card-product-description {
        margin-top: 0;
    }
}
@media (max-width: 912px){
    .popular-categories-item:nth-child(3n) {
        margin-right: 28px;
    }
    .banner {
        padding: 30px 30px 30px 30px;
    }
}
@media (max-width: 832px) {
    .articles-list {
        display: flex;
        justify-content: center;
    }
    .articles-item:nth-child(3n) {
        margin-right: 28px;
    }
    .articles-item:nth-child(2n) {
        margin-right: 0;
    }
    .articles-item{
        width: calc(50% - 14px);
        min-height: 350px;
    }
    .categories-right-block .popular-goods-item {
        margin-right: 0;
        margin-bottom: 36px;
        width: 50%;
    }
    .categories-right-block .popular-goods-item:nth-child(3n){
        margin-right: 0;
    }

}
@media (max-width: 804px) {
    .card-product-next-block {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    /*aside .card-product-banner {
        display: flex;
        justify-content: center;
    }*/


    .banner p {
        display: none;
    }
}
@media (max-width: 768px){
    .header-search-form.mobile {
        display: none;
    }
    .counter-cart svg {
        width: 30px;
        height: 30px;

        margin-top: 5px;
    }

    form.header-search-form.mobile.active {
        display: block;
        position: fixed;
        top: 66px;
        left: 0;
        right: 0;
        width: 100%;
    }

    a.search-close {
        position: absolute;
        top: -2px;
        right: -2px;
        width: 50px;
        height: 50px;
        border: 2px solid #d6d6e3;
        background-color: #e7e7ee;
        cursor: pointer;
    }

    .header-search-form button {
        right: 46px;
    }

    a.search-close:before {
        content: "";
        position: absolute;
        height: 5px;
        background: #ff3e17;
        width: 75%;
        height: 2px;
        border-radius: 2px;
        top: 50%;
        left: 12%;
        transform: rotate(45deg);
        transform-origin: center center;
    }

    a.search-close:after {
        content: "";
        position: absolute;
        height: 5px;
        background: #ff3e17;
        width: 75%;
        height: 2px;
        border-radius: 2px;
        top: 50%;
        left: 12%;
        transform: rotate(
            -45deg
            );
        transform-origin: center center;
    }
    .search-icon,
    .counter-cart {
        display: block;
        color: #ffffff;
    }
    .search-icon {
        margin-right: 20px;
    }
    .header-main-block {
        flex-direction: column;
        width: 100%;
        max-width:389px;
        margin: 20px auto 70px auto;
    }
    .request-call {
        margin: 0 auto;
    }
    .footer-left-block {
        flex-direction: column;
        margin: 0 auto;
    }
    .social-media-menu{
        text-align:center;
        display:block;
    }
    .social-media-menu li{
        display:inline-block;
        margin: 0 10px;

    }
    .copyright{
        text-align:center;
    }
    .main-second-block {
        padding: 60px 30px 60px 30px;
    }
    a.request-a-call{
        margin: 30px auto 0 auto;
        width:280px;
    }
    .services-second-block-img{
        width:100%;
        text-align: center;
    }
    .consultation{
        margin-right:0
    }
    .tabs-wrapper {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    aside {
        margin: 30px auto;
    }
    .card-product{
        flex-direction: column;
    }
    .card-product-img,
    .card-product .card-product-description{
        width: 100%
    }
    .card-product-img-big{
        margin: 0 auto
    }

}
@media (max-width: 671px){
    .main-first-block-container {
        padding-left: 25px;
        width: 427px;
        margin-left: 30px;
    }
    .catalog-filters>form>div {
        display: inline-block;
        width: 49%;
    }
    .search-icon {
        margin-right: 10px;
    }
    .counter-cart{
        margin:0
    }
}
@media (max-width: 647px) {
    .header-phone .mobile {
        display: none;
    }
    .footer-mobail,
    .footer-central-block,
    .footer-right-block {
        flex-direction: column;
        margin: 36px auto;
    }
    .our-services-container {
        padding: 45px 15px 55px 15px;
        width: 379px;
    }
}
@media (max-width: 579px) {
    .contacts-item {
        width: 100%;
        margin-bottom: 20px;
    }
    a.header-phone{
        font-size: 28px;
    }
    .categories-right-block-item{
        width: 50%
    }
    .categories-right-block-item select{
        width: 100%
    }
}
@media (max-width: 540px) {
    .main-first-block-container {
        margin-left: 10px;
        margin-right: 10px;
        width: 300px;
    }
    .card-product-img {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .card-product-img-list {
        flex-direction: row;
    }
    .card-product-img-big {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .card-product span.in-stock {

        left: 0;
        top: 102px;
    }
    .card-product p.product-code,
    .card-product .card-product-description-icons{
        top:102px
    }
    .filters-link{
        display:inline;
    }
    .catalog-filters>form>div {
        display: inline-block;
        width: 100%;
    }
    .owl-carousel .popular-goods-item{
        max-width:300px;
        margin: 0 auto
    }
    .services-first-block-button{
        margin: 0 auto;
        display:block;
    }
    a.header-phone{
        padding-left:5px;
    }
    a.header-phone:before{
        display:none
    }
    .categories-right-block .popular-goods-item {
        width: 320px;
        margin:0 auto!important
    }
    .card-product-rating-result{
            font-size: 18px;
    }
    .card-product-rating-reviews {
    font-size: 14px;
    }
    .rating-area {
    width: 170px;
    }
    .card-product-img-big{
        width:100%;
        height:auto;
    }
    .services-first-block-img{
        height:auto;
        margin-bottom:20px;
    }
}
@media (max-width: 452px) {
    .card-product-characteristics {
        width: 100%;
    }
    .card-product-characteristics .item-label,
    .card-product-characteristics .item-cor {
        font-size: 14px;
    }
    .popular-goods-list .owl-next {
        right: 0;
        left: auto;
    }
    .banner-img {
        display: none;
    }
    .banner-contacts {
        margin: auto;
    }
    a.header-phone {
        font-size: 20px;
    }
    .main-second-block-container h2{
        font-size:30px;
    }
}
@media (max-width: 379px) {
    .our-services-container {
        width: 100%;
    }
    .our-services-item {
        font-size: 16px;
    }
    .our-services-button {
        width: 100%;
    }
}
@media (max-width: 371px) {
    .card-product-characteristics .item-label, .card-product-characteristics .item-cor {
        font-size: 13px;
    }
}
@media (max-width: 347px) {
    .card-product-characteristics .item-label, .card-product-characteristics .item-cor {
        font-size: 11px;
    }
    .rating-area:not(:checked) > label {
        width: 38px;
    }
}
/* End */


/* Start:/local/templates/viessmann/css/jquery.fancybox.min.css?162256041212795*/
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;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;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:.9;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 ease,visibility 0s ease .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 ease 0s,visibility 0s ease 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;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;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-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:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-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-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{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--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;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}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.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;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.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{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;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;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.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:#ddd;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:rgba(0,0,0,0);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__list{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 .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;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__list a:before{border:6px solid #ff5268;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__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/viessmann/css/fix.css?16225604122800*/
.selected-categories-item {
    width: auto!important;
    height: 36px!important;
    border-radius: 23px!important;
    background-color: #ff3e17!important;
    display: flex!important;
    align-items: center!important;
    justify-content: space-between!important;
    padding: 15px 25px;
    margin: 2px!important;
    padding-right: 44px;
}

.selected-categories-item span {
    font-size: 13px!important;
}

.popular-goods-libra.active svg {
    fill: #ff3e17;
}

.popular-goods-hart.active svg {
    fill: #ff3e17;
}

.header-main-block-menu ul.topnav-dropdown {
    z-index: 105;
}

.mess {
    /*padding: 15px;*/
    font-weight: bold;
    text-align: center;
}

.search-page form input[type=text] {
    position: relative;
    width: 340px;
    height: 50px;
    border: 2px solid #d6d6e3;
    background-color: #ffffff;
    margin: 0 auto;
}

.search-page form input[type=submit] {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    width: 180px;
    height: 48px;
    background-color: #ff3e17;
    margin-top: 27px;
    margin-bottom: 20px;
    border: none;
}

.popular-goods-button-quantity {
    background-color: #e7e7ee;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.popular-goods-button-plus,
.popular-goods-button-quantity,
.popular-goods-button-minus {
    min-width: 75px!important;
}

.categories-button {
    display: block;
}

.bx_stars_bg {
    cursor: pointer;
}

.cart_count:not(:empty) {
    background: #ff3e17;
    color: #fff;
    padding: 2px 8px;
    border-radius: 100%;
    position: absolute;
    margin-top: -8px;
    margin-left: 31px;
}

.ilike-light .bx-ilike-right {
    background-position: 0 11px;
    height: 24px;
}

.bx-filter-parameters-box {
    margin-bottom: 25px;
}

.popular-goods-item-name a {
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.popular-categories-list {
    justify-content: space-between;
}

.popular-categories-list .popular-categories-item {
    width: 270px;
}

@media (max-width: 1996px) {
    .popular-categories-list {
        margin-top: 40px;
    }
}

@media (max-width: 1237px) {
    .popular-categories-card {
        width: 100%
    }
    .popular-categories-list .popular-categories-item {
        width: 30%;
        margin: 0px;
    }
}

@media (max-width: 800px) {
    .popular-categories-list .popular-categories-item {
        width: 270px;
        margin: 0 14px;
    }
    .popular-categories-list {
        justify-content: center;
    }
}

.popular-goods-img img {
    max-width: 100%;
    max-height: 231px;
}
/* End */


/* Start:/local/templates/viessmann/js/owl-carousel/css/owl.carousel.min.css?16225604123011*/
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/viessmann/js/owl-carousel/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */
/* /local/templates/viessmann/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1622560410467 */
/* /local/templates/viessmann/components/bitrix/catalog.section/hitsections/themes/blue/style.min.css?1622560412706 */
/* /local/templates/viessmann/styles.css?16527887561382 */
/* /local/templates/viessmann/template_styles.css?165278875642 */
/* /local/templates/viessmann/css/normalize.css?16225604126139 */
/* /local/templates/viessmann/css/style.css?167386331350246 */
/* /local/templates/viessmann/css/mob-menu.css?16225604125620 */
/* /local/templates/viessmann/css/mobile.css?162256041210075 */
/* /local/templates/viessmann/css/jquery.fancybox.min.css?162256041212795 */
/* /local/templates/viessmann/css/fix.css?16225604122800 */
/* /local/templates/viessmann/js/owl-carousel/css/owl.carousel.min.css?16225604123011 */
