

/* Start:/local/templates/teplostyazhka/js/slick/slick.css?17431541271895*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/teplostyazhka/js/slick/slick-theme.css?17431541273349*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/teplostyazhka/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/teplostyazhka/js/slick/./fonts/slick.eot');
    src: url('/local/templates/teplostyazhka/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/teplostyazhka/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/teplostyazhka/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/teplostyazhka/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/teplostyazhka/js/magnificpopup/magnific-popup.css?17431541278198*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1024px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* End */


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

/* End */


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

/* End */


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

/* End */


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

/* End */


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

/* End */


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

/* End */


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

/* End */


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

/* End */


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

/* End */


/* Start:/local/templates/teplostyazhka/template_styles.css?174315412730732*/
@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('/local/templates/teplostyazhka/fonts/ProximaNova-Bold.eot');
    src: url('/local/templates/teplostyazhka/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Bold.woff') format('woff'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Extrabld';
    src: url('/local/templates/teplostyazhka/fonts/ProximaNova-Extrabld.eot');
    src: url('/local/templates/teplostyazhka/fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Extrabld.woff') format('woff'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Extrabld.ttf') format('truetype'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('/local/templates/teplostyazhka/fonts/ProximaNova-Regular.eot');
    src: url('/local/templates/teplostyazhka/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Regular.woff') format('woff'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Black';
    src: url('/local/templates/teplostyazhka/fonts/ProximaNova-Black.eot');
    src: url('/local/templates/teplostyazhka/fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Black.woff2') format('woff2'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Black.woff') format('woff'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Black.ttf') format('truetype'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('/local/templates/teplostyazhka/fonts/ProximaNova-Semibold.eot');
    src: url('/local/templates/teplostyazhka/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Semibold.woff') format('woff'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('/local/templates/teplostyazhka/fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body{
	font-family: 'Proxima Nova Regular';
	color: rgba(37, 45, 61, 1);
	font-size: 18px;
	line-height: 130%;
}



*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1, h2, h3{
	font-weight: normal;
	font-family: 'Proxima Nova Semibold';
}

h4, b, strong{
	font-weight: normal;
	font-family: 'Proxima Nova Bold';
}


.block-content h2,
.block-content-ins h2{
	font-size: 60px;
	line-height: 110%;
	text-transform: uppercase;
	padding-bottom: 50px;
}

.white-title h2{
	color: #fff;
}

.block-content h3{
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
}

img{
	max-width: 100%;
	height: auto;
}

.left{
	float: left;
	width: auto;
}

.right{
	float: right;
	width: auto;
}

.block-content{
	width: 1100px;
	margin: 0 auto;
	padding: 120px 0px;
}

a{
	color: rgba(8, 11, 17, 1);
	text-decoration: none;
	position: relative;
}


.is-admin-body #header-fixed{
	position: absolute;
	top: auto;
}

.top-contacts{
	margin-top: 4px;
}

.top-contacts>div{
	display: inline-block;
}

.top-contacts a{
	text-decoration: none;
	color: #252D3D;
}

#header-wrapper .red-btn-wr a{
	top: -5px;
}




h1{
	font-size: 140px;
	line-height: 110%;
	text-transform: uppercase;
	font-family: 'Proxima Nova Extrabld';
}


.red-btn-wr a{
	background: rgba(227, 6, 19, 1);
    transition: all ease 0.3s !important;
    color: #fff;
    padding: 12px 31px;
    display: inline-block;
	text-decoration: none;
	position: relative;
	font-family: 'Proxima Nova Bold';
	position: relative;
	z-index: 1;
	transition: 0.3s;
	font-size: 17px;
}

.red-btn-wr a:after{
    content: '';
    position: relative;
    display: inline-block;
    background: url(/local/templates/teplostyazhka/images/btn-arrow.svg) 0px 0px no-repeat;
    width: 5px;
    height: 10px;
    margin-left: 19px;
}

.red-btn-wr a:hover{
	background: rgba(204, 0, 0, 1);
    cursor: pointer;
	color: #fff;
}

.bordered-btn-wr a{
	background: transparent;
    transition: all ease 0.3s !important;
    color: #fff;
    padding: 12px 31px;
    display: inline-block;
	text-decoration: none;
	position: relative;
	font-family: 'Proxima Nova Bold';
	position: relative;
	z-index: 1;
	transition: 0.3s;
	font-size: 17px;
	border: 1px solid #fff;
}

.bordered-btn-wr a svg{
    position: absolute;
    width: 5px;
    height: 10px;
	top: 26px;
	right: 22px;
}

.bordered-btn-wr a:hover{
	border: 1px solid rgba(227, 6, 19, 1);
    cursor: pointer;
	color: rgba(227, 6, 19, 1);
}

.bordered-btn-wr a:hover svg path{
	stroke: rgba(227, 6, 19, 1);
}


#header-fixed{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 5px rgba(0,0,0,0);
	z-index: 110;
	background: transparent;
	height: 86px;
}

#header-fixed.header-fixed{
	background: #fff;
}


#header-fixed .block-content .main-menu {
	margin-left: 21px;
	margin-top: 9px;
}

#header-fixed .block-content .main-menu li{
	list-style: none;
	display: inline-block;
	margin-left: 15px;
}

#header-fixed .block-content .main-menu li a{
	text-decoration: none;
	font-size: 17px;
}

#header-fixed .block-content .main-menu li a:after{
	content: '';
	position: absolute;
	bottom: -5px;
	width: 100%;
	height: 2px;
	left: 0;
	background: transparent;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header-fixed .block-content .main-menu li a:hover:after{
	background: rgba(227, 6, 19, 1);
}

#header-fixed .block-content .phone a{
	color: rgba(8, 11, 17, 1);
	text-decoration: none;
	font-size: 17px;
}

#header-fixed .block-content .phone{
	margin-top: 5px;
	margin-right: 20px;
}

#header-fixed .block-content{
    padding: 23px 0px;
	position: relative;
}




#header-block{
	background: url("/local/templates/teplostyazhka/images/header-bg.jpg") bottom center no-repeat;
    position: relative;
    z-index: 1;
	overflow: hidden;
}
#header-block .block-content{
    padding-top: 44px;
    position: relative;
    margin-top: 86px;
	min-height: 910px;
}

#header-block .black-text{
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 48px;
	font-size: 12px;
	line-height: 120%;
	padding: 15px 20px;
	background: #252D3D;
	width: 260px;
}

#header-block .faster{
	background: url(/local/templates/teplostyazhka/images/faster.svg) 0px 0px no-repeat;
	width: 285px;
	height: 285px;
	position: absolute;
	right: 0px;
	bottom: 131px;
}


#header-block .text.left{
	font-size: 30px;
	line-height: 120%;
}

#header-block .text.right{
    font-size: 30px;
    line-height: 100%;
    position: relative;
    padding-left: 186px;
    padding-top: 25px;
}

#header-block .text.right span.red{
	color: #E30613;
	font-size: 100px;
	line-height: 110%;
	font-family: 'Proxima Nova Extrabld';
	position: absolute;
	left: 0;
	top: 0;
}

#header-block .news-list{
	position: relative;
	clear: both;
}

#header-block .news-item{
	position: absolute;
}

#header-block .news-item img{
    position: absolute;
    /* width: 50px; */
    left: -200px;
    max-width: none;
    border-radius: 100%;
    border: 5px solid #fff;
	width: 273px;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}

#header-block .news-item:hover img{
	visibility: visible;
	opacity: 1;
}

#header-block .plus-icon{
	width: 88px;
	height: 88px;
	background: url("/local/templates/teplostyazhka/images/plus-big.svg") 0px 0px no-repeat;
	transition: .3s;
	transform: rotate(0deg);
}

#header-block .news-item:hover .plus-icon{
	transform: rotate(45deg);
}


#header-block .plus-icon:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url(/local/templates/teplostyazhka/images/pulse.png.webp) 0px 0px no-repeat;
    -webkit-animation: fall 2500ms linear 0ms infinite reverse both;
    animation: fall 2500ms linear 0ms infinite reverse both;
    width: 88px;
    height: 88px;
    background-size: 100%;
}

@-webkit-keyframes fall
{
   0% { opacity: 0; -webkit-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ;  }
   50% { opacity: 1;  }
   100% { opacity: 0; -webkit-transform: translate3d(0px,0px,0px) rotateX(0deg) ;  }
}
@-moz-keyframes fall
{
   0% { opacity: 0; -moz-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ;  }
   50% { opacity: 1;  }
   100% { opacity: 0; -moz-transform: translate3d(0px,0px,0px) rotateX(0deg) ;  }
}
@keyframes fall
{
   0% { opacity: 0; transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ;  }
   50% { opacity: 1;  }
   100% { opacity: 0; transform: translate3d(0px,0px,0px) rotateX(0deg) ;  }
}

#header-block .news-item-1{
	top: 0;
	left: 281px;
}

#header-block .news-item-2{
	top: 52px;
	left: 670px;
}

#header-block .news-item-3{
	top: 340px;
	left: 174px;
}

#header-block .news-item-4{
	top: 480px;
	left: 462px;
}

#header-block .news-item-1 img{
	top: 9px;
    left: -224px;
}

#header-block .news-item-2 img{
    top: 4px;
    left: -209px;
}
#header-block .news-item-3 img{
    top: -46px;
    left: 79px;
}

#header-block .news-item-4 img{
    top: -190px;
    left: 44px;
}


.slick-prev:before, 
.slick-next:before{
	display: none;
}

.slick-prev, 
.slick-next{
	width: 60px;
	height: 60px;
	transition: .3s;
	z-index: 100;
	opacity: 1;
	display: block;
}

.slick-next{
    transform: rotate(180deg);
	margin-top: -30px;
}

.slick-prev:hover path,
.slick-next:hover path{
	fill: #E30613;
}

.slick-disabled{
	opacity: 0;
}


.footer-middle{
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#footer-wrapper{
	background: rgba(29, 36, 49, 1);
	color: #fff;
}

#footer-wrapper .block-content{
    padding-top: 0;
    overflow: hidden;
    padding-bottom: 42px;
}

#footer-wrapper a{
	color: #fff;
	text-decoration: none;
}

#footer-wrapper a:hover{
	text-decoration: underline;
}

#footer-wrapper .footer-top{
	overflow: hidden;
	padding-top: 40px;
}

#footer-wrapper .footer-top .right{
	margin-top: 12px;
}

#footer-wrapper .footer-top .right.column a:last-child{
	margin-left: 54px;
}

#footer-wrapper .footer-top .left.column .phone{
	margin-right: 30px;
}

#footer-wrapper .footer-top .left.column .phone a b{
	font-size: 24px;
	font-family: 'Proxima Nova Bold';
}

#footer-wrapper .footer-top .left.column .phone a:hover,
#footer-wrapper .bordered-btn:hover{
	text-decoration: none;
}


#footer-wrapper .footer-top .left.column .sub-text{
	font-size: 15px;
	padding-top: 8px;
	line-height: 18px;
}

#footer-wrapper .soc-links li{
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}

#footer-wrapper .experts li{
	list-style: none;
	display: inline-block;
	margin-left: 5px;
}

#footer-wrapper .experts{
	text-align: right;
}

#footer-wrapper .footer-middle .title{
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Proxima Nova Bold';
	line-height: 18px;
	letter-spacing: 0.06em;
}

#footer-wrapper .footer-middle .links{
	margin-top: 16px;
}

.footer-copyright{
	clear: both;
	font-size: 17px;
}

.footer-copyright .right{
	text-align: right;
}

.footer-copyright .right a{
	display: block;
}

.footer-copyright .right br{
	display: none;
}

.footer-copyright .right a:first-child{
	padding-bottom: 5px;
}

#footer-wrapper .footer-copyright a{
	color: #fff;
}

#footer-wrapper .footer-copyright .center{
    float: left;
    margin-left: 76px;
}


#footer-wrapper .links a:hover svg{
	fill: #E30613;
} 

#footer-wrapper .links a:hover svg path{
	stroke: #E30613;
	opacity: 1;
} 

#footer-wrapper .links a:hover svg path[fill="white"]{
	stroke: #fff;
	fill: #fff;
} 

#footer-wrapper a[title="Канал Rutube"]:hover svg path[fill="white"]{
	stroke: transparent;
}

#shops-block{
	background: rgba(37, 45, 61, 1);
	position: relative;
}

#shops-block:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background: url("/local/templates/teplostyazhka/images/element-355-teplostyazhka-120325-17.jpg") top center no-repeat;
	background-size: cover;
}

#shops-block .block-content{
	padding-left: 600px;
}


#shops-block .bordered-btn-wr{
	margin-top: 30px;
}

#shops-block .bordered-btn-wr a,
#shops-block .red-btn-wr a{
	width: 311px;
    padding: 18px 31px;
    padding-left: 40px;
    height: 60px;
}

#shops-block .red-btn-wr a:after {
    content: '';
    position: absolute;
    right: 40px;
    top: 26px;
}

#solutions-block{
	overflow: hidden;
}

#solutions-block .block-content{
	position: relative;
	padding-right: 661px;
}

/* #solutions-block .block-content *{ */
	/* position: relative; */
	/* z-index: 1; */
/* } */

#solutions-block .block-content:before{
	content: '';
	width: 785px;
	height: 676px;
	position: absolute;
	top: 145px;
	right: -141px;
	background: url("/local/templates/teplostyazhka/images/solut-main.jpg") 0px 0px no-repeat;
}

#solutions-block .news-item{
	position: relative;
	color: #252D3D;
	font-size: 30px;
	line-height: 130%;
	margin-bottom: 30px;
}

#solutions-block .news-item .text-inside{
	opacity: 0.4;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#solutions-block .news-item:hover .text  .text-inside{
	opacity: 1;
}

#solutions-block .news-item .text{
	position: relative;
}

#solutions-block .news-item .text .line{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* #solutions-block .news-item .text:hover .line{ */
	/* opacity: 1; */
/* } */

#solutions-block .news-item-1 .text .line{
    top: -91px;
    right: -343px;
    width: 402px;
    height: 116px;
    background: url(/local/templates/teplostyazhka/images/solut-line-1.svg) 0px 0px no-repeat;
}

#solutions-block .news-item-2 .text .line{
	top: -91px;
    right: -200px;
    width: 306px;
    height: 118px;
    background: url(/local/templates/teplostyazhka/images/solut-line-2.svg) 0px 0px no-repeat;
}

#solutions-block .news-item-3 .text .line{
	top: -358px;
    right: -581px;
    width: 662px;
    height: 385px;
    background: url(/local/templates/teplostyazhka/images/solut-line-3.svg) 0px 0px no-repeat;
}

#solutions-block .news-item-4 .text .line{
	top: -113px;
    right: -439px;
    width: 576px;
    height: 138px;
    background: url(/local/templates/teplostyazhka/images/solut-line-4.svg) 0px 0px no-repeat;
}

#solutions-block .news-item-5 .text .line{
    top: -86px;
    right: -237px;
    width: 340px;
    height: 110px;
    background: url(/local/templates/teplostyazhka/images/solut-line-5.svg) 0px 0px no-repeat;
}


#solutions-block .news-item .img-wr{
	position: absolute;
	right: 0;
	border: 5px solid #fff;
	border-radius: 100%;
	display: none;
	z-index: 10;
}

#solutions-block .news-item .img-wr:hover{
	display: block!important;
	opacity: 1!important;
}

#solutions-block .news-item .img-wr img{
	border-radius: 100%;
	float: left;
}

#solutions-block .news-item-1 .img-wr{
    top: -144px;
    right: -575px;
}

#solutions-block .news-item-2 .img-wr{
    top: -172px;
    right: -449px;
}

#solutions-block .news-item-3 .img-wr{
    top: -537px;
    right: -573px;
}

#solutions-block .news-item-4 .img-wr{
    top: -282px;
    right: -691px;
}

#solutions-block .news-item-5 .img-wr{
    top: -273px;
    right: -230px;
}

#solutions-block .news-item .img-wr:hover{
	display: block;
}

#solutions-block h2{
	position: relative;
	z-index: 1;
}

#solutions-block .plus-icon{
	position: absolute;
	top: 0;
	width: 57px;
	height: 57px;
	background: url(/local/templates/teplostyazhka/images/plus.svg) 0px 0px no-repeat;
	z-index: 4;
	transition: .3s;
	transform: rotate(0deg);
}

#solutions-block .plus-icon:hover{
	transform: rotate(45deg)!important;
}

#solutions-block .plus-icon:before{
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url(/local/templates/teplostyazhka/images/pulse.png.webp) 0px 0px no-repeat;
    -webkit-animation: fall 2500ms linear 0ms infinite reverse both;
    animation: fall 2500ms linear 0ms infinite reverse both;
    width: 57px;
    height: 57px;
    background-size: 100%;
}

#solutions-block .plus-icon:hover+.img-wr{
	/*display: block;*/
}

#solutions-block .news-item-1 .plus-icon{
	top: -119px;
    right: -363px;
}

#solutions-block .news-item-2 .plus-icon{
	top: -123px;
    right: -228px;
}

#solutions-block .news-item-3 .plus-icon{
    top: -388px;
    right: -607px;
}

#solutions-block .news-item-4 .plus-icon{
    top: -150px;
    right: -470px;
}

#solutions-block .news-item-5 .plus-icon{
    top: -112px;
    right: -257px;
}

#projects-block {
	position: relative;
}

#projects-block .news-item{
	background: #252D3D;
}

#projects-block .arrow-container{
    width: 1100px;
    position: relative;
    margin: 0 auto;
}

#projects-block .arrow-container .slick-prev{
	left: 0;
    top: -130px;		
}

#projects-block .arrow-container .slick-next{
	right: 0;
	top: -130px;
}

#projects-block .news-item{
	position: relative;
}

#projects-block .block-content-ins{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

#projects-block .block-content-ins h2{
	position: absolute;
	top: 120px;
	z-index: 20;
}

#projects-block .news-item .block-content-ins{
	padding: 236px 550px 210px 0;
}

#projects-block .news-item .img-wr{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-size: cover!important;
}

#projects-block .descr{
	color: #fff;
}

#projects-block .descr .chars{
	padding-top: 40px;
}

#projects-block .descr .chars span{
	color:  #999999;
}

#projects-block .descr .chars li{
	padding-bottom: 15px;
	list-style: none;
}

#projects-block .descr .chars li sup { 
	vertical-align: top; 
	font-size: 0.6em; 
	position: relative;
    top: -5px;
}

#projects-block .title{
	font-size: 30px;
	line-height: 130%;
	position: relative;
	margin-right: 60px;
}

#projects-block .title:before{
    content: '';
    position: absolute;
    right: 0;
    height: 15px;
    width: 100%;
    top: 13px;
    background: url(/local/templates/teplostyazhka/images/big-arrow.svg) top right no-repeat;
}

#projects-block .title .top{
    display: inline-block;
    background: #252d3d;
    padding-right: 34px;
	z-index: 1;
	position: relative;
}


#projects-block .red-btn-wr a{
	padding: 18px 31px;
	margin-top: 35px;
}

#video-block{
	background: #252D3D;
}

#video-block .news-list{
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#video-block .news-list a{
	display: block;
	position: relative;
	overflow: hidden;
}

#video-block .news-list a img{
	float: left;
}

#video-block .news-list a:after{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	background: linear-gradient(178.74deg, rgba(0, 0, 0, 0) 1.08%, rgba(0, 0, 0, 0.54) 101.8%);
	height: 100%;
	z-index: 1;
	top: 0;
}

#video-block .news-list a .title{
    position: absolute;
    color: #fff;
    padding: 0 40px;
    bottom: 43px;
    font-size: 30px;
    line-height: 130%;
    z-index: 2;
    left: 0;
    width: 100%;
    text-align: center;
}


#video-block .news-list a svg{
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 4;
	margin-left: -30px;
	margin-top: -30px;
}

#video-block .news-list a:hover svg rect{
	fill: #CC0000;
}

#video-block .block-content{
	position: relative;
}

#video-block .video-wr{
	position: relative;
}

#video-block .arrow-container{
	height: 0;
}

#video-block h2{
	text-align: center;
}

#preims-block .text{
	width: 504px;
}

#preims-block .text p{
	padding-bottom: 10px;
}


#preims-block .news-list{
	position: relative;
}

#preims-block .news-list:before{
	content: '';
	position: absolute;
	width: 722px;
	height: 567px;
	background: url(/local/templates/teplostyazhka/images/preim-img.jpg) 0px 0px no-repeat;
	top: -126px;
	left: 308px;
}


#preims-block .news-block-first{
	position: absolute;
	right: 0;
	top: -256px;
}


#preims-block .news-item{
	position: relative;
	margin-bottom: 20px;
}

#preims-block .news-block-first .news-item{
	padding-right: 70px;
	float: right;
	clear: both;
}

#preims-block .news-block-first .news-item img{
	position: absolute;
	right: 0;
}

#preims-block .news-block-other .news-item{
	padding-left: 70px;
	float: left;
	clear: both;
}

#preims-block .news-block-other .news-item img{
	position: absolute;
	left: 0;
}

#preims-block .news-item .text{
	display: table;
	min-height: 50px;
}

#preims-block .news-item .text .text-inside{
	display: table-cell;
	vertical-align: middle;
}

#preims-block .news-block-first .news-item .text span{
	float: right;
}

#preims-block .block-content{
	overflow: hidden;
	padding-bottom: 200px;
}

#preims-block .news-item .line:after{
	position: absolute;
    bottom: -23px;
    left: -25px;
    width: 52px;
    height: 52px;
    background: url(/local/templates/teplostyazhka/images/plus.svg) 0px 0px no-repeat;
    z-index: 4;
	background-size: 100%;
	content: '';
}

#preims-block .news-block-first .news-item .line{
	position: absolute;
	background: url(/local/templates/teplostyazhka/images/preim-line-1.svg) 0px 0px no-repeat;
}

#preims-block .news-item .line:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: rgba(133, 135, 140, 1);
	border-radius: 100%;
    right: -3px;
    top: -3px;
}


#preims-block .news-block-first .news-item-0 .line{
    width: 197px;
    height: 201px;
    left: 60px;
    top: 24px;
}


#preims-block .news-block-first .news-item-1 .line{
    width: 99px;
    height: 201px;
    left: 141px;
    top: 24px;
}

#preims-block .news-block-first .news-item-2 .line{
    width: 47px;
    height: 195px;
    left: 211px;
    top: 24px;
}

#preims-block .news-block-first .news-item-3 .line{
    width: 33px;
    height: 194px;
    left: 300px;
    top: 24px;
}

#preims-block .news-block-first .news-item-4 .line{
	width: 2px;
    height: 154px;
    left: 369px;
    top: 47px;
}

#preims-block .news-block-other .news-item .line{
	position: absolute;
	background: url(/local/templates/teplostyazhka/images/preim-line-2.svg) 0px 0px no-repeat;
	top: 25px;
    height: 2px;
}

#preims-block .news-block-other .news-item-5 .line{
    width: 177px;
    left: 277px;
}

#preims-block .news-block-other .news-item-6 .line{
    width: 243px;
    left: 257px;
}

#preims-block .news-block-other .news-item-7 .line{
    width: 269px;
    left: 294px;
}

#preims-block .news-block-other .news-item-8 .line{
    width: 220px;
    left: 398px;
}

#preims-block .news-block-other .news-item-9 .line{
    width: 308px;
    left: 383px;
    top: 13px;
}

#preims-block .news-block-other .news-item .line:before{
	left: 0;
}


#preims-block .news-block-other .line:after{
    left: auto;
    right: -26px;
    bottom: -24px;
}

#preims-block .news-block-other{
	margin-top: 92px;
}

#docs-block .panel-collapse{
	display: none;
}

#docs-block .docs-category{
	background: rgba(248, 248, 248, 1);
	margin-bottom: 10px;
	border: 1px solid rgba(232, 232, 232, 1);
}

#docs-block .docs-category .panel-collapse{
	padding: 30px;
	padding-bottom: 10px;
}

#docs-block .plusminus {
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: block;
    left: -30px;
    top: 3px;
}

#docs-block .plusminus:before, 
#docs-block .plusminus:after {
	content: "";
	display: block;
	background-color: rgba(227, 6, 19, 1);
	position: absolute;		
	top: 50%; 
	left: 0;
	transition: .35s;
	width: 100%;
	height: 2px;
}

#docs-block .plusminus:before {		
	transform: translatey(-50%);
}
	
#docs-block .plusminus:after {
	transform: translatey(-50%) rotate(90deg);
}

#docs-block .in .plusminus:before {
	transform: translatey(-50%) rotate(-90deg);
	opacity: 0;
}

#docs-block .in .plusminus:after {
	transform: translatey(-50%) rotate(0);
}
	
#docs-block .panel-heading{
	position: relative;
	cursor: pointer;
	padding: 10px 30px;
	padding-left: 61px;	
}


#docs-block .news-list a{
    display: inline-block;
    padding-top: 82px;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
}

#docs-block .news-list a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 67px;
	background: url("/local/templates/teplostyazhka/images/pdf.svg") 0px 0px no-repeat;
	
}

#docs-block .news-list .news-item{
	display: inline-block;
	vertical-align: top;
	width: 158px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#ready_solution-block{
	background: rgba(37, 45, 61, 1);
	position: relative;
}

#ready_solution-block .solut-images{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 41%;
}

#ready_solution-block .solut-images .news-item{
	width: 100%;
	height: 100%;
	background-size: cover!important;
}

#ready_solution-block .solut-images .slick-list,
#ready_solution-block .solut-images .slick-track{
	height: 100%;
}

#ready_solution-block .block-content{
	padding-top: 0;
	position: relative;
	padding-bottom: 0;
	text-align: right;
}

#ready_solution-block .block-content-inside{
	padding: 120px 0;
	background: rgba(37, 45, 61, 1);
	padding-left: 93px;
	width: 726px;
	display: inline-block;
	text-align: left;
}

#ready_solution-block .block-content h2{
	position: relative;
	z-index: 1;
}

#ready_solution-block .block-content .solut-titles{
	position: relative;
	z-index: 1;
}

#ready_solution-block .block-content h2{
	padding-bottom: 0;
}

#ready_solution-block .solut-titles{
    font-size: 30px;
    color: rgba(255, 255, 255, 0.4);
    margin: 10px 0 55px;
    position: relative;
}

#ready_solution-block .solut-titles .news-item{
	margin-bottom: 20px;
	cursor: pointer;
	padding-left: 63px;
	position: relative;
}

#ready_solution-block .solut-titles .slick-current,
#ready_solution-block .solut-titles .slick-center{
	color: rgba(255, 255, 255, 1);
}

#ready_solution-block .download-btn-wr a{
	padding: 17px 44px;
	font-size: 18px;
}

.red-btn-wr.download-btn-wr a:after{
    background: url(/local/templates/teplostyazhka/images/download.svg) 0px 0px no-repeat;
    width: 22px;
    height: 20px;
    top: 3px;
    margin-left: 10px;
}

#ready_solution-block .solut-titles:before{
    content: '';
    width: 100%;
    height: 40px;
    background: #252d3d;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}


#ready_solution-block .solut-titles:after{
	content: '';
    width: 100%;
    height: 32px;
    background: #252d3d;
    position: absolute;
    left: 0;
    bottom: -11px;
    z-index: 1;
}


#ready_solution-block .solut-titles .slick-current:before,
#ready_solution-block .solut-titles .slick-center:before{
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	background: url(/local/templates/teplostyazhka/images/active-arrow.svg) 0px 0px no-repeat;
	width: 38px;
	height: 18px;
}

#ready_solution-block .arrow-container{
	width: 1100px;
    /* margin: 0 auto; */
    left: 50%;
    position: absolute;
    margin-left: -550px;
    top: 50%;
}

#ready_solution-block .solut-titles-mob{
	display: none;
}


.red-btn-wr-mobile{
	display: none;
	width: 100%;
	text-align: center;
}

.red-btn-wr-mobile a{
	width: 100%;
}









#params-block h2{
	text-align: center;
}

#params-block .title{
	font-size: 30px;
	line-height: 130%;
	position: relative;
	margin-top: 33px;
}

#params-block .title:after{
	content: '';
	position: absolute;
	left: 0px;
	top: 91px;
	width: 365px;
	height: 185px;
	background: url("/local/templates/teplostyazhka/images/params-line-1.svg") 0px 0px no-repeat;
}

#params-block .right .title:after{
	left: auto;
	right: 0;
	width: 338px;
	height: 106px;
	background: url("/local/templates/teplostyazhka/images/params-line-2.svg") 0px 0px no-repeat;
}

#params-block .title:before{
	position: absolute;
    top: 252px;
    width: 52px;
    height: 52px;
    background: url(/local/templates/teplostyazhka/images/plus.svg) 0px 0px no-repeat;
	background-size: 100%;
	content: '';
	right: -171px;
    z-index: 1;
}

#params-block .right .title:before{
	left: -138px;
    top: 169px;
}

#params-block .params-wr{
	position: relative;
	overflow: hidden;
	min-height: 544px;
}

#params-block .params-wr:before{
	background: url("/local/templates/teplostyazhka/images/params-img.jpg") 0px 0px no-repeat;
	content: '';
	position: absolute;
	left: 252px;
	top: 0px;
	width: 603px;
	height: 544px;
}

#params-block .params-wr>div{
	width: 220px;
}

#params-block .params-wr .table{
	margin-top: 30px;
}

#params-block .params-wr table{
	border: none;
	width: 100%;
}

#params-block .params-wr .table td{
	border: none;
	border-bottom: 1px solid rgba(37, 45, 61, 0.2);
	padding: 15px 0 5px;
}

#params-block .params-wr .table tr:last-child td{
	border-bottom: none;
}


#params-block .params-wr .table td:last-child{
	text-align: right;
	white-space: nowrap;
}
/* End */
/* /local/templates/teplostyazhka/js/slick/slick.css?17431541271895 */
/* /local/templates/teplostyazhka/js/slick/slick-theme.css?17431541273349 */
/* /local/templates/teplostyazhka/js/magnificpopup/magnific-popup.css?17431541278198 */
/* /local/templates/teplostyazhka/components/bitrix/news.list/first-tooltips/style.css?1743154127162 */
/* /local/templates/teplostyazhka/components/bitrix/news.list/preims/style.css?1743154127162 */
/* /local/templates/teplostyazhka/components/bitrix/news.list/ready_solut_imgs/style.css?1743154127162 */
/* /local/templates/teplostyazhka/components/bitrix/news.list/ready_solut_titles/style.css?1743154127162 */
/* /local/templates/teplostyazhka/components/bitrix/news.list/ready_solut_titles-mob/style.css?1743154127162 */
/* /local/templates/teplostyazhka/components/bitrix/news.list/video/style.css?1743154127162 */
/* /local/templates/teplostyazhka/components/bitrix/news.list/docs/style.css?1743154127162 */
/* /local/templates/teplostyazhka/components/bitrix/news.list/projects/style.css?1743154127162 */
/* /local/templates/teplostyazhka/components/bitrix/news.list/solutions/style.css?1743154127162 */
/* /local/templates/teplostyazhka/template_styles.css?174315412730732 */
